committed by
Francesco Borzì
parent
15e4d2e21f
commit
6a074af196
File diff suppressed because it is too large
Load Diff
@@ -6051,6 +6051,13 @@ void SpellMgr::LoadDbcDataCorrections()
|
|||||||
case 71024:
|
case 71024:
|
||||||
spellInfo->EffectImplicitTargetA[0] = TARGET_DEST_DYNOBJ_NONE;
|
spellInfo->EffectImplicitTargetA[0] = TARGET_DEST_DYNOBJ_NONE;
|
||||||
break;
|
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//////////////////////
|
// ////////////////ITEMS//////////////////////
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user