summaryrefslogtreecommitdiff
path: root/npc/annuals
diff options
context:
space:
mode:
Diffstat (limited to 'npc/annuals')
-rw-r--r--npc/annuals/xmas/config.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/annuals/xmas/config.txt b/npc/annuals/xmas/config.txt
index 807b3b9f..b3816df2 100644
--- a/npc/annuals/xmas/config.txt
+++ b/npc/annuals/xmas/config.txt
@@ -43,7 +43,7 @@ L_Main:
// Main Quest Settings
// Bit used to Set Which one of the 2 quests you are on
- $@xmas_side_bit = (1 << 31);
+ $@xmas_side_bit = false;//(1 << 31); FIXME
$@xmas_base_bonus_xp = 4;
$@xmas_karma_bonus = 1;
$@xmas_reward_max_karma = 15;