Skip to content

Commit

Permalink
Oneline is default
Browse files Browse the repository at this point in the history
  • Loading branch information
iambz00 committed Aug 25, 2024
1 parent 1466278 commit 2ab616b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,9 @@ function SavedClassic:InitPlayerDB()
playerdb.info4_1 = format(" [%s/ffff99][%s] ([%s]) [%s]/[%s][/%s]", L["color"], L["instName"], L["difficulty"], L["progress"], L["bosses"], L["color"])
playerdb.info4_2 = format("[%s/ffff99]", L["time"])

playerdb.info3oneline = true
playerdb.info4oneline = true

playerdb.raids = { }
playerdb.heroics = { }
playerdb.tradeSkills = { }
Expand Down

0 comments on commit 2ab616b

Please sign in to comment.