mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-17 17:24:33 +00:00
6
data/sql/updates/db_world/2023_11_29_01.sql
Normal file
6
data/sql/updates/db_world/2023_11_29_01.sql
Normal 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;
|
||||
Reference in New Issue
Block a user