Core: Updated to 11.2.5.63704
Port From (https://github.com/TrinityCore/TrinityCore/commit/53068a94e88991ae7196fb247df4b7ca2e47e554)
This commit is contained in:
@@ -120,6 +120,20 @@ namespace Game
|
||||
features.EuropaTicketSystemStatus = europaTicketConfig;
|
||||
|
||||
SendPacket(features);
|
||||
|
||||
MirrorVarSingle[] vars =
|
||||
{
|
||||
new MirrorVarSingle("raidLockoutExtendEnabled", "1"),
|
||||
new MirrorVarSingle("bypassItemLevelScalingCode", "0"),
|
||||
new MirrorVarSingle("shop2Enabled", "0"),
|
||||
new MirrorVarSingle("bpayStoreEnable", "0"),
|
||||
new MirrorVarSingle("recentAlliesEnabledClient", "0"),
|
||||
new MirrorVarSingle("browserEnabled", "0"),
|
||||
};
|
||||
|
||||
MirrorVars variables = new();
|
||||
variables.Variables = vars;
|
||||
SendPacket(variables);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user