chore(DB): import pending files

Referenced commit(s): 2bd7c2e36d
This commit is contained in:
github-actions[bot]
2024-11-20 09:44:59 +00:00
parent a601d109ea
commit 8cde31018d
4 changed files with 4 additions and 0 deletions

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);