mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/Loot): Remove Mageroyal from invalid loot tables. (#8311)
* fix(DB/Loot): Remove Mageroyal from invalid loot tables. Fixes #7609 * Update.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633536347071508400');
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE `item`=785 AND `entry` NOT IN (764,765,766,832,1953,1954,1955,1956,2022,2025,2027,2029,2030,2156,2157,2166,3535,3638,
|
||||
3780,3781,3782,3783,3784,3834,3844,3917,3919,3928,3931,4020,4021,4028,4029,4030,4541,5055,5354,5761,5775,5780,5781,6218,6219,7584,10641,12220,12223,13141,13142,
|
||||
14424,14433,14448,15635,15636,15637,15810,17352,17353);
|
||||
|
||||
UPDATE `creature_template` SET `lootid`=0 WHERE `entry` IN (10321,7957);
|
||||
Reference in New Issue
Block a user