Visibility changes.
This commit is contained in:
@@ -26,7 +26,7 @@ import com.l2jmobius.gameserver.util.Util;
|
||||
* Updated to H5 by Nyaran.
|
||||
* @author Gnacik
|
||||
*/
|
||||
public final class CharacterBirthday extends Quest
|
||||
final class CharacterBirthday extends Quest
|
||||
{
|
||||
private static final int ALEGRIA = 32600;
|
||||
private static int SPAWNS = 0;
|
||||
|
@@ -31,7 +31,7 @@ import com.l2jmobius.gameserver.util.Broadcast;
|
||||
* Info - http://www.lineage2.com/en/news/events/11182015-eve-the-fortune-teller-returns.php
|
||||
* @author Mobius
|
||||
*/
|
||||
public final class EveTheFortuneTeller extends LongTimeEvent
|
||||
final class EveTheFortuneTeller extends LongTimeEvent
|
||||
{
|
||||
// NPCs
|
||||
private static final int EVE = 8542;
|
||||
|
@@ -33,7 +33,7 @@ import com.l2jmobius.gameserver.util.Util;
|
||||
* Freya Celebration event AI.
|
||||
* @author Gnacik
|
||||
*/
|
||||
public final class FreyaCelebration extends LongTimeEvent
|
||||
final class FreyaCelebration extends LongTimeEvent
|
||||
{
|
||||
// NPC
|
||||
private static final int FREYA = 13296;
|
||||
|
@@ -27,7 +27,7 @@ import com.l2jmobius.gameserver.network.serverpackets.SystemMessage;
|
||||
* Gift of Vitality event AI.
|
||||
* @author Gnacik, Adry_85
|
||||
*/
|
||||
public final class GiftOfVitality extends LongTimeEvent
|
||||
final class GiftOfVitality extends LongTimeEvent
|
||||
{
|
||||
// NPC
|
||||
private static final int STEVE_SHYAGEL = 4306;
|
||||
|
@@ -25,7 +25,7 @@ import com.l2jmobius.gameserver.model.event.LongTimeEvent;
|
||||
* Heavy Medals event AI.
|
||||
* @author Gnacik
|
||||
*/
|
||||
public final class HeavyMedal extends LongTimeEvent
|
||||
final class HeavyMedal extends LongTimeEvent
|
||||
{
|
||||
private final static int CAT_ROY = 31228;
|
||||
private final static int CAT_WINNIE = 31229;
|
||||
|
@@ -30,7 +30,7 @@ import com.l2jmobius.gameserver.util.Util;
|
||||
* Info - http://www.lineage2.com/en/news/events/hunt-for-santa.php
|
||||
* @author Mobius
|
||||
*/
|
||||
public final class HuntForSanta extends LongTimeEvent
|
||||
final class HuntForSanta extends LongTimeEvent
|
||||
{
|
||||
// NPC
|
||||
private static final int NOELLE = 34008;
|
||||
|
@@ -28,7 +28,7 @@ import com.l2jmobius.gameserver.network.serverpackets.SystemMessage;
|
||||
* Love Your Gatekeeper event.
|
||||
* @author Gladicek
|
||||
*/
|
||||
public final class LoveYourGatekeeper extends LongTimeEvent
|
||||
final class LoveYourGatekeeper extends LongTimeEvent
|
||||
{
|
||||
// NPC
|
||||
private static final int GATEKEEPER = 32477;
|
||||
|
@@ -29,7 +29,7 @@ import com.l2jmobius.gameserver.network.serverpackets.SystemMessage;
|
||||
* Master of Enchanting event AI.
|
||||
* @author Gnacik
|
||||
*/
|
||||
public final class MasterOfEnchanting extends LongTimeEvent
|
||||
final class MasterOfEnchanting extends LongTimeEvent
|
||||
{
|
||||
// NPC
|
||||
private static final int MASTER_YOGI = 32599;
|
||||
|
@@ -25,7 +25,7 @@ import com.l2jmobius.gameserver.model.event.LongTimeEvent;
|
||||
* The Valentine Event event AI.
|
||||
* @author Gnacik
|
||||
*/
|
||||
public final class TheValentineEvent extends LongTimeEvent
|
||||
final class TheValentineEvent extends LongTimeEvent
|
||||
{
|
||||
// NPC
|
||||
private static final int NPC = 4301;
|
||||
|
Reference in New Issue
Block a user