Transm: Fixed warning

This commit is contained in:
Yehonal
2018-04-09 07:49:32 +00:00
parent 17d79ad808
commit ec7ac719a1

View File

@@ -375,7 +375,7 @@ public:
player->SetUInt32Value(PLAYER_VISIBLE_ITEM_1_ENTRYID + (slot * 2), entry);
}
void OnAfterMoveItemFromInventory(Player* player, Item* it, uint8 /*bag*/, uint8 /*slot*/, bool /*update*/) {
void OnAfterMoveItemFromInventory(Player* /*player*/, Item* it, uint8 /*bag*/, uint8 /*slot*/, bool /*update*/) {
sT->DeleteFakeFromDB(it->GetGUIDLow());
}