diff options
-rw-r--r-- | npc/014-4/kamelot.txt | 2 | ||||
-rw-r--r-- | npc/functions/aurora.txt | 1 |
2 files changed, 1 insertions, 2 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index 6b2548026..1b1b3fa05 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -31,7 +31,7 @@ // $KAMELOT_KEY [ guild_id ] = Which bit was assigned as the key // $KAMELOT_PASSCODE [ guild_id ] = A bitmask of passcode to use the key -// $KAMELOT_COOLDOWN [ guild_id ] = Last attempt (weekly attempts) +// $KAMELOT_COOLDOWN [ guild_id ] = Weekday of last attempt (weekly attempts) // KamelotCleanup(guildid) function script KamelotCleanup { diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 761b30430..3879cfbf3 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -321,7 +321,6 @@ function script FYE_Kamelot { return true; // Begin - $KAMELOT_COOLDOWN[.@g] = ($KAMELOT_COOLDOWN[.@g] ? 1 : 0); $@FYE_KAMELOT[.@g] = gettimeparam(GETTIME_DAYOFMONTH); mesc l("Have fun!"); next; |