mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-09 00:08:01 +00:00
fix(Scripts/Naxxramas): reset threat when Thaddius become active (#25226)
This commit is contained in:
@@ -446,6 +446,7 @@ public:
|
||||
else
|
||||
{
|
||||
me->SetHealth(me->GetMaxHealth());
|
||||
me->GetThreatMgr().ResetAllThreat();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user