Core/PacketIO: Name unknown field in SMSG_FEATURE_SYSTEM_STATUS

Port From (https://github.com/TrinityCore/TrinityCore/commit/bdc34c46aaa6b3e25a634c077976bb089a5cfd76)
This commit is contained in:
hondacrx
2020-02-09 17:02:45 -05:00
parent 14b7ac6f67
commit a4096ebd0c
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -909,6 +909,10 @@ namespace Game
features.EuropaTicketSystemStatus.Value.ComplaintsEnabled = WorldConfig.GetBoolValue(WorldCfg.SupportComplaintsEnabled);
features.EuropaTicketSystemStatus.Value.SuggestionsEnabled = WorldConfig.GetBoolValue(WorldCfg.SupportSuggestionsEnabled);
features.CharUndeleteEnabled = WorldConfig.GetBoolValue(WorldCfg.FeatureSystemCharacterUndeleteEnabled);
features.BpayStoreEnabled = WorldConfig.GetBoolValue(WorldCfg.FeatureSystemBpayStoreEnabled);
features.IsMuted = !CanSpeak();
SendPacket(features);
}