From 258b382520378311bea07b7640d551ce26abdee6 Mon Sep 17 00:00:00 2001 From: pete318 Date: Thu, 8 Oct 2015 00:20:38 +0200 Subject: [PATCH] Also update character base create for pet_aura commit --- sql/base/characters_database.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */;