Pelf

cardboard assassin

Mar 10th, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.71 KB | None | 0 0
  1. diff --git a/src/server/game/Spells/SpellEffects.cpp b/src/server/game/Spells/SpellEffects.cpp
  2. index 20b23d6..86f5d4e 100644
  3. --- a/src/server/game/Spells/SpellEffects.cpp
  4. +++ b/src/server/game/Spells/SpellEffects.cpp
  5. @@ -7648,6 +7648,9 @@ void Spell::SummonGuardian(uint32 i, uint32 entry, SummonPropertiesEntry const *
  6.          case 49028: // Dancing Rune Weapon
  7.              if (AuraEffect *aurEff = m_originalCaster->GetAuraEffect(63330, 0)) // glyph of Dancing Rune Weapon
  8.                  duration += aurEff->GetAmount();
  9. +       case 94548: // Cardboard Assassin, Engineering
  10. +           amount = 1;
  11. +           duration = 15000;
  12.              break;
  13.      }
  14.      if (Player* modOwner = m_originalCaster->GetSpellModOwner())
Advertisement
Add Comment
Please, Sign In to add comment