diff options
| author | Shauren <shauren.trinity@gmail.com> | 2011-02-15 22:07:40 +0100 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2011-02-15 22:07:40 +0100 |
| commit | 45095bdffb066b231d253cd424ecc36f3764cde5 (patch) | |
| tree | 78934ed44bbb71902c4c070cf550ac8237566649 /src/server/game | |
| parent | 21179288a26f33c780f343d61a18ffb38ff9511f (diff) | |
Scripts/Icecrown Citadel: Added Rotting Frost Giant script
Diffstat (limited to 'src/server/game')
| -rwxr-xr-x | src/server/game/Spells/SpellMgr.cpp | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 9a823ad68ce..d993e1e8b0e 100755 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3946,13 +3946,6 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->EffectImplicitTargetB[0] = TARGET_UNIT_MASTER; count++; break; - case 71708: // Empowered Flare - case 72785: // Empowered Flare - case 72786: // Empowered Flare - case 72787: // Empowered Flare - spellInfo->AttributesEx3 |= SPELL_ATTR3_NO_DONE_BONUS; - count++; - break; // ICECROWN CITADEL SPELLS // THESE SPELLS ARE WORKING CORRECTLY EVEN WITHOUT THIS HACK // THE ONLY REASON ITS HERE IS THAT CURRENT GRID SYSTEM @@ -3976,6 +3969,7 @@ void SpellMgr::LoadSpellCustomAttr() case 70834: // Bone Storm (Lord Marrowgar) case 70835: // Bone Storm (Lord Marrowgar) case 70836: // Bone Storm (Lord Marrowgar) + case 72864: // Death Plague (Rotting Frost Giant) case 72378: // Blood Nova (Deathbringer Saurfang) case 73058: // Blood Nova (Deathbringer Saurfang) spellInfo->EffectRadiusIndex[0] = 12; @@ -3989,8 +3983,9 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->EffectImplicitTargetB[0] = 0; count++; break; - case 70460: // Coldflame Jets + case 70460: // Coldflame Jets (Traps after Saurfang) spellInfo->DurationIndex = 1; // 10 seconds + count++; break; case 71413: // Green Ooze Summon (Professor Putricide) case 71414: // Orange Ooze Summon (Professor Putricide) @@ -4036,6 +4031,13 @@ void SpellMgr::LoadSpellCustomAttr() spellInfo->EffectRadiusIndex[0] = 28; // another missing radius count++; break; + case 71708: // Empowered Flare (Blood Prince Council) + case 72785: // Empowered Flare (Blood Prince Council) + case 72786: // Empowered Flare (Blood Prince Council) + case 72787: // Empowered Flare (Blood Prince Council) + spellInfo->AttributesEx3 |= SPELL_ATTR3_NO_DONE_BONUS; + count++; + break; case 71340: // Pact of the Darkfallen (Blood-Queen Lana'thel) spellInfo->DurationIndex = 21; count++; |
