From 50763fa8a3b42b64776c310881c5f4a7463af85b Mon Sep 17 00:00:00 2001 From: M'Dic Date: Thu, 8 Sep 2022 08:51:26 -0400 Subject: [PATCH] update (workflow): Happy workflow noises --- src/cs_anticheat.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cs_anticheat.cpp b/src/cs_anticheat.cpp index 04cda0b..00d225a 100644 --- a/src/cs_anticheat.cpp +++ b/src/cs_anticheat.cpp @@ -276,7 +276,6 @@ public: { do { - Field* fields = resultLDB->Fetch(); handler->PSendSysMessage("|cffff0000Macro Requiring Lua Unlock Detected: |cffffff00Yes"); } while (resultLDB->NextRow()); } @@ -343,7 +342,6 @@ public: { do { - Field* fields = resultLDB->Fetch(); handler->PSendSysMessage("Macro Requiring Lua Unlock Detected: Yes"); } while (resultLDB->NextRow()); }