diff options
author | Killyana <morphone1@gmail.com> | 2022-11-03 21:26:29 +0100 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2023-01-12 22:55:17 +0100 |
commit | 4a963738c57bde520fe54fd89ffd1721c8bd03e0 (patch) | |
tree | 4a6ade865aa70afc3c49d4d59e02e6a0b6cfa19f /sql | |
parent | be3cfa6416ce955b5717937118a38425d5c54316 (diff) |
DB/Loot: Skeletal Runesmith
Closes #27995
(cherry picked from commit f123cb0ece4de9a377d0d34a7cd84c24dceb4d2f)
Diffstat (limited to 'sql')
-rw-r--r-- | sql/updates/world/master/2023_01_12_17_world_2022_11_04_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |