From e25c0cbeef68863c0cbca8af9e605651a1eda1ba Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Sun, 17 Apr 2011 14:35:46 -0700 Subject: Remove deprecated setarray-with-index syntax --- npc/031-4_Cave/cindyCave.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'npc/031-4_Cave/cindyCave.txt') diff --git a/npc/031-4_Cave/cindyCave.txt b/npc/031-4_Cave/cindyCave.txt index e6b8702d..223aa80b 100644 --- a/npc/031-4_Cave/cindyCave.txt +++ b/npc/031-4_Cave/cindyCave.txt @@ -94,7 +94,7 @@ L_Reward: L_Wizard_Hat: // get a wizard hat in one of the ten colors - no white - setarray @wizardhats[0], 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209; + setarray @wizardhats, 2200, 2201, 2202, 2203, 2204, 2205, 2206, 2207, 2208, 2209; getitem @wizardhats[@reward], 1; set @rescue_Cindy, 3; callsub S_Update_Mask; -- cgit v1.2.3-60-g2f50