More load and delete changes for corpses

This commit is contained in:
Akkadius
2014-11-23 17:49:56 -06:00
parent 12ceac4c02
commit 3b51aebb51
5 changed files with 74 additions and 188 deletions
+1
View File
@@ -296,6 +296,7 @@ public:
/* Corpses */
bool ClearCorpseItems(uint32 db_id);
bool DeleteItemOffCharacterCorpse(uint32 db_id, uint32 equip_slot, uint32 item_id);
uint32 GetCharacterCorpseItemCount(uint32 corpse_id);
bool LoadCharacterCorpseData(uint32 corpse_id, PlayerCorpse_Struct* pcs);
Corpse* LoadCharacterCorpse(uint32 player_corpse_id);