Skip to content

Commit

Permalink
Version Adjustment to r33
Browse files Browse the repository at this point in the history
  • Loading branch information
Softrix committed Sep 16, 2022
1 parent e72c5e1 commit b1fa202
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions SmartBuff.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
-- Cast the most important buffs on you, tanks or party/raid members/pets.
-------------------------------------------------------------------------------

SMARTBUFF_DATE = "150922 Dev";
SMARTBUFF_DATE = "160922";
SMARTBUFF_VERSION = "r33."..SMARTBUFF_DATE;
SMARTBUFF_VERSIONMIN = 11403; -- min version
SMARTBUFF_VERSIONNR = 30400; -- max version
Expand All @@ -20,10 +20,10 @@ SMARTBUFF_OPTIONS_TITLE = SMARTBUFF_VERS_TITLE;
local addonName = ...
local SmartbuffPrefix = "Smartbuff";
local SmartbuffSession = true;
local SmartbuffVerCheck = true; -- for my use when checking guild users/testers versions :)
local SmartbuffVerCheck = false; -- for my use when checking guild users/testers versions :)
local wowVersionString, wowBuild, _, wowTOC = GetBuildInfo();
local isWOTLKC = (_G.WOW_PROJECT_ID == 5 and wowTOC >= 30000);
local SmartbuffRevision = 32;
local SmartbuffRevision = 33;
local SmartbuffVerNotifyList = {}

-- Smartbuff now uses LibRangeCheck-2.0 by Mitchnull, not fully implemented
Expand Down

0 comments on commit b1fa202

Please sign in to comment.