diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-4/nard.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 070660dc8..cbb16f0bb 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -142,7 +142,7 @@ L_NotYet: mesn; mesq l("Welcome to Tulimshar, @@!", strcharinfo(0)); next; - set Zeny, Zeny-.@price; + Zeny = Zeny-.@price; LOCATION$="Tulim"; mesq l("You can explore the city as you want, but if I were you, I would visit the townhall first."); next; @@ -183,7 +183,7 @@ L_Travel: close; L_TCandor: - set Zeny, Zeny-.@price; + Zeny=Zeny-.@price; LOCATION$="Candor"; mes ""; @@ -194,7 +194,7 @@ L_TCandor: close; L_TTulim: - set Zeny, Zeny-.@price; + Zeny=Zeny-.@price; LOCATION$="Tulim"; mes ""; |