mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-23 21:56:22 +00:00
fix(DB/Pets): Added casterGuid as a primary key to pet_aura table. (#5423)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
INSERT INTO `version_db_characters` (`sql_rev`) VALUES ('1619247484235757300');
|
||||
|
||||
ALTER TABLE `pet_aura`
|
||||
DROP PRIMARY KEY,
|
||||
ADD PRIMARY KEY (`guid`, `casterGuid`, `spell`, `effectMask`);
|
||||
Reference in New Issue
Block a user