From 22ba2aba6568eca4f2ef731fe841d1a646969ba6 Mon Sep 17 00:00:00 2001 From: CandyCurt Date: Sat, 28 Dec 2013 14:24:12 +0100 Subject: Fix Christmas Annual --- world/map/npc/annuals/xmas/list.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'world/map/npc/annuals/xmas/list.txt') diff --git a/world/map/npc/annuals/xmas/list.txt b/world/map/npc/annuals/xmas/list.txt index a03db395..c6adf4b6 100644 --- a/world/map/npc/annuals/xmas/list.txt +++ b/world/map/npc/annuals/xmas/list.txt @@ -55,7 +55,7 @@ function|script|XmasList|, goto L_Return; L_QuestTime: - if(XMASTIME & $@xmas_child_list[$@child_number]) + if(XMASTIME & $@xmas_child_list[@child_number]) goto L_Return; goto L_GetList; @@ -65,11 +65,11 @@ L_GetList: "Oh sorry, what were you going to say?", L_Return; L_List: - mes "[" + $@xmas_child_list_name$[$@child_number] + "]"; + mes "[" + $@xmas_child_list_name$[@child_number] + "]"; mes "Here is my list. Make sure it gets delivered, please!"; next; - mes "You store " + $@xmas_child_list_name$[$@child_number] + "'s wish list carefully in a hidden pocket of your backpack."; - set XMASTIME, XMASTIME | $@xmas_child_list[$@child_number]; + mes "You store " + $@xmas_child_list_name$[@child_number] + "'s wish list carefully in a hidden pocket of your backpack."; + set XMASTIME, XMASTIME | $@xmas_child_list[@child_number]; callfunc "XmasXpReward"; menu "I really should be going.", L_Return; -- cgit v1.2.3-60-g2f50