fix(DB/gameobject_loot): delete incorrect items from Alterac Granite loot (#7597)

This commit is contained in:
Azcobu
2021-09-01 21:59:02 +09:30
committed by GitHub
parent c27b2391e1
commit 55daa07a56

View File

@@ -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;