-- -------------------------------------------------------- -- Host: 127.0.0.1 -- Server version: 8.1.0 - MySQL Community Server - GPL -- Server OS: Win64 -- HeidiSQL Version: 12.3.0.6589 -- -------------------------------------------------------- /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET NAMES utf8 */; /*!50503 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!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 */; -- Dumping structure for table acore_world.player_factionchange_titles DROP TABLE IF EXISTS `player_factionchange_titles`; CREATE TABLE IF NOT EXISTS `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; -- Dumping data for table acore_world.player_factionchange_titles: ~22 rows (approximately) DELETE FROM `player_factionchange_titles`; INSERT INTO `player_factionchange_titles` (`alliance_id`, `alliance_comment`, `horde_id`, `horde_comment`) 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'); /*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */; /*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */; /*!40014 SET FOREIGN_KEY_CHECKS=IFNULL(@OLD_FOREIGN_KEY_CHECKS, 1) */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40111 SET SQL_NOTES=IFNULL(@OLD_SQL_NOTES, 1) */;