mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
Ulduar: Fix typo on Flame Leviathan's tower event's triggering system
--HG-- branch : trunk
This commit is contained in:
@@ -183,7 +183,7 @@ struct instance_ulduar : public ScriptedInstance
|
||||
}
|
||||
}
|
||||
|
||||
void EventProcess(GameObject* pGo, uint32 uiEventId)
|
||||
void ProcessEvent(GameObject* pGo, uint32 uiEventId)
|
||||
{
|
||||
// Flame Leviathan's Tower Event triggers
|
||||
Creature* pFlameLeviathan = instance->GetCreature(NPC_LEVIATHAN);
|
||||
|
||||
Reference in New Issue
Block a user