revised a comment to match what the code is now doing
This commit is contained in:
+1
-1
@@ -39,7 +39,7 @@ DF.AuthorInfo = {
|
||||
|
||||
local PixelUtil = PixelUtil or DFPixelUtil
|
||||
if (not PixelUtil) then
|
||||
--check if is in classic or TBC wow, if it is, build a replacement for PixelUtil
|
||||
--check if is in classic, TBC, or WotLK wow, if it is, build a replacement for PixelUtil
|
||||
local gameVersion = GetBuildInfo()
|
||||
if (gameVersion:match("%d") == "1" or gameVersion:match("%d") == "2" or gameVersion:match("%d") == "3") then
|
||||
PixelUtil = {
|
||||
|
||||
Reference in New Issue
Block a user