mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Creatures: moved Garrosh back on his throne and Thaumaturge Zajir has replaced his follow Void Storage colleague and is offering his Reforge services once more
This commit is contained in:
14
sql/updates/world/cata_classic/2025_04_12_10_world.sql
Normal file
14
sql/updates/world/cata_classic/2025_04_12_10_world.sql
Normal file
@@ -0,0 +1,14 @@
|
||||
-- Put Garrosh back onto his throne
|
||||
UPDATE `creature` SET `position_x`= 1669.5851, `position_y`= -4343.08, `position_z`= 28.446056, `orientation`= 3.612831592559814453 WHERE `guid`= 310903;
|
||||
|
||||
-- Updating the Reforger and Transmogrifier in Orgrimmar for Classic
|
||||
DELETE FROM `creature` WHERE `guid`= 370880;
|
||||
DELETE FROM `creature_addon` WHERE `guid`= 370880;
|
||||
|
||||
SET @CGUID := 3990094;
|
||||
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, 54471, 1, 1637, 5170, '0', 169, 0, 0, 1, 1721.1353759765625, -4513.19287109375, 31.32893943786621093, 0.314159274101257324, 120, 0, 0, 100, 0, NULL, NULL, NULL, NULL, 60192); -- Thaumaturge Zajir (Area: Valley of Strength - Difficulty: 0) CreateObject1
|
||||
|
||||
UPDATE `creature_template` SET `npcflag`=268435456 WHERE `entry`=54473; -- Warpweaver Dushar
|
||||
DELETE FROM `creature_template_gossip` WHERE `CreatureID`= 54473;
|
||||
Reference in New Issue
Block a user