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:
hondacrx
2020-12-09 16:03:38 -05:00
parent c46c7ba2dc
commit 0749a06c99
17 changed files with 475 additions and 270 deletions
@@ -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()