fix(DB/Creature): Naxxramas Cultistl (#2814)

* All will now kneel
This commit is contained in:
Kitzunu
2020-05-04 23:53:17 +02:00
committed by GitHub
parent c9b7c75e1e
commit 1e5f755314

View File

@@ -0,0 +1,10 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1585441940559204300');
DELETE FROM `creature_addon` WHERE `GUID` IN (127996,128030,127997,128029,127995,127998);
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `isLarge`, `auras`) VALUES
(127996, 0, 0, 8, 1, 0, 1, '21157'),
(128030, 0, 0, 8, 1, 0, 1, '21157'),
(128029, 0, 0, 8, 1, 0, 1, '21157'),
(127998, 0, 0, 8, 1, 0, 1, '21157'),
(127995, 0, 0, 8, 1, 0, 1, '21157'),
(127997, 0, 0, 8, 1, 0, 1, '21157');