[10758] Fixed typo in CONTROLED_*

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
rsa 2010-11-20 20:03:06 +03:00 committed by VladimirMangos
parent b20b3e5ade
commit 07c48c77c9
6 changed files with 37 additions and 37 deletions

View file

@ -1032,7 +1032,7 @@ void Aura::ReapplyAffectedPassiveAuras()
ReapplyAffectedPassiveAuras(GetTarget(), true);
// re-apply talents/passives/area auras applied to pet/totems (it affected by player spellmods)
GetTarget()->CallForAllControlledUnits(ReapplyAffectedPassiveAurasHelper(this), CONTROLED_PET|CONTROLED_TOTEMS);
GetTarget()->CallForAllControlledUnits(ReapplyAffectedPassiveAurasHelper(this), CONTROLLED_PET|CONTROLLED_TOTEMS);
// re-apply talents/passives/area auras applied to group members (it affected by player spellmods)
if (Group* group = ((Player*)GetTarget())->GetGroup())