diff options
| author | Trazom62 <none@none> | 2010-05-20 20:09:18 +0200 |
|---|---|---|
| committer | Trazom62 <none@none> | 2010-05-20 20:09:18 +0200 |
| commit | d2cad4b14e27c8c7b7ba5be7449dbb908f34497d (patch) | |
| tree | 722ed1fb40c1b90ff5668cbe8be6063d2233026b /src/game/SpellMgr.cpp | |
| parent | ce7886aeb0df0257aa953bdf83ef51c4251a6ebf (diff) | |
Script HoR instance. 1st part.
Fixes issue #1311.
- Intro event.
- 10 waves including Falric and Marwyn.
- Script based on proposal of Synric on trinitycore forum (submitted by Skarabex on GC).
--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 81c4ebaa76f..d7da9bb1e3b 100644 --- a/src/game/SpellMgr.cpp +++ b/src/game/SpellMgr.cpp @@ -3629,6 +3629,7 @@ void SpellMgr::LoadSpellCustomAttr() case 42384: // Brutal Swipe case 45150: // Meteor Slash case 64422: case 64688: // Sonic Screech + case 72373: // Shared Suffering // ONLY SPELLS WITH SPELLFAMILY_GENERIC and EFFECT_SCHOOL_DAMAGE mSpellCustomAttr[i] |= SPELL_ATTR_CU_SHARE_DAMAGE; count++; |
