fix(DB/Loot): Remove Golden Sansam from invalid loot tables. (#8308)
Fixes #8101
This commit is contained in:
parent
0b61997c58
commit
5ffbabe1a3
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633533959476301500');
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE `item`=13464 AND `entry` NOT IN (1812,1813,6510,6512,6517,6518,6519,6527,6551,6552,6557,6559,6560,7031,7100,7101,7104,
|
||||
7132,7138,7139,7149,8766,9477,9601,9878,9879,11458,11459,11461,11462,11464,11465,11698,11721,11722,11732,11746,13021,13022,13136,13196,13197,13285,13301,14303,
|
||||
14462,15211,15307);
|
||||
Loading…
Add table
Add a link
Reference in a new issue