diff options
author | megamage <none@none> | 2008-11-03 20:44:32 -0600 |
---|---|---|
committer | megamage <none@none> | 2008-11-03 20:44:32 -0600 |
commit | a5045b76849f095929358248d8b51ed8a4fb89bc (patch) | |
tree | e108c62eec4562287c17e3bcccec2db9262253ae /src/game/SpellMgr.cpp | |
parent | 6391d04aac45de99d7dae5e99a13228157c4ba3c (diff) |
[svn] Update black temple boss 1, 2 script.
--HG--
branch : trunk
Diffstat (limited to 'src/game/SpellMgr.cpp')
-rw-r--r-- | src/game/SpellMgr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/SpellMgr.cpp b/src/game/SpellMgr.cpp index 2922208b963..48cae6c2663 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -2031,6 +2031,7 @@ void SpellMgr::LoadSpellExtraAttr() } tempAttr.attr[SPELL_EXTRA_ATTR_MAX_TARGETS] = 3; mSpellExtraAttrMap[41376] = tempAttr; //Spite + mSpellExtraAttrMap[39992] = tempAttr; //Needle Spine tempAttr.attr[SPELL_EXTRA_ATTR_MAX_TARGETS] = 0; //hack here, only for those strange exceptions! |