chore(DB): import pending files

Referenced commit(s): e8ac0bc425
This commit is contained in:
github-actions[bot] 2025-11-30 19:49:44 +00:00
parent 2e1ff6249a
commit aeec0e7134
2 changed files with 2 additions and 0 deletions

View file

@ -1,3 +1,4 @@
-- DB update 2025_11_30_03 -> 2025_11_30_04
-- --
UPDATE `creature_template` SET `lootid` = 29605 WHERE `entry` = 30291; UPDATE `creature_template` SET `lootid` = 29605 WHERE `entry` = 30291;
DELETE FROM `creature_loot_template` WHERE `Entry` = 30291; DELETE FROM `creature_loot_template` WHERE `Entry` = 30291;

View file

@ -1,3 +1,4 @@
-- DB update 2025_11_30_04 -> 2025_11_30_05
-- --
-- Remove the RewardNextQuest, previously: 12070 (Rallying the Troops), link from 12249 (Ursoc, the Bear God) -- Remove the RewardNextQuest, previously: 12070 (Rallying the Troops), link from 12249 (Ursoc, the Bear God)
UPDATE `quest_template` SET `RewardNextQuest` = 0 WHERE (`ID` = 12249); UPDATE `quest_template` SET `RewardNextQuest` = 0 WHERE (`ID` = 12249);