Transcendent zones renamed to timed hunting.

This commit is contained in:
MobiusDevelopment
2022-04-01 22:09:34 +00:00
parent d520ed36e8
commit ded25bb320
126 changed files with 166 additions and 166 deletions

View File

@@ -154,9 +154,9 @@ public class ExTimedHuntingZoneEnter implements IClientIncomingPacket
{
player.teleToLocation(holder.getEnterLocation());
}
else // Transcendent zones.
else // Instanced zones.
{
QuestManager.getInstance().getQuest("TranscendentZone").notifyEvent("ENTER " + _zoneId, null, player);
QuestManager.getInstance().getQuest("TimedHunting").notifyEvent("ENTER " + _zoneId, null, player);
}
// Close window.