Core/Misc: First set of required db changes for 9.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/4ca29f3cb050896a8a6c1fea5b2364b2b11c22cd)
This commit is contained in:
@@ -357,7 +357,7 @@ namespace Game.Networking.Packets
|
||||
InstanceGroupSize = new Optional<uint>();
|
||||
|
||||
RestrictedAccountMaxLevel = new Optional<uint>();
|
||||
RestrictedAccountMaxMoney = new Optional<uint>();
|
||||
RestrictedAccountMaxMoney = new Optional<ulong>();
|
||||
}
|
||||
|
||||
public override void Write()
|
||||
|
||||
Reference in New Issue
Block a user