Skip to content

Commit

Permalink
Add WoWPro.CATA
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludovicus-Maior committed Mar 27, 2024
1 parent bc33c6f commit 2e66f1c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WoWPro/WoWPro.lua
Expand Up @@ -1569,6 +1569,8 @@ WoWPro.CLASSIC = ((WoWPro.TocVersion >= 10000) and (WoWPro.TocVersion < 20000))
WoWPro.BC = ((WoWPro.TocVersion >= 20000) and (WoWPro.TocVersion < 30000))
WoWPro.POST_BC = (WoWPro.TocVersion >= 30000)
WoWPro.WRATH = ((WoWPro.TocVersion >= 30000) and (WoWPro.TocVersion < 40000))
WoWPro.CATA = ((WoWPro.TocVersion >= 40000) and (WoWPro.TocVersion < 50000))
WoWPro.POST_CATA = (WoWPro.TocVersion >= 40000)
WoWPro.RETAIL = (WoWPro.TocVersion >= 100000)

-- Change this to fake out a classic load on retail
Expand Down

0 comments on commit 2e66f1c

Please sign in to comment.