Skip to content

Commit 2ab616b

Browse files
committed
Oneline is default
1 parent 1466278 commit 2ab616b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Core.lua

+3
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,9 @@ function SavedClassic:InitPlayerDB()
295295
playerdb.info4_1 = format(" [%s/ffff99][%s] ([%s]) [%s]/[%s][/%s]", L["color"], L["instName"], L["difficulty"], L["progress"], L["bosses"], L["color"])
296296
playerdb.info4_2 = format("[%s/ffff99]", L["time"])
297297

298+
playerdb.info3oneline = true
299+
playerdb.info4oneline = true
300+
298301
playerdb.raids = { }
299302
playerdb.heroics = { }
300303
playerdb.tradeSkills = { }

0 commit comments

Comments
 (0)