diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-01 01:25:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-01 01:25:22 -0300 |
commit | 38446ff66696a4f38a98caa5387b6541311197fa (patch) | |
tree | d9784c5eb756bf52baad54a5307aefd21fe411d4 /npc/003-1 | |
parent | 553b2d6eadc6a7e615d1c7485a327c9a782b8977 (diff) | |
download | serverdata-38446ff66696a4f38a98caa5387b6541311197fa.tar.gz serverdata-38446ff66696a4f38a98caa5387b6541311197fa.tar.bz2 serverdata-38446ff66696a4f38a98caa5387b6541311197fa.tar.xz serverdata-38446ff66696a4f38a98caa5387b6541311197fa.zip |
...Now that I finally decided to do this quest, I noticed the OBVIOUS bug on it...
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/lieutenantdausen.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-1/lieutenantdausen.txt b/npc/003-1/lieutenantdausen.txt index 36b1fffd9..6670770b5 100644 --- a/npc/003-1/lieutenantdausen.txt +++ b/npc/003-1/lieutenantdausen.txt @@ -452,7 +452,7 @@ function script CheckGuard { getitem EmptyBottle, 1; getexp 30, 0; - Zeny = (Zeny + 50); + Zeny = (Zeny + 30); GUARDS_DONE_BITARRAY = GUARDS_DONE_BITARRAY | $@GuardBits[.@guard_id]; |