From 4e24e1226870c7f3b25a849b7ff0c2b1a9217957 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 6 Jul 2019 16:42:42 -0300 Subject: I forgot these important, critical checks --- npc/commands/event.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/commands') diff --git a/npc/commands/event.txt b/npc/commands/event.txt index e3d9e3b21..c173f8090 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -262,7 +262,7 @@ OnEffect: dispbottom l("You cannot be fighting to do this trip."); atcommand "@refresh"; end; - } else if (getmapname() ~= "001-*") { + } else if (getmapname() ~= "001-*" || (getmapinfo(MAPINFO_ZONE, getmap())) == "MMO") { dispbottom l("You are already at the Mana Plane of Existence."); atcommand "@refresh"; end; -- cgit v1.2.3-70-g09d2