mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-17 10:55:43 +00:00
chore(Core/Misc): Change all TODO to doxygen comment (#14966)
This commit is contained in:
@@ -664,7 +664,7 @@ void Map::ScriptsProcess()
|
||||
|
||||
case SCRIPT_COMMAND_CAST_SPELL:
|
||||
{
|
||||
// TODO: Allow gameobjects to be targets and casters
|
||||
/// @todo: Allow gameobjects to be targets and casters
|
||||
if (!source && !target)
|
||||
{
|
||||
LOG_ERROR("maps.script", "{} source and target objects are nullptr.", step.script->GetDebugInfo());
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
Battleground* ScriptMgr::CreateBattleground(BattlegroundTypeId /*typeId*/)
|
||||
{
|
||||
// TODO: Implement script-side battlegrounds.
|
||||
/// @todo: Implement script-side battlegrounds.
|
||||
ABORT();
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user