Core/PacketIO: Updated to 11.0.0
Port From (https://github.com/TrinityCore/TrinityCore/commit/e59eef5432c7b70679d33f4911c88d0f7d75fd39)
This commit is contained in:
@@ -518,10 +518,16 @@ namespace Framework.Constants
|
||||
// first slot for item stored (in any way in player items data)
|
||||
Start = 0,
|
||||
// last+1 slot for item stored (in any way in player items data)
|
||||
End = 227,
|
||||
End = 232,
|
||||
Count = (End - Start)
|
||||
}
|
||||
|
||||
enum AccountBankBagSlots
|
||||
{
|
||||
Start = 227,
|
||||
End = 232
|
||||
}
|
||||
|
||||
public enum PlayerTitle : ulong
|
||||
{
|
||||
Disabled = 0x0000000000000000,
|
||||
|
||||
Reference in New Issue
Block a user