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;