Addition of Corroded Fields timed hunting zone.
Thanks to manax182.
This commit is contained in:
@@ -14427,6 +14427,7 @@ public class PlayerInstance extends Playable
|
||||
abortCast();
|
||||
stopMove(null);
|
||||
teleToLocation(MapRegionManager.getInstance().getTeleToLocation(this, TeleportWhereType.TOWN));
|
||||
setInstance(null);
|
||||
}
|
||||
}
|
||||
}, 60000, 60000);
|
||||
|
@@ -148,7 +148,7 @@ public class ExTimedHuntingZoneEnter implements IClientIncomingPacket
|
||||
}
|
||||
else // Transcendent zones.
|
||||
{
|
||||
QuestManager.getInstance().getQuest("TranscendentZone").notifyEvent("ENTER " + instanceId, null, player);
|
||||
QuestManager.getInstance().getQuest("TranscendentZone").notifyEvent("ENTER " + _zoneId, null, player);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user