mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 06:06:23 +00:00
fix(DB/Gameobject_loot): remove Rethban/Underlight ores from non-zone ores (#7641)
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630334062369804993');
|
||||
|
||||
-- Remove Rethban and Underlight ores from non-specific area drops
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (1502, 1503) AND `Item` IN (2798, 22634);
|
||||
|
||||
-- Change Tirisfal outlier node to standard non-Redridge copper node
|
||||
UPDATE `gameobject` SET `id` = 1731 WHERE `id` = 2055 AND `guid` = 5483;
|
||||
|
||||
Reference in New Issue
Block a user