From 06908d7f28819bbba8abfe21ba68e054f4302061 Mon Sep 17 00:00:00 2001 From: Daniel Henry Date: Wed, 20 Jul 2022 14:13:37 -0400 Subject: [PATCH] revised a comment to match what the code is now doing --- Libs/DF/fw.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {