From d3ae7a44e3cff05fb55363cf7cbbf0255c6431a8 Mon Sep 17 00:00:00 2001 From: IntelligentQuantum Date: Mon, 3 Jan 2022 19:55:10 +0330 Subject: [PATCH] fix(DB/Loot): remove Bolt of Runecloth from creatures --- data/sql/updates/pending_db_world/rev_1640237865997678645.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1640237865997678645.sql diff --git a/data/sql/updates/pending_db_world/rev_1640237865997678645.sql b/data/sql/updates/pending_db_world/rev_1640237865997678645.sql new file mode 100644 index 000000000..f5314d7bf --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1640237865997678645.sql @@ -0,0 +1,3 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1640237865997678645'); + +DELETE FROM `creature_loot_template` WHERE `Item` = 14048;