mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
committed by
Francesco Borzì
parent
15e4d2e21f
commit
6a074af196
@@ -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//////////////////////
|
||||
|
||||
Reference in New Issue
Block a user