chore(DB): import pending files

Referenced commit(s): e807754021
This commit is contained in:
github-actions[bot]
2023-11-29 21:27:16 +00:00
parent c1a12a64ee
commit 39fe789af7

View File

@@ -0,0 +1,6 @@
-- DB update 2023_11_29_00 -> 2023_11_29_01
-- Bombing Run (11010) should not be available to druids
UPDATE `quest_template_addon` SET `AllowableClasses`=`AllowableClasses`|1|2|4|8|16|32|64|128|256 WHERE `ID` = 11010;
-- Banish More Demons should not be available without honoured reputation
UPDATE `quest_template_addon` SET `RequiredMinRepFaction` = 1030, `RequiredMinRepValue` = 9000 WHERE `ID` = 11026;