Core/BattlePets: Implemented BattlePetSpeciesFlags::NotAccountWide
Port From (https://github.com/TrinityCore/TrinityCore/commit/93c668ac50a529876054212dfef6544f70259035)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
ALTER TABLE `battle_pets`
|
||||
ADD `owner` bigint(20) DEFAULT NULL AFTER `nameTimestamp`,
|
||||
ADD `ownerRealmId` int(11) DEFAULT NULL AFTER `owner`;
|
||||
Reference in New Issue
Block a user