From 5bd26262b052a9761c8f21cc99a200825d21b246 Mon Sep 17 00:00:00 2001 From: Hacki95 <62942638+Hacki95@users.noreply.github.com> Date: Mon, 10 May 2021 06:14:38 +0200 Subject: [PATCH] fix(DB): STV mobs dropping TBC items (#5727) --- .../updates/pending_db_world/rev_1620498329028793558.sql | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 data/sql/updates/pending_db_world/rev_1620498329028793558.sql diff --git a/data/sql/updates/pending_db_world/rev_1620498329028793558.sql b/data/sql/updates/pending_db_world/rev_1620498329028793558.sql new file mode 100644 index 000000000..b1273b554 --- /dev/null +++ b/data/sql/updates/pending_db_world/rev_1620498329028793558.sql @@ -0,0 +1,8 @@ +INSERT INTO `version_db_world` (`sql_rev`) VALUES ('1620498329028793558'); + +-- Missing Reference Tables in STV +UPDATE `creature_loot_template` SET `Reference` = 24723, `Comment` = 'Ana''thek the Cruel - (ReferenceTable)' WHERE `Entry`= 1059 AND `Item` = 24723; +UPDATE `creature_loot_template` SET `Reference` = 24722, `Comment` = 'Gan''zulah - (ReferenceTable)' WHERE `Entry`= 1061 AND `Item` = 24722; +UPDATE `creature_loot_template` SET `Reference` = 24723, `Comment` = 'Nezzliok the Dire - (ReferenceTable)' WHERE `Entry`= 1062 AND `Item` = 24723; +UPDATE `creature_loot_template` SET `Reference` = 24736, `Comment` = 'Nezzliok the Dire - (ReferenceTable)' WHERE `Entry`= 1062 AND `Item` = 24736; +