fix(DB/Creature): thrown animations (#5254)
This commit is contained in:
parent
9bf10f90ec
commit
a7b369caf3
1 changed files with 6 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue