mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
Core/Eluna: Hotfix call sEluna->OnGameEventStart method arg register (#1500)
This commit is contained in:
committed by
Kargatum
parent
e1c3433afc
commit
4616d22369
@@ -2063,7 +2063,7 @@ void ScriptMgr::OnCalcMaxDuration(Aura const* aura, int32& maxDuration)
|
||||
void ScriptMgr::OnGameEventStart(uint16 EventID)
|
||||
{
|
||||
#ifdef ELUNA
|
||||
sEluna->OnGameEventStart(EventId);
|
||||
sEluna->OnGameEventStart(EventID);
|
||||
#endif
|
||||
FOREACH_SCRIPT(GameEventScript)->OnStart(EventID);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user