chore(DB): import pending files

Referenced commit(s): 32164b26a3
This commit is contained in:
github-actions[bot]
2024-10-15 11:45:24 +00:00
parent 32164b26a3
commit 7d50361be7

View File

@@ -0,0 +1,8 @@
-- DB update 2024_10_14_29 -> 2024_10_15_30
UPDATE `creature_template` SET `MovementType`= 0, `movementId`= 0 WHERE (`entry` = 28683);
UPDATE `creature` SET `MovementType`= 2 WHERE `guid` = 128455 AND `id1` = 28683;
DELETE FROM `creature_addon` WHERE (`guid` IN (128455));
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(128455, 12845500, 2409, 0, 1, 0, 0, NULL);