diff options
-rw-r--r-- | npc/commands/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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; |