Mystic tavern NPC check is not needed for Ertheia.

This commit is contained in:
MobiusDev 2019-02-07 03:45:00 +00:00
parent fefe92b121
commit b0fae6743e

View File

@ -505,7 +505,7 @@ public class L2Npc extends L2Character
{
return false;
}
else if (player.isSitting() && (getId() != 34200)) // Mystic Tavern Globe requires player sitting
else if (player.isSitting())
{
return false;
}