/home/wowserver/azerothcore-wotlk/modules/mod-globalchat/src/GlobalChatMgr.cpp:772:25: fatal error: no member named 'SendGMText' in 'IWorld'
sWorld->SendGMText(LANG_FORBIDDEN_PHRASE_ANNOUNCE_GM, playerName, message); // send report to GMs
/home/wowserver/azerothcore-wotlk/modules/mod-globalchat/src/cs_globalchat.cpp:115:17: fatal error: no member named 'SendWorldText' in 'IWorld'
sWorld->SendWorldText(LANG_GLOBALCHAT_STATE_ANNOUNCE_WORLD, playerName.c_str(), "enabled");
### Expected Behaviour
no errors
### Steps to reproduce the problem
Build azerothcore
### Extra Notes
_No response_
### AC rev. hash/commit
AzerothCore rev. ad411b49b772 2024-08-13 12:05:12
### Operating system
Ubuntu 20.04
### Custom changes or Modules
_No response_
Current Behaviour
/home/wowserver/azerothcore-wotlk/modules/mod-globalchat/src/GlobalChatMgr.cpp:772:25: fatal error: no member named 'SendGMText' in 'IWorld' sWorld->SendGMText(LANG_FORBIDDEN_PHRASE_ANNOUNCE_GM, playerName, message); // send report to GMs
/home/wowserver/azerothcore-wotlk/modules/mod-globalchat/src/cs_globalchat.cpp:115:17: fatal error: no member named 'SendWorldText' in 'IWorld' sWorld->SendWorldText(LANG_GLOBALCHAT_STATE_ANNOUNCE_WORLD, playerName.c_str(), "enabled");