fix(DB/Core): Throwing spells for Instructor Razuvious and Drakkari Battle Riders (#2109)
This commit is contained in:
parent
dd7f67c3ba
commit
5e345742e6
2 changed files with 17 additions and 0 deletions
|
|
@ -4548,6 +4548,10 @@ void SpellMgr::LoadDbcDataCorrections()
|
|||
case 29125:
|
||||
spellInfo->EffectImplicitTargetB[0] = TARGET_UNIT_SRC_AREA_ENTRY;
|
||||
break;
|
||||
// Jagged Knife
|
||||
case 55550:
|
||||
spellInfo->Attributes |= SPELL_ATTR0_REQ_AMMO;
|
||||
break;
|
||||
|
||||
//////////////////////////////////////////
|
||||
////////// Gundrak
|
||||
|
|
@ -4556,6 +4560,12 @@ void SpellMgr::LoadDbcDataCorrections()
|
|||
case 55098:
|
||||
spellInfo->InterruptFlags |= SPELL_INTERRUPT_FLAG_INTERRUPT;
|
||||
break;
|
||||
case 55521: // Poisoned Spear (Normal)
|
||||
case 58967: // Poisoned Spear (Heroic)
|
||||
case 55348: // Throw (Normal)
|
||||
case 58966: // Throw (Heroic)
|
||||
spellInfo->Attributes |= SPELL_ATTR0_REQ_AMMO;
|
||||
break;
|
||||
|
||||
//////////////////////////////////////////
|
||||
////////// The Nexus: Nexus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue