mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Core): Throwing spells for Instructor Razuvious and Drakkari Battle Riders (#2109)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user