From a81ad6986c65f966bb3af100b60a4ad1794f6aed Mon Sep 17 00:00:00 2001 From: thenecromancer Date: Mon, 15 Mar 2010 18:03:43 +0100 Subject: 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 --- src/game/SpellMgr.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/game/SpellMgr.cpp') 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 -- cgit v1.2.3