diff options
author | CandyCurt <orgzfrgh@gmail.com> | 2013-12-28 14:24:12 +0100 |
---|---|---|
committer | CandyCurt <orgzfrgh@gmail.com> | 2013-12-28 14:24:12 +0100 |
commit | 22ba2aba6568eca4f2ef731fe841d1a646969ba6 (patch) | |
tree | f79bc196e3d6fc218306d058856ee02c3b15acab /world/map/npc/021-1/hideandseek.txt | |
parent | 5f15c08b4c0d586fbc36856f660bd47546531b32 (diff) | |
download | serverdata-22ba2aba6568eca4f2ef731fe841d1a646969ba6.tar.gz serverdata-22ba2aba6568eca4f2ef731fe841d1a646969ba6.tar.bz2 serverdata-22ba2aba6568eca4f2ef731fe841d1a646969ba6.tar.xz serverdata-22ba2aba6568eca4f2ef731fe841d1a646969ba6.zip |
Fix Christmas Annual
Diffstat (limited to 'world/map/npc/021-1/hideandseek.txt')
-rw-r--r-- | world/map/npc/021-1/hideandseek.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/world/map/npc/021-1/hideandseek.txt b/world/map/npc/021-1/hideandseek.txt index 2514dd12..5945c01c 100644 --- a/world/map/npc/021-1/hideandseek.txt +++ b/world/map/npc/021-1/hideandseek.txt @@ -24,7 +24,7 @@ OnInit: 021-1.gat,87,66,0|script|Ayasha|258, { - set $@child_number, 0; + set @child_number, 0; callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); @@ -87,7 +87,7 @@ L_Close: 021-1.gat,63,107,0|script|Latif|262, { - set $@child_number, 1; + set @child_number, 1; callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); @@ -144,7 +144,7 @@ L_Close: 021-1.gat,123,116,0|script|Charda|260, { - set $@child_number, 2; + set @child_number, 2; callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); @@ -198,7 +198,7 @@ L_Close: 021-1.gat,78,87,0|script|Faris|259, { - set $@child_number, 3; + set @child_number, 3; callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); @@ -248,7 +248,7 @@ L_Close: 021-1.gat,98,25,0|script|Rasin|263, { - set $@child_number, 4; + set @child_number, 4; callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); @@ -289,7 +289,7 @@ L_Close: 021-1.gat,155,25,0|script|Ghada|265, { - set $@child_number, 5; + set @child_number, 5; callfunc "XmasList"; set @state, ((QUEST_NorthTulimshar & $@hideandseekNT_MASK) >> $@hideandseekNT_SHIFT); |