From 462b6b5f3a1bc176b4229ccd6592bbeb0aeba344 Mon Sep 17 00:00:00 2001 From: sudlud Date: Wed, 16 Oct 2024 07:45:54 +0200 Subject: [PATCH] fix(DB/Creature): Sniffed Values for 'Oomailiq' spawns (#20221) --- .../updates/pending_db_world/rev_1729021118457928000.sql | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1729021118457928000.sql diff --git a/data/sql/updates/pending_db_world/rev_1729021118457928000.sql b/data/sql/updates/pending_db_world/rev_1729021118457928000.sql new file mode 100644 index 000000000..dd7d386a9 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1729021118457928000.sql @@ -0,0 +1,7 @@ +-- 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);