DB/Creature: Fix some ranged creature cast

Closes #12796
Closes #17580
Closes #17574

(cherry picked from commit 931a7623b2)
This commit is contained in:
Killyana
2016-07-14 12:04:14 +02:00
committed by joschiwald
parent 6b56bfa877
commit d0fbc7729d

View File

@@ -0,0 +1,4 @@
--
UPDATE `creature_equip_template` SET `itemID3`=5870 WHERE `CreatureID` IN (701);
UPDATE `smart_scripts` SET `action_param2`=`action_param2`|2 WHERE `source_type`=0 AND `entryorguid`=7856 AND `id`=0;
UPDATE `creature_equip_template` SET `itemID3`=5856 WHERE `CreatureID` IN (1162);