aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellMgr.cpp
diff options
context:
space:
mode:
authorn0n4m3 <none@none>2009-12-26 14:05:55 +0100
committern0n4m3 <none@none>2009-12-26 14:05:55 +0100
commita5110c3382e70638a5aad3f49f76ae98d39a7326 (patch)
treef1d00f52eab9d039fea29114df229b7b6863dd02 /src/game/SpellMgr.cpp
parent088d332545d39c30d01ce91bc40d31393d3fd128 (diff)
Fixed spell Ebon Plague, byThemris.
--HG-- branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r--src/game/SpellMgr.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp
index c876fbf822d..1536868fbb7 100644
--- a/src/game/SpellMgr.cpp
+++ b/src/game/SpellMgr.cpp
@@ -3813,6 +3813,11 @@ void SpellMgr::LoadSpellCustomAttr()
case 62324: // Throw Passenger
spellInfo->Targets |= TARGET_FLAG_CASTER;
break;
+ case 51735: // Ebon Plague
+ case 51734:
+ case 51726:
+ spellInfo->SpellFamilyFlags[2] = 0x10;
+ break;
// cleansing totem pulse when it is spawned
case 8172:
spellInfo->AttributesEx5 |= SPELL_ATTR_EX5_START_PERIODIC_AT_APPLY;