Changes since tag 10.2.6.01

commit e9e045a532ebcedc40026b58bf9b4205425de249
Author: Cilraaz <cilraaz@gmail.com>
Date:   Thu Apr 25 13:40:54 2024 -0400

    build(TOC): 10.2.6.02 release

commit d245ae8dc5342a95c5f73bdbd72202375083bf40
Author: Cilraaz <cilraaz@gmail.com>
Date:   Thu Apr 25 13:40:18 2024 -0400

    feat(Equipment): Handle DFS4 Tier Sets
    
    - Create "DFS4" sub-table in TierSets
    - Create a translation table in Player:HasTier function
    --- Table holds which tier set is used on the DFS4 tier set
    --- If we're checking for a set bonus that's now on the DFS4 set, return true if we have either the DFS4 pieces or the original tier's pieces
    --- This is because simc is doing similar, rather than creating a T32
    --- Example: If the Arms profile calls Player:HasTier(29, 2), it will return true with 2 pieces of old T29 or DFS4

