lukeknxt / classicwow-to-guidelime

Produce Guidelime guides from classicwow.live levelling guides
GNU Lesser General Public License v3.0
18 stars 7 forks source link

[Bugfix] - Tauren/Undead have starting zone/faction zone overlap. For… #48

Open darkandfluffy opened 3 years ago

darkandfluffy commented 3 years ago

… undead at least this overwrote level 12 starting zone steps with the level 12 Horde faction steps.

I noticed a lot of steps were missing on UndeadWarlock, so I looked into and noticed horde faction was overriding the tirisfal.json 'DING 12' because both json's had a 'DING 12' So I basically updated it so that starting zone/ faction zone always create a new set of brackets, to make sure there's no overlap.

Sorry if I messed anything up, I'm a java dev just breaking into javascript stuff. Also feel free to close PR if there's a better way to do it or something, it just fixed my problem so I thought I'd share