mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-27 07:36:23 +00:00
@@ -1,3 +1,4 @@
|
||||
-- DB update 2024_11_20_01 -> 2024_11_20_02
|
||||
-- Deer (883)
|
||||
UPDATE `creature_template` SET `skinloot` = 883 WHERE (`entry` = 883);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 883);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2024_11_20_02 -> 2024_11_20_03
|
||||
-- Rabbit (721)
|
||||
UPDATE `creature_template` SET `skinloot` = 721 WHERE (`entry` = 721);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 721);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2024_11_20_03 -> 2024_11_20_04
|
||||
-- Sorrow Wing (5928)
|
||||
UPDATE `creature_template` SET `skinloot` = 5928 WHERE (`entry` = 5928);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 5928);
|
||||
@@ -1,3 +1,4 @@
|
||||
-- DB update 2024_11_20_04 -> 2024_11_20_05
|
||||
-- Markaru (20775)
|
||||
UPDATE `creature_template` SET `skinloot` = 20775 WHERE (`entry` = 20775);
|
||||
DELETE FROM `skinning_loot_template` WHERE (`Entry` = 20775);
|
||||
Reference in New Issue
Block a user