From 7d9a71a6cfdc02823653d63cbf0d33ace8c60d2a Mon Sep 17 00:00:00 2001 From: megamage Date: Tue, 24 Mar 2009 09:36:50 -0600 Subject: [7523] Fixed: players will now drop flag in battleground if they cast immunity buff on themselves. Author: `win TODO: players who carry flag in bg are imune to immunity buffs casted by friendly players. (todo added to code). Bug: if paladin casts Hand of protection on flag carrier - flag will be dropped, but he should get "target is immune" message. Fixed: Do not call Battleground::Update for battleground template objects. Fixed: Do not allow immune player to click on object in battleground (not sure if this is correct in all cases). --HG-- branch : trunk --- src/game/SpellMgr.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/game/SpellMgr.cpp') diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 10efa9a3aec..7a0c404d2e8 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -548,8 +548,6 @@ bool IsPositiveEffect(uint32 spellId, uint32 effIndex, bool deep) switch(spellId) { - case 23333: case 23335: case 34976: // BG spell - return true; case 28441: // not positive dummy spell case 37675: // Chaos Blast case 41519: // Mark of Stormrage -- cgit v1.2.3