fix(DB/Core): Dragonflayer Strategist spell "Hurl Dagger" (#2060)
This commit is contained in:
parent
8b97440450
commit
9579bf17d1
2 changed files with 8 additions and 0 deletions
|
|
@ -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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue