Core/GameObject: Set loot state to Not ready when a gob is deactivated
Port From (https://github.com/TrinityCore/TrinityCore/commit/b0f10b505e30992942cce9a9b1fb395009344dfd)
This commit is contained in:
@@ -816,7 +816,7 @@ namespace Game.Entities
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
SetLootState(LootState.Ready);
|
SetLootState(LootState.NotReady);
|
||||||
|
|
||||||
//burning flags in some Battlegrounds, if you find better condition, just add it
|
//burning flags in some Battlegrounds, if you find better condition, just add it
|
||||||
if (GetGoInfo().IsDespawnAtAction() || GetGoAnimProgress() > 0)
|
if (GetGoInfo().IsDespawnAtAction() || GetGoAnimProgress() > 0)
|
||||||
|
|||||||
Reference in New Issue
Block a user