*Remove data from world.sql - it exists now only for structure documentation.

*Remove debug spell_check command - such things shouldn't belong to core.

--HG--
branch : trunk
This commit is contained in:
QAston
2009-07-31 15:35:31 +02:00
parent 9b56360b4c
commit 0fdd7cd5de
6 changed files with 0 additions and 12394 deletions

View File

@@ -15,26 +15,6 @@
/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
/*
--
-- Table structure for table `realmd_db_version`
--
DROP TABLE IF EXISTS `realmd_db_version`;
CREATE TABLE `realmd_db_version` (
`required_7938_01_realmd_account` bit(1) default NULL
) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Last applied sql update to DB';
--
-- Dumping data for table `realmd_db_version`
--
LOCK TABLES `realmd_db_version` WRITE;
INSERT INTO `realmd_db_version` VALUES
(NULL);
UNLOCK TABLES;
*/
--
-- Table structure for table `account`
--