refactor(Core/Misc): Define & Rename Attributes and flags (#5193)
This commit is contained in:
parent
0a12aed4bb
commit
33aeadf8b6
27 changed files with 224 additions and 224 deletions
|
|
@ -929,7 +929,7 @@ public:
|
|||
|
||||
if (drake)
|
||||
{
|
||||
drake->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_PLAYER_CONTROLLED);
|
||||
drake->RemoveFlag(UNIT_FIELD_FLAGS, UNIT_FLAG_POSSESSED);
|
||||
drake->RemoveAurasDueToSpell(GetId());
|
||||
drake->RemoveAurasDueToSpell(SPELL_SOAR_TRIGGER);
|
||||
drake->RemoveAurasDueToSpell(SPELL_RUBY_EVASIVE_AURA);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue