[Corpses] Add corpse entity variables to DB

- When corpses have entity variables add/remove/modified it will update the database accordingly.
- Corpse loading will pull the database values if they exist.
This commit is contained in:
Trust
2025-06-10 23:10:02 -04:00
committed by Chris Miles
parent dc261bb203
commit be19f85a31
6 changed files with 84 additions and 0 deletions
+2
View File
@@ -244,6 +244,8 @@ public:
const glm::vec4 &position
);
void SyncEntityVariablesToCorpseDB();
protected:
void MoveItemToCorpse(Client *client, EQ::ItemInstance *inst, int16 equipSlot, std::list<uint32> &removedList);