Remove Deprecated code
Port From (https://github.com/TrinityCore/TrinityCore/commit/1ced6d219236084412e9e76dbbbf1eb615efa920)
This commit is contained in:
@@ -142,10 +142,8 @@ namespace Scripts.World.NpcGuard
|
||||
return;
|
||||
}
|
||||
}
|
||||
if (ShouldSparWith(victim))
|
||||
me.FakeAttackerStateUpdate(victim);
|
||||
else
|
||||
me.AttackerStateUpdate(victim);
|
||||
|
||||
me.AttackerStateUpdate(victim);
|
||||
me.ResetAttackTimer();
|
||||
task.Repeat();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user