diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-13 11:08:04 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-13 11:08:04 +0100 |
commit | 0866ae3a279038be804bed0450c6acef74084147 (patch) | |
tree | a9873040a7c4499d7ee4d399c0a4fe7cb379d6c6 /npc | |
parent | 5846038787504ee0ceebeb146e9d7d0460812df2 (diff) | |
download | clientdata-0866ae3a279038be804bed0450c6acef74084147.tar.gz clientdata-0866ae3a279038be804bed0450c6acef74084147.tar.bz2 clientdata-0866ae3a279038be804bed0450c6acef74084147.tar.xz clientdata-0866ae3a279038be804bed0450c6acef74084147.zip |
Re-enable money reward in Julia NPC dialogue.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-0/julia.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-0/julia.txt b/npc/000-2-0/julia.txt index d5b3280d..da8ff863 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -258,7 +258,7 @@ l_Rumors: mesq l("I'm glad you're on my side."); next; mesq l("Take this money as a reward for your nice words."); -// set zeny, zeny + 40; + set zeny, zeny + 40; message strcharinfo(0), l("You receive 40 GP!"); close; |