Overwrite
Complete Overwrite of the Folder with the free shard. ServUO 57.3 has been added.
This commit is contained in:
18
Scripts/Services/Tomb of Kings/TombOfKingsRegion.cs
Normal file
18
Scripts/Services/Tomb of Kings/TombOfKingsRegion.cs
Normal file
@@ -0,0 +1,18 @@
|
||||
using System;
|
||||
using System.Xml;
|
||||
|
||||
namespace Server.Regions
|
||||
{
|
||||
public class TombOfKingsRegion : BaseRegion
|
||||
{
|
||||
public TombOfKingsRegion(XmlElement xml, Map map, Region parent)
|
||||
: base(xml, map, parent)
|
||||
{
|
||||
}
|
||||
|
||||
public override void AlterLightLevel(Mobile m, ref int global, ref int personal)
|
||||
{
|
||||
global = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user