· 10 years ago · Sep 25, 2016, 03:26 PM
1SHOW CREATE TABLE `auth`.`account`;
2DROP DATABASE `auth`;
3SHOW DATABASES;
4SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema`.`SCHEMATA` WHERE `SCHEMA_NAME`='characters';
5SHOW TABLE STATUS FROM `characters`;
6SHOW FUNCTION STATUS WHERE `Db`='characters';
7SHOW PROCEDURE STATUS WHERE `Db`='characters';
8SHOW TRIGGERS FROM `characters`;
9SELECT *, EVENT_SCHEMA AS `Db`, EVENT_NAME AS `Name` FROM information_schema.`EVENTS` WHERE `EVENT_SCHEMA`='characters';
10SHOW VARIABLES LIKE 'collation_server';
11CREATE DATABASE `auth` /*!40100 COLLATE 'utf8_general_ci' */;
12SHOW DATABASES;
13/* Entering session "WoWIL Test" */
14USE `auth`;
15SELECT `DEFAULT_COLLATION_NAME` FROM `information_schema`.`SCHEMATA` WHERE `SCHEMA_NAME`='auth';
16SHOW TABLE STATUS FROM `auth`;
17SHOW FUNCTION STATUS WHERE `Db`='auth';
18SHOW PROCEDURE STATUS WHERE `Db`='auth';
19SHOW TRIGGERS FROM `auth`;
20SELECT *, EVENT_SCHEMA AS `Db`, EVENT_NAME AS `Name` FROM information_schema.`EVENTS` WHERE `EVENT_SCHEMA`='auth';
21-- MySQL dump 10.13 Distrib 5.6.10, for Win64 (x86_64)
22--
23-- Host: localhost Database: clean_logon
24-- ------------------------------------------------------
25-- Server version 5.6.10
26
27/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
28/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
29/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
30/*!40101 SET NAMES utf8 */;
31/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
32/*!40103 SET TIME_ZONE='+00:00' */;
33/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
34/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
35/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
36/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
37--
38-- Table structure for table `account`
39--
40
41DROP TABLE IF EXISTS `account`;
42/*!40101 SET @saved_cs_client = @@character_set_client */;
43/*!40101 SET character_set_client = utf8 */;
44CREATE TABLE `account` (
45 `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Identifier',
46 `username` varchar(32) NOT NULL DEFAULT '',
47 `sha_pass_hash` varchar(40) NOT NULL DEFAULT '',
48 `sessionkey` varchar(80) NOT NULL DEFAULT '',
49 `v` varchar(64) NOT NULL DEFAULT '',
50 `s` varchar(64) NOT NULL DEFAULT '',
51 `email` varchar(254) NOT NULL DEFAULT '',
52 `joindate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
53 `last_ip` varchar(15) NOT NULL DEFAULT '127.0.0.1',
54 `failed_logins` int(10) unsigned NOT NULL DEFAULT '0',
55 `locked` tinyint(3) unsigned NOT NULL DEFAULT '0',
56 `last_login` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
57 `online` tinyint(3) unsigned NOT NULL DEFAULT '0',
58 `expansion` tinyint(3) unsigned NOT NULL DEFAULT '0',
59 `mutetime` bigint(20) NOT NULL DEFAULT '0',
60 `mutereason` varchar(255) NOT NULL DEFAULT '',
61 `muteby` varchar(50) NOT NULL DEFAULT '',
62 `locale` tinyint(3) unsigned NOT NULL DEFAULT '0',
63 `os` varchar(3) NOT NULL DEFAULT '',
64 `recruiter` int(10) unsigned NOT NULL DEFAULT '0',
65 PRIMARY KEY (`id`),
66 UNIQUE KEY `idx_username` (`username`)
67) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 COMMENT='Account System';
68/*!40101 SET character_set_client = @saved_cs_client */;
69--
70-- Dumping data for table `account`
71--
72
73LOCK TABLES `account` WRITE;
74/*!40000 ALTER TABLE `account` DISABLE KEYS */;
75INSERT INTO `account` VALUES (1,'test1','047ce22643f9b0bd6baeb18d51bf1075a4d43fc6','','','','','2016-01-30 21:09:43','127.0.0.1',0,0,'0000-00-00 00:00:00',0,2,0,'','',0,'',0),(2,'test2','10eb1ff16cf5380147e8281cd8080a210ecb3c53','','','','','2016-01-30 21:09:43','127.0.0.1',0,0,'0000-00-00 00:00:00',0,2,0,'','',0,'',0),(3,'test3','e546bbf9ca93ae5291f0b441bb9ea2fa0c466176','','','','','2016-01-30 21:09:43','127.0.0.1',0,0,'0000-00-00 00:00:00',0,2,0,'','',0,'',0),(4,'test4','61015d83b456a9c6a7defdff07f55265f24097af','','','','','2016-01-30 21:09:43','127.0.0.1',0,0,'0000-00-00 00:00:00',0,2,0,'','',0,'',0),(5,'test5','dddeac4ffe5f286ec57b7a1ed63bf3a859debe1e','','','','','2016-01-30 21:09:43','127.0.0.1',0,0,'0000-00-00 00:00:00',0,2,0,'','',0,'',0),(6,'test6','f1f94cdffd83c8c4182d66689077f92c807ab579','','','','','2016-01-30 21:09:43','127.0.0.1',0,0,'0000-00-00 00:00:00',0,2,0,'','',0,'',0),(7,'test7','6fcd35c35b127be1d9ca040b2b478eb366506ce2','','','','','2016-01-30 21:09:43','127.0.0.1',0,0,'0000-00-00 00:00:00',0,2,0,'','',0,'',0),(8,'test8','484332ccb02e284e4e0a04573c3fa417f4745fdf','','','','','2016-01-30 21:09:43','127.0.0.1',0,0,'0000-00-00 00:00:00',0,2,0,'','',0,'',0),(9,'test9','4fce15ed251721f02754d5381ae9d0137b6a6a30','','','','','2016-01-30 21:09:43','127.0.0.1',0,0,'0000-00-00 00:00:00',0,2,0,'','',0,'',0),(10,'test10','b22d249228e84ab493b39a2bd765bee9b7c0b350','','','','','2016-01-30 21:09:43','127.0.0.1',0,0,'0000-00-00 00:00:00',0,2,0,'','',0,'',0);
76/*!40000 ALTER TABLE `account` ENABLE KEYS */;
77UNLOCK TABLES;
78--
79-- Table structure for table `account_access`
80--
81
82DROP TABLE IF EXISTS `account_access`;
83/*!40101 SET @saved_cs_client = @@character_set_client */;
84/*!40101 SET character_set_client = utf8 */;
85CREATE TABLE `account_access` (
86 `id` int(10) unsigned NOT NULL,
87 `gmlevel` tinyint(3) unsigned NOT NULL,
88 `RealmID` int(11) NOT NULL DEFAULT '-1',
89 PRIMARY KEY (`id`,`RealmID`)
90) ENGINE=InnoDB DEFAULT CHARSET=utf8;
91/*!40101 SET character_set_client = @saved_cs_client */;
92--
93-- Dumping data for table `account_access`
94--
95
96LOCK TABLES `account_access` WRITE;
97/*!40000 ALTER TABLE `account_access` DISABLE KEYS */;
98INSERT INTO `account_access` VALUES (1,4,-1),(2,4,-1),(3,4,-1),(4,4,-1),(5,4,-1),(6,4,-1),(7,4,-1),(8,4,-1),(9,4,-1),(10,4,-1);
99/*!40000 ALTER TABLE `account_access` ENABLE KEYS */;
100UNLOCK TABLES;
101--
102-- Table structure for table `account_banned`
103--
104
105DROP TABLE IF EXISTS `account_banned`;
106/*!40101 SET @saved_cs_client = @@character_set_client */;
107/*!40101 SET character_set_client = utf8 */;
108CREATE TABLE `account_banned` (
109 `id` int(10) unsigned NOT NULL DEFAULT '0' COMMENT 'Account id',
110 `bandate` int(10) unsigned NOT NULL DEFAULT '0',
111 `unbandate` int(10) unsigned NOT NULL DEFAULT '0',
112 `bannedby` varchar(50) NOT NULL,
113 `banreason` varchar(255) NOT NULL,
114 `active` tinyint(3) unsigned NOT NULL DEFAULT '1',
115 PRIMARY KEY (`id`,`bandate`)
116) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Ban List';
117/*!40101 SET character_set_client = @saved_cs_client */;
118--
119-- Dumping data for table `account_banned`
120--
121
122LOCK TABLES `account_banned` WRITE;
123/*!40000 ALTER TABLE `account_banned` DISABLE KEYS */;
124/*!40000 ALTER TABLE `account_banned` ENABLE KEYS */;
125UNLOCK TABLES;
126--
127-- Table structure for table `ip_banned`
128--
129
130DROP TABLE IF EXISTS `ip_banned`;
131/*!40101 SET @saved_cs_client = @@character_set_client */;
132/*!40101 SET character_set_client = utf8 */;
133CREATE TABLE `ip_banned` (
134 `ip` varchar(15) NOT NULL DEFAULT '127.0.0.1',
135 `bandate` int(10) unsigned NOT NULL,
136 `unbandate` int(10) unsigned NOT NULL,
137 `bannedby` varchar(50) NOT NULL DEFAULT '[Console]',
138 `banreason` varchar(255) NOT NULL DEFAULT 'no reason',
139 PRIMARY KEY (`ip`,`bandate`)
140) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Banned IPs';
141/*!40101 SET character_set_client = @saved_cs_client */;
142--
143-- Dumping data for table `ip_banned`
144--
145
146LOCK TABLES `ip_banned` WRITE;
147/*!40000 ALTER TABLE `ip_banned` DISABLE KEYS */;
148/*!40000 ALTER TABLE `ip_banned` ENABLE KEYS */;
149UNLOCK TABLES;
150--
151-- Table structure for table `realmcharacters`
152--
153
154DROP TABLE IF EXISTS `realmcharacters`;
155/*!40101 SET @saved_cs_client = @@character_set_client */;
156/*!40101 SET character_set_client = utf8 */;
157CREATE TABLE `realmcharacters` (
158 `realmid` int(10) unsigned NOT NULL DEFAULT '0',
159 `acctid` int(10) unsigned NOT NULL,
160 `numchars` tinyint(3) unsigned NOT NULL DEFAULT '0',
161 PRIMARY KEY (`realmid`,`acctid`),
162 KEY `acctid` (`acctid`)
163) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='Realm Character Tracker';
164/*!40101 SET character_set_client = @saved_cs_client */;
165--
166-- Dumping data for table `realmcharacters`
167--
168
169LOCK TABLES `realmcharacters` WRITE;
170/*!40000 ALTER TABLE `realmcharacters` DISABLE KEYS */;
171/*!40000 ALTER TABLE `realmcharacters` ENABLE KEYS */;
172UNLOCK TABLES;
173--
174-- Table structure for table `realmlist`
175--
176
177DROP TABLE IF EXISTS `realmlist`;
178/*!40101 SET @saved_cs_client = @@character_set_client */;
179/*!40101 SET character_set_client = utf8 */;
180CREATE TABLE `realmlist` (
181 `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
182 `name` varchar(32) NOT NULL DEFAULT '',
183 `address` varchar(255) NOT NULL DEFAULT '127.0.0.1',
184 `localAddress` varchar(255) NOT NULL DEFAULT '127.0.0.1',
185 `localSubnetMask` varchar(255) NOT NULL DEFAULT '255.255.255.0',
186 `port` smallint(5) unsigned NOT NULL DEFAULT '8085',
187 `icon` tinyint(3) unsigned NOT NULL DEFAULT '0',
188 `flag` tinyint(3) unsigned NOT NULL DEFAULT '2',
189 `timezone` tinyint(3) unsigned NOT NULL DEFAULT '0',
190 `allowedSecurityLevel` tinyint(3) unsigned NOT NULL DEFAULT '0',
191 `population` float unsigned NOT NULL DEFAULT '0',
192 `gamebuild` int(10) unsigned NOT NULL DEFAULT '12340',
193 PRIMARY KEY (`id`),
194 UNIQUE KEY `idx_name` (`name`)
195) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COMMENT='Realm System';
196/*!40101 SET character_set_client = @saved_cs_client */;
197--
198-- Dumping data for table `realmlist`
199--
200
201LOCK TABLES `realmlist` WRITE;
202/*!40000 ALTER TABLE `realmlist` DISABLE KEYS */;
203INSERT INTO `realmlist` VALUES (1,'MyRealm','127.0.0.1','127.0.0.1','255.255.255.0',8085,1,0,5,0,0,12340);
204/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
205UNLOCK TABLES;
206/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
207/*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
208/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
209/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
210/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
211/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
212/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
213/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
214-- Dump completed on 2016-02-16 6:03:39
215;
216-- --------------------------------------------------------
217-- Host: 127.0.0.1
218-- Server version: 5.5.9-log - MySQL Community Server (GPL)
219-- Server OS: Win32
220-- HeidiSQL Version: 9.3.0.4984
221-- --------------------------------------------------------
222
223/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
224/*!40101 SET NAMES utf8mb4 */;
225/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
226/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
227-- Dumping data for table auth.account: ~1,238 rows (approximately)
228DELETE FROM `account`;
229/*!40000 ALTER TABLE `account` DISABLE KEYS */;
230INSERT INTO `account` (`id`, `username`, `sha_pass_hash`, `sessionkey`, `v`, `s`, `token_key`, `email`, `reg_mail`, `joindate`, `last_ip`, `last_attempt_ip`, `failed_logins`, `locked`, `lock_country`, `last_login`, `online`, `expansion`, `mutetime`, `mutereason`, `muteby`, `locale`, `os`, `recruiter`, `rank`, `staff_id`, `vp`, `dp`, `isactive`, `activation`) VALUES
231 (413, 'TOMLEVY', 'F134D6E769494536E2745CD631AA6FD206CD8A9E', '35792BF775423CC70E9CBADA108D9CE991C5FF60496612D1B379446638F8D427C8DC07005C389998', '40A2E87C54B6DC01E8E9D406E53979993000999CD37FDB9C39F8211AA2C60B48', 'A1B0B4DE8499E856AF202B195CF6AECB7D913E985F8315811FE4978095E112F3', '', '', '', '2016-07-15 18:12:33', '79.177.18.215', '79.177.18.215', 0, 0, '00', '2016-09-25 02:25:42', 0, 2, 0, '', '', 0, 'Win', 0, 4, NULL, '999', '984', 1, NULL),
232 (414, 'ELAD002', '66ED727B1EFF682918A105B2ACF66DF598B3052C', '6EA78E0BD3E24D0F8CA590737446EE89BF724E5A402622927BE0798C509AA32B0BCF5988CB1DF3B3', '7693314033D27294E4F6D0FC62E3F0CE33EAF8661CFC6FA600F13097A273A5D8', 'D421DE331D7DF58F56D5239878FE297A542D27A81491B7B4F345837859D1ED79', '', '', '', '2016-07-15 18:20:05', '109.67.178.124', '109.67.178.124', 0, 0, '00', '2016-09-17 06:43:40', 0, 2, 0, '', '', 0, 'Win', 0, 0, NULL, NULL, NULL, 1, NULL),
233 (415, 'NOXAZS', '190B69D5DFDC54B1078E9938346D6C96F6813C22', '94361766E1944E60EB1B454E4DD934A04DDFB93202141CD118BD9FCE399F7A4BF36200E2CD132F59', '03167ABF6753B1C16A7A38BFF3260A2C1F810327EC4C77F9772EA643E1C77A89', 'F5AF8B2499CD1FD6728F163473E08744A0252FD3A0B937701EE70DEECC5AA623', '', 'Almogbcr@gmail.com', '', '2016-07-15 19:16:44', '213.57.197.157', '213.57.197.157', 0, 0, '00', '2016-09-24 16:18:49', 0, 2, 0, '', '', 0, 'Win', 0, 2, NULL, '0', '8849', 1, ''),
234 (417, 'TOMLEVYA', '37D78EE05A48FB14C9C38F9D32FE2FD1642C09BC', '2D42D266B235C797CFA7C2D318B461CF0D0A3F2D582CB6B4C3681138B0E547EBF391A24A21E7BE4D', '632C86EA9FB6FBF5FFC39CB0B7EDB24A7486BB763335AE51834B2621FEB34D99', 'E92C8711F78D15BCB5643777B69DF4C4DF61467F1B8DC527F/* large SQL query (629.0 KiB), snipped at 2,000 characters */
235/* SQL Error (1054): Unknown column 'token_key' in 'field list' */
236/*!40000 ALTER TABLE `account` ENABLE KEYS */;
237-- Dumping data for table auth.account_access: ~20 rows (approximately)
238DELETE FROM `account_access`;
239/*!40000 ALTER TABLE `account_access` DISABLE KEYS */;
240INSERT INTO `account_access` (`id`, `gmlevel`, `RealmID`) VALUES
241 (413, 3, 1),
242 (414, 3, 1),
243 (415, 3, -1),
244 (417, 4, -1),
245 (417, 3, 1),
246 (430, 4, -1),
247 (431, 4, -1),
248 (436, 2, 0),
249 (436, 1, 1),
250 (464, 1, -1),
251 (474, 1, -1),
252 (536, 1, -1),
253 (550, 1, 1),
254 (565, 1, 1),
255 (863, 1, -1),
256 (909, 1, -1),
257 (953, 2, -1),
258 (1250, 1, -1),
259 (1300, 3, -1),
260 (1366, 1, -1);
261/*!40000 ALTER TABLE `account_access` ENABLE KEYS */;
262-- Dumping data for table auth.account_banned: ~22 rows (approximately)
263DELETE FROM `account_banned`;
264/*!40000 ALTER TABLE `account_banned` DISABLE KEYS */;
265INSERT INTO `account_banned` (`id`, `bandate`, `unbandate`, `bannedby`, `banreason`, `active`) VALUES
266 (586, 1472255078, 1473464678, 'Tom', 'Speed Hack', 0),
267 (586, 1472255146, 1473464746, 'Tom', 'Speed Hack.', 0),
268 (720, 1472140459, 1473350059, 'Judge', 'speed hack', 0),
269 (720, 1472414409, 1500062409, 'Adad', 'Speed Hack', 0),
270 (720, 1472414427, 1534622427, 'Adad', 'Speed Hack', 1),
271 (729, 1472409815, 1473619415, 'Tom', 'Speed Hack', 0),
272 (789, 1472421709, 1503957709, 'Tom', 'Speed Hack', 1),
273 (800, 1472347435, 1473557035, 'Tom', 'Speed Hack', 0),
274 (872, 1472343102, 1473552702, 'Tom', 'Speed Hack.', 0),
275 (891, 1472343128, 1473552728, 'Tom', 'Speed Hack', 0),
276 (894, 1472310400, 1473520000, 'Tom', 'Speed Hack', 0),
277 (894, 1472310436, 1474124836, 'Tom', 'Speed Hack', 0),
278 (939, 1472343852, 1473553452, 'Tom', 'Speed Hack', 0),
279 (971, 1472344275, 1473553875, 'Tom', 'Speed Hack.', 0),
280 (972, 1472344726, 1473554326, 'Tom', 'Speed Hack', 0),
281 (973, 1472359313, 1473568913, 'Judge', 'Speed hack', 0),
282 (1029, 1473784148, 1473784148, 'Judge', 'hacks', 0),
283 (1029, 1474495210, 1591999210, 'Tom', 'abuse', 1),
284 (1031, 1473784117, 1473784117, 'Judge', 'hACKS', 0),
285 (1031, 1474495205, 1591999205, 'Tom', 'abuse', 1),
286 (1106, 1474495200, 1591999200, 'Tom', 'abuse', 1),
287 (1564, 1474495194, 1591999194, 'Tom', 'Abuse', 1);
288/*!40000 ALTER TABLE `account_banned` ENABLE KEYS */;
289-- Dumping data for table auth.account_control: ~0 rows (approximately)
290DELETE FROM `account_control`;
291/* SQL Error (1146): Table 'auth.account_control' doesn't exist */
292/*!40000 ALTER TABLE `account_control` DISABLE KEYS */;
293/* SQL Error (1146): Table 'auth.account_control' doesn't exist */
294/*!40000 ALTER TABLE `account_control` ENABLE KEYS */;
295/* SQL Error (1146): Table 'auth.account_control' doesn't exist */
296-- Dumping data for table auth.account_group: ~0 rows (approximately)
297DELETE FROM `account_group`;
298/* SQL Error (1146): Table 'auth.account_group' doesn't exist */
299/*!40000 ALTER TABLE `account_group` DISABLE KEYS */;
300/* SQL Error (1146): Table 'auth.account_group' doesn't exist */
301/*!40000 ALTER TABLE `account_group` ENABLE KEYS */;
302/* SQL Error (1146): Table 'auth.account_group' doesn't exist */
303-- Dumping data for table auth.account_muted: ~39 rows (approximately)
304DELETE FROM `account_muted`;
305/* SQL Error (1146): Table 'auth.account_muted' doesn't exist */
306/*!40000 ALTER TABLE `account_muted` DISABLE KEYS */;
307/* SQL Error (1146): Table 'auth.account_muted' doesn't exist */
308INSERT INTO `account_muted` (`guid`, `mutedate`, `mutetime`, `mutedby`, `mutereason`) VALUES
309 (440, 1472145426, 1440, 'Judge', 'Spam and troll players'),
310 (440, 1472665416, 30, 'Odin', 'Spamming the global chat'),
311 (440, 1472668856, 300, 'Tom', 'Flaming GMS'),
312 (440, 1472687620, 412412412, 'Odin', '.'),
313 (465, 1474324465, 20, 'Odin', 'Insults'),
314 (631, 1472153388, 120, 'Greenundead', 'do not curse'),
315 (633, 1472814923, 1440, 'Judge', 'You are annoying me'),
316 (700, 1472323533, 3, 'Quin', 'do not curse in russian'),
317 (739, 1472476963, 1440, 'Judge', 'trolling'),
318 (747, 1472766234, 3, 'Judge', 'Calm down'),
319 (809, 1472842751, 1000, 'Heavy', 'sell hacks'),
320 (839, 1472476894, 1440, 'Judge', 'trolling'),
321 (877, 1472476735, 180, 'Judge', 'Trolling'),
322 (882, 1472863402, 20, 'Odin', 'Insulting on global chat'),
323 (882, 1474122813, 10, 'Odin', 'You have been warned more than once.'),
324 (882, 1474143930, 30, 'Odin', '3rd warning today'),
325 (882, 1474665648, 0, 'Odin', 'No reason given.'),
326 (882, 1474665657, 15, 'Odin', 'Insults'),
327 (884, 1473011787, 20, 'Judge', '...'),
328 (904, 1474127597, 30, 'Odin', 'Insults.'),
329 (912, 1472740040, 3, 'Judge', 'min you will shut up'),
330 (1072, 1472734477, 60, 'Heavy', 'racism'),
331 (1192, 1473933710, 15, 'Odin', 'Insults'),
332 (1192, 1474143617, 2147483647, 'Odin', '.'),
333 (1192, 1474148448, 200000, 'Theredragon', 'No reason given.'),
334 (1199, 1472903041, 180, 'Judge', 'Calm down'),
335 (1199, 1472903083, 15, 'Odin', 'Insulting on global chat'),
336 (1213, 1473855426, 20, 'Judge', 'Lanugage'),
337 (1213, 1474041678, 40, 'Console', 'stop troll people'),
338 (1303, 1473034067, 2147483647, 'Judge', 'No reason given.'),
339 (1303, 1474042791, 20, 'Judge', '...'),
340 (1303, 1474117307, 1, 'Judge', 'stop it '),
341 (1319, 1474665643, 15, 'Odin', 'Insults'),
342 (1353, 1473933726, 15, 'Odin', 'Insults.'),
343 (1365, 1473253786, 1440, 'Judge', 'Cursing'),
344 (1365, 1473253804, 2147483647, 'Tom', 'gever'),
345 (1453, 1474580377, 20, 'Odin', 'Insults'),
346 (/* large SQL query (2.0 KiB), snipped at 2,000 characters */
347/* SQL Error (1146): Table 'auth.account_muted' doesn't exist */
348/*!40000 ALTER TABLE `account_muted` ENABLE KEYS */;
349/* SQL Error (1146): Table 'auth.account_muted' doesn't exist */
350-- Dumping data for table auth.account_premium: 0 rows
351DELETE FROM `account_premium`;
352/* SQL Error (1146): Table 'auth.account_premium' doesn't exist */
353/*!40000 ALTER TABLE `account_premium` DISABLE KEYS */;
354/* SQL Error (1146): Table 'auth.account_premium' doesn't exist */
355/*!40000 ALTER TABLE `account_premium` ENABLE KEYS */;
356/* SQL Error (1146): Table 'auth.account_premium' doesn't exist */
357-- Dumping data for table auth.autobroadcast: ~5 rows (approximately)
358DELETE FROM `autobroadcast`;
359/* SQL Error (1146): Table 'auth.autobroadcast' doesn't exist */
360/*!40000 ALTER TABLE `autobroadcast` DISABLE KEYS */;
361/* SQL Error (1146): Table 'auth.autobroadcast' doesn't exist */
362INSERT INTO `autobroadcast` (`realmid`, `id`, `weight`, `text`) VALUES
363 (-1, 1, 1, 'For any help , Join our support channel by /join Support'),
364 (-1, 2, 1, 'If you want to talk with any other player that in the server you may try our new command .chat #text , check it out now!'),
365 (-1, 3, 1, 'We also offer a Discord server for the convenience of our players, more info on our forum!'),
366 (-1, 4, 1, 'If you are new to the game, Check out the guides in our FXP forum!'),
367 (-1, 5, 1, 'exclusive offer, 50% on all items in our store! wowonline.co.il');
368/* SQL Error (1146): Table 'auth.autobroadcast' doesn't exist */
369/*!40000 ALTER TABLE `autobroadcast` ENABLE KEYS */;
370/* SQL Error (1146): Table 'auth.autobroadcast' doesn't exist */
371-- Dumping data for table auth.ip2nation: ~0 rows (approximately)
372DELETE FROM `ip2nation`;
373/* SQL Error (1146): Table 'auth.ip2nation' doesn't exist */
374/*!40000 ALTER TABLE `ip2nation` DISABLE KEYS */;
375/* SQL Error (1146): Table 'auth.ip2nation' doesn't exist */
376/*!40000 ALTER TABLE `ip2nation` ENABLE KEYS */;
377/* SQL Error (1146): Table 'auth.ip2nation' doesn't exist */
378-- Dumping data for table auth.ip2nationcountries: ~0 rows (approximately)
379DELETE FROM `ip2nationcountries`;
380/* SQL Error (1146): Table 'auth.ip2nationcountries' doesn't exist */
381/*!40000 ALTER TABLE `ip2nationcountries` DISABLE KEYS */;
382/* SQL Error (1146): Table 'auth.ip2nationcountries' doesn't exist */
383/*!40000 ALTER TABLE `ip2nationcountries` ENABLE KEYS */;
384/* SQL Error (1146): Table 'auth.ip2nationcountries' doesn't exist */
385-- Dumping data for table auth.ip_banned: ~3 rows (approximately)
386DELETE FROM `ip_banned`;
387/*!40000 ALTER TABLE `ip_banned` DISABLE KEYS */;
388INSERT INTO `ip_banned` (`ip`, `bandate`, `unbandate`, `bannedby`, `banreason`) VALUES
389 ('74.115.1.73', 1472344737, 1480984737, 'Tom', 'Speed Hack'),
390 ('89.139.98.92', 1474495214, 1591999214, 'Tom', 'abuse.'),
391 ('89.139.98.92', 1474553029, 1474553029, 'Judge', 'Abuse');
392/*!40000 ALTER TABLE `ip_banned` ENABLE KEYS */;
393-- Dumping data for table auth.logs: ~0 rows (approximately)
394DELETE FROM `logs`;
395/* SQL Error (1146): Table 'auth.logs' doesn't exist */
396/*!40000 ALTER TABLE `logs` DISABLE KEYS */;
397/* SQL Error (1146): Table 'auth.logs' doesn't exist */
398/*!40000 ALTER TABLE `logs` ENABLE KEYS */;
399/* SQL Error (1146): Table 'auth.logs' doesn't exist */
400-- Dumping data for table auth.logs_ip_actions: ~0 rows (approximately)
401DELETE FROM `logs_ip_actions`;
402/* SQL Error (1146): Table 'auth.logs_ip_actions' doesn't exist */
403/*!40000 ALTER TABLE `logs_ip_actions` DISABLE KEYS */;
404/* SQL Error (1146): Table 'auth.logs_ip_actions' doesn't exist */
405/*!40000 ALTER TABLE `logs_ip_actions` ENABLE KEYS */;
406/* SQL Error (1146): Table 'auth.logs_ip_actions' doesn't exist */
407-- Dumping data for table auth.multiple_account: ~0 rows (approximately)
408DELETE FROM `multiple_account`;
409/* SQL Error (1146): Table 'auth.multiple_account' doesn't exist */
410/*!40000 ALTER TABLE `multiple_account` DISABLE KEYS */;
411/* SQL Error (1146): Table 'auth.multiple_account' doesn't exist */
412/*!40000 ALTER TABLE `multiple_account` ENABLE KEYS */;
413/* SQL Error (1146): Table 'auth.multiple_account' doesn't exist */
414-- Dumping data for table auth.rbac_account_permissions: ~5 rows (approximately)
415DELETE FROM `rbac_account_permissions`;
416/* SQL Error (1146): Table 'auth.rbac_account_permissions' doesn't exist */
417/*!40000 ALTER TABLE `rbac_account_permissions` DISABLE KEYS */;
418/* SQL Error (1146): Table 'auth.rbac_account_permissions' doesn't exist */
419INSERT INTO `rbac_account_permissions` (`accountId`, `permissionId`, `granted`, `realmId`) VALUES
420 (415, 35, 1, -1),
421 (433, 194, 1, -1),
422 (433, 198, 1, -1),
423 (652, 498, 1, -1),
424 (1366, 630, 1, -1);
425/* SQL Error (1146): Table 'auth.rbac_account_permissions' doesn't exist */
426/*!40000 ALTER TABLE `rbac_account_permissions` ENABLE KEYS */;
427/* SQL Error (1146): Table 'auth.rbac_account_permissions' doesn't exist */
428-- Dumping data for table auth.rbac_default_permissions: ~5 rows (approximately)
429DELETE FROM `rbac_default_permissions`;
430/* SQL Error (1146): Table 'auth.rbac_default_permissions' doesn't exist */
431/*!40000 ALTER TABLE `rbac_default_permissions` DISABLE KEYS */;
432/* SQL Error (1146): Table 'auth.rbac_default_permissions' doesn't exist */
433INSERT INTO `rbac_default_permissions` (`secId`, `permissionId`, `realmId`) VALUES
434 (3, 192, -1),
435 (2, 193, -1),
436 (1, 194, -1),
437 (0, 195, -1),
438 (3, 196, -1);
439/* SQL Error (1146): Table 'auth.rbac_default_permissions' doesn't exist */
440/*!40000 ALTER TABLE `rbac_default_permissions` ENABLE KEYS */;
441/* SQL Error (1146): Table 'auth.rbac_default_permissions' doesn't exist */
442-- Dumping data for table auth.rbac_linked_permissions: ~575 rows (approximately)
443DELETE FROM `rbac_linked_permissions`;
444/* SQL Error (1146): Table 'auth.rbac_linked_permissions' doesn't exist */
445/*!40000 ALTER TABLE `rbac_linked_permissions` DISABLE KEYS */;
446/* SQL Error (1146): Table 'auth.rbac_linked_permissions' doesn't exist */
447INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES
448 (192, 21),
449 (192, 42),
450 (192, 43),
451 (192, 45),
452 (192, 51),
453 (192, 193),
454 (192, 196),
455 (192, 226),
456 (192, 227),
457 (192, 228),
458 (192, 229),
459 (192, 264),
460 (192, 265),
461 (192, 266),
462 (192, 367),
463 (192, 368),
464 (192, 369),
465 (192, 370),
466 (192, 409),
467 (192, 469),
468 (192, 484),
469 (192, 545),
470 (192, 546),
471 (192, 547),
472 (192, 548),
473 (192, 549),
474 (192, 550),
475 (192, 551),
476 (192, 552),
477 (192, 553),
478 (192, 554),
479 (192, 555),
480 (192, 556),
481 (192, 557),
482 (192, 558),
483 (192, 559),
484 (192, 560),
485 (192, 561),
486 (192, 562),
487 (192, 563),
488 (192, 564),
489 (192, 565),
490 (192, 566),
491 (192, 567),
492 (192, 568),
493 (192, 569),
494 (192, 771),
495 (192, 778),
496 (192, 779),
497 (192, 780),
498 (192, 781),
499 (192, 782),
500 (192, 783),
501 (192, 784),
502 (192, 785),
503 (192, 786),
504 (192, 787),
505 (192, 788),
506 (192, 789),
507 (192, 790),
508 (192, 791),
509 (192, 792),
510 (192, 793),
511 (192, 794),
512 (192, 795),
513 (192, 796),
514 (192, 835),
515 (193, 45),
516 (193, 48),
517 (193, 51),
518 (193, 194),
519 (193, 197),
520 (193, 371),
521 (193, 529),
522 (194, 1),
523 (194, 2),
524 (194, 11),
525 (194, 13),
526 (194, 14),
527 (194, 15),
528 (194, 16),
529 (194, 17),
530 (194, 18),
531 (194, 19),
532 (194, 20),
533 (194, 22),
534 (194, 23),
535 (194, 25),
536 (194, 26),
537 (194, 27),
538 (194, 28),
539 (194, 29),
540 (194, 30),
541 (194, 31),
542 (194, 32),
543 (194, 33),
544 (194, 34),
545 (194, 35),
546 (194, 36),
547 (194, 37),
548 (194, 38),
549 (194, 39),
550 (194, 40),
551 (194, 41),
552 (194, 44),
553 (194, 45),
554 (194, 46),
555 (194, 47),
556 (194, 51),
557 (194, 195),
558 (194, 198),
559 (194, 373),
560 (194, 417),
561 (194, 420),
562 (194, 422),
563 (194, 423),
564 (194, 425),
565 (194, 428),
566 (194, 429),
567 (194, 450),
568 (194, 469),
569 (194, 500),
570 (194, 522),
571 (194, 523),
572 (194, 575),
573 (194, 576),
574 (194, 593),
575 (194, 602),
576 (194, 603),
577 (194, 604),
578 (194, 605),
579 (194, 606),
580 (195, 3),
581 (195, 4),
582 (195, 5),
583 (195, 6),
584 (195, 24),
585 (195, 25),
586 (195, 26),
587 (195, 27),
588 (195, 29),
589 (195, 49),
590 (195,/* large SQL query (9.2 KiB), snipped at 2,000 characters */
591/* SQL Error (1146): Table 'auth.rbac_linked_permissions' doesn't exist */
592/*!40000 ALTER TABLE `rbac_linked_permissions` ENABLE KEYS */;
593/* SQL Error (1146): Table 'auth.rbac_linked_permissions' doesn't exist */
594-- Dumping data for table auth.rbac_permissions: ~865 rows (approximately)
595DELETE FROM `rbac_permissions`;
596/* SQL Error (1146): Table 'auth.rbac_permissions' doesn't exist */
597/*!40000 ALTER TABLE `rbac_permissions` DISABLE KEYS */;
598/* SQL Error (1146): Table 'auth.rbac_permissions' doesn't exist */
599INSERT INTO `rbac_permissions` (`id`, `name`) VALUES
600 (1, 'Instant logout'),
601 (2, 'Skip Queue'),
602 (3, 'Join Normal Battleground'),
603 (4, 'Join Random Battleground'),
604 (5, 'Join Arenas'),
605 (6, 'Join Dungeon Finder'),
606 (11, 'Log GM trades'),
607 (13, 'Skip Instance required bosses check'),
608 (14, 'Skip character creation team mask check'),
609 (15, 'Skip character creation class mask check'),
610 (16, 'Skip character creation race mask check'),
611 (17, 'Skip character creation reserved name check'),
612 (18, 'Skip character creation heroic min level check'),
613 (19, 'Skip needed requirements to use channel check'),
614 (20, 'Skip disable map check'),
615 (21, 'Skip reset talents when used more than allowed check'),
616 (22, 'Skip spam chat check'),
617 (23, 'Skip over-speed ping check'),
618 (24, 'Two side faction characters on the same account'),
619 (25, 'Allow say chat between factions'),
620 (26, 'Allow channel chat between factions'),
621 (27, 'Two side mail interaction'),
622 (28, 'See two side who list'),
623 (29, 'Add friends of other faction'),
624 (30, 'Save character without delay with .save command'),
625 (31, 'Use params with .unstuck command'),
626 (32, 'Can be assigned tickets with .assign ticket command'),
627 (33, 'Notify if a command was not found'),
628 (34, 'Check if should appear in list using .gm ingame command'),
629 (35, 'See all security levels with who command'),
630 (36, 'Filter whispers'),
631 (37, 'Use staff badge in chat'),
632 (38, 'Resurrect with full Health Points'),
633 (39, 'Restore saved gm setting states'),
634 (40, 'Allows to add a gm to friend list'),
635 (41, 'Use Config option START_GM_LEVEL to assign new character level'),
636 (42, 'Allows to use CMSG_WORLD_TELEPORT opcode'),
637 (43, 'Allows to use CMSG_WHOIS opcode'),
638 (44, 'Receive global GM messages/texts'),
639 (45, 'Join channels without announce'),
640 (46, 'Change channel settings without being channel moderator'),
641 (47, 'Enables lower security than target check'),
642 (48, 'Enable IP, Last Login and EMail output in pinfo')/* large SQL query (23.4 KiB), snipped at 2,000 characters */
643/* SQL Error (1146): Table 'auth.rbac_permissions' doesn't exist */
644/*!40000 ALTER TABLE `rbac_permissions` ENABLE KEYS */;
645/* SQL Error (1146): Table 'auth.rbac_permissions' doesn't exist */
646-- Dumping data for table auth.realmcharacters: ~1,391 rows (approximately)
647DELETE FROM `realmcharacters`;
648/*!40000 ALTER TABLE `realmcharacters` DISABLE KEYS */;
649INSERT INTO `realmcharacters` (`realmid`, `acctid`, `numchars`) VALUES
650 (1, 413, 8),
651 (1, 414, 1),
652 (1, 415, 7),
653 (1, 416, 0),
654 (1, 417, 1),
655 (1, 418, 1),
656 (1, 419, 5),
657 (1, 420, 3),
658 (1, 421, 1),
659 (1, 422, 0),
660 (1, 423, 0),
661 (1, 424, 0),
662 (1, 425, 0),
663 (1, 426, 0),
664 (1, 427, 0),
665 (1, 428, 0),
666 (1, 429, 1),
667 (1, 430, 1),
668 (1, 431, 0),
669 (1, 432, 0),
670 (1, 433, 2),
671 (1, 434, 1),
672 (1, 435, 6),
673 (1, 436, 4),
674 (1, 437, 2),
675 (1, 438, 7),
676 (1, 439, 9),
677 (1, 440, 2),
678 (1, 441, 0),
679 (1, 442, 2),
680 (1, 443, 2),
681 (1, 444, 0),
682 (1, 445, 8),
683 (1, 446, 1),
684 (1, 447, 1),
685 (1, 448, 0),
686 (1, 449, 6),
687 (1, 450, 1),
688 (1, 451, 2),
689 (1, 452, 5),
690 (1, 453, 0),
691 (1, 454, 3),
692 (1, 455, 1),
693 (1, 456, 4),
694 (1, 457, 0),
695 (1, 458, 1),
696 (1, 459, 3),
697 (1, 460, 4),
698 (1, 461, 0),
699 (1, 462, 0),
700 (1, 463, 2),
701 (1, 464, 6),
702 (1, 465, 5),
703 (1, 466, 0),
704 (1, 467, 0),
705 (1, 468, 2),
706 (1, 469, 0),
707 (1, 470, 4),
708 (1, 471, 1),
709 (1, 472, 0),
710 (1, 473, 3),
711 (1, 474, 7),
712 (1, 475, 3),
713 (1, 476, 1),
714 (1, 477, 0),
715 (1, 478, 1),
716 (1, 479, 2),
717 (1, 480, 0),
718 (1, 481, 7),
719 (1, 482, 0),
720 (1, 483, 2),
721 (1, 484, 2),
722 (1, 485, 1),
723 (1, 486, 6),
724 (1, 487, 8),
725 (1, 488, 0),
726 (1, 489, 1),
727 (1, 490, 0),
728 (1, 491, 1),
729 (1, 492, 1),
730 (1, 493, 0),
731 (1, 494, 0),
732 (1, 495, 1),
733 (1, 496, 2),
734 (1, 497, 0),
735 (1, 498, 1),
736 (1, 499, 1),
737 (1, 500, 0),
738 (1, 501, 0),
739 (1, 502, 1),
740 (1, 503, 1),
741 (1, 504, 0),
742 (1, 505, 7),
743 (1, 506, 2),
744 (1, 507, 0),
745 (1, 508, 1),
746 (1, 509, 9),
747 (1, 510, 0),
748 (1, 511, 1),
749 (1, 512, 10),
750 (1, 513, 1),
751 (1, 514, 0),
752 (1, 515, 7),
753 (1, 516, 10),
754 (1, 517, 10),
755 (1, 518, 0),
756 (1, 519, 1),
757 (1, 520, 1),
758 (1, 521, 1),
759 (1, 522, 0),
760 (1, 523, 3),
761 (1, 524, 1),
762 (1, 525, 2),
763 (1, 526, 2),
764 (1, 527, 0),
765 (1, 528, 1),
766 (1, 529, 0),
767 (1, 530, 1),
768 (1, 531, 0),
769 (1, 532, 0),
770 (1, 533, 0),
771 (1, 534, 2),
772 (1, 535, 1),
773 (1, 536, 1),
774 (1, 537, 1),
775 (1, 538, 1),
776 (1, 539, 4),
777 (1, 540, 0),
778 (1, /* large SQL query (19.8 KiB), snipped at 2,000 characters */
779/*!40000 ALTER TABLE `realmcharacters` ENABLE KEYS */;
780-- Dumping data for table auth.realmlist: ~1 rows (approximately)
781DELETE FROM `realmlist`;
782/*!40000 ALTER TABLE `realmlist` DISABLE KEYS */;
783INSERT INTO `realmlist` (`id`, `name`, `address`, `localAddress`, `localSubnetMask`, `port`, `icon`, `flag`, `timezone`, `allowedSecurityLevel`, `population`, `gamebuild`) VALUES
784 (1, 'WoWIsrael', '84.95.241.42', '127.0.0.1', '255.255.255.0', 8085, 0, 1, 1, 0, 0, 12340);
785/*!40000 ALTER TABLE `realmlist` ENABLE KEYS */;
786-- Dumping data for table auth.starterpackage: ~0 rows (approximately)
787DELETE FROM `starterpackage`;
788/* SQL Error (1146): Table 'auth.starterpackage' doesn't exist */
789/*!40000 ALTER TABLE `starterpackage` DISABLE KEYS */;
790/* SQL Error (1146): Table 'auth.starterpackage' doesn't exist */
791/*!40000 ALTER TABLE `starterpackage` ENABLE KEYS */;
792/* SQL Error (1146): Table 'auth.starterpackage' doesn't exist */
793-- Dumping data for table auth.updates: 0 rows
794DELETE FROM `updates`;
795/* SQL Error (1146): Table 'auth.updates' doesn't exist */
796/*!40000 ALTER TABLE `updates` DISABLE KEYS */;
797/* SQL Error (1146): Table 'auth.updates' doesn't exist */
798/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
799/* SQL Error (1146): Table 'auth.updates' doesn't exist */
800-- Dumping data for table auth.updates_include: 0 rows
801DELETE FROM `updates_include`;
802/* SQL Error (1146): Table 'auth.updates_include' doesn't exist */
803/*!40000 ALTER TABLE `updates_include` DISABLE KEYS */;
804/* SQL Error (1146): Table 'auth.updates_include' doesn't exist */
805/*!40000 ALTER TABLE `updates_include` ENABLE KEYS */;
806/* SQL Error (1146): Table 'auth.updates_include' doesn't exist */
807-- Dumping data for table auth.uptime: ~206 rows (approximately)
808DELETE FROM `uptime`;
809/* SQL Error (1146): Table 'auth.uptime' doesn't exist */
810/*!40000 ALTER TABLE `uptime` DISABLE KEYS */;
811/* SQL Error (1146): Table 'auth.uptime' doesn't exist */
812INSERT INTO `uptime` (`realmid`, `starttime`, `uptime`, `maxplayers`, `revision`) VALUES
813 (1, 1461284230, 601, 0, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
814 (1, 1461285027, 2400, 0, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
815 (1, 1461290148, 65400, 1, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
816 (1, 1461356424, 0, 0, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
817 (1, 1461356615, 0, 0, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
818 (1, 1461356796, 0, 0, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
819 (1, 1461357568, 0, 0, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
820 (1, 1461357845, 16800, 1, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
821 (1, 1461374899, 601, 1, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
822 (1, 1461375721, 0, 0, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
823 (1, 1461376158, 0, 0, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
824 (1, 1461376252, 0, 0, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
825 (1, 1461376425, 2400, 1, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
826 (1, 1461379268, 30601, 1, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
827 (1, 1461412253, 20400, 6, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
828 (1, 1461433150, 61200, 5, 'TrinityCore rev. 02d7df6aa435 2016-04-20 19:44:57 +0200 (3.3.5 branch) (Win64, Release)'),
829 (1, 1461494826, 604, 1,/* large SQL query (27.6 KiB), snipped at 2,000 characters */
830/* SQL Error (1146): Table 'auth.uptime' doesn't exist */
831/*!40000 ALTER TABLE `uptime` ENABLE KEYS */;
832/* SQL Error (1146): Table 'auth.uptime' doesn't exist */
833/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;
834/*!40014 SET FOREIGN_KEY_CHECKS=IF(@OLD_FOREIGN_KEY_CHECKS IS NULL, 1, @OLD_FOREIGN_KEY_CHECKS) */;
835/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;