mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-24 19:06:49 +01:00
DB/Creature: Add missing aura to Ghost of the Past
(cherry picked from commit bfb7a45600)
This commit is contained in:
@@ -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');
|
||||
Reference in New Issue
Block a user