mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-16 18:08:22 +00:00
[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:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user