diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-05-29 09:47:05 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-05-29 09:47:05 -0300 |
commit | 27c0fdf5c96e9195a82355d516b19c77fe8443a4 (patch) | |
tree | d0854d1bde64dc5e7abfe8bf1b96b67d2591163c /npc/functions | |
parent | 28fda30f68182b841413f69f7e63a25a09d1d009 (diff) | |
download | serverdata-27c0fdf5c96e9195a82355d516b19c77fe8443a4.tar.gz serverdata-27c0fdf5c96e9195a82355d516b19c77fe8443a4.tar.bz2 serverdata-27c0fdf5c96e9195a82355d516b19c77fe8443a4.tar.xz serverdata-27c0fdf5c96e9195a82355d516b19c77fe8443a4.zip |
Fix the bugs related to Tulimshar siege. Sorry.
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/siege.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt index f6aac1e16..8d9d3cab6 100644 --- a/npc/functions/siege.txt +++ b/npc/functions/siege.txt @@ -153,6 +153,9 @@ function script siege_setup { .@m$=getarg(0); // Save old map zone + if (getmapinfo(MAPINFO_ID, .@m$) < 1) { + return Exception("SIEGE ERROR, INVALID MAP ID: "+.@m$, RB_ISFATAL|RB_DEBUGMES|RB_IRCBROADCAST|RB_GLOBALANNOUNCE); + } //$@MZONE$[getmapinfo(MAPINFO_ID, .@m$)]=getmapinfo(MAPINFO_ZONE, .@m$); // Apply changes |