mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 09:17:36 +01:00
removed a spell copy paste leftover
This commit is contained in:
@@ -1691,7 +1691,6 @@ class spell_dk_runic_empowerment : public SpellScriptLoader
|
||||
{
|
||||
PrepareAuraScript(spell_dk_runic_empowerment_AuraScript);
|
||||
|
||||
private:
|
||||
bool Validate(SpellInfo const* /*spellInfo*/) override
|
||||
{
|
||||
return ValidateSpellInfo(
|
||||
@@ -1718,6 +1717,7 @@ class spell_dk_runic_empowerment : public SpellScriptLoader
|
||||
void HandleProc(AuraEffect const* aurEff, ProcEventInfo& eventInfo)
|
||||
{
|
||||
PreventDefaultAction();
|
||||
|
||||
if (Player* player = GetUnitOwner()->ToPlayer())
|
||||
{
|
||||
std::list<uint8> cooldownRuneIndex;
|
||||
|
||||
Reference in New Issue
Block a user