diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-02-12 19:40:25 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-02-12 19:42:05 +0300 |
commit | e0f544c4102d2f9a0d553906f4ff09c4d7ddcf8f (patch) | |
tree | 7b084dc42bec837db71049b0ce682a9ae8f5f06b /npc | |
parent | f261b387bf2aafe5ca9c41c9dca61ea112742c0f (diff) | |
download | clientdata-e0f544c4102d2f9a0d553906f4ff09c4d7ddcf8f.tar.gz clientdata-e0f544c4102d2f9a0d553906f4ff09c4d7ddcf8f.tar.bz2 clientdata-e0f544c4102d2f9a0d553906f4ff09c4d7ddcf8f.tar.xz clientdata-e0f544c4102d2f9a0d553906f4ff09c4d7ddcf8f.zip |
Temp fix for variables in julia script.
blame reidy :)
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 ff25493e..cb128bea 100644 --- a/npc/000-2-0/julia.txt +++ b/npc/000-2-0/julia.txt @@ -259,7 +259,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; |