parent
15e4d2e21f
commit
6a074af196
3 changed files with 4770 additions and 13 deletions
1065
data/sql/updates/pending_db_world/rev_1550359453246256000.sql
Normal file
1065
data/sql/updates/pending_db_world/rev_1550359453246256000.sql
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue