mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
update (workflow): Happy workflow noises
This commit is contained in:
@@ -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());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user