mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
*fix Kalecgos reset bug
--HG-- branch : trunk
This commit is contained in:
@@ -360,6 +360,8 @@ struct TRINITY_DLL_DECL boss_kalecgosAI : public ScriptedAI
|
||||
|
||||
void MovementInform(uint32 type,uint32 id)
|
||||
{
|
||||
if(type != POINT_MOTION_TYPE)
|
||||
return;
|
||||
me->SetVisibility(VISIBILITY_OFF);
|
||||
if (isFriendly)
|
||||
me->setDeathState(JUST_DIED);
|
||||
|
||||
Reference in New Issue
Block a user