mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
chore (core): Clean up (#15977)
* chore (core): Clean up * Update SmartScript.cpp * more clean up * Update boss_xt002.cpp
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user