mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
Core/Scripts: Reverted part of 00f343af52, that is not a typo and fixed the hook properly
This commit is contained in:
@@ -422,7 +422,7 @@ void ScriptMgr::OnShutdownCancel()
|
||||
|
||||
void ScriptMgr::OnWorldUpdate(uint32 diff)
|
||||
{
|
||||
FOREACH_SCRIPT(WorldScript)->OnUpdate(NULL, diff);
|
||||
FOREACH_SCRIPT(WorldScript)->OnUpdate(diff);
|
||||
}
|
||||
|
||||
void ScriptMgr::OnHonorCalculation(float& honor, uint8 level, float multiplier)
|
||||
|
||||
Reference in New Issue
Block a user