mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-23 10:26:28 +01:00
DB/Creature: Smoldering Skeleton Visual
* add missing burn visual
(cherry picked from commit c9a7fac8f9)
This commit is contained in:
4
sql/updates/world/2015_07_19_07_world_2015_07_17_03.sql
Normal file
4
sql/updates/world/2015_07_19_07_world_2015_07_17_03.sql
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user