mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-18 11:25:42 +00:00
fix(DB/Creature): thrown animations (#5254)
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1618166495075484153');
|
||||
|
||||
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