mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 17:54:48 +01:00
revert 1 error
This commit is contained in:
@@ -657,7 +657,7 @@ void Loot::NotifyCurrencyRemoved(uint8 lootIndex)
|
||||
i_next = i;
|
||||
++i_next;
|
||||
if (Player* player = ObjectAccessor::FindPlayer(*i))
|
||||
player->SendNotifyCurrencyLootRemoved();
|
||||
player->SendNotifyCurrencyLootRemoved(lootIndex);
|
||||
else
|
||||
PlayersLooting.erase(i);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user