Support for Mystic Tavern globe NPCs.
This commit is contained in:
@ -505,7 +505,7 @@ public class L2Npc extends L2Character
|
||||
{
|
||||
return false;
|
||||
}
|
||||
else if (player.isSitting())
|
||||
else if (player.isSitting() && (getId() != 34200)) // Mystic Tavern Globe requires player sitting
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
@ -2843,7 +2843,7 @@ public final class L2PcInstance extends L2Playable
|
||||
{
|
||||
if (checkCast && isCastingNow())
|
||||
{
|
||||
sendMessage("Cannot sit while casting");
|
||||
sendMessage("Cannot sit while casting.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user