Fix compability with latest AzerothCore

This commit is contained in:
郑佩茹
2024-08-04 14:52:25 -06:00
parent ff79e699e3
commit 697f77ad65

View File

@@ -163,7 +163,7 @@ public:
return; return;
if (announce) if (announce)
sWorld->SendWorldText(GLOBAL_TEXT_CHAMPION, player->GetName().c_str()); sWorld->SendZoneText(GLOBAL_TEXT_CHAMPION, player->GetName().c_str());
eventTimer += 1000; eventTimer += 1000;
eventStage = STAGE_OPEN_GATES; eventStage = STAGE_OPEN_GATES;