* Set the default spawntimesecs for creatures / gameobjects added in game to 5 minutes

* Was 25 seconds
* Thanks Paradox

--HG--
branch : trunk
This commit is contained in:
Brian
2010-01-30 08:05:08 -07:00
parent c7d9ffd25b
commit cfa8ff7bd6
2 changed files with 2 additions and 2 deletions

View File

@@ -49,7 +49,7 @@ GameObject::GameObject() : WorldObject(), m_goValue(new GameObjectValue)
m_valuesCount = GAMEOBJECT_END;
m_respawnTime = 0;
m_respawnDelayTime = 25;
m_respawnDelayTime = 300;
m_lootState = GO_NOT_READY;
m_spawnedByDefault = true;
m_usetimes = 0;