diff options
| author | thenecromancer <none@none> | 2010-03-15 18:03:43 +0100 |
|---|---|---|
| committer | thenecromancer <none@none> | 2010-03-15 18:03:43 +0100 |
| commit | a81ad6986c65f966bb3af100b60a4ad1794f6aed (patch) | |
| tree | 2227850674fefdeb36548dd525b35af2851a040b /src/game/SpellMgr.cpp | |
| parent | 3ba08629266146e6fbe5534443a0fefd16230d8e (diff) | |
Remove Hack detecting spell 61988 in HasAura()
Correctly cast 61988/61987 after casting Avenging Wrath/Divine Shield respectively
(This will correctly show both spells disabled state)
Don't allow casting Lay on Hands on self when aura 61988 is present (ie. after using Avenging Wrath)
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
| -rw-r--r-- | src/game/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index aed3fc4789f..0b77f1b51e9 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -746,6 +746,7 @@ bool SpellMgr::_isPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) con //case 37675: // Chaos Blast removed from mangos case 34700: // Allergic Reaction case 61987: // Avenging Wrath Marker + case 61988: // Divine Shield exclude aura case 50524: // Runic Power Feed return false; case 12042: // Arcane Power |
