chore(DB): import pending files

Referenced commit(s): 1470ba4658
This commit is contained in:
AzerothCoreBot
2022-08-07 19:52:12 +00:00
parent 1470ba4658
commit 49eb94c93d
2 changed files with 2 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
-- DB update 2022_08_07_05 -> 2022_08_07_06
--
UPDATE `creature_template` SET `lootid` = 0, `skinloot` = 0, `mingold` = 0, `maxgold` = 0 WHERE (`entry` = 11374);
DELETE FROM `creature_loot_template` WHERE `entry` = 11374;
UPDATE `creature_template` SET `skinloot` = 0 WHERE (`entry` = 10596);
UPDATE `creature_template` SET `lootid` = 0, `skinloot` = 0 WHERE (`entry` = 15101);
DELETE FROM `creature_loot_template` WHERE `entry` = 15101;
UPDATE `creature_template` SET `lootid` = 0, `skinloot` = 0 WHERE (`entry` = 15068);
DELETE FROM `creature_loot_template` WHERE `entry` = 15068;

View File

@@ -0,0 +1,3 @@
-- DB update 2022_08_07_06 -> 2022_08_07_07
--
UPDATE `gameobject` SET `ScriptName` = '' WHERE `id` = 176966;