bandage/bleed message

ElvenCompositeLongbow damage
MagicalShortbow damage
SpawnEntry double spawns
typo fix
This commit is contained in:
mark 2007-01-13 04:30:13 +00:00
parent 9d377382af
commit 42529d8d04
6 changed files with 13 additions and 12 deletions

View file

@ -207,7 +207,7 @@ namespace Server.Regions
{
InternalDeleteSpawnedObjects();
for ( int i = 0; !this.Complete && i < m_Max * 2; i++ )
for ( int i = 0; !this.Complete && i < m_Max; i++ )
Spawn();
m_Running = true;