fix(DB/gameobject_loot): delete incorrect items from Alterac Granite loot (#7597)
This commit is contained in:
@@ -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;
|
||||||
|
|
||||||
Reference in New Issue
Block a user