Jump to content

[fixed][bug 9145][spell]Summon Water Elemental


Guest Skyner

Recommended Posts

This my fix

diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp

index 09e261c..3a56841 100644

--- a/src/game/SpellEffects.cpp

+++ b/src/game/SpellEffects.cpp

@@ -1494,6 +1494,14 @@ void Spell::EffectDummy(uint32 i)

}

return;

}

+ case 31687: // Summon Water Elemental

+ {

+ if (m_caster->HasAura(70937))

+ m_caster->CastSpell(m_caster, 70908, true);

+ else

+ m_caster->CastSpell(m_caster, 70907, true);

+ return;

+ }

case 32826: // Polymorph Cast Visual

{

if (unitTarget && unitTarget->GetTypeId() == TYPEID_UNIT)

Link to comment
Share on other sites

  • 2 weeks later...
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use