mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-13 01:08:35 +00:00
@@ -1,3 +1,4 @@
|
|||||||
|
-- DB update 2026_01_04_01 -> 2026_01_05_00
|
||||||
-- Everfrost Chip (quest starter) should always drop.
|
-- Everfrost Chip (quest starter) should always drop.
|
||||||
UPDATE `gameobject_loot_template` SET `Chance` = 100 WHERE `Entry` = 26782 AND `Item` = 44725;
|
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"
|
-- "A Score to Settle" requires "Report to Anselm"
|
||||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 11234 WHERE `ID` = 11272;
|
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);
|
DELETE FROM `creature_loot_template` WHERE (`Entry` = 31787);
|
||||||
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
INSERT INTO `creature_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||||
Reference in New Issue
Block a user