aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellMgr.cpp
diff options
context:
space:
mode:
authorShauren <none@none>2010-10-09 16:50:03 +0200
committerShauren <none@none>2010-10-09 16:50:03 +0200
commit9a47bc96a1ebb3d10d6a8ead0f26f958c4f8b838 (patch)
treeb9a4e1c4faa0def87936e1acfd8eb01e7496908a /src/server/game/Spells/SpellMgr.cpp
parentaae2f3b48e259d95e97621d012632b336f9023b8 (diff)
Scripts/Icecrown Citadel: Added Rotface script
Scripts/Icecrown Citadel: Corrected death speech for Stinky and Festergut Scripts/Icecrown Citadel: Fixed Boned! achievement conditions --HG-- branch : trunk
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rwxr-xr-xsrc/server/game/Spells/SpellMgr.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index 370e960088c..c8f1d11dd9b 100755
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3618,6 +3618,9 @@ void SpellMgr::LoadSpellCustomAttr()
case 27820: // Mana Detonation
//case 28062: case 39090: // Positive/Negative Charge
//case 28085: case 39093:
+ case 69782: case 69796: // Ooze Flood
+ case 69798: case 69801: // Ooze Flood
+ case 69538: case 69553: case 69610: // Ooze Combine
mSpellCustomAttr[i] |= SPELL_ATTR_CU_EXCLUDE_SELF;
count++;
break;