diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-10-28 01:22:23 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-10-28 01:22:23 -0300 |
commit | 2079474e3cfd450e3f19f26904fbb9766dc593ca (patch) | |
tree | 5a8f3eff2122ad9292bc06dd0414d8ab810fbf31 /npc/functions | |
parent | 36e2c3a9d30cb8eb1a27a74fa26f75f7ba869d17 (diff) | |
download | serverdata-2079474e3cfd450e3f19f26904fbb9766dc593ca.tar.gz serverdata-2079474e3cfd450e3f19f26904fbb9766dc593ca.tar.bz2 serverdata-2079474e3cfd450e3f19f26904fbb9766dc593ca.tar.xz serverdata-2079474e3cfd450e3f19f26904fbb9766dc593ca.zip |
Alias Thanksgiving on @event so it can be tested with more ease
Diffstat (limited to 'npc/functions')
-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); |