Core: Updated to 11.2.0

Port From (https://github.com/TrinityCore/TrinityCore/commit/5cf0c6c8bb2c4e58a2d66ba5f304af34d18a4782)
This commit is contained in:
Hondacrx
2025-08-25 20:48:29 -04:00
parent d64045154a
commit aaa669210a
63 changed files with 5958 additions and 5434 deletions
+8 -5
View File
@@ -532,7 +532,10 @@ namespace Framework.Constants
AccountSecured = 0x1000, // Script_IsAccountSecured
OverrideTransportServerTime = 0x8000,
MentorRestricted = 0x20000,
WeeklyRewardAvailable = 0x40000
HasAccountBankLock = 0x40000,
CharacterBankDisabled = 0x80000,
CharacterBankConversionFailed = 0x100000,
AccountBankDisabled = 0x200000,
}
public enum PlayerFieldByte2Flags
@@ -592,14 +595,14 @@ 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 = 232,
End = 105,
Count = (End - Start)
}
enum AccountBankBagSlots
public enum AccountBankBagSlots
{
Start = 227,
End = 232
Start = 100,
End = 105
}
public enum PlayerTitle : ulong