fix(DB/creature_loot_template): Remove Elixir of Greater Agility (#7909)

This commit is contained in:
Jan M. D. Hansen
2021-09-20 18:14:59 +02:00
committed by GitHub
parent 5295e23c12
commit 359c7bb3e2

View File

@@ -0,0 +1,3 @@
INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1631772660597637800');
DELETE FROM `creature_loot_template` WHERE `Entry` IN (7438, 9416, 11053) AND `Item` = 9187;