Core/Players: Fixed buying bank tabs
Port From (https://github.com/TrinityCore/TrinityCore/commit/8b2fc59397ebca720726270dc5319f1d2ffa0150)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user