From f123cb0ece4de9a377d0d34a7cd84c24dceb4d2f Mon Sep 17 00:00:00 2001 From: Killyana Date: Thu, 3 Nov 2022 21:26:29 +0100 Subject: DB/Loot: Skeletal Runesmith Closes #27995 --- sql/updates/world/3.3.5/2022_11_04_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/3.3.5/2022_11_04_02_world.sql diff --git a/sql/updates/world/3.3.5/2022_11_04_02_world.sql b/sql/updates/world/3.3.5/2022_11_04_02_world.sql new file mode 100644 index 00000000000..7604f54c32d --- /dev/null +++ b/sql/updates/world/3.3.5/2022_11_04_02_world.sql @@ -0,0 +1,3 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Entry` = 31321; +UPDATE `creature_template` SET `lootid`=30921 WHERE `entry` = 31321; -- cgit v1.2.3