Minor adjustment to match other branches.
This commit is contained in:
@@ -160,9 +160,9 @@ public class ExTimedHuntingZoneEnter implements IClientIncomingPacket
|
|||||||
// Send time icon.
|
// Send time icon.
|
||||||
player.sendPacket(new TimedHuntingZoneEnter(player, _zoneId));
|
player.sendPacket(new TimedHuntingZoneEnter(player, _zoneId));
|
||||||
}
|
}
|
||||||
else // Transcendent zones.
|
else // Instanced zones.
|
||||||
{
|
{
|
||||||
QuestManager.getInstance().getQuest("TranscendentZone").notifyEvent("ENTER " + _zoneId, null, player);
|
QuestManager.getInstance().getQuest("TimedHunting").notifyEvent("ENTER " + _zoneId, null, player);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user