diff options
Diffstat (limited to 'src/game/GameObject.cpp')
-rw-r--r-- | src/game/GameObject.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/GameObject.cpp b/src/game/GameObject.cpp index 2b69dac6134..07cf49f98f8 100644 --- a/src/game/GameObject.cpp +++ b/src/game/GameObject.cpp @@ -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; |