aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Spells/SpellMgr.cpp
diff options
context:
space:
mode:
authorShauren <none@none>2010-10-24 21:27:02 +0200
committerShauren <none@none>2010-10-24 21:27:02 +0200
commitd03aeab9ad4b9002b513be0d6b9552e6f653b6cb (patch)
treed6a5f24a3b158f291b7d74f9c509232972aab2b1 /src/server/game/Spells/SpellMgr.cpp
parent07fa1bcbdfe65def200c640a6f3e52b755c3b603 (diff)
Scripts/Icecrown Citadel: Added Blood Prince Council script
Scripts/Icecrown Citadel: Festergut will not cast Vile Gas on melee targets if there are at least 3 (25 man: 8) ranged targets Scripts/Icecrown Citadel: Festergut and Rotface gates will close with delay (when Putricide reaches the balcony) Scripts/Icecrown Citadel: Replaced ASSERT(instance) with code disabling the AI if not inside instance Core/Spells: Fixed TARGET_DEST_TARGET_RANDOM usage Core/Scripts: Extended DamageDealt in AI to accept damage type as 3rd parameter Scripts/Quests: Fixed quest "Unholy Infusion" (24749) --HG-- branch : trunk
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
-rwxr-xr-xsrc/server/game/Spells/SpellMgr.cpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp
index b59fa23ae04..639276dde6e 100755
--- a/src/server/game/Spells/SpellMgr.cpp
+++ b/src/server/game/Spells/SpellMgr.cpp
@@ -3928,6 +3928,13 @@ void SpellMgr::LoadSpellCustomAttr()
spellInfo->EffectImplicitTargetB[0] = TARGET_UNIT_TARGET_ENEMY;
count++;
break;
+ case 71708: // Empowered Flare
+ case 72785: // Empowered Flare
+ case 72786: // Empowered Flare
+ case 72787: // Empowered Flare
+ spellInfo->AttributesEx3 |= SPELL_ATTR_EX3_NO_DONE_BONUS;
+ count++;
+ break;
default:
break;
}