fix(DB/Core): Dragonflayer Strategist spell "Hurl Dagger" (#2060)

This commit is contained in:
Stoabrogga
2019-07-19 09:58:07 +02:00
committed by GitHub
parent 8b97440450
commit 9579bf17d1
2 changed files with 8 additions and 0 deletions

View File

@@ -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