mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 09:17:18 +00:00
fix(DB/loot): Clean up refs to ref table 24060 (#6072)
Some creatures' loot tables mistakenly included entries that point to ref table 24060. These entries have been removed. - Closes #6042 - Closes https://github.com/chromiecraft/chromiecraft/issues/697
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1622103568572292814');
|
||||
|
||||
-- 118: Prowler
|
||||
-- 3660: Athrikus Narassin
|
||||
-- 8386: Horizon Scout Crewman
|
||||
-- 10495: Diseased Ghoul
|
||||
-- 11562: Drysnap Crawler
|
||||
-- 11563: Drysnap Pincer
|
||||
DELETE FROM `creature_loot_template` WHERE `reference` = 24060 AND `entry` IN (118, 3660, 8386, 10495, 11562, 11563);
|
||||
Reference in New Issue
Block a user