diff options
author | offl <offl@users.noreply.github.com> | 2020-05-08 22:07:51 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2022-01-02 18:44:22 +0100 |
commit | d91f692d87ee25b0d73e35de030309a0795eb306 (patch) | |
tree | 11de4413c27dd16adb68b6800115409b60792f29 | |
parent | 3a2eb806f820458749111b3a78807d349d73696d (diff) |
DB/loot: Fix some Azjol Nerub loots and skinning
Closes #24582
(cherry picked from commit ae9646641f6cdb7624398073ccc086ac3ee5ba72)
-rw-r--r-- | sql/updates/world/master/2022_01_02_12_world_2020_05_08_00_world.sql | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/world/master/2022_01_02_12_world_2020_05_08_00_world.sql b/sql/updates/world/master/2022_01_02_12_world_2020_05_08_00_world.sql new file mode 100644 index 00000000000..e82c4767617 --- /dev/null +++ b/sql/updates/world/master/2022_01_02_12_world_2020_05_08_00_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `creature_loot_template` WHERE `Reference` = 0 AND `Item` IN (33567,33568,38557,38558,44128); +UPDATE `creature_template` SET `lootid` = 0 WHERE `entry` IN (28340,28341); +UPDATE `creature_template` SET `skinloot` = 70205 WHERE `entry` IN (31591,31592,31599,31604,31605,31606,31607,31608,31609,31610,31611,31612,31615,31616,31617); |