mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-24 22:26:22 +00:00
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:
@@ -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;
|
||||
Reference in New Issue
Block a user