Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update login message to reflect changes to the Zone Ability Bar
Browse files Browse the repository at this point in the history
  • Loading branch information
brittyazel committed Nov 23, 2020
1 parent 0daa9d0 commit b8b4558
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Neuron.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ local DB

local L = LibStub("AceLocale-3.0"):GetLocale("Neuron")

local LATEST_VERSION_NUM = "1.2.3a" --this variable is set to popup a welcome message upon updating/installing. Only change it if you want to pop up a message after the users next update
local LATEST_VERSION_NUM = "1.4.1" --this variable is set to popup a welcome message upon updating/installing. Only change it if you want to pop up a message after the users next update

local LATEST_DB_VERSION = 1.3

Expand Down Expand Up @@ -351,6 +351,13 @@ end
function Neuron:LoginMessage()
--displays a info window on login for either fresh installs or updates
if not DB.updateWarning or DB.updateWarning ~= LATEST_VERSION_NUM then

print(" ")
Neuron:Print(WrapTextInColorCode("IMPORTANT: Shadowlands content now requires multiple Zone Ability Buttons. Please add at least 3 buttons to your Zone Ability Bar to support this new functionality.", "FF00FFEC"))
Neuron:Print(WrapTextInColorCode("If you do not, YOU WILL HAVE A BAD TIME in Shadowlands.", "FF00FFEC"))

print(" ")

if not IsAddOnLoaded("Masque") then
print(" ")
print(" You do not currently have Masque installed or enabled.")
Expand Down

0 comments on commit b8b4558

Please sign in to comment.