Jump to content

[patch]Temper Quel'Delar[69922]


Guest virusav

Recommended Posts

The player casts a spell on the NPC, and he responded casts a spell with the effect of creating the result of either (quest http://ru.wowhead.com/quest=24560).

Patch works, compare the visual effect with the video from official server - the same.

diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index d8f6aac..58b7c53 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -1770,6 +1770,14 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
                    m_caster->CastSpell(m_caster, spell_id, true);
                    return;
                }
+                case 69922:                                 // Temper Quel'Delar
+                {
+                    if (!unitTarget || unitTarget->GetTypeId() != TYPEID_UNIT)
+                        return;
+                    // Return Tempered Quel'Delar
+                    unitTarget->CastSpell(m_caster, 69956, true);
+                    return;
+                }
            }
            break;
        } 

Link to comment
Share on other sites

  • 5 months later...
  • 2 months 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