From 63a6ff45dfcaa4f5d9e5f758e25020406b23adf3 Mon Sep 17 00:00:00 2001 From: Rocco Silipo <108557877+Rorschach91@users.noreply.github.com> Date: Sat, 7 Mar 2026 12:07:22 +0100 Subject: [PATCH] fix(DB/Ulduar): Create a new Guardian Lasher. (#25018) --- data/sql/updates/pending_db_world/rev_1772830500.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1772830500.sql diff --git a/data/sql/updates/pending_db_world/rev_1772830500.sql b/data/sql/updates/pending_db_world/rev_1772830500.sql new file mode 100644 index 000000000..f0dfef570 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1772830500.sql @@ -0,0 +1,5 @@ + +-- Create new Guid. +DELETE FROM `creature` WHERE (`id1` = 33430) AND (`guid` IN (136607)); +INSERT INTO `creature` (`guid`, `id1`, `id2`, `id3`, `map`, `zoneId`, `areaId`, `spawnMask`, `phaseMask`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `ScriptName`, `Comment`, `VerifiedBuild`) VALUES +(136607, 33430, 0, 0, 603, 0, 0, 3, 1, 0, 2221.8308, -14.313417, 423.59442, 3.60960, 604800, 5, 0, 195495, 0, 1, 0, 0, 0, '', NULL, 49345);