diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-24 01:47:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-24 01:47:07 -0300 |
commit | 3e919ecbaf104601c8660ece7205b90b049d0829 (patch) | |
tree | 9e193443c345ab19505b9dfb9c79f64ea1339427 | |
parent | 28b5642e4cf13e55d65ca4ef1f339ff9280f2ecc (diff) | |
download | serverdata-3e919ecbaf104601c8660ece7205b90b049d0829.tar.gz serverdata-3e919ecbaf104601c8660ece7205b90b049d0829.tar.bz2 serverdata-3e919ecbaf104601c8660ece7205b90b049d0829.tar.xz serverdata-3e919ecbaf104601c8660ece7205b90b049d0829.zip |
Kamelot: Do not repeat tutorial needlessy
-rw-r--r-- | npc/functions/aurora.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 421439be5..d964500d2 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -283,7 +283,7 @@ function script FYE_Kamelot { // Begin //callfunc("KamelotCleanup", .@g); // Not needed - $KAMELOT_COOLDOWN[.@g] = 0; + $KAMELOT_COOLDOWN[.@g] = ($KAMELOT_COOLDOWN[.@g] ? 1 : 0); $@FYE_KAMELOT[.@g] = gettimeparam(GETTIME_DAYOFMONTH); mesc l("Have fun!"); next; |