mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-06 17:08:23 +01:00
Core/Auras: Fixed saving auras with same spell id but different item source
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `character_aura`
|
||||
DROP PRIMARY KEY,
|
||||
ADD `itemGuid` bigint(20) unsigned NOT NULL DEFAULT '0' AFTER `casterGuid`,
|
||||
ADD PRIMARY KEY(`guid`,`casterGuid`,`itemGuid`,`spell`,`effectMask`);
|
||||
Reference in New Issue
Block a user