mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
[Inventory] Add GetInventorySlots() Method (#4566)
* [Inventory] Add GetInventorySlots() Method * Update client.cpp * Push
This commit is contained in:
@@ -1446,7 +1446,7 @@ int Perl__collectitems(uint32_t item_id, bool remove_item)
|
||||
return quest_manager.collectitems(item_id, remove_item);
|
||||
}
|
||||
|
||||
int Perl__countitem(uint32_t item_id)
|
||||
uint32 Perl__countitem(uint32_t item_id)
|
||||
{
|
||||
return quest_manager.countitem(item_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user