diff options
| author | Mihapro <Mihapro@users.noreply.github.com> | 2016-07-15 14:39:41 +0200 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2016-07-15 14:39:41 +0200 |
| commit | b7c2d309e666a21877977597e17ab9b4728fff0b (patch) | |
| tree | 7cb6f1033ce0d451d8e275d59c11cdfc7b23744c /src/server/game/Spells/SpellMgr.cpp | |
| parent | a5b6d1992a50d4eaf4a7e13dc27e4c876467341a (diff) | |
[6.x] Core/Battlefield: Tol Barad (#17124)
Diffstat (limited to 'src/server/game/Spells/SpellMgr.cpp')
| -rw-r--r-- | src/server/game/Spells/SpellMgr.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/server/game/Spells/SpellMgr.cpp b/src/server/game/Spells/SpellMgr.cpp index 6768eb10b46..dc785f3bddf 100644 --- a/src/server/game/Spells/SpellMgr.cpp +++ b/src/server/game/Spells/SpellMgr.cpp @@ -3111,6 +3111,10 @@ void SpellMgr::LoadSpellInfoCorrections() //! HACK: This spell break quest complete for alliance and on retail not used °_O const_cast<SpellEffectInfo*>(spellInfo->GetEffect(EFFECT_0))->Effect = 0; break; + case 85123: // Siege Cannon (Tol Barad) + const_cast<SpellEffectInfo*>(spellInfo->GetEffect(EFFECT_0))->RadiusEntry = sSpellRadiusStore.LookupEntry(EFFECT_RADIUS_200_YARDS); + const_cast<SpellEffectInfo*>(spellInfo->GetEffect(EFFECT_0))->TargetA = SpellImplicitTargetInfo(TARGET_UNIT_SRC_AREA_ENTRY); + break; // VIOLET HOLD SPELLS // case 54258: // Water Globule (Ichoron) |
