mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +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());
|
||||
|
||||
Reference in New Issue
Block a user