diff options
author | Ovahlord <dreadkiller@gmx.de> | 2025-04-12 12:11:28 +0200 |
---|---|---|
committer | Ovahlord <dreadkiller@gmx.de> | 2025-04-12 12:11:28 +0200 |
commit | 3b448cbfea7fe2c2681faac8eac50efee0a3d083 (patch) | |
tree | 375dd0756165703e4aca38b5b820b0859cb4bf6e /sql/updates | |
parent | 63efd50d2e3eb4d8bbc407d43d32d2ef88aff07a (diff) |
DB/Creatures: added missing spawn for Legacy Justice Quartermaster Toren Landow
Diffstat (limited to 'sql/updates')
-rw-r--r-- | sql/updates/world/cata_classic/2025_04_12_02_world.sql | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/cata_classic/2025_04_12_02_world.sql b/sql/updates/world/cata_classic/2025_04_12_02_world.sql new file mode 100644 index 00000000000..4e0453f8694 --- /dev/null +++ b/sql/updates/world/cata_classic/2025_04_12_02_world.sql @@ -0,0 +1,9 @@ +SET @CGUID := 3990093; + +DELETE FROM `creature` WHERE `guid`= @CGUID; +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, 58154, 0, 1519, 5149, '0', 169, 0, 0, 0, -8808.22265625, 350.854156494140625, 107.132568359375, 4.590215682983398437, 120, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 60142); -- Toren Landow (Area: Old Town - Difficulty: 0) CreateObject1 + +DELETE FROM `creature_addon` WHERE `guid`= @CGUID; +INSERT INTO `creature_addon` (`guid`, `PathId`, `mount`, `StandState`, `AnimTier`, `VisFlags`, `SheathState`, `PvpFlags`, `emote`, `aiAnimKit`, `movementAnimKit`, `meleeAnimKit`, `visibilityDistanceType`, `auras`) VALUES +(@CGUID, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, ''); -- Toren Landow |