diff options
Diffstat (limited to 'npc/commands')
-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 b1a62cba3..564531d52 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -108,7 +108,7 @@ OnCall: dispbottom l("You need all your mana to do this trip."); else if (readparam(Hp) != readparam(MaxHp)) dispbottom l("You cannot be hurt to do this trip."); - else if (getmapname() ~= "/001-*/g") + else if (getmapname() ~= "001-*") dispbottom l("You are already at the Mana Plane of Existence."); else if (getmapname() == "boss" || getmapname() == "sec_pri") dispbottom l("The Mana Plane is currently out of reach."); |