mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[9411] More SpellEffectIndex using in apropriate cases
This commit is contained in:
parent
6469c21c41
commit
84080aaf60
26 changed files with 199 additions and 196 deletions
|
|
@ -3603,7 +3603,7 @@ bool ChatHandler::HandleAuraCommand(const char* args)
|
|||
eff == SPELL_EFFECT_APPLY_AURA ||
|
||||
eff == SPELL_EFFECT_PERSISTENT_AREA_AURA )
|
||||
{
|
||||
Aura *Aur = CreateAura(spellInfo, i, NULL, target);
|
||||
Aura *Aur = CreateAura(spellInfo, SpellEffectIndex(i), NULL, target);
|
||||
target->AddAura(Aur);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue