More NoDrop-related hack abatement

This commit is contained in:
Uleat
2016-12-18 20:20:27 -05:00
parent 06279b18a3
commit 648078d76c
4 changed files with 10 additions and 15 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ namespace EQEmu
bool DeleteItem(int16 slot_id, uint8 quantity = 0);
// Checks All items in a bag for No Drop
bool CheckNoDrop(int16 slot_id);
bool CheckNoDrop(int16 slot_id, bool recurse = true);
// Remove item from inventory (and take control of memory)
ItemInstance* PopItem(int16 slot_id);