Game/Scripting: Add OnPlayerRepop hook

Port From (https://github.com/TrinityCore/TrinityCore/commit/5291842a33ac535db351072a230e3da6e43123a7)
This commit is contained in:
hondacrx
2019-08-15 12:01:36 -04:00
parent fc76ec26be
commit b8873fa966
3 changed files with 10 additions and 0 deletions
+3
View File
@@ -4260,6 +4260,9 @@ namespace Game.Entities
// set and clear other
SetAnimTier(UnitBytes1Flags.AlwaysStand, false);
// OnPlayerRepop hook
Global.ScriptMgr.OnPlayerRepop(this);
}
public void StopMirrorTimers()