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:
parent
ff6aa47729
commit
6bfd7838db
1 changed files with 9 additions and 0 deletions
|
|
@ -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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue