Skip to content

Commit

Permalink
updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vapok committed May 18, 2020
1 parent 1488272 commit 448f113
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core.lua
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ core.EncounterList = { -- Event IDs must be in the exact same order as core
}

core.MonDKPUI = {} -- global storing entire Configuration UI to hide/show UI
core.MonVersion = "v2.2.2 - LJT";
core.BuildNumber = 20102;
core.MonVersion = "v2.2.3 - LJT";
core.BuildNumber = 20203;
core.TableWidth, core.TableRowHeight, core.TableNumRows, core.PriceNumRows = 500, 18, 27, 22; -- width, row height, number of rows
core.SelectedData = { player="none"}; -- stores data of clicked row for manipulation.
core.classFiltered = {}; -- tracks classes filtered out with checkboxes
Expand Down

0 comments on commit 448f113

Please sign in to comment.