mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 01:37:37 +01:00
Core: Rename spell attributes, use more general names
--HG-- branch : trunk
This commit is contained in:
@@ -124,11 +124,11 @@ public:
|
||||
if (TempSpell->SpellIconID == 2294)
|
||||
TempSpell->SpellIconID = 2295;
|
||||
TempSpell = GET_SPELL(SPELL_VAPOR_TRIGGER);
|
||||
if ((TempSpell->Attributes & SPELL_ATTR_PASSIVE) == 0)
|
||||
TempSpell->Attributes |= SPELL_ATTR_PASSIVE;
|
||||
if ((TempSpell->Attributes & SPELL_ATTR0_PASSIVE) == 0)
|
||||
TempSpell->Attributes |= SPELL_ATTR0_PASSIVE;
|
||||
TempSpell = GET_SPELL(SPELL_FOG_CHARM2);
|
||||
if ((TempSpell->Attributes & SPELL_ATTR_PASSIVE) == 0)
|
||||
TempSpell->Attributes |= SPELL_ATTR_PASSIVE;*/
|
||||
if ((TempSpell->Attributes & SPELL_ATTR0_PASSIVE) == 0)
|
||||
TempSpell->Attributes |= SPELL_ATTR0_PASSIVE;*/
|
||||
}
|
||||
|
||||
InstanceScript *pInstance;
|
||||
|
||||
Reference in New Issue
Block a user