diff options
Diffstat (limited to 'npc/functions/event.txt')
-rw-r--r-- | npc/functions/event.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/event.txt b/npc/functions/event.txt index b02d59fc5..cb6732565 100644 --- a/npc/functions/event.txt +++ b/npc/functions/event.txt @@ -112,7 +112,7 @@ function script sThanksgiving { sleep2(60); } mes l(".:: Congratulations ::."); - //#THANKS_DAY = gettime(5); + #THANKS_DAY = gettime(5); #THANKS_STREAK+=1; if (debug || $@GM_OVERRIDE) { mes l("You got a %d", .@luck); |