Core/Chat: Add config to mute player first login. (#234)

This commit is contained in:
HeartWell
2016-11-20 18:02:12 +03:00
committed by Shin
parent 11a88b7121
commit fdfd3856ad
6 changed files with 37 additions and 7 deletions

View File

@@ -1297,5 +1297,7 @@ enum TrinityStrings
LANG_INSTANCE_BIND_MISMATCH = 11014,
LANG_CREATURE_NOT_AI_ENABLED = 11015,
LANG_SELECT_PLAYER_OR_PET = 11016,
LANG_MUTED_PLAYER = 30000, // Mute for player 2 hour
};
#endif