Skip to content

Commit

Permalink
adjusting version
Browse files Browse the repository at this point in the history
  • Loading branch information
Vapok committed Jun 18, 2020
1 parent d289c87 commit 3311b44
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,9 +89,9 @@ 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.9-beta";
core.MonVersion = "v2.2.10-beta";
core.defaultTable = "__default";
core.BuildNumber = 20209;
core.BuildNumber = 20210;
core.UpgradeSchema = false;
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.
Expand Down

0 comments on commit 3311b44

Please sign in to comment.