diff options
Diffstat (limited to 'npc/042-0')
-rw-r--r-- | npc/042-0/arthur.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/042-0/arthur.txt b/npc/042-0/arthur.txt index 793d496ac..a0dfff38c 100644 --- a/npc/042-0/arthur.txt +++ b/npc/042-0/arthur.txt @@ -77,8 +77,7 @@ L_Quest: $KAMELOT_PC[.@g]=$@guildmembercount; $KAMELOT_KEY[.@g]=any(1,2,4,8); $KAMELOT_PASSCODE[.@g]=rand2(1, 31); - if (!is_admin()) // FIXME: This should be unconditional - $KAMELOT_COOLDOWN[.@g] = gettimeparam(GETTIME_WEEKDAY); + $KAMELOT_COOLDOWN[.@g] = gettimeparam(GETTIME_WEEKDAY); mapannounce(getmap(), "##1KAMELOT CASTLE, GUILD DUNGEON: MISSION START!", bc_map); // Spawn a few foot soldiers arthurSpawn(1, 25, 29, 43, 37); |