DB/Creature: Add missing aura to Ghost of the Past

(cherry picked from commit bfb7a45600)
This commit is contained in:
offl
2021-08-11 00:45:00 +03:00
committed by Shauren
parent 5e055efe41
commit fc728bbe98

View File

@@ -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');