Removed ProtectorInstance testing loggers.
Contributed by Dagger.
This commit is contained in:
parent
a4ee2b9a0f
commit
7142268525
@ -55,7 +55,6 @@ public class ProtectorInstance extends NpcInstance
|
|||||||
{
|
{
|
||||||
if (((player.getKarma() > 0) && Config.PROTECTOR_PLAYER_PK) || ((player.getPvpFlag() != 0) && Config.PROTECTOR_PLAYER_PVP))
|
if (((player.getKarma() > 0) && Config.PROTECTOR_PLAYER_PK) || ((player.getPvpFlag() != 0) && Config.PROTECTOR_PLAYER_PVP))
|
||||||
{
|
{
|
||||||
LOGGER.warning("player: " + player);
|
|
||||||
handleCast(player, Config.PROTECTOR_SKILLID, Config.PROTECTOR_SKILLLEVEL);
|
handleCast(player, Config.PROTECTOR_SKILLID, Config.PROTECTOR_SKILLLEVEL);
|
||||||
}
|
}
|
||||||
final Summon activePet = player.getPet();
|
final Summon activePet = player.getPet();
|
||||||
@ -66,7 +65,6 @@ public class ProtectorInstance extends NpcInstance
|
|||||||
|
|
||||||
if (((activePet.getKarma() > 0) && Config.PROTECTOR_PLAYER_PK) || ((activePet.getPvpFlag() != 0) && Config.PROTECTOR_PLAYER_PVP))
|
if (((activePet.getKarma() > 0) && Config.PROTECTOR_PLAYER_PK) || ((activePet.getPvpFlag() != 0) && Config.PROTECTOR_PLAYER_PVP))
|
||||||
{
|
{
|
||||||
LOGGER.warning("activePet: " + activePet);
|
|
||||||
handleCastonPet(activePet, Config.PROTECTOR_SKILLID, Config.PROTECTOR_SKILLLEVEL);
|
handleCastonPet(activePet, Config.PROTECTOR_SKILLID, Config.PROTECTOR_SKILLLEVEL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -55,7 +55,6 @@ public class ProtectorInstance extends NpcInstance
|
|||||||
{
|
{
|
||||||
if (((player.getKarma() > 0) && Config.PROTECTOR_PLAYER_PK) || ((player.getPvpFlag() != 0) && Config.PROTECTOR_PLAYER_PVP))
|
if (((player.getKarma() > 0) && Config.PROTECTOR_PLAYER_PK) || ((player.getPvpFlag() != 0) && Config.PROTECTOR_PLAYER_PVP))
|
||||||
{
|
{
|
||||||
LOGGER.warning("player: " + player);
|
|
||||||
handleCast(player, Config.PROTECTOR_SKILLID, Config.PROTECTOR_SKILLLEVEL);
|
handleCast(player, Config.PROTECTOR_SKILLID, Config.PROTECTOR_SKILLLEVEL);
|
||||||
}
|
}
|
||||||
final Summon activePet = player.getPet();
|
final Summon activePet = player.getPet();
|
||||||
@ -66,7 +65,6 @@ public class ProtectorInstance extends NpcInstance
|
|||||||
|
|
||||||
if (((activePet.getKarma() > 0) && Config.PROTECTOR_PLAYER_PK) || ((activePet.getPvpFlag() != 0) && Config.PROTECTOR_PLAYER_PVP))
|
if (((activePet.getKarma() > 0) && Config.PROTECTOR_PLAYER_PK) || ((activePet.getPvpFlag() != 0) && Config.PROTECTOR_PLAYER_PVP))
|
||||||
{
|
{
|
||||||
LOGGER.warning("activePet: " + activePet);
|
|
||||||
handleCastonPet(activePet, Config.PROTECTOR_SKILLID, Config.PROTECTOR_SKILLLEVEL);
|
handleCastonPet(activePet, Config.PROTECTOR_SKILLID, Config.PROTECTOR_SKILLLEVEL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user