From d8f6c019a749b7f4a9da07e447ffdfd020e84b7c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 5 Aug 2018 17:19:50 -0300 Subject: @toevent protection on some other maps --- npc/commands/event.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc') diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 3ee9e3b36..becdcf6d6 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -179,7 +179,7 @@ OnCall: dispbottom l("You cannot be hurt to do this trip."); else if (getmapname() ~= "001-*") dispbottom l("You are already at the Mana Plane of Existence."); - else if (getmapname() == "boss" || getmapname() == "sec_pri" || getmapname() ~= "000-*") + else if (getmapname() == "boss" || getmapname() == "sec_pri" || getmapname() ~= "000-*" || getmapname() ~= "008-*" || getmapname() ~= "sore*") dispbottom l("The Mana Plane is currently out of reach."); else { .@gt=$@AEROS_SPWN; -- cgit v1.2.3-60-g2f50