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

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1562252728718185214');
-- Fix Dragonflayer Strategist throwing a throwing knife instead of a blue/white checkered cube when casting "Hurl Dagger"
UPDATE `creature_equip_template` SET `ItemID3` = 29010 WHERE `CreatureID` = 23956;

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