From 855e0312846092801da8aec3d7f18962bddc173b Mon Sep 17 00:00:00 2001 From: IntelligentQuantum Date: Mon, 3 Jan 2022 21:32:27 +0330 Subject: [PATCH] fix(DB/Loot): Remove Bolt of Silk Cloth from creature loot --- data/sql/updates/pending_db_world/rev_1640238214916352424.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1640238214916352424.sql diff --git a/data/sql/updates/pending_db_world/rev_1640238214916352424.sql b/data/sql/updates/pending_db_world/rev_1640238214916352424.sql new file mode 100644 index 000000000..d3b78ba8b --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1640238214916352424.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1640238214916352424'); + +DELETE FROM `creature_loot_template` WHERE `Item` = 4305;