just misc merge cleanups

This commit is contained in:
mark@runuo.com 2013-09-04 23:07:39 +00:00
parent 030ad1db5b
commit 2a9b547f7b
13 changed files with 73 additions and 34 deletions

View file

@ -676,7 +676,7 @@ namespace Server.Engines.CannedEvil
if( m == null )
return;
Point3D loc = GetSpawnLocation();
Point3D loc = GetSpawnLocation();
// Allow creatures to turn into Paragons at Ilshenar champions.
m.OnBeforeSpawn( loc, Map );

View file

@ -344,7 +344,6 @@ namespace Server.Engines.ConPVP
if( !Core.AOS )
{
#region Mage 5x
Ruleset m5x = new Ruleset( m_Root );