From 436890ccfca24b5f777a27623f7a7f5aabe8cba8 Mon Sep 17 00:00:00 2001 From: Andrew <47818697+Nyeriah@users.noreply.github.com> Date: Wed, 17 Sep 2025 04:59:35 -0300 Subject: [PATCH] fix(DB/Creature): Fix Fallen Earthen Warrior (#22950) --- .../pending_db_world/rev_1758068640659448500.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1758068640659448500.sql diff --git a/data/sql/updates/pending_db_world/rev_1758068640659448500.sql b/data/sql/updates/pending_db_world/rev_1758068640659448500.sql new file mode 100644 index 000000000..0bd3d6ab2 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1758068640659448500.sql @@ -0,0 +1,10 @@ +-- +DELETE FROM `creature` WHERE `guid` = 117222 AND `id1` = 26335; +INSERT INTO `creature` (`guid`, `id1`, `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`, `VerifiedBuild`) VALUES +(117222, 26335, 571, 394, 4221, 1, 1, 0, 4706.6416015625, -4453.7060546875, 195.04803466796875, 1.972222089767456054, 120, 0, 0, 1, 852, 0, 0, 0, 0, 63163); + +UPDATE `creature_template` SET `unit_flags` = `unit_flags`|256|512, `RegenHealth` = 0 WHERE `entry` = 26335; + +DELETE FROM `creature_addon` WHERE `guid` = 117222; +INSERT INTO `creature_addon` (`guid`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `visibilityDistanceType`, `auras`) VALUES +(117222, 0, 0, 7, 0, 0, 0, '');