This commit is contained in:
Aokromes
2017-04-05 02:55:44 +02:00
parent 92816c0f17
commit 4e4f82a3e7

View File

@@ -704,15 +704,6 @@ void GameObject::Update(uint32 diff)
SetLootState(GO_READY);
//burning flags in some battlegrounds, if you find better condition, just add it
if (GetGOInfo()->IsDespawnAtAction() || GetGoAnimProgress() > 0)
{
SendGameObjectDespawn();
//reset flags
if (GameObjectTemplateAddon const* addon = GetTemplateAddon())
SetUInt32Value(GAMEOBJECT_FLAGS, addon->flags);
}
if (!m_respawnDelayTime)
return;