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:
Stoabrogga
2019-10-01 15:18:43 +02:00
committed by GitHub
parent ab55aa4e5a
commit 84ea36a21b
6 changed files with 50 additions and 2 deletions

View File

@@ -914,6 +914,11 @@ enum InstantFlightGossipAction
GOSSIP_ACTION_TOGGLE_INSTANT_FLIGHT = 500
};
enum EmoteBroadcastTextID
{
EMOTE_BROADCAST_TEXT_ID_STRANGE_GESTURES = 91243
};
class PlayerTaxi
{
public: