summaryrefslogtreecommitdiff
path: root/world/map/npc/annuals
diff options
context:
space:
mode:
authorWushin <pasekei@gmail.com>2015-01-24 13:33:51 -0600
committerWushin <pasekei@gmail.com>2015-01-24 13:33:51 -0600
commit52b798d0f00026cc3d0e7b65be586d629690981a (patch)
tree518b4bac12da6d74cf008b7393c962037023377e /world/map/npc/annuals
parentf734ec415816d5efffd0beb54d47631ece3dd56c (diff)
parent0bbb269c13cd6d02d20e2b4f49396770dbcdb0f6 (diff)
downloadserverdata-52b798d0f00026cc3d0e7b65be586d629690981a.tar.gz
serverdata-52b798d0f00026cc3d0e7b65be586d629690981a.tar.bz2
serverdata-52b798d0f00026cc3d0e7b65be586d629690981a.tar.xz
serverdata-52b798d0f00026cc3d0e7b65be586d629690981a.zip
Merge pull request #254 from Meistache/more-xmas-typo-fixes
More typo fixes on Xmas quest
Diffstat (limited to 'world/map/npc/annuals')
-rw-r--r--world/map/npc/annuals/xmas/barriers.txt2
-rw-r--r--world/map/npc/annuals/xmas/config.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/annuals/xmas/barriers.txt b/world/map/npc/annuals/xmas/barriers.txt
index 80097356..4c7837af 100644
--- a/world/map/npc/annuals/xmas/barriers.txt
+++ b/world/map/npc/annuals/xmas/barriers.txt
@@ -17,7 +17,7 @@ L_Hint:
message strcharinfo(0), "I said get out! We've got no time for your kind here.";
mes "[Orum's Homunculus]";
mes "\"What are you doing? Come, see me in the caves below!\"";
- mes "\"I said go north till you reach the snoman. Then head into the cave to the east.\"";
+ mes "\"I said go north till you reach the snowman. Then head into the cave to the east.\"";
warp "020-1.gat",33,94;
close;
diff --git a/world/map/npc/annuals/xmas/config.txt b/world/map/npc/annuals/xmas/config.txt
index 8f7c9139..33ddcf97 100644
--- a/world/map/npc/annuals/xmas/config.txt
+++ b/world/map/npc/annuals/xmas/config.txt
@@ -144,7 +144,7 @@ L_Main:
setarray $@xmas_uncommon_reward$, "NutcrackerHat", "AmberChristmasSweater", "RedStockings", "PinkChristmasSweater", "BlueChristmasSweater";
// Quest Side 0 Settings
setarray $@xmas_zero_reagents$, "ShockSweet", "EmptyBottle", "EmeraldPowder";
- setarray $@xmas_zero_reagents_names$, "ShockSweet", "Empty Bottles", "Emerald Powders";
+ setarray $@xmas_zero_reagents_names$, "Shock Sweet", "Empty Bottles", "Emerald Powders";
setarray $@xmas_zero_reagents_amounts, 1, 4, 10;
if(getarraysize($@xmas_zero_reagents_amounts) != getarraysize($@xmas_zero_reagents$))
goto L_XmasError;