* Add some more transactioncontrol to pet database handling + adjust character_aura keys to avoid duplicates

--HG--
branch : trunk
This commit is contained in:
click
2010-04-21 20:34:04 +02:00
parent aaf3a62395
commit 123d40dcfe
3 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,2 @@
ALTER TABLE `character_aura` DROP PRIMARY KEY ,
ADD PRIMARY KEY ( `guid` , `caster_guid` , `spell`, `effect_mask` )