diff options
Diffstat (limited to 'npc/other/fortune.txt')
-rw-r--r-- | npc/other/fortune.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/other/fortune.txt b/npc/other/fortune.txt index 8b865577c..b0274f620 100644 --- a/npc/other/fortune.txt +++ b/npc/other/fortune.txt @@ -37,7 +37,7 @@ payon_in03,117,128,5 script Fortune Teller 4_M_BIBI,{ mes "You have angered the monster spirits!"; close; } - else if (.@input > zeny) { + else if (.@input > Zeny) { mes "[Lhimetorra]"; mes "There's no need to overdo it. Just give with all your heart... *Tsk tsk*"; close; |