#W# Rentable Inn rooms!

This commit is contained in:
WarrentyExpired 2026-08-20 14:08:13 -04:00
parent 3cd1cef779
commit 7104f56ebf
8 changed files with 579 additions and 7 deletions

View file

@ -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!