chore (core): Clean up (#15977)
* chore (core): Clean up * Update SmartScript.cpp * more clean up * Update boss_xt002.cpp
This commit is contained in:
parent
f3c63f9662
commit
8aa2a2ac0f
9 changed files with 9 additions and 10 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue