mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-07 15:28:02 +00:00
10
data/sql/updates/db_world/2026_04_28_00.sql
Normal file
10
data/sql/updates/db_world/2026_04_28_00.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
-- DB update 2026_04_27_00 -> 2026_04_28_00
|
||||
--
|
||||
DELETE FROM `gameobject_loot_template` WHERE (`Entry` = 26860);
|
||||
INSERT INTO `gameobject_loot_template` (`Entry`, `Item`, `Reference`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`, `Comment`) VALUES
|
||||
(26860, 44651, 0, 100, 1, 1, 1, 1, 1, 'Heart of Magic - Heart of Magic - 25m'),
|
||||
(26860, 44650, 0, 100, 1, 1, 2, 1, 1, 'Heart of Magic - Heart of Magic - 10m');
|
||||
|
||||
DELETE FROM `gameobject_questitem` WHERE (`GameObjectEntry` = 194159) AND (`Idx` IN (1));
|
||||
INSERT INTO `gameobject_questitem` (`GameObjectEntry`, `Idx`, `ItemId`, `VerifiedBuild`) VALUES
|
||||
(194159, 1, 44650, 0);
|
||||
2
data/sql/updates/db_world/2026_04_28_01.sql
Normal file
2
data/sql/updates/db_world/2026_04_28_01.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
-- DB update 2026_04_28_00 -> 2026_04_28_01
|
||||
UPDATE `achievement_reward` SET `Body` = 'With the drums of war pounding in the distance, it is easy for the denizens of Azeroth to forget all that life has to offer.$B$BYou, on the other hand, have maintained the dignity of the good races of Azeroth with your ability to remember what we fight for. To not celebrate our victories is another form of defeat. Remember that well, Reveler.$B$BMay others be inspired by your good cheer,$B$BAlexstrasza the Life-Binder' WHERE `ID` IN (2144, 2145);
|
||||
Reference in New Issue
Block a user