From fc728bbe98afa4dc2e12b9da81743d5834384f4b Mon Sep 17 00:00:00 2001 From: offl Date: Wed, 11 Aug 2021 00:45:00 +0300 Subject: DB/Creature: Add missing aura to Ghost of the Past (cherry picked from commit bfb7a45600757521875626bba4ee459470031955) --- sql/updates/world/master/2022_03_12_07_world_2021_08_10_06_world.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/master/2022_03_12_07_world_2021_08_10_06_world.sql (limited to 'sql/updates') diff --git a/sql/updates/world/master/2022_03_12_07_world_2021_08_10_06_world.sql b/sql/updates/world/master/2022_03_12_07_world_2021_08_10_06_world.sql new file mode 100644 index 00000000000..fd2583d7bcd --- /dev/null +++ b/sql/updates/world/master/2022_03_12_07_world_2021_08_10_06_world.sql @@ -0,0 +1,4 @@ +-- Ghost of the Past +DELETE FROM `creature_template_addon` WHERE `entry`=10940; +INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(10940, 0, 0, 0, 1, 0, 0, 0, 0, 0, '17327 12556'); -- cgit v1.2.3