mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-20 17:27:36 +01:00
DB/Instance/Eye of Eternity: Verify & update spawn positions & stats
(cherry picked from commit 40f4e580f5)
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
--
|
||||
UPDATE `creature` SET `VerifiedBuild` = 12340 WHERE `map` = 616 AND `id` IN (22517,30090,30118,30334,32448);
|
||||
UPDATE `creature` SET `position_x` = 754.255, `position_y` = 1301.72, `position_z` = 266.253, `orientation` = 1.23918, `VerifiedBuild` = 12340 WHERE `id` = 31253;
|
||||
|
||||
-- Remove empty addon
|
||||
DELETE FROM `creature_addon` WHERE `guid` IN (SELECT `guid` FROM `creature` WHERE `id` = 30334);
|
||||
|
||||
-- Power Spark & Scion of Eternity
|
||||
-- UPDATE `creature_template` SET `minlevel` = 80, `maxlevel` = 80 WHERE `entry` IN (30084,30249);
|
||||
Reference in New Issue
Block a user