summaryrefslogtreecommitdiff
path: root/world/map/npc/013-3
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2015-02-19 22:34:57 -0600
committerwushin <pasekei@gmail.com>2015-02-19 23:02:12 -0600
commitf7f84b8e69075f07fae64cca3da1b1d0a6e98eef (patch)
tree2819bd1a3a98a56cfa475da16be443ecaa912228 /world/map/npc/013-3
parent9a0b536324d87107a6ca31f47facb804d70c0d30 (diff)
downloadserverdata-f7f84b8e69075f07fae64cca3da1b1d0a6e98eef.tar.gz
serverdata-f7f84b8e69075f07fae64cca3da1b1d0a6e98eef.tar.bz2
serverdata-f7f84b8e69075f07fae64cca3da1b1d0a6e98eef.tar.xz
serverdata-f7f84b8e69075f07fae64cca3da1b1d0a6e98eef.zip
fix case
Diffstat (limited to 'world/map/npc/013-3')
-rw-r--r--world/map/npc/013-3/mask_chest.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/013-3/mask_chest.txt b/world/map/npc/013-3/mask_chest.txt
index a175b4b2..1b62e66c 100644
--- a/world/map/npc/013-3/mask_chest.txt
+++ b/world/map/npc/013-3/mask_chest.txt
@@ -31,7 +31,7 @@
if (countitem("TreasureKey") == 0)
goto L_No_treasure_key;
if (countitem("PileOfAsh") == 0)
- goto L_No_ash;
+ goto L_no_ash;
if (countitem("MauveHerb") == 0
|| countitem("CobaltHerb") == 0
|| countitem("GambogeHerb") == 0
@@ -157,7 +157,7 @@ L_No_treasure_key:
mes "No treasure chest key, no opening ritual.";
goto L_Close;
-L_No_ash:
+L_no_ash:
mes "You still need a pile of ash.";
goto L_Close;