mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Core): Dragonflayer Strategist spell "Hurl Dagger" (#2060)
This commit is contained in:
@@ -4602,6 +4602,10 @@ void SpellMgr::LoadDbcDataCorrections()
|
||||
case 42796:
|
||||
spellInfo->AttributesEx3 |= SPELL_ATTR3_DEATH_PERSISTENT;
|
||||
break;
|
||||
case 42772: // Hurl Dagger (Normal)
|
||||
case 59685: // Hurl Dagger (Heroic)
|
||||
spellInfo->Attributes |= SPELL_ATTR0_REQ_AMMO;
|
||||
break;
|
||||
|
||||
//////////////////////////////////////////
|
||||
////////// VIOLET HOLD
|
||||
|
||||
Reference in New Issue
Block a user