From 448f11357703faa767cc4e734bf2fa848594ee84 Mon Sep 17 00:00:00 2001 From: Vapok Date: Mon, 18 May 2020 01:52:18 -0400 Subject: [PATCH] updating version --- Core.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Core.lua b/Core.lua index fc766a7c..9f14d413 100644 --- a/Core.lua +++ b/Core.lua @@ -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