diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-08-05 17:19:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-08-05 17:19:50 -0300 |
commit | d8f6c019a749b7f4a9da07e447ffdfd020e84b7c (patch) | |
tree | 0fec618970f29c45beb5b2314acde0c419d2dece /npc/commands | |
parent | f882d1a2b36b283b12f91711480ca98e7544d828 (diff) | |
download | serverdata-d8f6c019a749b7f4a9da07e447ffdfd020e84b7c.tar.gz serverdata-d8f6c019a749b7f4a9da07e447ffdfd020e84b7c.tar.bz2 serverdata-d8f6c019a749b7f4a9da07e447ffdfd020e84b7c.tar.xz serverdata-d8f6c019a749b7f4a9da07e447ffdfd020e84b7c.zip |
@toevent protection on some other maps
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 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; |