Mystic tavern NPC check is not needed for Ertheia.
This commit is contained in:
parent
fefe92b121
commit
b0fae6743e
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user