fix(Core/DB/Quest): Battle for the Undercity (#1479)

- Closes #204
This commit is contained in:
Nefertumm
2019-02-27 19:16:56 -03:00
committed by Francesco Borzì
parent 15e4d2e21f
commit 6a074af196
3 changed files with 4770 additions and 13 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -6051,6 +6051,13 @@ void SpellMgr::LoadDbcDataCorrections()
case 71024:
spellInfo->EffectImplicitTargetA[0] = TARGET_DEST_DYNOBJ_NONE;
break;
// Battle for the Undercity
case 59892: // Cyclone fall
spellInfo->Effect[EFFECT_0] = SPELL_EFFECT_APPLY_AREA_AURA_FRIEND;
spellInfo->EffectRadiusIndex[0] = EFFECT_RADIUS_10_YARDS;
spellInfo->AttributesEx &= ~SPELL_ATTR0_CANT_CANCEL;
spellInfo->AttributesEx3 |= SPELL_ATTR3_ONLY_TARGET_PLAYERS;
break;
// ///////////////////////////////////////////
// ////////////////ITEMS//////////////////////

File diff suppressed because it is too large Load Diff