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

@ -312,7 +312,7 @@ namespace Server.Regions
from.SendLocalizedMessage( 502094 ); // You must be in your house to do this.
}
}
else if ( e.HasKeyword( 0x27 ) ) // I wish to place a strong box
else if ( e.HasKeyword( 0x27 ) ) // I wish to place a strongbox
{
if ( isOwner )
{

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;