mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-15 16:26:08 +00:00
5
data/sql/updates/db_world/2023_08_09_00.sql
Normal file
5
data/sql/updates/db_world/2023_08_09_00.sql
Normal file
@@ -0,0 +1,5 @@
|
||||
-- DB update 2023_08_08_00 -> 2023_08_09_00
|
||||
--
|
||||
UPDATE `quest_template_addon` SET `RequiredMaxRepFaction` = 0, `RequiredMaxRepValue` = 0 WHERE `ID` IN (10106, 10110);
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 10143 WHERE (`ID` = 13408);
|
||||
UPDATE `quest_template_addon` SET `PrevQuestID` = 10124 WHERE (`ID` = 13409);
|
||||
3
data/sql/updates/db_world/2023_08_09_01.sql
Normal file
3
data/sql/updates/db_world/2023_08_09_01.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
-- DB update 2023_08_09_00 -> 2023_08_09_01
|
||||
--
|
||||
UPDATE `creature_template` SET `mechanic_immune_mask`=`mechanic_immune_mask`|8388608 WHERE `entry` = 19261;
|
||||
Reference in New Issue
Block a user