Kick player from timed hunting zone on logout.
This commit is contained in:
@@ -11003,6 +11003,13 @@ public class PlayerInstance extends Playable
|
||||
LOGGER.log(Level.SEVERE, "deleteMe()", e);
|
||||
}
|
||||
|
||||
// Exit timed hunting zone.
|
||||
if (isInTimedHuntingZone(getX(), getY()))
|
||||
{
|
||||
teleToLocation(TeleportWhereType.TOWN);
|
||||
storeCharBase();
|
||||
}
|
||||
|
||||
// Store death points.
|
||||
if (_isDeathKnight)
|
||||
{
|
||||
|
Reference in New Issue
Block a user