From e37c11458d49c3eeaea260661dc1652021107c5f Mon Sep 17 00:00:00 2001 From: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Date: Mon, 27 Apr 2020 13:17:47 +0200 Subject: [PATCH] fix(DB/Item): Tome of Tranquilizing Shot Deprecated (#2768) --- .../sql/updates/pending_db_world/rev_1584387270154812400.sql | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1584387270154812400.sql diff --git a/data/sql/updates/pending_db_world/rev_1584387270154812400.sql b/data/sql/updates/pending_db_world/rev_1584387270154812400.sql new file mode 100644 index 000000000..c8d002433 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1584387270154812400.sql @@ -0,0 +1,5 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1584387270154812400'); + +UPDATE `item_template` SET `flags`=`flags`|16 WHERE `entry` = 16665; + +DELETE FROM `creature_loot_template` WHERE `Item`=16665;