From 42d03f6319404da8017f8b25649d4d2d7aa3ca36 Mon Sep 17 00:00:00 2001 From: Ovahlord Date: Sun, 13 Apr 2025 18:06:07 +0200 Subject: DB/Creatures: added missing Molten Front recruiter spawns to Stormwind and Orgrimmar --- sql/updates/world/cata_classic/2025_04_13_06_world.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/updates/world/cata_classic/2025_04_13_06_world.sql (limited to 'sql') diff --git a/sql/updates/world/cata_classic/2025_04_13_06_world.sql b/sql/updates/world/cata_classic/2025_04_13_06_world.sql new file mode 100644 index 00000000000..38dccdd23b6 --- /dev/null +++ b/sql/updates/world/cata_classic/2025_04_13_06_world.sql @@ -0,0 +1,10 @@ +SET @CGUID := 3990098; +DELETE FROM `creature`WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+1; +DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+1; + +INSERT INTO `creature` (`guid`, `id`, `map`, `zoneId`, `areaId`, `spawnDifficulties`, `PhaseId`, `PhaseGroup`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `wander_distance`, `currentwaypoint`, `curHealthPct`, `MovementType`, `npcflag`, `unit_flags`, `unit_flags2`, `unit_flags3`, `VerifiedBuild`) VALUES +(@CGUID+0, 239974, 1, 1637, 5170, '0', '0', 0, 0, 0, 1596.21533203125, -4365.34375, 21.28902244567871093, 5.952373981475830078, 120, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 60192), -- Denaa Hollowbark (Area: Valley of Strength - Difficulty: 0) CreateObject1 +(@CGUID+1, 239945, 0, 1519, 5148, '0', '0', 0, 0, 0, -8823.1162109375, 635.57989501953125, 94.98770904541015625, 2.706097602844238281, 120, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 60192); -- Alania Hollowbark (Area: Trade District - Difficulty: 0) CreateObject1 + +INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID+1, 0, 0, 0, 0, 0, 1, 0, 426, 0, 0, 0, 0, ''); -- Alania Hollowbark -- cgit v1.2.3