/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; DROP TABLE IF EXISTS `player_factionchange_titles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `player_factionchange_titles` ( `alliance_id` int(8) NOT NULL, `alliance_comment` text DEFAULT NULL, `horde_id` int(8) NOT NULL, `horde_comment` text DEFAULT NULL, PRIMARY KEY (`alliance_id`,`horde_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; LOCK TABLES `player_factionchange_titles` WRITE; /*!40000 ALTER TABLE `player_factionchange_titles` DISABLE KEYS */; INSERT INTO `player_factionchange_titles` VALUES (1,'Private ',15,'Scout '), (2,'Corporal ',16,'Grunt '), (3,'Sergeant ',17,'Sergeant '), (4,'Master Sergeant ',18,'Senior Sergeant '), (5,'Sergeant Major ',19,'First Sergeant '), (6,'Knight ',20,'Stone Guard'), (7,'Knight-Lieutenant ',21,'Blood Guard '), (8,'Knight-Captain ',22,'Legionnaire '), (9,'Knight-Champion ',23,'Centurion '), (10,'Lieutenant Commander ',24,'Champion '), (11,'Commander ',25,'Lieutenant General '), (12,'Marshal ',26,'General '), (13,'Field Marshal ',27,'Warlord '), (14,'Grand Marshal ',28,'High Warlord '), (48,'Justicar ',47,'Conqueror '), (75,'Flame Warden ',76,'Flame Keeper '), (113,' of Gnomeregan',153,' of Thunder Bluff'), (126,' of the Alliance',127,' if the Horde'), (146,' of the Exodar',152,' of Silvermoon'), (147,' of Darnassus',154,' of the Undercity'), (148,' of Ironforge',151,' of Sen\'jin'), (149,' of Stormwind',150,' of Orgrimmar'); /*!40000 ALTER TABLE `player_factionchange_titles` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;