#W# Rentable Inn rooms!
This commit is contained in:
parent
3cd1cef779
commit
7104f56ebf
8 changed files with 579 additions and 7 deletions
|
|
@ -21,8 +21,10 @@ namespace Server.Scripts.Custom
|
|||
{
|
||||
Console.WriteLine("TasksManager: Running scheduled hourly tasks...");
|
||||
|
||||
// Task 1: Wipe all floor traps so spawners can place new ones
|
||||
ClearSpawnedTraps();
|
||||
if ( Settings.S_DungeonFloorTraps )
|
||||
{
|
||||
ClearSpawnedTraps();
|
||||
}
|
||||
|
||||
// FUTURE TASKS:
|
||||
// Just add new methods here as your server grows!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue