diff options
Diffstat (limited to 'sql')
-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); |