From 427557c3d8722704b33fd35b3c4e84f2a3fedaf1 Mon Sep 17 00:00:00 2001 From: sudlud Date: Sat, 30 Aug 2025 18:38:17 +0200 Subject: [PATCH] fix(DB/Creature): Sniffed Values for 'Tahu Sagewind' spawns (#22754) --- .../sql/updates/pending_db_world/rev_1756552312753254300.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1756552312753254300.sql diff --git a/data/sql/updates/pending_db_world/rev_1756552312753254300.sql b/data/sql/updates/pending_db_world/rev_1756552312753254300.sql new file mode 100644 index 000000000..82ccaa783 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1756552312753254300.sql @@ -0,0 +1,5 @@ +-- Update creature 'Tahu Sagewind' with sniffed values +-- new spawns +DELETE FROM `creature` WHERE (`id1` IN (34528)) AND (`guid` IN (37)); +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 +(37, 34528, 1, 1, 1, 0, -1047.1771240234375, -287.98785400390625, 159.113677978515625, 2.728425025939941406, 120, 0, 0, 0, 0, 0, "", 45435, 1, NULL);