parent
0deb322706
commit
523b54616d
3 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_01_04_01 -> 2026_01_05_00
|
||||
-- Everfrost Chip (quest starter) should always drop.
|
||||
UPDATE `gameobject_loot_template` SET `Chance` = 100 WHERE `Entry` = 26782 AND `Item` = 44725;
|
||||
|
||||
|
|
@ -1,2 +1,3 @@
|
|||
-- DB update 2026_01_05_00 -> 2026_01_05_01
|
||||
-- "A Score to Settle" requires "Report to Anselm"
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 11234 WHERE `ID` = 11272;
|
||||
|
|
@ -1,3 +1,4 @@
|
|||
-- DB update 2026_01_05_01 -> 2026_01_05_02
|
||||
--
|
||||
DELETE FROM `creature_loot_template` WHERE (`Entry` = 31787);
|
||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
Loading…
Add table
Add a link
Reference in a new issue