-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
BugSomething isn't workingSomething isn't working
Description
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");
~~~~~~~~^
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't working