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:
anguaive
2021-06-02 16:55:43 +02:00
committed by GitHub
parent ff6aa47729
commit 6bfd7838db

View File

@@ -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);