chore(DB): import pending files

Referenced commit(s): 36114d9354
This commit is contained in:
github-actions[bot]
2024-02-18 10:16:30 +00:00
parent 15366b2754
commit b32292bb5e

View File

@@ -0,0 +1,29 @@
-- DB update 2024_02_18_07 -> 2024_02_18_08
-- Update creature 37214 'Crown Lackey' with sniffed values
-- updated spawns
DELETE FROM `creature` WHERE (`id1` = 37214) AND (`guid` IN (244581, 244582, 244583, 244584, 244585, 244586, 244587, 244588, 244589, 244590));
INSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
(244581, 37214, 0, 1, 1, 0, -9411.8818359375, 490.5538330078125, 50.8087158203125, 2.382520198822021484, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(244582, 37214, 0, 1, 1, 0, -9424.8193359375, 508.576385498046875, 57.29096221923828125, 4.574251174926757812, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(244583, 37214, 0, 1, 1, 0, -9440.908203125, 494.265625, 53.2842254638671875, 2.086580276489257812, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(244584, 37214, 0, 1, 1, 0, -9425.7568359375, 524.4600830078125, 59.37531280517578125, 6.282542228698730468, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(244585, 37214, 1, 1, 1, 0, 1288.0867919921875, -4109.65087890625, 28.00403404235839843, 4.431925296783447265, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(244586, 37214, 1, 1, 1, 0, 1273.19970703125, -4113.72216796875, 27.99566078186035156, 3.630284786224365234, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(244587, 37214, 1, 1, 1, 0, 1253.795166015625, -4055.526123046875, 22.00726318359375, 5.836018085479736328, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(244588, 37214, 1, 1, 1, 0, 1250.826416015625, -4108.16162109375, 25.78389358520507812, 0.252455890178680419, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(244589, 37214, 1, 1, 1, 0, 1238.8367919921875, -4092.291748046875, 23.53643417358398437, 0.372168511152267456, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(244590, 37214, 1, 1, 1, 0, 1250.80908203125, -4076.78466796875, 22.82913970947265625, 3.630284786224365234, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL);
-- new spawns
DELETE FROM `creature` WHERE (`id1` = 37214) AND (`guid` IN (12461, 12462, 12463, 12464, 12465, 12466));
INSERT INTO `creature` (`guid`, `id1`, `map`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `VerifiedBuild`, `CreateObject`, `Comment`) VALUES
(12461, 37214, 0, 1, 1, 0, -9461.7412109375, 495.614593505859375, 54.70512771606445312, 5.607248783111572265, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(12462, 37214, 0, 1, 1, 0, -9468.080078125, 543.45831298828125, 54.01108551025390625, 2.842578649520874023, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(12463, 37214, 0, 1, 1, 0, -9479.794921875, 528.5, 54.844329833984375, 5.593160629272460937, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(12464, 37214, 0, 1, 1, 0, -9489.8125, 515.8350830078125, 55.65568161010742187, 4.661127090454101562, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(12465, 37214, 1, 1, 1, 0, 1279.10595703125, -4061.7119140625, 32.03759002685546875, 5.720801830291748046, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL),
(12466, 37214, 1, 1, 1, 0, 1287.6492919921875, -4093.40283203125, 30.00333023071289062, 3.983521461486816406, 120, 0, 0, 0, 0, 0, "", 52237, 2, NULL);
-- enable all spawns for eventEntry 8
DELETE FROM `game_event_creature` WHERE (`eventEntry` = 8) AND (`guid` IN (SELECT `guid` FROM `creature` WHERE `id1` = 37214));
INSERT INTO `game_event_creature` (SELECT 8, `guid` FROM `creature` WHERE `id1` = 37214);