Core/Players: Fixed buying bank tabs

Port From (https://github.com/TrinityCore/TrinityCore/commit/8b2fc59397ebca720726270dc5319f1d2ffa0150)
This commit is contained in:
Hondacrx
2025-09-01 17:15:37 -04:00
parent 737cdc7a63
commit 57459eacf3
5 changed files with 46 additions and 45 deletions
+3
View File
@@ -154,6 +154,9 @@ namespace Framework.Constants
public const byte ChildEquipmentStart = 81;
public const byte ChildEquipmentEnd = 84;
public const byte AccountBankBagStart = 100;
public const byte AccountBankBagEnd = 105;
public const byte Bag0 = 255;
public const byte DefaultSize = 16;
}
+2 -2
View File
@@ -146,7 +146,7 @@ namespace Framework.Constants
GoinfoAddon = 85,
GoinfoModel = 86,
UnknownError = 87,
TwoFACommandsNotSetup = 88,
TwoFACommandsNotSetup = 88,
TwoFAAlreadySetup = 89,
TwoFAInvalidToken = 90,
TwoFASecretSuggestion = 91,
@@ -788,7 +788,7 @@ namespace Framework.Constants
NeedCharacterName = 807,
PlayerNotExistOrOffline = 808,
AccountForPlayerNotFound = 809,
// Unused = 810,
BankTabName = 810,
GuildMaster = 811,
GuildOfficer = 812,
GuildVeteran = 813,
@@ -599,12 +599,6 @@ namespace Framework.Constants
Count = (End - Start)
}
public enum AccountBankBagSlots
{
Start = 100,
End = 105
}
public enum PlayerTitle : ulong
{
Disabled = 0x0000000000000000,