Combat/Threat rewrite - prep & refactor
Port From (https://github.com/TrinityCore/TrinityCore/commit/8be23fcbbdf26e8169defd761e61765f301bebe0)
This commit is contained in:
@@ -1509,7 +1509,7 @@ namespace Scripts.Northrend.IcecrownCitadel
|
||||
if (warden)
|
||||
{
|
||||
terenas.GetAI().AttackStart(warden);
|
||||
warden.AddThreat(terenas, 300000.0f);
|
||||
warden.GetThreatManager().AddThreat(terenas, 300000.0f);
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user