chore(DB): import pending files

Referenced commit(s): d7e03cca4c
This commit is contained in:
github-actions[bot]
2025-11-21 05:15:47 +00:00
parent a0002f3db8
commit a001d95dd0
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
-- DB update 2025_11_20_04 -> 2025_11_21_00
-- --
SET @GUID := 1161; SET @GUID := 1161;
DELETE FROM `gameobject` WHERE `id` = 193997 AND `guid` BETWEEN @GUID AND @GUID+9; DELETE FROM `gameobject` WHERE `id` = 193997 AND `guid` BETWEEN @GUID AND @GUID+9;

View File

@@ -1,2 +1,3 @@
-- DB update 2025_11_21_00 -> 2025_11_21_01
-- --
UPDATE `gameobject_loot_template` SET `QuestRequired` = 0 WHERE `Item` = 44724; UPDATE `gameobject_loot_template` SET `QuestRequired` = 0 WHERE `Item` = 44724;