mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 18:36:31 +01:00
DB/Creature: Fix some ranged creature cast
Closes #12796
Closes #17580
Closes #17574
(cherry picked from commit 931a7623b2)
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user