diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-10 13:47:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-10 13:47:32 -0300 |
commit | f156028f475a15258faa9bbb5c2442229c9c50f9 (patch) | |
tree | d515b515cbb4834bf47b623f238a12447d6bdc4d | |
parent | 804576356b8726cbc52c7aaeab7804d002f28435 (diff) | |
download | serverdata-f156028f475a15258faa9bbb5c2442229c9c50f9.tar.gz serverdata-f156028f475a15258faa9bbb5c2442229c9c50f9.tar.bz2 serverdata-f156028f475a15258faa9bbb5c2442229c9c50f9.tar.xz serverdata-f156028f475a15258faa9bbb5c2442229c9c50f9.zip |
Fix bugs on siege
-rw-r--r-- | npc/functions/siege.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/siege.txt b/npc/functions/siege.txt index 87a708309..66ae6162c 100644 --- a/npc/functions/siege.txt +++ b/npc/functions/siege.txt @@ -293,7 +293,7 @@ function script siege_cast { .@tp=getarg(3,0); // Difficulty doesn't applies to Tulimshar - if (.@mz == "003-1") + if (.@mz$ == "003-1") .@d=0; siege_selectmob(siege_calcdiff(.@mz$), .@d, .@tp); |