From 4a963738c57bde520fe54fd89ffd1721c8bd03e0 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 (cherry picked from commit f123cb0ece4de9a377d0d34a7cd84c24dceb4d2f) --- sql/updates/world/master/2023_01_12_17_world_2022_11_04_02_world.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sql/updates/world/master/2023_01_12_17_world_2022_11_04_02_world.sql (limited to 'sql') diff --git a/sql/updates/world/master/2023_01_12_17_world_2022_11_04_02_world.sql b/sql/updates/world/master/2023_01_12_17_world_2022_11_04_02_world.sql new file mode 100644 index 00000000000..7604f54c32d --- /dev/null +++ b/sql/updates/world/master/2023_01_12_17_world_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