mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-19 17:05:44 +01:00
Use Space on last commit
This commit is contained in:
@@ -653,11 +653,11 @@ public:
|
||||
|
||||
void SpellHitTarget(Unit* who, const SpellInfo* spell)
|
||||
{
|
||||
if(spell->Id == SPELL_UNLEASHED_DARK_HELPER)
|
||||
{
|
||||
if (who->HasAura(SPELL_DARK_ESSENCE_HELPER))
|
||||
who->CastSpell(who, SPELL_POWERING_UP, true);
|
||||
}
|
||||
if(spell->Id == SPELL_UNLEASHED_DARK_HELPER)
|
||||
{
|
||||
if (who->HasAura(SPELL_DARK_ESSENCE_HELPER))
|
||||
who->CastSpell(who, SPELL_POWERING_UP, true);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
@@ -695,11 +695,11 @@ public:
|
||||
|
||||
void SpellHitTarget(Unit* who, const SpellInfo* spell)
|
||||
{
|
||||
if(spell->Id == SPELL_UNLEASHED_LIGHT_HELPER)
|
||||
{
|
||||
if (who->HasAura(SPELL_LIGHT_ESSENCE_HELPER))
|
||||
who->CastSpell(who, SPELL_POWERING_UP, true);
|
||||
}
|
||||
if(spell->Id == SPELL_UNLEASHED_LIGHT_HELPER)
|
||||
{
|
||||
if (who->HasAura(SPELL_LIGHT_ESSENCE_HELPER))
|
||||
who->CastSpell(who, SPELL_POWERING_UP, true);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user