diff options
author | Wushin <pasekei@gmail.com> | 2016-10-10 09:14:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-10 09:14:38 -0500 |
commit | 18d5435dc7eb3c8e25f5056b52af6c4779e54148 (patch) | |
tree | ef5ef82e0c3d55b2fe2ca5a636a7c2df234e246f /world/map/npc/031-4/cindyCave.txt | |
parent | f6d5ad02168f5a91a8a08ab7f2128e280d55d2cf (diff) | |
parent | 83fcbafd55860e1db99e8b5b37545efd428117e8 (diff) | |
download | serverdata-18d5435dc7eb3c8e25f5056b52af6c4779e54148.tar.gz serverdata-18d5435dc7eb3c8e25f5056b52af6c4779e54148.tar.bz2 serverdata-18d5435dc7eb3c8e25f5056b52af6c4779e54148.tar.xz serverdata-18d5435dc7eb3c8e25f5056b52af6c4779e54148.zip |
Merge pull request #515 from mekolat/angela
patches
Diffstat (limited to 'world/map/npc/031-4/cindyCave.txt')
-rw-r--r-- | world/map/npc/031-4/cindyCave.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/031-4/cindyCave.txt b/world/map/npc/031-4/cindyCave.txt index c97b166d..1655205f 100644 --- a/world/map/npc/031-4/cindyCave.txt +++ b/world/map/npc/031-4/cindyCave.txt @@ -86,7 +86,7 @@ L_Reward: L_Wizard_Hat: // get a wizard hat in one of the ten colors - no white - setarray @wizardhats, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209; + setarray @wizardhats[0], 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209; getitem @wizardhats[@reward], 1; set QL_CINDY, 3; goto L_Visit; @@ -215,7 +215,7 @@ L_End: end; OnInit: - setarray $@FIGHT_YETI_MESSAGES$, + setarray $@FIGHT_YETI_MESSAGES$[0], "", // unused // " : " is magic so that it says "global announcement from" "Cindy : Yetis!", |