diff options
| author | ariel- <ariel-@users.noreply.github.com> | 2016-09-04 01:31:02 -0300 |
|---|---|---|
| committer | joschiwald <joschiwald.trinity@gmail.com> | 2017-02-26 15:30:02 +0100 |
| commit | 934f0387531222624a451500941f1d584f86ccb1 (patch) | |
| tree | c9d1d7ced9db9a6339e69c366a5c4c59d9af695d /src | |
| parent | e9bdcd9d644a38b0213e9a1dcc2ddca8a3a48b1b (diff) | |
Core/Scripts: Removed Glyph of Backstab.
(cherry picked from commit 31399d5f3466fe26a35194d63ca618168a162867)
Diffstat (limited to 'src')
| -rw-r--r-- | src/server/game/Spells/SpellEffects.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/server/game/Spells/SpellEffects.cpp b/src/server/game/Spells/SpellEffects.cpp index 2a6a1864eb2..8704c1218a9 100644 --- a/src/server/game/Spells/SpellEffects.cpp +++ b/src/server/game/Spells/SpellEffects.cpp @@ -3222,25 +3222,6 @@ void Spell::EffectScriptEffect(SpellEffIndex effIndex) { switch (m_spellInfo->Id) { - // Glyph of Backstab - case 63975: - { - // search our Rupture aura on target - if (AuraEffect const* aurEff = unitTarget->GetAuraEffect(SPELL_AURA_PERIODIC_DAMAGE, SPELLFAMILY_ROGUE, flag128(0x00100000, 0, 0), m_caster->GetGUID())) - { - uint32 countMin = aurEff->GetBase()->GetMaxDuration(); - uint32 countMax = 12000; // this can be wrong, duration should be based on combo-points - countMax += m_caster->HasAura(56801) ? 4000 : 0; - - if (countMin < countMax) - { - aurEff->GetBase()->SetDuration(uint32(aurEff->GetBase()->GetDuration() + 3000)); - aurEff->GetBase()->SetMaxDuration(countMin + 2000); - } - - } - return; - } // Glyph of Scourge Strike case 69961: { |
