diff options
Diffstat (limited to 'npc/functions')
-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); |