summaryrefslogtreecommitdiff
path: root/world/map
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-03-11 21:19:45 -0500
committerWushin <pasekei@gmail.com>2015-03-11 21:19:45 -0500
commitfe77c759d2431135affa2b8ee8dfe7584904b1f0 (patch)
tree6f420df9bb600b43d717fee3fb73080070f7bdbf /world/map
parente401f9794c4fe57cf38f82756d610e52d30e2b33 (diff)
parent738b4e211692832bd06312b3737687531889ddad (diff)
downloadserverdata-fe77c759d2431135affa2b8ee8dfe7584904b1f0.tar.gz
serverdata-fe77c759d2431135affa2b8ee8dfe7584904b1f0.tar.bz2
serverdata-fe77c759d2431135affa2b8ee8dfe7584904b1f0.tar.xz
serverdata-fe77c759d2431135affa2b8ee8dfe7584904b1f0.zip
Merge pull request #305 from mekolat/crastur
minor Crastur fix
Diffstat (limited to 'world/map')
-rw-r--r--world/map/npc/011-6/crastur.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/011-6/crastur.txt b/world/map/npc/011-6/crastur.txt
index 6304acb8..679a2c9d 100644
--- a/world/map/npc/011-6/crastur.txt
+++ b/world/map/npc/011-6/crastur.txt
@@ -81,6 +81,8 @@ L_Jibber_Cont:
mes "";
mes "\"Bring me proof that you killed all of the pirates!\"";
next;
+ set @spants_state, 5;
+ callsub S_Update_Spants;
menu
"\"I have it right here\"", L_Bandana,
"\"What kind of proof?\"", L_Pirate_Proof;
@@ -91,8 +93,6 @@ L_Pirate_Proof:
mes "";
mes "\"It is for sure the Pirates give their souls for the rescue of their booty.\"";
mes "\"Bring me something unique from their treasure and I will give you those plans in return.\"";
- set @spants_state, 5;
- callsub S_Update_Spants;
menu
"\"I have it with me.\"", L_Bandana,
"\"I will try my best.\"", L_Close;