diff options
Diffstat (limited to 'npc/001-1/enora.txt')
-rw-r--r-- | npc/001-1/enora.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt index 45e6e551..bf2f7b16 100644 --- a/npc/001-1/enora.txt +++ b/npc/001-1/enora.txt @@ -123,7 +123,7 @@ .@zeny_reward = getarg(1); getexp .@exp_reward, 0; - Zeny = Zeny + .@zeny_reward; + Zeny += .@zeny_reward; narrator S_LAST_NEXT, l("You received @@ EXP and @@ E.", .@exp_reward, .@zeny_reward); |