Core/BattlePets: Implemented BattlePetSpeciesFlags::NotAccountWide
Port From (https://github.com/TrinityCore/TrinityCore/commit/93c668ac50a529876054212dfef6544f70259035)
This commit is contained in:
@@ -1059,6 +1059,7 @@ namespace Game
|
||||
|
||||
stmt = DB.Login.GetPreparedStatement(LoginStatements.SEL_BATTLE_PETS);
|
||||
stmt.AddValue(0, battlenetAccountId);
|
||||
stmt.AddValue(1, Global.WorldMgr.GetRealmId().Index);
|
||||
SetQuery(AccountInfoQueryLoad.BattlePets, stmt);
|
||||
|
||||
stmt = DB.Login.GetPreparedStatement(LoginStatements.SEL_BATTLE_PET_SLOTS);
|
||||
|
||||
Reference in New Issue
Block a user