diff options
Diffstat (limited to 'world/map/npc/008-1/george.txt')
-rw-r--r-- | world/map/npc/008-1/george.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/world/map/npc/008-1/george.txt b/world/map/npc/008-1/george.txt index c4bca7f6..70725432 100644 --- a/world/map/npc/008-1/george.txt +++ b/world/map/npc/008-1/george.txt @@ -5,9 +5,9 @@ if (gettime(7) == $@hw2011_year && gettime(6) == 10 && gettime(5) >= $@hw2011_start_day) goto L_TrickOrTreat; - if (QUEST_Easter12 == 3 && ((gettime(6) == 3 && gettime(5) >= $@easter2012_start_day) || (gettime(6) == 4 && gettime(5) < $@easter2012_reward_start_day))) - menu - "Hey George, I need to ask some questions about a crime.", L_George_Easter2012; +// if (QUEST_Easter12 == 3 && ((gettime(6) == 3 && gettime(5) >= $@easter2012_start_day) || (gettime(6) == 4 && gettime(5) < $@easter2012_reward_start_day))) +// menu +// "Hey George, I need to ask some questions about a crime.", L_George_Easter2012; L_Begin: if (getequipid(equip_head) == 617) goto L_Pirate; |