fix(DB/Quest): Blade Edge Mountains (#17903)

* fix(DB/Quest): Bombing Run (11010) should not be available to druids

*closes https://github.com/azerothcore/azerothcore-wotlk/issues/17901

* Update rev_1701287014782447000.sql

* Update rev_1701287014782447000.sql

* closes https://github.com/azerothcore/azerothcore-wotlk/issues/17897

* Update data/sql/updates/pending_db_world/rev_1701287014782447000.sql
This commit is contained in:
Kitzunu
2023-11-29 22:26:24 +01:00
committed by GitHub
parent 4552e89bfd
commit e807754021

View File

@@ -0,0 +1,5 @@
-- 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;