Skip to content

Commit

Permalink
Lower required Engineering skill amout to relearn specialization from…
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytanath authored and AnonXS committed Jul 25, 2022
1 parent f08c71c commit a004cd3
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
-- Correct Min Skill Value for Engineering specialization re-learning with Book "Soothsaying for Dummies"
-- Followup for https://github.com/cmangos/classic-db/commit/81d0863059807b0be03ae83c3fd9d98365aae8ee
-- https://wowpedia.fandom.com/wiki/Goblin_Engineering?oldid=1556893
-- https://www.reddit.com/r/classicwow/comments/d269ai/psa_how_to_switch_from_gnomish_to_goblin_vice/
-- https://us.forums.blizzard.com/en/wow/t/gnome-goblin-engineer-switch/342227/8
UPDATE `conditions` SET `value2` = 200, `comments` = 'Has Skill ID 202, Minimum Skill Value 200' WHERE `condition_entry` = 10997;
UPDATE `conditions` SET `value2`=11159, `comments`="((NOT Player Has Learned Spell: 20219 AND NOT Player Has Learned Spell: 20222) AND (Quest ID 3639 Rewarded OR (Quest ID 3643 Rewarded OR Quest ID 3641 Rewarded))) AND Has Skill ID 202, Minimum Skill Value 200" WHERE `condition_entry`=11004;

0 comments on commit a004cd3

Please sign in to comment.