fix(DB/gameobject_loot): delete incorrect items from Alterac Granite loot (#7597)
This commit is contained in:
parent
c27b2391e1
commit
55daa07a56
1 changed files with 5 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1630118063882922979');
|
||||
|
||||
-- Delete all items except Alterac Granite from Alterac Granite spawns
|
||||
DELETE FROM `gameobject_loot_template` WHERE `Entry` = 2145 AND `Item` <> 4521;
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue