mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 18:40:28 +00:00
fix(DB/Loot): Remove Mountain Silversage from invalid loot tables. (#8310)
Fixes #8119 Co-authored-by: Francesco Borzì <borzifrancesco@gmail.com>
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1633535837441039700');
|
||||
|
||||
DELETE FROM `creature_loot_template` WHERE `item`=13465 AND `entry` NOT IN (1806,1813,6510,6520,6521,6551,6552,6557,6559,6560,7031,7092,7104,7132,7138,7139,7149,
|
||||
8766,9376,9477,9598,9878,11458,11459,11461,11465,11722,11744,11745,11746,13021,13136,13196,13197,13285,14303,14460,14462);
|
||||
Reference in New Issue
Block a user