Core/Spells: Update/Convert hunter "Improved Mend Pet" for 4.3.4

This commit is contained in:
Vincent-Michael
2013-07-21 01:52:15 +02:00
parent 40b87aca8f
commit 0d0de8bb7a
4 changed files with 56 additions and 16 deletions
+1 -1
View File
@@ -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;