Visibility changes.

This commit is contained in:
MobiusDev
2016-01-29 14:13:33 +00:00
parent 6e536fc2dd
commit 13507ad46c
298 changed files with 563 additions and 595 deletions

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;