Jump to content

[Patch] Add dummy effect of spell 74904


Guest NeatElves

Recommended Posts

http://www.wowhead.com/spell=74904

 
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index e14e5a4..0d080d8 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -1331,6 +1331,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
                case 51961:                                 // Captured Chicken Cover
                case 55364:                                 // Create Ghoul Drool Cover
                case 61832:                                 // Rifle the Bodies: Create Magehunter Personal Effects Cover
+                case 74904:                                 // Pickup Sen'jin Frog
                {
                    if (!unitTarget || unitTarget->GetTypeId() != TYPEID_UNIT || m_caster->GetTypeId() != TYPEID_PLAYER)
                        return;
@@ -1346,6 +1347,7 @@ void Spell::EffectDummy(SpellEffectIndex eff_idx)
                        case 51961: spellId = 51037; break;
                        case 55364: spellId = 55363; break;
                        case 61832: spellId = 47096; break;
+                        case 74904: spellId = 74905; break;
                    }

                    if (const SpellEntry *pSpell = sSpellStore.LookupEntry(spellId))

Link to comment
Share on other sites

  • 5 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