diff options
Diffstat (limited to 'npc/014-4/kamelot.txt')
-rw-r--r-- | npc/014-4/kamelot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/014-4/kamelot.txt b/npc/014-4/kamelot.txt index 401d8532c..4c88c5206 100644 --- a/npc/014-4/kamelot.txt +++ b/npc/014-4/kamelot.txt @@ -57,7 +57,7 @@ OnTouch: // Quest started but Cooldown expired // Needs to cleanup - wipe all variables if ($KAMELOT_COOLDOWN[.@g] < gettimeparam(GETTIME_WEEKDAY)) { - KamelotCleanup(); + KamelotCleanup(.@g); } else { dispbottom l("The gates are firmly shut by some weird magical power."); end; |