revert 1 error

This commit is contained in:
Aokromes
2017-01-23 22:23:51 +01:00
parent 09a6602c32
commit 92ac3f842f

View File

@@ -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);
}