revised a comment to match what the code is now doing

This commit is contained in:
Daniel Henry
2022-07-20 14:13:37 -04:00
parent eaf2644c17
commit 06908d7f28
+1 -1
View File
@@ -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 = {