diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-02-09 19:17:40 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-02-09 19:17:40 -0200 |
commit | 949223ba6dcd51c7af671823dcf5751a702d9832 (patch) | |
tree | 455e8a5b819d494567970005be5fbae5cbfd131d /npc/commands | |
parent | 1aaccb4a62fb2491447e657cf6d3c960f4ea9a8a (diff) | |
download | serverdata-949223ba6dcd51c7af671823dcf5751a702d9832.tar.gz serverdata-949223ba6dcd51c7af671823dcf5751a702d9832.tar.bz2 serverdata-949223ba6dcd51c7af671823dcf5751a702d9832.tar.xz serverdata-949223ba6dcd51c7af671823dcf5751a702d9832.zip |
Missing end command on @tovent
Diffstat (limited to 'npc/commands')
-rw-r--r-- | npc/commands/event.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/commands/event.txt b/npc/commands/event.txt index 729a87684..f7b529b64 100644 --- a/npc/commands/event.txt +++ b/npc/commands/event.txt @@ -211,6 +211,7 @@ OnCall: } else { dispbottom l("You cannot be hurt, must have full mana, and must be in a area where the Mana Plane is connected so @toevent work."); } + end; } if (!$@GM_EVENT) |