chore (core): Clean up (#15977)

* chore (core): Clean up

* Update SmartScript.cpp

* more clean up

* Update boss_xt002.cpp
This commit is contained in:
M'Dic
2023-04-16 21:04:56 -04:00
committed by GitHub
parent f3c63f9662
commit 8aa2a2ac0f
9 changed files with 9 additions and 10 deletions

View File

@@ -891,7 +891,7 @@ public:
}
// Original TC Notes from Refactor vvv
//ToDo: use a new trinity_string for this commands
//ToDo: use a new acore_string for this commands
handler->PSendSysMessage(LANG_COMMAND_IMPORT_SUCCESS);
return true;

View File

@@ -587,7 +587,7 @@ public:
}
}
// tc use updateAI, while we have movementinform :)
// tc use updateAI, while we have movementinform
void MovementInform(uint32 type, uint32 /*param*/) override
{
if (type == POINT_MOTION_TYPE)
@@ -787,7 +787,7 @@ public:
}
}
// tc they use updateAI, while we have movementinform :)
// tc they use updateAI, while we have movementinform
void MovementInform(uint32 type, uint32 /*param*/) override
{
if (type == POINT_MOTION_TYPE)