mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-29 00:23:48 +00:00
fix(Core/Chat): Prevent Horde / Alliance chat via custom emotes (#2292)
* add new worldserver parameter "AllowTwoSide.Interaction.Emote" * use new broadcast text ID 91243 for strange gestures
This commit is contained in:
@@ -914,6 +914,11 @@ enum InstantFlightGossipAction
|
||||
GOSSIP_ACTION_TOGGLE_INSTANT_FLIGHT = 500
|
||||
};
|
||||
|
||||
enum EmoteBroadcastTextID
|
||||
{
|
||||
EMOTE_BROADCAST_TEXT_ID_STRANGE_GESTURES = 91243
|
||||
};
|
||||
|
||||
class PlayerTaxi
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user