diff options
author | wushin <pasekei@gmail.com> | 2014-04-18 13:47:21 -0500 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2014-04-18 13:47:21 -0500 |
commit | 535c18e8056d3cb831e13e29d2b7601bc06c55b7 (patch) | |
tree | 5e68255d2a0ca9320ae31116ebbf80c69e6fbc8d /world | |
parent | 28ab8dd820609008710e75bc038abd88214ac614 (diff) | |
parent | 361357450c54ffd194662db3046284ea6e77fc7a (diff) | |
download | serverdata-535c18e8056d3cb831e13e29d2b7601bc06c55b7.tar.gz serverdata-535c18e8056d3cb831e13e29d2b7601bc06c55b7.tar.bz2 serverdata-535c18e8056d3cb831e13e29d2b7601bc06c55b7.tar.xz serverdata-535c18e8056d3cb831e13e29d2b7601bc06c55b7.zip |
Merge pull request #88 from wushin/Pachua-Leather-Fix
Pachua Leather Patch Bit added back
Diffstat (limited to 'world')
-rw-r--r-- | world/map/npc/006-1/pachua.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/006-1/pachua.txt b/world/map/npc/006-1/pachua.txt index 43681d84..c9fc1210 100644 --- a/world/map/npc/006-1/pachua.txt +++ b/world/map/npc/006-1/pachua.txt @@ -6,6 +6,7 @@ goto L_Close; set @LEATHER_PATCH_PRICE, 300; + set @wants_leather_patch, QUEST_Forestbow_state & NIBBLE_4_MASK; if (QUEST_MIRIAM_cheat != 0) goto L_warp_cheat; if (QUEST_MIRIAM_start != 0) goto L_smoke; |