Hack fix for an outdated inventory function

This commit is contained in:
Uleat
2017-04-01 17:40:18 -04:00
parent de52d2f64a
commit 60d2c703b6
3 changed files with 36 additions and 5 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ namespace EQEmu
ItemInstance* GetCursorItem();
// Swap items in inventory
bool SwapItem(int16 slot_a, int16 slot_b);
bool SwapItem(int16 slot_a, int16 slot_b, uint16 race_id = 0, uint8 class_id = 0, uint16 deity_id = 0, uint8 level = 0);
// Remove item from inventory
bool DeleteItem(int16 slot_id, uint8 quantity = 0);