diff options
Diffstat (limited to 'world/map/npc/xmas/2011/bodyguards.txt')
-rw-r--r-- | world/map/npc/xmas/2011/bodyguards.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/world/map/npc/xmas/2011/bodyguards.txt b/world/map/npc/xmas/2011/bodyguards.txt index 6f2a84c7..acabe022 100644 --- a/world/map/npc/xmas/2011/bodyguards.txt +++ b/world/map/npc/xmas/2011/bodyguards.txt @@ -102,7 +102,7 @@ L_NoEvent: } // door to Santa's room -030-2.gat,78,87,0|script|#door|127,1,1{ +030-2.gat,78,87,0|script|#door|400,1,1{ if ((gettime(7) == $@xmas2011_year && gettime(6) == 12 && gettime(5) >= $@xmas2011_reward_start_day) || (gettime(7) == ($@xmas2011_year + 1) && gettime(6) == 1 && gettime(5) <= $@xmas2011_reward_end_day)) @@ -115,7 +115,7 @@ L_RewardTime: } // entrance of the building -030-1.gat,99,53,0|script|#Door|127,1,1,{ +030-1.gat,99,53,0|script|#Door|400,1,1,{ if (!(gettime(7) == $@xmas2011_year && gettime(6) == 12 && gettime(5) >= $@xmas2011_start_day) && !(gettime(7) == ($@xmas2011_year + 1) && gettime(6) == 1 && gettime(5) <= $@xmas2011_reward_end_day)) |