-- MySQL dump 10.13 Distrib 8.4.3, for Win64 (x86_64) -- -- Host: localhost Database: acore_world -- ------------------------------------------------------ -- Server version 8.4.3 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!50503 SET NAMES utf8mb4 */; /*!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 */; -- -- Table structure for table `player_factionchange_titles` -- DROP TABLE IF EXISTS `player_factionchange_titles`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!50503 SET character_set_client = utf8mb4 */; CREATE TABLE `player_factionchange_titles` ( `alliance_id` int NOT NULL, `alliance_comment` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `horde_id` int NOT NULL, `horde_comment` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, PRIMARY KEY (`alliance_id`,`horde_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `player_factionchange_titles` -- 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; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2026-03-15 20:39:00