From d1634874a8a40979867f6483818afe6d1333be47 Mon Sep 17 00:00:00 2001 From: SnapperRy Date: Tue, 13 Sep 2016 04:25:42 +0200 Subject: Follow-up to 6f1e823. Forgot to update base characters database. Sorry. --- sql/base/characters_database.sql | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'sql/base') diff --git a/sql/base/characters_database.sql b/sql/base/characters_database.sql index e0dfc6b4151..309f897a8f1 100644 --- a/sql/base/characters_database.sql +++ b/sql/base/characters_database.sql @@ -690,6 +690,29 @@ LOCK TABLES `character_equipmentsets` WRITE; /*!40000 ALTER TABLE `character_equipmentsets` ENABLE KEYS */; UNLOCK TABLES; +-- +-- Table structure for table `character_fishingsteps` +-- + +DROP TABLE IF EXISTS `character_fishingsteps`; +/*!40101 SET @saved_cs_client = @@character_set_client */; +/*!40101 SET character_set_client = utf8 */; +CREATE TABLE `character_fishingsteps` ( + `guid` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier', + `fishingSteps` TINYINT(3) UNSIGNED NOT NULL DEFAULT '0', + PRIMARY KEY (`guid`) +) ENGINE=INNODB DEFAULT CHARSET=utf8; +/*!40101 SET character_set_client = @saved_cs_client */; + +-- +-- Dumping data for table `character_fishingsteps` +-- + +LOCK TABLES `character_fishingsteps` WRITE; +/*!40000 ALTER TABLE `character_fishingsteps` DISABLE KEYS */; +/*!40000 ALTER TABLE `character_fishingsteps` ENABLE KEYS */; +UNLOCK TABLES; + -- -- Table structure for table `character_gifts` -- -- cgit v1.2.3