bandage/bleed message
ElvenCompositeLongbow damage MagicalShortbow damage SpawnEntry double spawns typo fix
This commit is contained in:
parent
9d377382af
commit
42529d8d04
6 changed files with 13 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue