diff options
Diffstat (limited to 'sql/world.sql')
-rw-r--r-- | sql/world.sql | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sql/world.sql b/sql/world.sql index 2d78c8e0a48..bb6b794af29 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -6668,7 +6668,7 @@ DROP TABLE IF EXISTS `spell_required`; CREATE TABLE `spell_required` ( `spell_id` mediumint(9) NOT NULL DEFAULT '0', `req_spell` mediumint(9) NOT NULL DEFAULT '0', - PRIMARY KEY (`spell_id`) + PRIMARY KEY (`spell_id`, `req_spell`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Spell Additinal Data'; /*!40101 SET character_set_client = @saved_cs_client */; @@ -6678,7 +6678,6 @@ CREATE TABLE `spell_required` ( LOCK TABLES `spell_required` WRITE; /*!40000 ALTER TABLE `spell_required` DISABLE KEYS */; -INSERT INTO `spell_required` VALUES (9788,9785),(10656,10662),(10658,10662),(10660,10662),(16689,339),(16810,1062),(16811,5195),(16812,5196),(16813,9852),(17039,9787),(17040,9787),(17041,9787),(17329,9853),(20219,12656),(20222,12656),(25782,19838),(25894,19854),(25899,20911),(25916,25291),(25918,25290),(26797,26790),(26798,26790),(26801,26790),(27009,26989),(27141,27140),(27143,27142),(27681,14752),(28672,28596),(28675,28596),(28677,28596),(48933,48931),(48934,48932),(48937,48935),(48938,48936),(53312,53308),(34767,34769),(23214,13819),(23161,5784),(40120,33943); /*!40000 ALTER TABLE `spell_required` ENABLE KEYS */; UNLOCK TABLES; |