diff --git a/Libs/DF/fw.lua b/Libs/DF/fw.lua index 6b5b3dd7..06b09423 100644 --- a/Libs/DF/fw.lua +++ b/Libs/DF/fw.lua @@ -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 = {