chore(DB): import pending files

Referenced commit(s): 8308e054b9
This commit is contained in:
AzerothCoreBot
2023-08-24 14:44:42 +00:00
parent 8308e054b9
commit 0954d0f441

View File

@@ -0,0 +1,9 @@
-- DB update 2023_08_24_00 -> 2023_08_24_01
--
SET @GUID := 137481;
DELETE FROM `creature_addon` WHERE `guid` IN (@GUID, @GUID+1, @GUID+2, @GUID+3);
INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES
(@GUID, (@GUID)*10, 0, 0, 1, 0, 0, '63610'),
(@GUID+1, (@GUID+1)*10, 0, 0, 1, 0, 0, '63610'),
(@GUID+2, (@GUID+2)*10, 0, 0, 1, 0, 0, '63616'),
(@GUID+3, (@GUID+3)*10, 0, 0, 1, 0, 0, '63616');