mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-20 06:59:46 -04:00
Core/Spells: Update/Convert hunter "Improved Mend Pet" for 4.3.4
This commit is contained in:
@@ -203,7 +203,7 @@ class spell_gen_alchemist_stone : public SpellScriptLoader
|
||||
spellId = ALECHEMIST_STONE_HEAL;
|
||||
else if (eventInfo.GetDamageInfo()->GetSpellInfo()->HasEffect(SPELL_EFFECT_ENERGIZE))
|
||||
spellId = ALECHEMIST_STONE_MANA;
|
||||
TC_LOG_ERROR(LOG_FILTER_GENERAL, "spellId: %u, procSpell: %u", spellId, eventInfo.GetDamageInfo()->GetSpellInfo()->Id);
|
||||
|
||||
if (!spellId)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user