diff options
author | Killyana <morphone1@gmail.com> | 2022-11-03 21:26:29 +0100 |
---|---|---|
committer | Killyana <morphone1@gmail.com> | 2022-11-03 21:26:29 +0100 |
commit | f123cb0ece4de9a377d0d34a7cd84c24dceb4d2f (patch) | |
tree | 459a7b0a26b131813d180d15a5e506e75874a097 | |
parent | 5c4062ab3ec20f4d25d44cdd529d9259f2baa89e (diff) |
DB/Loot: Skeletal Runesmith
Closes #27995
-rw-r--r-- | sql/updates/world/3.3.5/2022_11_04_02_world.sql | 3 |
1 files changed, 3 insertions, 0 deletions
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; |