diff options
author | Ovahlord <dreadkiller@gmx.de> | 2025-04-13 18:06:07 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-04-13 18:06:07 +0200 |
commit | 42d03f6319404da8017f8b25649d4d2d7aa3ca36 (patch) | |
tree | a4ee54a8fed96cf93491751b25c6f15cc538d3de /sql | |
parent | 7e06c952ed30db193d0591ac3fe0396a18a4595a (diff) |
DB/Creatures: added missing Molten Front recruiter spawns to Stormwind and Orgrimmar
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/cata_classic/2025_04_13_06_world.sql | 10 |
1 files changed, 10 insertions, 0 deletions
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 |