Update aq_scripts.cpp

Discordian Fixes
This commit is contained in:
Grimfeather
2025-04-07 13:35:45 +02:00
committed by GitHub
parent 03040723e3
commit be049a0999

View File

@@ -4,6 +4,7 @@
#include "GameObjectAI.h" #include "GameObjectAI.h"
#include "ScriptedCreature.h" #include "ScriptedCreature.h"
#include "ScriptedGossip.h" #include "ScriptedGossip.h"
#include "WorldSessionMgr.h"
enum enum
{ {
@@ -163,7 +164,7 @@ public:
return; return;
if (announce) if (announce)
sWorld->SendZoneText(GLOBAL_TEXT_CHAMPION, player->GetName().c_str()); sWorldSessionMgr->SendZoneText(GLOBAL_TEXT_CHAMPION, player->GetName().c_str());
eventTimer += 1000; eventTimer += 1000;
eventStage = STAGE_OPEN_GATES; eventStage = STAGE_OPEN_GATES;