From 86d17dbf35d246439752dcd043133794b777cb17 Mon Sep 17 00:00:00 2001 From: Killyana Date: Sun, 5 Jan 2020 23:47:58 +0100 Subject: DB/Creature: Dawnblade Hawkrider (cherry picked from commit b1f50af03721c4f915a224d8b8c00ab4cf08056d) --- .../world/master/2021_12_19_36_world_2020_01_05_02_world.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sql/updates/world/master/2021_12_19_36_world_2020_01_05_02_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2021_12_19_36_world_2020_01_05_02_world.sql b/sql/updates/world/master/2021_12_19_36_world_2020_01_05_02_world.sql new file mode 100644 index 00000000000..ece2ad335a8 --- /dev/null +++ b/sql/updates/world/master/2021_12_19_36_world_2020_01_05_02_world.sql @@ -0,0 +1,8 @@ +-- +UPDATE `creature_addon` SET `auras`="45187" WHERE `guid` IN ( 83999, 84002, 84003, 84004, 84005, 84006); +DELETE FROM `smart_scripts` WHERE `entryorguid` IN (25063) AND `source_type`=0; +DELETE FROM `conditions` WHERE `SourceEntry`=25063 AND `SourceTypeOrReferenceId`=22; +UPDATE `creature_template` SET `AIName`="" WHERE `entry`=25063; +DELETE FROM `spell_scripts` WHERE `id`=45188; +INSERT INTO `spell_scripts` (`id`,`effIndex`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES +(45188,0,0,15,45189,0,0,0,0,0,0); -- cgit v1.2.3