chore(DB): import pending files

Referenced commit(s): 4121daa8be
This commit is contained in:
github-actions[bot]
2024-02-03 10:49:41 +00:00
parent a216a114c1
commit 7ce0cc3523
5 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
-- DB update 2024_02_01_01 -> 2024_02_03_00
-- Update creature 26123 'Midsummer Supplier' with sniffed values
-- updated spawns
DELETE FROM `creature` WHERE (`id1` = 26123) AND (`guid` IN (202770, 202864, 86163));
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
(202770, 26123, 530, 1, 1, 0, -3792.682373046875, -11515.6591796875, -134.693161010742187, 6.248278617858886718, 120, 0, 0, 0, 0, 0, "", 50063, 1, NULL),
(202864, 26123, 0, 1, 1, 0, -4707.91015625, -1226.0858154296875, 501.74273681640625, 2.146754980087280273, 120, 0, 0, 0, 0, 0, "", 50063, 1, NULL),
(86163, 26123, 1, 1, 1, 0, 8701.7451171875, 962.31097412109375, 12.8077402114868164, 3.193952560424804687, 120, 0, 0, 0, 0, 0, "", 50063, 1, NULL);
-- new spawns
DELETE FROM `creature` WHERE (`id1` = 26123) AND (`guid` IN (118));
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
(118, 26123, 0, 1, 1, 0, -8829.3544921875, 871.2298583984375, 98.76789093017578125, 4.537856101989746093, 120, 0, 0, 0, 0, 0, "", 50063, 1, NULL);
-- enable all spawns for eventEntry 1
DELETE FROM `game_event_creature` WHERE (`eventEntry` = 1) AND (`guid` IN (SELECT `guid` FROM `creature` WHERE `id1` = 26123));
INSERT INTO `game_event_creature` (SELECT 1, `guid` FROM `creature` WHERE `id1` = 26123);

View File

@@ -0,0 +1,19 @@
-- DB update 2024_02_03_00 -> 2024_02_03_01
-- Update creature 26124 'Midsummer Merchant' with sniffed values
-- updated spawns
DELETE FROM `creature` WHERE (`id1` = 26124) AND (`guid` IN (86179, 86224));
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
(86179, 26124, 0, 1, 1, 0, 1806.268798828125, 220.1627044677734375, 60.39253616333007812, 1.431169986724853515, 120, 0, 0, 0, 0, 0, "", 50063, 1, NULL),
(86224, 26124, 1, 1, 1, 0, -1017.98272705078125, 307.571197509765625, 135.8292694091796875, 2.181661605834960937, 120, 0, 0, 0, 0, 0, "", 50063, 1, NULL);
-- new spawns
DELETE FROM `creature` WHERE (`id1` = 26124) AND (`guid` IN (120));
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
(120, 26124, 530, 1, 1, 0, 9796.3671875, -7253.505859375, 26.25297164916992187, 5.113814830780029296, 120, 0, 0, 0, 0, 0, "", 50063, 1, NULL);
-- remaining spawns (no sniffed values available)
-- (`guid` IN (86227))
-- enable all spawns for eventEntry 1
DELETE FROM `game_event_creature` WHERE (`eventEntry` = 1) AND (`guid` IN (SELECT `guid` FROM `creature` WHERE `id1` = 26124));
INSERT INTO `game_event_creature` (SELECT 1, `guid` FROM `creature` WHERE `id1` = 26124);

View File

@@ -0,0 +1,11 @@
-- DB update 2024_02_03_01 -> 2024_02_03_02
-- Update creature 25980 'Heretic Bodyguard' with sniffed values
-- updated spawns
DELETE FROM `creature` WHERE (`id1` = 25980) AND (`guid` IN (90920, 91009));
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
(90920, 25980, 1, 1, 1, 0, 4198.93310546875, 1181.44873046875, 5.203701496124267578, 4.310963153839111328, 120, 0, 0, 0, 0, 0, "", 50172, 1, NULL),
(91009, 25980, 1, 1, 1, 0, 4205.69384765625, 1174.2926025390625, 5.943501472473144531, 3.438298702239990234, 120, 0, 0, 0, 0, 0, "", 50063, 1, NULL);
-- enable all spawns for eventEntry 1
DELETE FROM `game_event_creature` WHERE (`eventEntry` = 1) AND (`guid` IN (SELECT `guid` FROM `creature` WHERE `id1` = 25980));
INSERT INTO `game_event_creature` (SELECT 1, `guid` FROM `creature` WHERE `id1` = 25980);

View File

@@ -0,0 +1,10 @@
-- DB update 2024_02_03_02 -> 2024_02_03_03
-- Update creature 25951 'Heretic Emissary' with sniffed values
-- updated spawns
DELETE FROM `creature` WHERE (`id1` = 25951) AND (`guid` IN (86643));
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
(86643, 25951, 1, 1, 1, 0, 4199.23779296875, 1175.6844482421875, 6.156942367553710937, 3.787364482879638671, 120, 0, 0, 0, 0, 0, "", 50172, 1, NULL);
-- enable all spawns for eventEntry 1
DELETE FROM `game_event_creature` WHERE (`eventEntry` = 1) AND (`guid` IN (SELECT `guid` FROM `creature` WHERE `id1` = 25951));
INSERT INTO `game_event_creature` (SELECT 1, `guid` FROM `creature` WHERE `id1` = 25951);

View File

@@ -0,0 +1,10 @@
-- DB update 2024_02_03_03 -> 2024_02_03_04
-- Update creature 25949 'Ice Caller Briatha' with sniffed values
-- updated spawns
DELETE FROM `creature` WHERE (`id1` = 25949) AND (`guid` IN (245627));
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
(245627, 25949, 1, 1, 1, 0, 4194.7880859375, 1171.5792236328125, 6.983758449554443359, 0.698131680488586425, 120, 0, 0, 0, 0, 0, "", 50172, 1, NULL);
-- enable all spawns for eventEntry 1
DELETE FROM `game_event_creature` WHERE (`eventEntry` = 1) AND (`guid` IN (SELECT `guid` FROM `creature` WHERE `id1` = 25949));
INSERT INTO `game_event_creature` (SELECT 1, `guid` FROM `creature` WHERE `id1` = 25949);