diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index d238dd91f..93efeaa34 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -1112,6 +1112,8 @@ function script clientupdater { } if (getq(HurnscaldQuest_Woody) >= 5) Zeny+=17575; + if (getq3(SQuest_Christmas) && getq(SQuest_Christmas) == gettime(GETTIME_YEAR)) + getexp (getq3(SQuest_Christmas) / 150), (getq3(SQuest_Christmas) / 250); } // :// End of Regular Update System |