[12187] Fix item random properties and suffixes

Signed-off-by: Yaki Khadafi <elsoldollo@gmail.com>
This commit is contained in:
Yaki Khadafi 2012-09-05 20:36:38 +03:00 committed by Antz
parent c58ffa3c41
commit 4049442c80
5 changed files with 30 additions and 9 deletions

View file

@ -796,7 +796,7 @@ void Player::UpdateMasteryAuras()
if (!masterySpells)
return;
for (int i = 0; i < masterySpells->size(); ++i)
for (uint32 i = 0; i < masterySpells->size(); ++i)
{
SpellAuraHolder* holder = GetSpellAuraHolder(masterySpells->at(i));
if (!holder)