From af1c375da48016eec2f949b487b83fadb4163f5d Mon Sep 17 00:00:00 2001 From: Rushor Date: Sun, 19 Jul 2015 01:49:52 +0100 Subject: DB/Creature: Smoldering Skeleton Visual * add missing burn visual (cherry picked from commit c9a7fac8f96b2bc20cd675a5964b299894dbc68c) --- sql/updates/world/2015_07_19_07_world_2015_07_17_03.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2015_07_19_07_world_2015_07_17_03.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2015_07_19_07_world_2015_07_17_03.sql b/sql/updates/world/2015_07_19_07_world_2015_07_17_03.sql new file mode 100644 index 00000000000..2ceb1be879f --- /dev/null +++ b/sql/updates/world/2015_07_19_07_world_2015_07_17_03.sql @@ -0,0 +1,4 @@ +-- Smoldering Skeleton Visual +DELETE FROM `creature_template_addon` WHERE `entry` IN (27360, 27356); +INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES +(27360, 0, 0x0, 0x1, '48454 51437'); -- 27360 - 48454, 51437 -- cgit v1.2.3