diff options
| author | pete318 <pete318@hotmail.com> | 2015-10-08 00:20:38 +0200 |
|---|---|---|
| committer | pete318 <pete318@hotmail.com> | 2015-10-08 00:20:38 +0200 |
| commit | 258b382520378311bea07b7640d551ce26abdee6 (patch) | |
| tree | b03a2dafc39e90a702d73e9874b158454fd434b0 | |
| parent | 996cbafd20af0e0e1eff99a53d77d5d1869f4a17 (diff) | |
Also update character base create for pet_aura commit
| -rw-r--r-- | sql/base/characters_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index a11e0e55f07..962a50c1b7f 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -2239,7 +2239,7 @@ CREATE TABLE `pet_aura` ( `maxDuration` int(11) NOT NULL DEFAULT '0', `remainTime` int(11) NOT NULL DEFAULT '0', `remainCharges` tinyint(3) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`guid`,`spell`,`effectMask`) + PRIMARY KEY (`guid`,`casterGuid`,`spell`,`effectMask`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Pet System'; /*!40101 SET character_set_client = @saved_cs_client */; |
