mirror of
https://github.com/mangosfour/server.git
synced 2025-12-16 13:37:00 +00:00
[10758] Fixed typo in CONTROLED_*
Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
b20b3e5ade
commit
07c48c77c9
6 changed files with 37 additions and 37 deletions
|
|
@ -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())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue