mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
Renamed class Inventory to EQEmu::InventoryProfile
This commit is contained in:
+2
-2
@@ -31,12 +31,12 @@
|
||||
|
||||
|
||||
class Bot;
|
||||
class Inventory;
|
||||
struct BotsAvailableList;
|
||||
|
||||
namespace EQEmu
|
||||
{
|
||||
class ItemInstance;
|
||||
class InventoryProfile;
|
||||
}
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@ public:
|
||||
/* Bot inventory functions */
|
||||
bool QueryInventoryCount(const uint32 bot_id, uint32& item_count);
|
||||
|
||||
bool LoadItems(const uint32 bot_id, Inventory &inventory_inst);
|
||||
bool LoadItems(const uint32 bot_id, EQEmu::InventoryProfile &inventory_inst);
|
||||
bool SaveItems(Bot* bot_inst);
|
||||
bool DeleteItems(const uint32 bot_id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user