Dragnogd / Instance-Achievement-Tracker

Track the completion and failure of achievements in raids and dungeons
Other
13 stars 5 forks source link

Had to be not valid #8

Closed TheKrowi closed 3 years ago

TheKrowi commented 3 years ago

6 would have the adverse effect of not opening IAT when the achievementID was already looked up. Changing from if valid to if not valid makes both situations work.

This basically reverts the changes from #6.

Other changes are just replacing tabs with 4x space to make the code uniform.