fix(DB/Loot): Remove Ghost Mushrooms from invalid loot tables. (#8305)

Fixes #8097
This commit is contained in:
UltraNix
2021-10-11 00:09:07 +02:00
committed by GitHub
parent 3ff389c1bc
commit 3112f9c5b5

View File

@@ -0,0 +1,4 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633530420594780300');
DELETE FROM `creature_loot_template` WHERE `item`=8845 AND `entry` NOT IN (1812,1813,2655,2656,5481,5485,5490,6509,6510,6511,6512,6517,6518,6519,6527,7100,
7101,7104,7138,7139,7149,8384,11458,11459,11461,11462,11464,11465,11783,11784,12207,12219,12220,12223,12224,13021,13022,13196,13197,13285,13736,14303);