mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-25 22:56:24 +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:
@@ -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