chore(DB): import pending files

Referenced commit(s): 462b6b5f3a
This commit is contained in:
github-actions[bot]
2024-10-16 05:46:49 +00:00
parent 462b6b5f3a
commit 3c3419e991

View File

@@ -0,0 +1,8 @@
-- DB update 2024_10_15_32 -> 2024_10_16_00
-- Update creature 'Oomailiq' with sniffed values
-- new spawns
DELETE FROM `creature` WHERE (`id1` IN (31806))
AND (`guid` IN (308));
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
(308, 31806, 621, 1, 1, 0, -19.990936279296875, 0.077455997467041015, 17.6105804443359375, 3.071779489517211914, 120, 0, 0, 0, 0, 0, "", 45942, 1, NULL);