mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-19 13:28:25 +00:00
[Inventory] Add GetInventorySlots() Method (#4566)
* [Inventory] Add GetInventorySlots() Method * Update client.cpp * Push
This commit is contained in:
+1
-1
@@ -615,7 +615,7 @@ bool Perl_NPC_HasItem(NPC* self, uint32 item_id) // @categories Script Utility
|
||||
return self->HasItem(item_id);
|
||||
}
|
||||
|
||||
int Perl_NPC_CountItem(NPC* self, uint32 item_id)
|
||||
uint32 Perl_NPC_CountItem(NPC* self, uint32 item_id)
|
||||
{
|
||||
return self->CountItem(item_id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user