mirror of
https://github.com/araxiaonline/azerothshard-core.git
synced 2026-06-13 02:42:24 -04:00
Transm: Fixed warning
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user