Fixed some NPC interaction issues.
This commit is contained in:
@@ -132,7 +132,7 @@ public class L2NpcAction implements IActionHandler
|
||||
npc.showChatWindow(activeChar);
|
||||
}
|
||||
}
|
||||
if ((Config.PLAYER_MOVEMENT_BLOCK_TIME > 0) && !activeChar.isGM())
|
||||
if (Config.PLAYER_MOVEMENT_BLOCK_TIME > 0)
|
||||
{
|
||||
activeChar.updateNotMoveUntil();
|
||||
}
|
||||
|
Reference in New Issue
Block a user