Update zone_thunder_bluff.sql

This commit is contained in:
Grimfeather
2025-10-28 10:47:11 +01:00
committed by GitHub
parent 17ff0db017
commit 02510a7db6

View File

@@ -64,10 +64,10 @@ INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry
DELETE FROM `creature` WHERE `id1` IN (7427, 10360, 12198, 34976, 34978);
INSERT INTO `creature` (`id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES
(7427, 1, -1384.29, -98.6163, 159.018, 2.87979, 300), -- Taim Ragetotem <Alterac Valley Battlemaster>
(10360, 1, -1381.29, -75.9809, 160.602, 3.19395, 300), -- Kergul Bloodaxe <Warsong Gulch Battlemaster>
(12198, 1, -995.143, 217.173, 104.729, 4.46804, 300); -- Martin Lindsey <Arathi Basin Battlemaster>
INSERT INTO `creature` (`guid`, `id1`, `map`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`) VALUES
(607427, 7427, 1, -1384.29, -98.6163, 159.018, 2.87979, 300), -- Taim Ragetotem <Alterac Valley Battlemaster>
(610360, 10360, 1, -1381.29, -75.9809, 160.602, 3.19395, 300), -- Kergul Bloodaxe <Warsong Gulch Battlemaster>
(612198, 12198, 1, -995.143, 217.173, 104.729, 4.46804, 300); -- Martin Lindsey <Arathi Basin Battlemaster>
UPDATE `creature_template` SET `subname` = 'Mining Supplier' WHERE `entry` = 3002;-- Kurm Stonehoof <Mining Supplier>