BFA Update (still lots of testing to do tho)
This commit is contained in:
@@ -164,9 +164,9 @@ namespace Game
|
||||
for (int j = InventorySlots.BuyBackStart; j < InventorySlots.BuyBackEnd; ++j)
|
||||
{
|
||||
int eslot = j - InventorySlots.BuyBackStart;
|
||||
_player.SetGuidValue(PlayerFields.InvSlotHead + (j * 4), ObjectGuid.Empty);
|
||||
_player.SetUInt32Value(PlayerFields.BuyBackPrice1 + eslot, 0);
|
||||
_player.SetUInt32Value(PlayerFields.BuyBackTimestamp1 + eslot, 0);
|
||||
_player.SetGuidValue(ActivePlayerFields.InvSlotHead + (j * 4), ObjectGuid.Empty);
|
||||
_player.SetUInt32Value(ActivePlayerFields.BuyBackPrice + eslot, 0);
|
||||
_player.SetUInt32Value(ActivePlayerFields.BuyBackTimestamp + eslot, 0);
|
||||
}
|
||||
_player.SaveToDB();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user