fix(DB/Loot): Remove Gromsblood from invalid loot tables. (#8307)

Fixes #8100
This commit is contained in:
UltraNix
2021-10-11 00:09:17 +02:00
committed by GitHub
parent 3112f9c5b5
commit 0b61997c58

View File

@@ -0,0 +1,5 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633533380570017300');
DELETE FROM `creature_loot_template` WHERE `item`=8846 AND `entry` NOT IN (1808,1812,1813,1851,5481,5485,5490,6509,6510,6511,6512,6517,6518,6519,6521,6527,
6551,6552,6554,6559,7092,7100,7101,7104,7132,7138,7139,7149,8384,8910,8911,9601,9878,9879,11458,11459,11461,11462,11464,11465,11665,12224,13021,13022,13136,
13196,13197,13285,14303,15335);