diff options
Diffstat (limited to 'npc/other/acolyte_warp.txt')
-rw-r--r-- | npc/other/acolyte_warp.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/acolyte_warp.txt b/npc/other/acolyte_warp.txt index 9760d4e67..c1b2a4b8d 100644 --- a/npc/other/acolyte_warp.txt +++ b/npc/other/acolyte_warp.txt @@ -61,7 +61,7 @@ prontera,98,121,4 script Acolyte#Prtclear 4_F_01,{ next; Zeny -= .@cost[.@i]; switch(.@i) { - case 0: if (checkre(0)) warp "izlude",128,98; else warp "izlude",91,105; break; + case 0: if (RENEWAL) warp "izlude",128,98; else warp "izlude",91,105; break; case 1: warp "geffen",120,39; break; case 2: warp "payon",161,58; break; case 3: warp "morocc",156,46; break; |