Send item recast timestamps picking up ground spawns

This commit is contained in:
Michael Cook (mackal)
2015-01-31 20:54:56 -05:00
parent 5be1bd2ffb
commit b590eb2dc4
3 changed files with 21 additions and 3 deletions
+1
View File
@@ -71,6 +71,7 @@ class SharedDatabase : public Database
bool GetInventory(uint32 char_id, Inventory* inv);
bool GetInventory(uint32 account_id, char* name, Inventory* inv);
std::map<uint32, uint32> GetItemRecastTimestamps(uint32 char_id);
uint32 GetItemRecastTimestamp(uint32 char_id, uint32 recast_type);
void ClearOldRecastTimestamps(uint32 char_id);
bool SetStartingItems(PlayerProfile_Struct* pp, Inventory* inv, uint32 si_race, uint32 si_class, uint32 si_deity, uint32 si_current_zone, char* si_name, int admin);