From 8f777745698b093ae7bbea699d63cce636c69689 Mon Sep 17 00:00:00 2001 From: Sarjuuk Date: Wed, 30 Mar 2016 00:26:06 +0200 Subject: [PATCH] Misc/Fixup * really fix broken sql structure after c75777e5c3270f0f621909c8c323193a91cc253e (fix the fix!) --- setup/db_structure.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/db_structure.sql b/setup/db_structure.sql index dad3e7ee..79ff95c8 100644 --- a/setup/db_structure.sql +++ b/setup/db_structure.sql @@ -2448,7 +2448,7 @@ CREATE TABLE `aowow_zones` ( LOCK TABLES `aowow_account` WRITE; /*!40000 ALTER TABLE `aowow_account` DISABLE KEYS */; -INSERT INTO `aowow_account` VALUES (0,0,'','','AoWoW','',0,0,0,0,'','',0,0,0,0,'','','',0,0,0,0,0,''); +INSERT INTO `aowow_account` VALUES (0,0,'','','AoWoW','',0,0,0,0,'','',0,0,0,0,'','','',0,0,0,''); /*!40000 ALTER TABLE `aowow_account` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;