From acfec9e3781f789034d24e78bfb80c32f7022189 Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Fri, 10 Feb 2023 14:15:38 +0100 Subject: [PATCH] fix(DB/Creature): Spawn Floating Skull (#14931) --- .../updates/pending_db_world/rev_1675983759485500400.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1675983759485500400.sql diff --git a/data/sql/updates/pending_db_world/rev_1675983759485500400.sql b/data/sql/updates/pending_db_world/rev_1675983759485500400.sql new file mode 100644 index 000000000..c3c541ec7 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1675983759485500400.sql @@ -0,0 +1,8 @@ +-- +DELETE FROM `creature` WHERE `guid` IN (106326) AND `id1` IN (21365); +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 +(106326, 21365, 530, 0, 0, 1, 1, 0, 38.3723, 2121.23, 128.975, 2.80337, 600, 0, 0, 42, 0, 0, 0, 0, 0, 0); + +DELETE FROM `creature_template_addon` WHERE `entry` IN (21365); +INSERT INTO `creature_template_addon` (`entry`, `auras`) VALUES +(21365, '36725 36727');