Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/src/server/game/Spells/SpellEffects.cpp b/src/server/game/Spells/SpellEffects.cpp
- index baf12a4..bd80feb 100644
- --- a/src/server/game/Spells/SpellEffects.cpp
- +++ b/src/server/game/Spells/SpellEffects.cpp
- @@ -8581,14 +8581,17 @@ void Spell::SummonGuardian(uint32 i, uint32 entry, SummonPropertiesEntry const *
- case 81291: // Fungal Growth
- amount = 1;
- break;
- - case 94548: // Cardboard Assassin, Engineering
- - amount = 1;
- - duration = 15000;
- + case 94548: // Cardboard Assassin, Engineering
- + amount = 1;
- + duration = 15000;
- break;
- case 49028: // Dancing Rune Weapon
- if (AuraEffect *aurEff = m_originalCaster->GetAuraEffect(63330, 0)) // glyph of Dancing Rune Weapon
- duration += aurEff->GetAmount();
- break;
- + case 48739: // Winterfin First Responder
- + amount = 1;
- + break;
- }
- if (Player* modOwner = m_originalCaster->GetSpellModOwner())
- modOwner->ApplySpellMod(m_spellInfo->Id, SPELLMOD_DURATION, duration);
Advertisement
Add Comment
Please, Sign In to add comment