Core/Eluna: Hotfix call sEluna->OnGameEventStart method arg register (#1500)
This commit is contained in:
parent
e1c3433afc
commit
4616d22369
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue