diff options
Diffstat (limited to 'npc/cities/comodo.txt')
-rw-r--r-- | npc/cities/comodo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/cities/comodo.txt b/npc/cities/comodo.txt index 248af4e50..7342d2e08 100644 --- a/npc/cities/comodo.txt +++ b/npc/cities/comodo.txt @@ -355,7 +355,7 @@ cmd_fild07,299,83,4 script Zain#cmd 4W_SAILOR,{ case 2: if (Zeny < 800) break; Zeny -= 800; - if(checkre(0)) + if (RENEWAL) warp "izlude",195,212; else warp "izlude",176,182; |