Added missing alters to db_version.
[getmangos.git] / sql / mangos.sql
blob081d18fbd0d58e60a20bbc192e38689a2458f821
1 -- MySQL dump 10.11
2 --
3 -- Host: localhost    Database: mangos
4 -- ------------------------------------------------------
5 -- Server version       5.0.56-nt
7 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
8 /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
9 /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
10 /*!40101 SET NAMES utf8 */;
11 /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */;
12 /*!40103 SET TIME_ZONE='+00:00' */;
13 /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */;
14 /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */;
15 /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */;
16 /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */;
19 -- Table structure for table `db_version`
22 DROP TABLE IF EXISTS `db_version`;
23 CREATE TABLE `db_version` (
24   `version` varchar(120) default NULL,
25   `required_2008_12_15_01_mangos_arenas` bit(1) default NULL
26 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Used DB version notes';
29 -- Dumping data for table `db_version`
32 LOCK TABLES `db_version` WRITE;
33 /*!40000 ALTER TABLE `db_version` DISABLE KEYS */;
34 INSERT INTO `db_version` VALUES
35 ('Mangos default database.',NULL);
36 /*!40000 ALTER TABLE `db_version` ENABLE KEYS */;
37 UNLOCK TABLES;
40 -- Table structure for table `areatrigger_involvedrelation`
43 DROP TABLE IF EXISTS `areatrigger_involvedrelation`;
44 CREATE TABLE `areatrigger_involvedrelation` (
45   `id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Identifier',
46   `quest` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
47   PRIMARY KEY  (`id`)
48 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System';
51 -- Dumping data for table `areatrigger_involvedrelation`
54 LOCK TABLES `areatrigger_involvedrelation` WRITE;
55 /*!40000 ALTER TABLE `areatrigger_involvedrelation` DISABLE KEYS */;
56 /*!40000 ALTER TABLE `areatrigger_involvedrelation` ENABLE KEYS */;
57 UNLOCK TABLES;
60 -- Table structure for table `areatrigger_scripts`
63 DROP TABLE IF EXISTS `areatrigger_scripts`;
64 CREATE TABLE `areatrigger_scripts` (
65     `entry` MEDIUMINT( 8 ) NOT NULL ,
66     `ScriptName` CHAR( 64 ) NOT NULL ,
67     PRIMARY KEY ( `entry` )
68 ) ENGINE = MYISAM DEFAULT CHARSET=utf8;
71 -- Dumping data for table `areatrigger_scripts`
74 LOCK TABLES `areatrigger_scripts` WRITE;
75 /*!40000 ALTER TABLE `areatrigger_scripts` DISABLE KEYS */;
76 /*!40000 ALTER TABLE `areatrigger_scripts` ENABLE KEYS */;
77 UNLOCK TABLES;
80 -- Table structure for table `areatrigger_tavern`
83 DROP TABLE IF EXISTS `areatrigger_tavern`;
84 CREATE TABLE `areatrigger_tavern` (
85   `id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Identifier',
86   `name` text,
87   PRIMARY KEY  (`id`)
88 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System';
91 -- Dumping data for table `areatrigger_tavern`
94 LOCK TABLES `areatrigger_tavern` WRITE;
95 /*!40000 ALTER TABLE `areatrigger_tavern` DISABLE KEYS */;
96 /*!40000 ALTER TABLE `areatrigger_tavern` ENABLE KEYS */;
97 UNLOCK TABLES;
100 -- Table structure for table `areatrigger_teleport`
103 DROP TABLE IF EXISTS `areatrigger_teleport`;
104 CREATE TABLE `areatrigger_teleport` (
105   `id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Identifier',
106   `name` text,
107   `required_level` tinyint(3) unsigned NOT NULL default '0',
108   `required_item` mediumint(8) unsigned NOT NULL default '0',
109   `required_item2` mediumint(8) unsigned NOT NULL default '0',
110   `heroic_key` mediumint(8) unsigned NOT NULL default '0',
111   `heroic_key2` mediumint(8) unsigned NOT NULL default '0',
112   `required_quest_done` int(11) unsigned NOT NULL default '0',
113   `required_failed_text` text,
114   `target_map` smallint(5) unsigned NOT NULL default '0',
115   `target_position_x` float NOT NULL default '0',
116   `target_position_y` float NOT NULL default '0',
117   `target_position_z` float NOT NULL default '0',
118   `target_orientation` float NOT NULL default '0',
119   PRIMARY KEY  (`id`)
120 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Trigger System';
123 -- Dumping data for table `areatrigger_teleport`
126 LOCK TABLES `areatrigger_teleport` WRITE;
127 /*!40000 ALTER TABLE `areatrigger_teleport` DISABLE KEYS */;
128 /*!40000 ALTER TABLE `areatrigger_teleport` ENABLE KEYS */;
129 UNLOCK TABLES;
132 -- Table structure for table `battleground_template`
135 DROP TABLE IF EXISTS `battleground_template`;
136 CREATE TABLE `battleground_template` (
137   `id` mediumint(8) unsigned NOT NULL,
138   `MinPlayersPerTeam` smallint(5) unsigned NOT NULL default '0',
139   `MaxPlayersPerTeam` smallint(5) unsigned NOT NULL default '0',
140   `MinLvl` tinyint(3) unsigned NOT NULL default '0',
141   `MaxLvl` tinyint(3) unsigned NOT NULL default '0',
142   `AllianceStartLoc` mediumint(8) unsigned NOT NULL,
143   `AllianceStartO` float NOT NULL,
144   `HordeStartLoc` mediumint(8) unsigned NOT NULL,
145   `HordeStartO` float NOT NULL,
146   PRIMARY KEY  (`id`)
147 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
150 -- Dumping data for table `battleground_template`
153 LOCK TABLES `battleground_template` WRITE;
154 /*!40000 ALTER TABLE `battleground_template` DISABLE KEYS */;
155 INSERT INTO `battleground_template` VALUES
156 (1,0,0,0,0,611,2.72532,610,2.27452),
157 (2,0,0,0,0,769,3.14159,770,3.14159),
158 (4,0,2,10,70,929,0,936,3.14159),
159 (3,0,0,0,0,890,3.40156,889,0.263892),
160 (5,0,2,10,70,939,0,940,3.14159),
161 (6,0,2,10,70,0,0,0,0),
162 (7,0,0,0,0,1103,3.40156,1104,0.263892),
163 (8,0,2,10,70,1258,0,1259,3.14159);
164 /*!40000 ALTER TABLE `battleground_template` ENABLE KEYS */;
165 UNLOCK TABLES;
168 -- Table structure for table `battlemaster_entry`
171 DROP TABLE IF EXISTS `battlemaster_entry`;
172 CREATE TABLE `battlemaster_entry` (
173   `entry` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Entry of a creature',
174   `bg_template` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Battleground template id',
175   PRIMARY KEY  (`entry`)
176 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
179 -- Dumping data for table `battlemaster_entry`
182 LOCK TABLES `battlemaster_entry` WRITE;
183 /*!40000 ALTER TABLE `battlemaster_entry` DISABLE KEYS */;
184 /*!40000 ALTER TABLE `battlemaster_entry` ENABLE KEYS */;
185 UNLOCK TABLES;
188 -- Table structure for table `command`
191 DROP TABLE IF EXISTS `command`;
192 CREATE TABLE `command` (
193   `name` varchar(50) NOT NULL default '',
194   `security` tinyint(3) unsigned NOT NULL default '0',
195   `help` longtext,
196   PRIMARY KEY  (`name`)
197 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Chat System';
200 -- Dumping data for table `command`
203 LOCK TABLES `command` WRITE;
204 /*!40000 ALTER TABLE `command` DISABLE KEYS */;
205 INSERT INTO `command` VALUES
206 ('account',0,'Syntax: .account\r\n\r\nDisplay the access level of your account.'),
207 ('account create',4,'Syntax: .account create $account $password\r\n\r\nCreate account and set password to it.'),
208 ('account delete',4,'Syntax: .account delete $account\r\n\r\nDelete account with all characters.'),
209 ('account onlinelist',4,'Syntax: .account onlinelist\r\n\r\nShow list of online accounts.'),
210 ('account set addon',3,'Syntax: .account set addon [$account] #addon\r\n\r\nSet user (posible targeted) expansion addon level allowed. Addon values: 0 - normal, 1 - tbc, 2 - wotlk.'),
211 ('account set gmlevel',4,'Syntax: .account set gmlevel [$account] #level\r\n\r\nSet the security level for targeted player (can''t be used at self) or for account $name to a level of #level.\r\n\r\n#level may range from 0 to 3.'),
212 ('account set password',4,'Syntax: .account set password $account $password $password\r\n\r\nSet password for account.'),
213 ('additem',3,'Syntax: .additem #itemid/[#itemname]/#shift-click-item-link #itemcount\r\n\r\nAdds the specified number of items of id #itemid (or exact (!) name $itemname in brackets, or link created by shift-click at item in inventory or recipe) to your or selected character inventory. If #itemcount is omitted, only one item will be added.\r\n.'),
214 ('additemset',3,'Syntax: .additemset #itemsetid\r\n\r\nAdd items from itemset of id #itemsetid to your or selected character inventory. Will add by one example each item from itemset.'),
215 ('addmove',2,'Syntax: .addmove #creature_guid [#waittime]\r\n\r\nAdd your current location as a waypoint for creature with guid #creature_guid. And optional add wait time.'),
216 ('announce',1,'Syntax: .announce $MessageToBroadcast\r\n\r\nSend a global message to all players online in chat log.'),
217 ('aura',3,'Syntax: .aura #spellid\r\n\r\nAdd the aura from spell #spellid to the selected Unit.'),
218 ('ban account',3,'Syntax is: ban account $Name $bantime $reason\r\nBan account kick player.\r\n$bantime: negative value leads to permban, otherwise use a timestring like \"4d20h3s\".'),
219 ('ban character',3,'Syntax is: ban character $Name $bantime $reason\r\nBan account and kick player.\r\n$bantime: negative value leads to permban, otherwise use a timestring like \"4d20h3s\".'),
220 ('ban ip',3,'Syntax is: ban ip $Ip $bantime $reason\r\nBan IP.\r\n$bantime: negative value leads to permban, otherwise use a timestring like \"4d20h3s\".'),
221 ('baninfo account',3,'Syntax is: baninfo account\r\nWatch full information about a specific ban.'),
222 ('baninfo character',3,'Syntax is: baninfo character\r\nWatch full information about a specific ban.'),
223 ('baninfo ip',3,'Syntax is: baninfo ip\r\nWatch full information about a specific ban.'),
224 ('bank',3,'Syntax: .bank\r\n\r\nShow your bank inventory.'),
225 ('banlist account',3,'Syntax is: banlist account [$Name]\r\nSearches the banlist for a account name pattern or show full list account bans.'),
226 ('banlist character',3,'Syntax is: banlist character $Name\r\nSearches the banlist for a character name pattern. Pattern required.'),
227 ('banlist ip',3,'Syntax is: banlist ip [$Ip]\r\nSearches the banlist for a IP pattern or show full list of IP bans.'),
228 ('cast',3,'Syntax: .cast #spellid [triggered]\r\n  Cast #spellid to selected target. If no target selected cast to self. If \'trigered\' or part provided then spell casted with triggered flag.'),
229 ('cast back',3,'Syntax: .cast back #spellid [triggered]\r\n  Selected target will cast #spellid to your character. If \'trigered\' or part provided then spell casted with triggered flag.'),
230 ('cast dist',3,'Syntax: .cast dist #spellid [#dist [triggered]]\r\n  You will cast spell to pint at distance #dist. If \'trigered\' or part provided then spell casted with triggered flag. Not all spells can be casted as area spells.'),
231 ('cast self',3,'Syntax: .cast self #spellid [triggered]\r\nCast #spellid by target at target itself. If \'trigered\' or part provided then spell casted with triggered flag.'),
232 ('cast target',3,'Syntax: .cast target #spellid [triggered]\r\n  Selected target will cast #spellid to his victim. If \'trigered\' or part provided then spell casted with triggered flag.'),
233 ('chardelete',4,'Syntax: .chardelete $charactername\r\n\r\nDelete character.'),
234 ('combatstop',2,'Syntax: .combatstop [$playername]\r\nStop combat for selected character. If selected non-player then command applied to self. If $playername provided then attempt applied to online player $playername.'),
235 ('commands',0,'Syntax: .commands\r\n\r\nDisplay a list of available commands for your account level.'),
236 ('cooldown',3,'Syntax: .cooldown [#spell_id]\r\n\r\nRemove all (if spell_id not provided) or #spel_id spell cooldown from selected character or you (if no selection).'),
237 ('damage',3,'Syntax: .damage $damage_amount [$school [$spellid]]\r\n\r\nApply $damage to target. If not $school and $spellid provided then this flat clean melee damage without any modifiers. If $school provided then damage modified by armor reduction (if school physical), and target absorbing modifiers and result applied as melee damage to target. If spell provided then damage modified and applied as spell damage. $spellid can be shift-link.'),
238 ('debug anim',2,'Syntax: .debug anim #emoteid\r\n\r\nPlay emote #emoteid for your character.'),
239 ('debug getvalue',3,'Syntax: .debug getvalue #field #isInt\r\n\r\nGet the field #field of the selected creature. If no creature is selected, get the content of your field.\r\n\r\nUse a #isInt of value 1 if the expected field content is an integer.'),
240 ('debug playsound',1,'Syntax: .debug playsound #soundid\r\n\r\nPlay sound with #soundid.\r\nSound will be play only for you. Other players do not hear this.\r\nWarning: client may have more 5000 sounds...'),
241 ('debug setvalue',3,'Syntax: .debug setvalue #field #value #isInt\r\n\r\nSet the field #field of the selected creature with value #value. If no creature is selected, set the content of your field.\r\n\r\nUse a #isInt of value 1 if #value is an integer.'),
242 ('debug standstate',2,'Syntax: .debug standstate #emoteid\r\n\r\nChange the emote of your character while standing to #emoteid.'),
243 ('debug update',3,'Syntax: .debug update #field #value\r\n\r\nUpdate the field #field of the selected character or creature with value #value.\r\n\r\nIf no #value is provided, display the content of field #field.'),
244 ('delticket',2,'Syntax: .delticket all\r\n        .delticket #num\r\n        .delticket $character_name\r\n\rall to dalete all tickets at server, $character_name to delete ticket of this character, #num to delete ticket #num.'),
245 ('demorph',2,'Syntax: .demorph\r\n\r\nDemorph the selected player.'),
246 ('die',3,'Syntax: .die\r\n\r\nKill the selected player. If no player is selected, it will kill you.'),
247 ('dismount',0,'Syntax: .dismount\r\n\r\nDismount you, if you are mounted.'),
248 ('distance',3,'Syntax: .distance\r\n\r\nDisplay the distance from your character to the selected creature.'),
249 ('event',2,'Syntax: .event #event_id\r\nShow details about event with #event_id.'),
250 ('event activelist',2,'Syntax: .event activelist\r\nShow list of currently active events.'),
251 ('event start',2,'Syntax: .event start #event_id\r\nStart event #event_id. Set start time for event to current moment (change not saved in DB).'),
252 ('event stop',2,'Syntax: .event stop #event_id\r\nStop event #event_id. Set start time for event to time in past that make current moment is event stop time (change not saved in DB).'),
253 ('explorecheat',3,'Syntax: .explorecheat #flag\r\n\r\nReveal  or hide all maps for the selected player. If no player is selected, hide or reveal maps to you.\r\n\r\nUse a #flag of value 1 to reveal, use a #flag value of 0 to hide all maps.'),
254 ('flusharenapoints','3','Syntax: .flusharenapoints\r\n\r\nUse it to distribute arena points based on arena team ratings, and start a new week.'),
255 ('gm',1,'Syntax: .gm [on/off]\r\n\r\nEnable or Disable in game GM MODE or show current state of on/off not provided.'),
256 ('gm chat',1,'Syntax: .gm chat [on/off]\r\n\r\nEnable or disable chat GM MODE (show gm badge in messages) or show current state of on/off not provided.'),
257 ('gm fly',3,'Syntax: .gm fly on/off\r\nEnable/disable gm fly mode.'),
258 ('gm ingame',0,'Syntax: .gm ingame\r\n\r\nDisplay a list of available in game Game Masters.'),
259 ('gm list',3,'Syntax: .gm list\r\n\r\nDisplay a list of all Game Masters accounts and security levels.'),
260 ('gm online',0,'Syntax: .gm online\r\n\r\nDisplay a list of available Game Masters.'),
261 ('gm visible',1,'Syntax: .gm visible on/off\r\n\r\nOutput current visibility state or make GM visible(on) and invisible(off) for other players.'),
262 ('go creature',2,'Syntax: .go creature #creature_guid\r\nTeleport your character to creature with guid #creature_guid.\r\n.gocreature #creature_name\r\nTeleport your character to creature with this name.\r\n.gocreature id #creature_id\r\nTeleport your character to a creature that was spawned from the template with this entry.\r\n*If* more than one creature is found, then you are teleported to the first that is found inside the database.'),
263 ('go graveyard',2,'Syntax: .go graveyard #graveyardId\r\n Teleport to graveyard with the graveyardId specified.'),
264 ('go grid',1,'Syntax: .go grid #gridX #gridY [#mapId]\r\n\r\nTeleport the gm to center of grid with provided indexes at map #mapId (or current map if it not provided).'),
265 ('go object',1,'Syntax: .go object #object_guid\r\nTeleport your character to gameobject with guid #object_guid'),
266 ('go trigger',2,'Syntax: .go trigger #trigger_id\r\n\r\nTeleport your character to areatrigger with id #trigger_id. Character will be teleported to trigger target if selected areatrigger is telporting trigger.'),
267 ('go xy',1,'Syntax: .go xy #x #y [#mapid]\r\n\r\nTeleport player to point with (#x,#y) coordinates at ground(water) level at map #mapid or same map if #mapid not provided.'),
268 ('go xyz',1,'Syntax: .go xyz #x #y #z [#mapid]\r\n\r\nTeleport player to point with (#x,#y,#z) coordinates at ground(water) level at map #mapid or same map if #mapid not provided.'),
269 ('go zonexy',1,'Syntax: .go zonexy #x #y [#zone]\r\n\r\nTeleport player to point with (#x,#y) client coordinates at ground(water) level in zone #zoneid or current zone if #zoneid not provided. You can look up zone using .lookup area $namepart'),
270 ('gobject add',2,'Syntax: .gobject add #id <spawntimeSecs>\r\n\r\nAdd a game object from game object templates to the world at your current location using the #id.\r\nspawntimesecs sets the spawntime, it is optional.\r\n\r\nNote: this is a copy of .gameobject.'),
271 ('gobject delete',2,'Syntax: .gobject delete #go_guid\r\nDelete gameobject with guid #go_guid.'),
272 ('gobject move',2,'Syntax: .gobject move #goguid [#x #y #z]\r\n\r\nMove gameobject #goguid to character coordinates (or to (#x,#y,#z) coordinates if its provide).'),
273 ('gobject near ',3,'Syntax: .gobject near  [#distance]\r\n\r\nOutput gameobjects at distance #distance from player. Output gameobject guids and coordinates sorted by distance from character. If #distance not provided use 10 as default value.'),
274 ('gobject turn',2,'Syntax: .gobject turn #goguid \r\n\r\nSet for gameobject #goguid orientation same as current character orientation.'),
275 ('gobject target',2,'Syntax: .gobject target [#go_id|#go_name_part]\r\n\r\nLocate and show position nearest gameobject. If #go_id or #go_name_part provide then locate and show position of nearest gameobject with gameobject template id #go_id or name included #go_name_part as part.'),
276 ('goname',1,'Syntax: .goname $charactername\r\n\r\nTeleport to the given character. Either specify the character name or click on the character\'s portrait, e.g. when you are in a group.'),
277 ('gps',1,'Syntax: .gps\r\n\r\nDisplay the position information for a selected character or creature. Position information includes X, Y, Z, and orientation, map Id and zone Id'),
278 ('groupgo',1,'Syntax: .groupgo $charactername\r\n\r\nTeleport the given character and his group to you.'),
279 ('guid',2,'Syntax: .guid\r\n\r\nDisplay the GUID for the selected character.'),
280 ('guild create',2,'Syntax: .guild create $GuildLeaderName $GuildName\r\n\r\nCreate a guild named $GuildName with the player $GuildLeaderName as leader.'),
281 ('guild delete',2,'Syntax: .guild delete $GuildName\r\n\r\nDelete guild $GuildName.'),
282 ('guild invite',2,'Syntax: .guild invite $CharacterName $GuildName\r\n\r\nAdd $CharacterName into a guild $GuildName.'),
283 ('guild rank',2,'Syntax: .guild rank $CharacterName #Rank\r\n\r\nSet for $CharacterName rank #Rank in a guild.'),
284 ('guild uninvite',2,'Syntax: .guild uninvite $CharacterName\r\n\r\nRemove $CharacterName from a guild.'),
285 ('help',0,'Syntax: .help [$command]\r\n\r\nDisplay usage instructions for the given $command. If no $command provided show list available commands.'),
286 ('hidearea',3,'Syntax: .hidearea #areaid\r\n\r\nHide the area of #areaid to the selected character. If no character is selected, hide this area to you.'),
287 ('honor add',2,'Syntax: .honor add $amount\r\n\r\nAdd a certain amount of honor (gained today) to the selected player.'),
288 ('honor addkill',2,'Syntax: .honor addkikll\r\n\r\nAdd the targeted unit as one of your pvp kills today (you only get honor if it\'s a racial leader or a player)'),
289 ('honor update',2,'Syntax: .honor update\r\n\r\nForce the yesterday\'s honor fields to be updated with today\'s data, which will get reset for the selected player.'),
290 ('hover',3,'Syntax: .hover #flag\r\n\r\nEnable or disable hover mode for your character.\r\n\r\nUse a #flag of value 1 to enable, use a #flag value of 0 to disable hover.'),
291 ('instance unbind',3,'Syntax: .instance unbind all\r\n  All of the selected player\'s binds will be cleared.'),
292 ('instance listbinds',3,'Syntax: .instance listbinds\r\n  Lists the binds of the selected player.'),
293 ('instance stats',3,'Syntax: .instance stats\r\n  Shows statistics about instances.'),
294 ('instance savedata',3,'Syntax: .instance savedata\r\n  Save the InstanceData for the current player\'s map to the DB.'),
295 ('itemmove',2,'Syntax: .itemmove #sourceslotid #destinationslotid\r\n\r\nMove an item from slots #sourceslotid to #destinationslotid in your inventory\r\n\r\nNot yet implemented'),
296 ('kick',2,'Syntax: .kick [$charactername]\r\n\r\nKick the given character name from the world. If no character name is provided then the selected player (except for yourself) will be kicked.'),
297 ('learn',3,'Syntax: .learn #parameter\r\n\r\nSelected character learn a spell of id #parameter.'),
298 ('learn all',3,'Syntax: .learn all\r\n\r\nLearn all big set different spell maybe useful for Administaror.'),
299 ('learn all_crafts',2,'Syntax: .learn crafts\r\n\r\nLearn all professions and recipes.'),
300 ('learn all_default',1,'Syntax: .learn all_default [$playername]\r\n\r\nLearn for selected/$playername player all default spells for his race/class and spells rewarded by completed quests.'),
301 ('learn all_gm',2,'Syntax: .learn all_gm\r\n\r\nLearn all default spells for Game Masters.'),
302 ('learn all_lang',1,'Syntax: .learn all_lang\r\n\r\nLearn all languages'),
303 ('learn all_myclass',3,'Syntax: .learn all_myclass\r\n\r\nLearn all spells and talents available for his class.'),
304 ('learn all_myspells',3,'Syntax: .learn all_myspells\r\n\r\nLearn all spells (except talents and spells with first rank learned as talent) available for his class.'),
305 ('learn all_mytalents',3,'Syntax: .learn all_mytalents\r\n\r\nLearn all talents (and spells with first rank learned as talent) available for his class.'),
306 ('learn all_recipes',2,'Syntax: .learn all_recipes [$profession]\r\rLearns all recipes of specified profession and sets skill level to max.\rExample: .learn all_recipes enchanting'),
307 ('levelup',3,'Syntax: .levelup [$playername] [#numberoflevels]\r\n\r\nIncrease/decrease the level of character with $playername (or the selected if not name provided) by #numberoflevels Or +1 if no #numberoflevels provided). If #numberoflevels is omitted, the level will be increase by 1. If #numberoflevels is 0, the same level will be restarted. If no character is selected and name not provided, increase your level. Command can be used for offline character. All stats and dependent VALUESrecalculated. At level decrease talents can be reset if need. Also at level decrease equipped items with greater level requirement can be lost.'),
308 ('linkgrave',3,'Syntax: .linkgrave #graveyard_id [alliance|horde]\r\n\r\nLink current zone to graveyard for any (or alliance/horde faction ghosts). This let character ghost from zone teleport to graveyard after die if graveyard is nearest from linked to zone and accept ghost of this faction. Add only single graveyard at another map and only if no graveyards linked (or planned linked at same map).'),
309 ('list creature',3,'Syntax: .list creature #creature_id [#max_count]\r\n\r\nOutput creatures with creature id #creature_id found in world. Output creature guids and coordinates sorted by distance from character. Will be output maximum #max_count creatures. If #max_count not provided use 10 as default value.'),
310 ('list item',3,'Syntax: .list item #item_id [#max_count]\r\n\r\nOutput items with item id #item_id found in all character inventories, mails, auctions, and guild banks. Output item guids, item owner guid, owner account and owner name (guild name and guid in case guild bank). Will be output maximum #max_count items. If #max_count not provided use 10 as default value.'),
311 ('list object',3,'Syntax: .list object #gameobject_id [#max_count]\r\n\r\nOutput gameobjects with gameobject id #gameobject_id found in world. Output gameobject guids and coordinates sorted by distance from character. Will be output maximum #max_count gameobject. If #max_count not provided use 10 as default value.'),
312 ('loadscripts',3,'Syntax: .loadscripts $scriptlibraryname\r\n\r\nUnload current and load the script library $scriptlibraryname or reload current if $scriptlibraryname omitted, in case you changed it while the server was running.'),
313 ('lockaccount',0,'Syntax: .lockaccount [on|off]\r\n\r\nAllow login from account only from current used IP or remove this requirement.'),
314 ('lookup area',1,'Syntax: .lookup area $namepart\r\n\r\nLooks up an area by $namepart, and returns all matches with their area ID\'s.'),
315 ('lookup creature',3,'Syntax: .lookup creature $namepart\r\n\r\nLooks up a creature by $namepart, and returns all matches with their creature ID\'s.'),
316 ('lookup event',2,'Syntax: .lookup event $name\r\nAttempts to find the ID of the event with the provided $name.'),
317 ('lookup faction',3,'Syntax: .lookup faction $name\r\nAttempts to find the ID of the faction with the provided $name.'),
318 ('lookup item',3,'Syntax: .lookup item $itemname\r\n\r\nLooks up an item by $itemname, and returns all matches with their Item ID\'s.'),
319 ('lookup itemset',3,'Syntax: .lookup itemset $itemname\r\n\r\nLooks up an item set by $itemname, and returns all matches with their Item set ID\'s.'),
320 ('lookup object',3,'Syntax: .lookup object $objname\r\n\r\nLooks up an gameobject by $objname, and returns all matches with their Gameobject ID\'s.'),
321 ('lookup player account',2,'Syntax : .lookup player account $account ($limit) \r\n\r\n Searchs players, which account username is $account with optional parametr $limit of results.'),
322 ('lookup player ip',2,'Syntax : .lookup player ip $ip ($limit) \r\n\r\n Searchs players, which account ast_ip is $ip with optional parametr $limit of results.'),
323 ('lookup player email',2,'Syntax : .lookup player email $email ($limit) \r\n\r\n Searchs players, which account email is $email with optional parametr $limit of results.'),
324 ('lookup quest',3,'Syntax: .lookup quest $namepart\r\n\r\nLooks up a quest by $namepart, and returns all matches with their quest ID\'s.'),
325 ('lookup skill',3,'Syntax: .lookup skill $$namepart\r\n\r\nLooks up a skill by $namepart, and returns all matches with their skill ID\'s.'),
326 ('lookup spell',3,'Syntax: .lookup spell $namepart\r\n\r\nLooks up a spell by $namepart, and returns all matches with their spell ID\'s.'),
327 ('lookup tele',1,'Syntax: .lookup tele $substring\r\n\r\nSearch and output all .tele command locations with provide $substring in name.'),
328 ('maxskill',3,'Syntax: .maxskill\r\nSets all skills of the targeted player to their maximum VALUESfor its current level.'),
329 ('Mod32Value',3,'Syntax: .Mod32Value #field #value\r\n\r\nAdd #value to field #field of your character.'),
330 ('modify arena',3,'Syntax: .modify arena #value\r\nAdd $amount arena points to the selected player.'),
331 ('modify aspeed',1,'Syntax: .modify aspeed #rate\r\n\r\nModify all speeds -run,swim,run back,swim back- of the selected player to \"normalbase speed for this move type\"*rate. If no player is selected, modify your speed.\r\n\r\n #rate may range from 0.1 to 10.'),
332 ('modify bit',1,'Syntax: .modify bit #field #bit\r\n\r\nToggle the #bit bit of the #field field for the selected player. If no player is selected, modify your character.'),
333 ('modify bwalk',1,'Syntax: .modify bwalk #rate\r\n\r\nModify the speed of the selected player while running backwards to \"normal walk back speed\"*rate. If no player is selected, modify your speed.\r\n\r\n #rate may range from 0.1 to 10.'),
334 ('modify drunk',1,'Syntax: .modify drunk #value\r\n Set drunk level to #value (0..100). Value 0 remove drunk state, 100 is max drunked state.'),
335 ('modify energy',1,'Syntax: .modify energy #energy\r\n\r\nModify the energy of the selected player. If no player is selected, modify your energy.'),
336 ('modify faction',1,'Syntax: .modify faction #factionid #flagid #npcflagid #dynamicflagid\r\n\r\nModify the faction and flags of the selected creature. Without arguments, display the faction and flags of the selected creature.'),
337 ('modify gender',2,'Syntax: .modify gender male/female\r\n\r\nChange gender of selected player.'),
338 ('modify honor',1,'Syntax: .modify honor $amount\r\n\r\nAdd $amount honor points to the selected player.'),
339 ('modify hp',1,'Syntax: .modify hp #newhp\r\n\r\nModify the hp of the selected player. If no player is selected, modify your hp.'),
340 ('modify mana',1,'Syntax: .modify mana #newmana\r\n\r\nModify the mana of the selected player. If no player is selected, modify your mana.'),
341 ('modify money',1,'Syntax:\r\n.modify money #money\r\n.money #money\r\n\r\nAdd or remove money to the selected player. If no player is selected, modify your money.\r\n\r\n #gold can be negative to remove money.'),
342 ('modify morph',2,'Syntax: .modify morph #displayid\r\n\r\nChange your current model id to #displayid.'),
343 ('modify mount',1,'Syntax:\r\n.modify mount #id #speed\r\nDisplay selected player as mounted at #id creature and set speed to #speed value.'),
344 ('modify rage',1,'Syntax: .modify rage #newrage\r\n\r\nModify the rage of the selected player. If no player is selected, modify your rage.'),
345 ('modify rep',2,'Syntax: .modify rep #repId (#repvalue | $rankname [#delta])\r\nSets the selected players reputation with faction #repId to #repvalue or to $reprank.\r\nIf the reputation rank name is provided, the resulting reputation will be the lowest reputation for that rank plus the delta amount, if specified.\r\nYou can use \'.pinfo rep\' to list all known reputation ids, or use \'.lookup faction $name\' to locate a specific faction id.'),
346 ('modify scale',1,''),
347 ('modify speed',1,'Syntax:\r\n.modify speed #rate\r\n.speed #rate\r\n\r\nModify the running speed of the selected player to \"normal base run speed\"*rate. If no player is selected, modify your speed.\r\n\r\n #rate may range from 0.1 to 10.'),
348 ('modify spell',1,''),
349 ('modify swim',1,'Syntax: .modify swim #rate\r\n\r\nModify the swim speed of the selected player to \"normal swim speed\"*rate. If no player is selected, modify your speed.\r\n\r\n #rate may range from 0.1 to 10.'),
350 ('modify titles',1,'Syntax:\r\n.modify titles #mask\r\n\r\nAllows user to use all titles from #mask.\r\n\r\n #mask=0 disables the title-choose-field'),
351 ('movegens',3,'Syntax: .movegens\r\n  Show movement generators stack for selected creature or player.'),
352 ('mute',1,'Syntax: .mute $playerName $timeInMinutes\r\n\r\nDisible chat messaging for any character from account of character $playerName at $timeInMinutes minutes.'),
353 ('namego',1,'Syntax: .namego $charactername\r\n\r\nTeleport the given character to you.'),
354 ('neargrave',3,'Syntax: .neargrave [alliance|horde]\r\n\r\nFind nearest graveyard linked to zone (or only nearest from accepts alliance or horde faction ghosts).'),
355 ('notify',1,'Syntax: .notify $MessageToBroadcast\r\n\r\nSend a global message to all players online in screen.'),
356 ('npc add',2,'Syntax: .npc add #creatureid\r\n\r\nSpawn a creature by the given template id of #creatureid.'),
357 ('npc additem',2,'Syntax: .npc additem #itemId <#maxcount><#incrtime><#extendedcost>r\r\n\r\nAdd item #itemid to item list of selected vendor. Also optionally set max count item in vendor item list and time to item count restoring and items ExtendedCost.'),
358 ('npc addweapon',3,'Not yet implemented.'),
359 ('npc allowmove',3,'Syntax: .npc allowmove\r\n\r\nEnable or disable movement for the selected creature.'),
360 ('npc changelevel',2,'Syntax: .npc changelevel #level\r\n\r\nChange the level of the selected creature to #level.\r\n\r\n#level may range from 1 to 63.'),
361 ('npc delete',2,'Syntax: .npc delete [#guid]\r\n\r\nDelete creature with guid #guid (or the selected if no guid is provided)'),
362 ('npc delitem',2,'Syntax: .npc delitem #itemId\r\n\r\nRemove item #itemid from item list of selected vendor.'),
363 ('npc factionid',2,'Syntax: .npc factionid #factionid\r\n\r\nSet the faction of the selected creature to #factionid.'),
364 ('npc flag',2,'Syntax: .npc flag #npcflag\r\n\r\nSet the NPC flags of creature template of the selected creature and selected creature to #npcflag. NPC flags will applied to all creatures of selected creature template after server restart or grid unload/load.'),
365 ('npc follow',2,'Syntax: .npc follow\r\n\r\nSelected creature start follow you until death/fight/etc.'),
366 ('npc info',3,'Syntax: .npc info\r\n\r\nDisplay a list of details for the selected creature.\r\n\r\nThe list includes:\r\n- GUID, Faction, NPC flags, Entry ID, Model ID,\r\n- Level,\r\n- Health (current/maximum),\r\n\r\n- Field flags, dynamic flags, faction template, \r\n- Position information,\r\n- and the creature type, e.g. if the creature is a vendor.'),
367 ('npc move',2,'Syntax: .npc move [#creature_guid]\r\n\r\nMove the targeted creature spawn point to your coordinates.'),
368 ('npc name',2,'Syntax: .npc name $name\r\n\r\nChange the name of the selected creature or character to $name.\r\n\r\nCommand disabled.'),
369 ('npc playemote',3,'Syntax: .npc playemote #emoteid\r\n\r\nMake the selected creature emote with an emote of id #emoteid.'),
370 ('npc setmodel',2,'Syntax: .npc setmodel #displayid\r\n\r\nChange the model id of the selected creature to #displayid.'),
371 ('npc setmovetype',2,'Syntax: .npc setmovetype [#creature_guid] stay/random/way [NODEL]\r\n\r\nSet for creature pointed by #creature_guid (or selected if #creature_guid not provided) movement type and move it to respawn position (if creature alive). Any existing waypoints for creature will be removed from the database if you do not use NODEL. If the creature is dead then movement type will applied at creature respawn.\r\nMake sure you use NODEL, if you want to keep the waypoints.'),
372 ('npc spawndist',2,'Syntax: .npc spawndist #dist\r\n\r\nAdjust spawndistance of selected creature to dist.'),
373 ('npc spawntime',2,'Syntax: .npc spawntime #time \r\n\r\nAdjust spawntime of selected creature to time.'),
374 ('npc subname',2,'Syntax: .npc subname $Name\r\n\r\nChange the subname of the selected creature or player to $Name.\r\n\r\nCommand disabled.'),
375 ('npc tame',2,'Syntax: .npc tame\r\n\r\nTame selected creature (tameable non pet creature). You don''t must have pet.'),
376 ('npc textemote',3,'Syntax: .npc textemote #emoteid\r\n\r\nMake the selected creature to do textemote with an emote of id #emoteid.'),
377 ('npc whisper',1,'Syntax: .npc whisper #playerguid #text\r\nMake the selected npc whisper #text to  #playerguid.'),
378 ('npc unfollow',2,'Syntax: .npc unfollow\r\n\r\nSelected creature (non pet) stop follow you.'),
379 ('password',0,'Syntax: .password $old_password $new_password $new_password\r\n\r\nChange your account password.'),
380 ('pdump write',3,'Syntax is: pdump write $filename $playerNameOrGUID\r\nWrite character dump with name/guid $playerNameOrGUID to file $filename.'),
381 ('pdump load',3,'Syntax is: pdump load $filename $account [$newname] [$newguid]\r\nLoad character dump from dump file into character list of $account with saved or $newname, with saved (or first free) or $newguid guid.'),
382 ('pinfo',2,'Syntax: .pinfo [$player_name] [rep]\r\n\r\nOutput account information for selected player or player find by $player_name. If \"rep\" parameter provided show reputation information for player.'),
383 ('plimit',3,'Syntax: .plimit [#num|-1|-2|-3|reset|player|moderator|gamemaster|administrator]\r\n\r\nWithout arg show current player amount and security level limitations for login to server, with arg set player linit ($num > 0) or securiti limitation ($num < 0 or security leme name. With `reset` sets player limit to the one in the config file'),
384 ('quest add',3,'Syntax: .quest add #quest_id\r\n\r\nAdd to character quest log quest #quest_id. Quest started from item can\'t be added by this command but correct .additem call provided in command output.'),
385 ('quest complete',3,'Syntax: .quest complete #questid\r\nMark all quest objectives as completed for target character active quest. After this target character can go and get quest reward.'),
386 ('quest remove',3,'Syntax: .quest remove #quest_id\r\n\r\nSet quest #quest_id state to not completed and not active (and remove from active quest list) for selected player.'),
387 ('recall',1,'Syntax: .recall [$playername]\r\n\r\nTeleport $playername or selected player to the place where he has been before last use of a teleportation command. If no $playername is entered and no player is selected, it will teleport you.'),
388 ('reload',3,'Syntax: .reload table_name\r\n\r\nReload table `table_name` if reload support added for this table and this table can be _safe_ reloaded.'),
389 ('reload all',3,'Syntax: .reload all\r\n\r\nReload all tables with reload support added and that can be _safe_ reloaded.'),
390 ('reload all_area',3,'Syntax: .reload all_area\r\n\r\nReload all `areatrigger_*` tables if reload support added for this table and this table can be _safe_ reloaded.'),
391 ('reload all_loot',3,'Syntax: .reload all_loot\r\n\r\nReload all `*_loot_template` tables. This can be slow operation with lags for server run.'),
392 ('reload all_quest',3,'Syntax: .reload all_quest\r\n\r\nReload all quest related tables if reload support added for this table and this table can be _safe_ reloaded.'),
393 ('reload all_spell',3,'Syntax: .reload all_spell\r\n\r\nReload all `spell_*` tables with reload support added and that can be _safe_ reloaded.'),
394 ('reload all_locales',3,'Syntax: .reload all_locales\r\n\r\nReload all `locales_*` tables with reload support added and that can be _safe_ reloaded.'),
395 ('reload config',3,'Syntax: .reload config\r\n\r\nReload config settings (by default stored in mangosd.conf). Not all settings can be change at reload: some new setting values will be ignored until restart, some values will applied with delay or only to new objects/maps, some values will explicitly rejected to change at reload.'),
396 ('repairitems',2,'Syntax: .repairitems\r\n\r\nRepair all selected player''s items.'),
397 ('reset all',3,'Syntax: .reset all spells\r\n\r\nSyntax: .reset all talents\r\n\r\nRequest reset spells or talents at next login each existed character.'),
398 ('reset honor',3,'Syntax:\r\n.reset honor [Playername]\r\n  Reset all honor data for targeted character.'),
399 ('reset level',3,'Syntax:\r\n.reset level [Playername]\r\n  Reset level to 1 including reset stats and talents.  Equipped items with greater level requirement can be lost.'),
400 ('reset spells',3,'Syntax:\r\n.reset spells [Playername]\r\n  Removes all non-original spells from spellbook.\r\n. Playername can be name of offline character.'),
401 ('reset stats',3,'Syntax:\r\n.reset stats [Playername]\r\n  Resets(recalculate) all stats of the targeted player to their original VALUESat current level.'),
402 ('reset talents',3,'Syntax:\r\n.reset talents [Playername]\r\n  Removes all talents of the targeted player. Playername can be name of offline character.'),
403 ('respawn',3,'Syntax: .respawn\r\n\r\nRespawn selected creature or respawn all nearest creatures (if none selected) and GO without waiting respawn time expiration.'),
404 ('revive',3,'Syntax: .revive\r\n\r\nRevive the selected player. If no player is selected, it will revive you.'),
405 ('save',0,'Syntax: .save\r\n\r\nSaves your character.'),
406 ('saveall',1,'Syntax: .saveall\r\n\r\nSave all characters in game.'),
407 ('senditems',3,'Syntax: .senditems #playername "#subject" "#text" itemid1[:count1] itemid2[:count2] ... itemidN[:countN]\r\n\r\nSend a mail to a player. Subject and mail text must be in "". If for itemid not provided related count values then expected 1, if count > max items in stack then items will be send in required amount stacks. All stacks amount in mail limited to 12.'),
408 ('sendmail',1,'Syntax: .sendmail #playername "#subject" "#text"\r\n\r\nSend a mail to a player. Subject and mail text must be in "".'),
409 ('sendmoney','3','Syntax: .sendmoney #playername "#subject" "#text" #money\r\n\r\nSend mail with money to a player. Subject and mail text must be in "".'),
410 ('sendmessage',3,'Syntax: .sendmessage $playername $message\r\n\r\nSend screen message to player from ADMINISTRATOR.'),
411 ('server corpses',2,'Syntax: .server corpses\r\n\r\nTriggering corpses expire check in world.'),
412 ('server exit',4,'Syntax: .server exit\r\n\r\nTerminate mangosd NOW. Exit code 0.'),
413 ('server info',0,'Syntax: .server info\r\n\r\nDisplay server version and the number of connected players.'),
414 ('server idleshutdown',3,'Syntax: .server idleshutdown #delay [#exist_code]\r\n\r\nShut the server down after #delay seconds if no active connections are present (no players). Use #exist_code or 0 as program exist code.'),
415 ('server idleshutdown cancel',3,'Syntax: .server idleshutdown cancel\r\n\r\nCancel the restart/shutdown timer if any.'),
416 ('server idlerestart',3,'Syntax: .server idlerestart #delay\r\n\r\nRestart the server after #delay seconds if no active connections are present (no players). Use #exist_code or 2 as program exist code.'),
417 ('server idlerestart cancel',3,'Syntax: .server idlerestart cancel\r\n\r\nCancel the restart/shutdown timer if any.'),
418 ('server motd',0,'Syntax: .server motd\r\n\r\nShow server Message of the day.'),
419 ('server restart',3,'Syntax: .server restart #delay\r\n\r\nRestart the server after #delay seconds. Use #exist_code or 2 as program exist code.'),
420 ('server restart cancel',3,'Syntax: .server restart cancel\r\n\r\nCancel the restart/shutdown timer if any.'),
421 ('server set loglevel',4,'Syntax: .server set loglevel #level\r\n\r\nSet server log level (0 - errors only, 1 - basic, 2 - detail, 3 - debug).'),
422 ('server set motd',3,'Syntax: .server set motd $MOTD\r\n\r\nSet server Message of the day.'),
423 ('server shutdown',3,'Syntax: .server shutdown #delay [#exist_code]\r\n\r\nShut the server down after #delay seconds. Use #exist_code or 0 as program exist code.'),
424 ('server shutdown cancel',3,'Syntax: .server shutdown cancel\r\n\r\nCancel the restart/shutdown timer if any.'),
425 ('setskill',3,'Syntax: .setskill #skill #level [#max]\r\n\r\nSet a skill of id #skill with a current skill value of #level and a maximum value of #max (or equal current maximum if not provide) for the selected character. If no character is selected, you learn the skill.'),
426 ('showarea',3,'Syntax: .showarea #areaid\r\n\r\nReveal the area of #areaid to the selected character. If no character is selected, reveal this area to you.'),
427 ('start',0,'Syntax: .start\r\n\r\nTeleport you to the starting area of your character.'),
428 ('taxicheat',1,'Syntax: .taxicheat on/off\r\n\r\nTemporary grant access or remove to all taxi routes for the selected character. If no character is selected, hide or reveal all routes to you.\r\n\r\nVisited taxi nodes sill accessible after removing access.'),
429 ('tele',1,'Syntax: .tele #location\r\n\r\nTeleport player to a given location.'),
430 ('tele add',3,'Syntax: .tele add $name\r\n\r\nAdd current your position to .tele command target locations list with name $name.'),
431 ('tele del',3,'Syntax: .tele del $name\r\n\r\nRemove location with name $name for .tele command locations list.'),
432 ('tele group',1,'Syntax: .tele group#location\r\n\r\nTeleport a selected player and his group members to a given location.'),
433 ('tele name',1,'Syntax: .tele name #playername #location\r\n\r\nTeleport a player to a given location.'),
434 ('ticket',2,'Syntax: .ticket on\r\n        .ticket off\r\n        .ticket #num\r\n        .ticket $character_name\r\n\r\non/off for GMs to show or not a new ticket directly, $character_name to show ticket of this character, #num to show ticket #num.'),
435 ('unaura',3,'Syntax: .unaura #spellid\r\n\r\nRemove aura due to spell #spellid from the selected Unit.'),
436 ('unban account',3,'Syntax is: unban account $Name\r\nUnban accounts for account name pattern.'),
437 ('unban character',3,'Syntax is: unban character $Name\r\nUnban accounts for character name pattern.'),
438 ('unban ip',3,'Syntax is: unban ip $Ip\r\nUnban accounts for IP pattern.'),
439 ('unlearn',3,'Syntax: .unlearn #startspell #endspell\r\n\r\nUnlearn for selected player the range of spells between id #startspell and #endspell. If no #endspell is provided, just unlearn spell of id #startspell.'),
440 ('unmute',1,'Syntax: .unmute $playerName\r\n\r\nRestore chat messaging for any character from account of character $playerName.'),
441 ('waterwalk',2,'Syntax: .waterwalk on/off\r\n\r\nSet on/off waterwalk state for selected player.'),
442 ('wchange',3,'Syntax: .wchange #weathertype #status\r\n\r\nSet current weather to #weathertype with an intensity of #status.\r\n\r\n#weathertype can be 1 for rain, 2 for snow, and 3 for sand. #status can be 0 for disabled, and 1 for enabled.'),
443 ('whispers',1,'Syntax: .whispers on|off\r\nEnable/disable accepting whispers by GM from players. By default use mangosd.conf setting.'),
444 ('wp',2,'Using WP Command:\r\nEach Waypoint Command has it\'s own description!'),
445 ('wp add',2,'Syntax: .wp add [#creature_guid or Select a Creature]'),
446 ('wp export',3,'Syntax: .wp export [#creature_guid or Select a Creature] $filename'),
447 ('wp import',3,'Syntax: .wp import $filename'),
448 ('wp modify',2,'Syntax: .wp modify [#creature_guid or Select a Creature]\r\nadd - Add a waypoint after the selected visual\r\nwaittime $time\r\nemote ID\r\nspell ID\r\ntext1| text2| text3| text4| text5 <text>\r\nmodel1 ID\r\nmodel2 ID\r\nmove(moves wp to player pos)\r\ndel (deletes the wp)\r\n\r\nOnly one parameter per time!'),
449 ('wp show',2,'Syntax: .wp show [#creature_guid or Select a Creature]\r\non\r\nfirst\r\nlast\r\noff\r\ninfo\r\n\r\nFor using info you have to do first show on and than select a Visual-Waypoint and do the show info!');
450 /*!40000 ALTER TABLE `command` ENABLE KEYS */;
451 UNLOCK TABLES;
454 -- Table structure for table `creature`
457 DROP TABLE IF EXISTS `creature`;
458 CREATE TABLE `creature` (
459   `guid` int(10) unsigned NOT NULL auto_increment COMMENT 'Global Unique Identifier',
460   `id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Creature Identifier',
461   `map` smallint(5) unsigned NOT NULL default '0' COMMENT 'Map Identifier',
462   `spawnMask` tinyint(3) unsigned NOT NULL default '1',
463   `modelid` mediumint(8) unsigned NOT NULL default '0',
464   `equipment_id` mediumint(9) NOT NULL default '0',
465   `position_x` float NOT NULL default '0',
466   `position_y` float NOT NULL default '0',
467   `position_z` float NOT NULL default '0',
468   `orientation` float NOT NULL default '0',
469   `spawntimesecs` int(10) unsigned NOT NULL default '120',
470   `spawndist` float NOT NULL default '5',
471   `currentwaypoint` mediumint(8) unsigned NOT NULL default '0',
472   `curhealth` int(10) unsigned NOT NULL default '1',
473   `curmana` int(10) unsigned NOT NULL default '0',
474   `DeathState` tinyint(3) unsigned NOT NULL default '0',
475   `MovementType` tinyint(3) unsigned NOT NULL default '0',
476   PRIMARY KEY  (`guid`),
477   KEY `idx_map` (`map`),
478   KEY `index_id` (`id`)
479 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Creature System';
482 -- Dumping data for table `creature`
485 LOCK TABLES `creature` WRITE;
486 /*!40000 ALTER TABLE `creature` DISABLE KEYS */;
487 /*!40000 ALTER TABLE `creature` ENABLE KEYS */;
488 UNLOCK TABLES;
491 -- Table structure for table `creature_addon`
494 DROP TABLE IF EXISTS `creature_addon`;
495 CREATE TABLE `creature_addon` (
496   `guid` int(11) NOT NULL default '0',
497   `mount` mediumint(8) unsigned NOT NULL default '0',
498   `bytes0` int(10) unsigned NOT NULL default '0',
499   `bytes1` int(10) unsigned NOT NULL default '0',
500   `bytes2` int(10) unsigned NOT NULL default '0',
501   `emote` int(10) unsigned NOT NULL default '0',
502   `moveflags` int(10) unsigned NOT NULL default '0',
503   `auras` text,
504   PRIMARY KEY  (`guid`)
505 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
508 -- Dumping data for table `creature_addon`
511 LOCK TABLES `creature_addon` WRITE;
512 /*!40000 ALTER TABLE `creature_addon` DISABLE KEYS */;
513 /*!40000 ALTER TABLE `creature_addon` ENABLE KEYS */;
514 UNLOCK TABLES;
517 -- Table structure for table `creature_equip_template`
520 DROP TABLE IF EXISTS `creature_equip_template`;
521 CREATE TABLE `creature_equip_template` (
522   `entry` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Unique entry',
523   `equipmodel1` mediumint(8) unsigned NOT NULL default '0',
524   `equipmodel2` mediumint(8) unsigned NOT NULL default '0',
525   `equipmodel3` mediumint(8) unsigned NOT NULL default '0',
526   `equipinfo1` int(10) unsigned NOT NULL default '0',
527   `equipinfo2` int(10) unsigned NOT NULL default '0',
528   `equipinfo3` int(10) unsigned NOT NULL default '0',
529   `equipslot1` int(11) NOT NULL default '0',
530   `equipslot2` int(11) NOT NULL default '0',
531   `equipslot3` int(11) NOT NULL default '0',
532   PRIMARY KEY  (`entry`)
533 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Creature System (Equipment)';
536 -- Dumping data for table `creature_equip_template`
539 LOCK TABLES `creature_equip_template` WRITE;
540 /*!40000 ALTER TABLE `creature_equip_template` DISABLE KEYS */;
541 /*!40000 ALTER TABLE `creature_equip_template` ENABLE KEYS */;
542 UNLOCK TABLES;
545 -- Table structure for table `creature_involvedrelation`
548 DROP TABLE IF EXISTS `creature_involvedrelation`;
549 CREATE TABLE `creature_involvedrelation` (
550   `id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Identifier',
551   `quest` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
552   PRIMARY KEY  (`id`,`quest`)
553 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Creature System';
556 -- Dumping data for table `creature_involvedrelation`
559 LOCK TABLES `creature_involvedrelation` WRITE;
560 /*!40000 ALTER TABLE `creature_involvedrelation` DISABLE KEYS */;
561 /*!40000 ALTER TABLE `creature_involvedrelation` ENABLE KEYS */;
562 UNLOCK TABLES;
565 -- Table structure for table `creature_loot_template`
568 DROP TABLE IF EXISTS `creature_loot_template`;
569 CREATE TABLE `creature_loot_template` (
570   `entry` mediumint(8) unsigned NOT NULL default '0',
571   `item` mediumint(8) unsigned NOT NULL default '0',
572   `ChanceOrQuestChance` float NOT NULL default '100',
573   `groupid` tinyint(3) unsigned NOT NULL default '0',
574   `mincountOrRef` mediumint(9) NOT NULL default '1',
575   `maxcount` tinyint(3) unsigned NOT NULL default '1',
576   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
577   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
578   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
579   PRIMARY KEY  (`entry`,`item`)
580 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
583 -- Dumping data for table `creature_loot_template`
586 LOCK TABLES `creature_loot_template` WRITE;
587 /*!40000 ALTER TABLE `creature_loot_template` DISABLE KEYS */;
588 /*!40000 ALTER TABLE `creature_loot_template` ENABLE KEYS */;
589 UNLOCK TABLES;
592 -- Table structure for table `creature_model_info`
595 DROP TABLE IF EXISTS `creature_model_info`;
596 CREATE TABLE `creature_model_info` (
597   `modelid` mediumint(8) unsigned NOT NULL default '0',
598   `bounding_radius` float NOT NULL default '0',
599   `combat_reach` float NOT NULL default '0',
600   `gender` tinyint(3) unsigned NOT NULL default '2',
601   `modelid_other_gender` mediumint(8) unsigned NOT NULL default '0',
602   PRIMARY KEY  (`modelid`)
603 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Creature System (Model related info)';
606 -- Dumping data for table `creature_model_info`
609 LOCK TABLES `creature_model_info` WRITE;
610 /*!40000 ALTER TABLE `creature_model_info` DISABLE KEYS */;
611 /*!40000 ALTER TABLE `creature_model_info` ENABLE KEYS */;
612 UNLOCK TABLES;
615 -- Table structure for table `creature_movement`
618 DROP TABLE IF EXISTS `creature_movement`;
619 CREATE TABLE `creature_movement` (
620   `id` int(10) unsigned NOT NULL COMMENT 'Creature GUID',
621   `point` mediumint(8) unsigned NOT NULL default '0',
622   `position_x` float NOT NULL default '0',
623   `position_y` float NOT NULL default '0',
624   `position_z` float NOT NULL default '0',
625   `waittime` int(10) unsigned NOT NULL default '0',
626   `textid1` int(11) NOT NULL default '0',
627   `textid2` int(11) NOT NULL default '0',
628   `textid3` int(11) NOT NULL default '0',
629   `textid4` int(11) NOT NULL default '0',
630   `textid5` int(11) NOT NULL default '0',
631   `emote` mediumint(8) unsigned NOT NULL default '0',
632   `spell` mediumint(8) unsigned NOT NULL default '0',
633   `wpguid` int(11) NOT NULL default '0',
634   `orientation` float NOT NULL default '0',
635   `model1` mediumint(9) NOT NULL default '0',
636   `model2` mediumint(9) NOT NULL default '0',
637   PRIMARY KEY  (`id`,`point`)
638 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Creature System';
641 -- Dumping data for table `creature_movement`
644 LOCK TABLES `creature_movement` WRITE;
645 /*!40000 ALTER TABLE `creature_movement` DISABLE KEYS */;
646 /*!40000 ALTER TABLE `creature_movement` ENABLE KEYS */;
647 UNLOCK TABLES;
650 -- Table structure for table `creature_onkill_reputation`
653 DROP TABLE IF EXISTS `creature_onkill_reputation`;
654 CREATE TABLE `creature_onkill_reputation` (
655   `creature_id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Creature Identifier',
656   `RewOnKillRepFaction1` smallint(6) NOT NULL default '0',
657   `RewOnKillRepFaction2` smallint(6) NOT NULL default '0',
658   `MaxStanding1` tinyint(4) NOT NULL default '0',
659   `IsTeamAward1` tinyint(4) NOT NULL default '0',
660   `RewOnKillRepValue1` mediumint(9) NOT NULL default '0',
661   `MaxStanding2` tinyint(4) NOT NULL default '0',
662   `IsTeamAward2` tinyint(4) NOT NULL default '0',
663   `RewOnKillRepValue2` mediumint(9) NOT NULL default '0',
664   `TeamDependent` tinyint(3) unsigned NOT NULL default '0',
665   PRIMARY KEY  (`creature_id`)
666 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Creature OnKill Reputation gain';
669 -- Dumping data for table `creature_onkill_reputation`
672 LOCK TABLES `creature_onkill_reputation` WRITE;
673 /*!40000 ALTER TABLE `creature_onkill_reputation` DISABLE KEYS */;
674 /*!40000 ALTER TABLE `creature_onkill_reputation` ENABLE KEYS */;
675 UNLOCK TABLES;
678 -- Table structure for table `creature_questrelation`
681 DROP TABLE IF EXISTS `creature_questrelation`;
682 CREATE TABLE `creature_questrelation` (
683   `id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Identifier',
684   `quest` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
685   PRIMARY KEY  (`id`,`quest`)
686 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Creature System';
689 -- Dumping data for table `creature_questrelation`
692 LOCK TABLES `creature_questrelation` WRITE;
693 /*!40000 ALTER TABLE `creature_questrelation` DISABLE KEYS */;
694 /*!40000 ALTER TABLE `creature_questrelation` ENABLE KEYS */;
695 UNLOCK TABLES;
698 -- Table structure for table `creature_respawn`
701 DROP TABLE IF EXISTS `creature_respawn`;
702 CREATE TABLE `creature_respawn` (
703   `guid` int(10) unsigned NOT NULL default '0' COMMENT 'Global Unique Identifier',
704   `respawntime` bigint(20) NOT NULL default '0',
705   `instance` mediumint(8) unsigned NOT NULL default '0',
706   PRIMARY KEY  (`guid`,`instance`),
707   KEY `instance` (`instance`)
708 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Grid Loading System';
711 -- Dumping data for table `creature_respawn`
714 LOCK TABLES `creature_respawn` WRITE;
715 /*!40000 ALTER TABLE `creature_respawn` DISABLE KEYS */;
716 /*!40000 ALTER TABLE `creature_respawn` ENABLE KEYS */;
717 UNLOCK TABLES;
720 -- Table structure for table `creature_template`
723 DROP TABLE IF EXISTS `creature_template`;
724 CREATE TABLE `creature_template` (
725   `entry` mediumint(8) unsigned NOT NULL default '0',
726   `heroic_entry` mediumint(8) unsigned NOT NULL default '0',
727   `modelid_A` mediumint(8) unsigned NOT NULL default '0',
728   `modelid_A2` mediumint(8) unsigned NOT NULL default '0',
729   `modelid_H` mediumint(8) unsigned NOT NULL default '0',
730   `modelid_H2` mediumint(8) unsigned NOT NULL default '0',
731   `name` char(100) NOT NULL default '0',
732   `subname` char(100) default NULL,
733   `IconName` char(100) default NULL,
734   `minlevel` tinyint(3) unsigned NOT NULL default '1',
735   `maxlevel` tinyint(3) unsigned NOT NULL default '1',
736   `minhealth` int(10) unsigned NOT NULL default '0',
737   `maxhealth` int(10) unsigned NOT NULL default '0',
738   `minmana` int(10) unsigned NOT NULL default '0',
739   `maxmana` int(10) unsigned NOT NULL default '0',
740   `armor` mediumint(8) unsigned NOT NULL default '0',
741   `faction_A` smallint(5) unsigned NOT NULL default '0',
742   `faction_H` smallint(5) unsigned NOT NULL default '0',
743   `npcflag` int(10) unsigned NOT NULL default '0',
744   `speed` float NOT NULL default '1',
745   `scale` float NOT NULL default '1',
746   `rank` tinyint(3) unsigned NOT NULL default '0',
747   `mindmg` float NOT NULL default '0',
748   `maxdmg` float NOT NULL default '0',
749   `dmgschool` tinyint(4) NOT NULL default '0',
750   `attackpower` int(10) unsigned NOT NULL default '0',
751   `baseattacktime` int(10) unsigned NOT NULL default '0',
752   `rangeattacktime` int(10) unsigned NOT NULL default '0',
753   `unit_flags` int(10) unsigned NOT NULL default '0',
754   `dynamicflags` int(10) unsigned NOT NULL default '0',
755   `family` tinyint(4) NOT NULL default '0',
756   `trainer_type` tinyint(4) NOT NULL default '0',
757   `trainer_spell` mediumint(8) unsigned NOT NULL default '0',
758   `class` tinyint(3) unsigned NOT NULL default '0',
759   `race` tinyint(3) unsigned NOT NULL default '0',
760   `minrangedmg` float NOT NULL default '0',
761   `maxrangedmg` float NOT NULL default '0',
762   `rangedattackpower` smallint(5) unsigned NOT NULL default '0',
763   `type` tinyint(3) unsigned NOT NULL default '0',
764   `type_flags` int(10) unsigned NOT NULL default '0',
765   `lootid` mediumint(8) unsigned NOT NULL default '0',
766   `pickpocketloot` mediumint(8) unsigned NOT NULL default '0',
767   `skinloot` mediumint(8) unsigned NOT NULL default '0',
768   `resistance1` smallint(5) NOT NULL default '0',
769   `resistance2` smallint(5) NOT NULL default '0',
770   `resistance3` smallint(5) NOT NULL default '0',
771   `resistance4` smallint(5) NOT NULL default '0',
772   `resistance5` smallint(5) NOT NULL default '0',
773   `resistance6` smallint(5) NOT NULL default '0',
774   `spell1` mediumint(8) unsigned NOT NULL default '0',
775   `spell2` mediumint(8) unsigned NOT NULL default '0',
776   `spell3` mediumint(8) unsigned NOT NULL default '0',
777   `spell4` mediumint(8) unsigned NOT NULL default '0',
778   `PetSpellDataId` mediumint(8) unsigned NOT NULL default '0',
779   `mingold` mediumint(8) unsigned NOT NULL default '0',
780   `maxgold` mediumint(8) unsigned NOT NULL default '0',
781   `AIName` char(64) NOT NULL default '',
782   `MovementType` tinyint(3) unsigned NOT NULL default '0',
783   `InhabitType` tinyint(3) unsigned NOT NULL default '3',
784   `RacialLeader` tinyint(3) unsigned NOT NULL default '0',
785   `RegenHealth` tinyint(3) unsigned NOT NULL default '1',
786   `equipment_id` mediumint(8) unsigned NOT NULL default '0',
787   `mechanic_immune_mask` int(10) unsigned NOT NULL default '0',
788   `flags_extra` int(10) unsigned NOT NULL default '0',
789   `ScriptName` char(64) NOT NULL default '',
790   PRIMARY KEY  (`entry`)
791 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Creature System';
794 -- Dumping data for table `creature_template`
797 LOCK TABLES `creature_template` WRITE;
798 /*!40000 ALTER TABLE `creature_template` DISABLE KEYS */;
799 INSERT INTO `creature_template` VALUES
800 (1,1,10045,0,10045,0,'Waypoint(Only GM can see it)','Visual',NULL,1,1,64,64,0,0,0,35,35,0,0.91,1,0,14,15,0,100,2000,2200,4096,0,8,0,0,0,0,1.76,2.42,100,8,5242886,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,3,0,1,0,0,0x82,'');
801 /*!40000 ALTER TABLE `creature_template` ENABLE KEYS */;
802 UNLOCK TABLES;
805 -- Table structure for table `creature_template_addon`
808 DROP TABLE IF EXISTS `creature_template_addon`;
809 CREATE TABLE `creature_template_addon` (
810   `entry` mediumint(8) unsigned NOT NULL default '0',
811   `mount` mediumint(8) unsigned NOT NULL default '0',
812   `bytes0` int(10) unsigned NOT NULL default '0',
813   `bytes1` int(10) unsigned NOT NULL default '0',
814   `bytes2` int(10) unsigned NOT NULL default '0',
815   `emote` mediumint(8) unsigned NOT NULL default '0',
816   `moveflags` int(10) unsigned NOT NULL default '0',
817   `auras` text,
818   PRIMARY KEY  (`entry`)
819 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
822 -- Dumping data for table `creature_template_addon`
825 LOCK TABLES `creature_template_addon` WRITE;
826 /*!40000 ALTER TABLE `creature_template_addon` DISABLE KEYS */;
827 /*!40000 ALTER TABLE `creature_template_addon` ENABLE KEYS */;
828 UNLOCK TABLES;
831 -- Table structure for table `db_script_string`
834 DROP TABLE IF EXISTS `db_script_string`;
835 CREATE TABLE `db_script_string` (
836   `entry` mediumint(8) unsigned NOT NULL default '0',
837   `content_default` text NOT NULL,
838   `content_loc1` text,
839   `content_loc2` text,
840   `content_loc3` text,
841   `content_loc4` text,
842   `content_loc5` text,
843   `content_loc6` text,
844   `content_loc7` text,
845   `content_loc8` text,
846   PRIMARY KEY  (`entry`)
847 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
850 -- Dumping data for table `db_script_string`
853 LOCK TABLES `db_script_string` WRITE;
854 /*!40000 ALTER TABLE `db_script_string` DISABLE KEYS */;
855 /*!40000 ALTER TABLE `db_script_string` ENABLE KEYS */;
856 UNLOCK TABLES;
859 -- Table structure for table `disenchant_loot_template`
862 DROP TABLE IF EXISTS `disenchant_loot_template`;
863 CREATE TABLE `disenchant_loot_template` (
864   `entry` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Recommended id selection: item_level*100 + item_quality',
865   `item` mediumint(8) unsigned NOT NULL default '0',
866   `ChanceOrQuestChance` float NOT NULL default '100',
867   `groupid` tinyint(3) unsigned NOT NULL default '0',
868   `mincountOrRef` mediumint(9) NOT NULL default '1',
869   `maxcount` tinyint(3) unsigned NOT NULL default '1',
870   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
871   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
872   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
873   PRIMARY KEY  (`entry`,`item`)
874 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
877 -- Dumping data for table `disenchant_loot_template`
880 LOCK TABLES `disenchant_loot_template` WRITE;
881 /*!40000 ALTER TABLE `disenchant_loot_template` DISABLE KEYS */;
882 /*!40000 ALTER TABLE `disenchant_loot_template` ENABLE KEYS */;
883 UNLOCK TABLES;
886 -- Table structure for table `event_scripts`
889 DROP TABLE IF EXISTS `event_scripts`;
890 CREATE TABLE `event_scripts` (
891   `id` mediumint(8) unsigned NOT NULL default '0',
892   `delay` int(10) unsigned NOT NULL default '0',
893   `command` mediumint(8) unsigned NOT NULL default '0',
894   `datalong` mediumint(8) unsigned NOT NULL default '0',
895   `datalong2` int(10) unsigned NOT NULL default '0',
896   `dataint` int(11) NOT NULL default '0',
897   `x` float NOT NULL default '0',
898   `y` float NOT NULL default '0',
899   `z` float NOT NULL default '0',
900   `o` float NOT NULL default '0'
901 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
904 -- Dumping data for table `event_scripts`
907 LOCK TABLES `event_scripts` WRITE;
908 /*!40000 ALTER TABLE `event_scripts` DISABLE KEYS */;
909 /*!40000 ALTER TABLE `event_scripts` ENABLE KEYS */;
910 UNLOCK TABLES;
913 -- Table structure for table `exploration_basexp`
916 DROP TABLE IF EXISTS `exploration_basexp`;
917 CREATE TABLE `exploration_basexp` (
918   `level` tinyint(4) NOT NULL default '0',
919   `basexp` mediumint(9) NOT NULL default '0',
920   PRIMARY KEY  (`level`)
921 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Exploration System';
924 -- Dumping data for table `exploration_basexp`
927 LOCK TABLES `exploration_basexp` WRITE;
928 /*!40000 ALTER TABLE `exploration_basexp` DISABLE KEYS */;
929 INSERT INTO `exploration_basexp` VALUES
930 (0,0),
931 (1,5),
932 (2,15),
933 (3,25),
934 (4,35),
935 (5,45),
936 (6,55),
937 (7,65),
938 (8,70),
939 (9,80),
940 (10,85),
941 (11,90),
942 (12,90),
943 (13,90),
944 (14,100),
945 (15,105),
946 (16,115),
947 (17,125),
948 (18,135),
949 (19,145),
950 (20,155),
951 (21,165),
952 (22,175),
953 (23,185),
954 (24,195),
955 (25,200),
956 (26,210),
957 (27,220),
958 (28,230),
959 (29,240),
960 (30,245),
961 (31,250),
962 (32,255),
963 (33,265),
964 (34,270),
965 (35,275),
966 (36,280),
967 (37,285),
968 (38,285),
969 (39,300),
970 (40,315),
971 (41,330),
972 (42,345),
973 (43,360),
974 (44,375),
975 (45,390),
976 (46,405),
977 (47,420),
978 (48,440),
979 (49,455),
980 (50,470),
981 (51,490),
982 (52,510),
983 (53,530),
984 (54,540),
985 (55,560),
986 (56,580),
987 (57,600),
988 (58,620),
989 (59,640),
990 (60,660),
991 (61,970),
992 (62,1000),
993 (63,1050),
994 (64,1080),
995 (65,1100),
996 (66,1130),
997 (67,1160),
998 (68,1200),
999 (69,1230),
1000 (70,1250);
1001 /*!40000 ALTER TABLE `exploration_basexp` ENABLE KEYS */;
1002 UNLOCK TABLES;
1005 -- Table structure for table `fishing_loot_template`
1008 DROP TABLE IF EXISTS `fishing_loot_template`;
1009 CREATE TABLE `fishing_loot_template` (
1010   `entry` mediumint(8) unsigned NOT NULL default '0',
1011   `item` mediumint(8) unsigned NOT NULL default '0',
1012   `ChanceOrQuestChance` float NOT NULL default '100',
1013   `groupid` tinyint(3) unsigned NOT NULL default '0',
1014   `mincountOrRef` mediumint(9) NOT NULL default '1',
1015   `maxcount` tinyint(3) unsigned NOT NULL default '1',
1016   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
1017   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
1018   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
1019   PRIMARY KEY  (`entry`,`item`)
1020 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
1023 -- Dumping data for table `fishing_loot_template`
1026 LOCK TABLES `fishing_loot_template` WRITE;
1027 /*!40000 ALTER TABLE `fishing_loot_template` DISABLE KEYS */;
1028 /*!40000 ALTER TABLE `fishing_loot_template` ENABLE KEYS */;
1029 UNLOCK TABLES;
1032 -- Table structure for table `game_event`
1035 DROP TABLE IF EXISTS `game_event`;
1036 CREATE TABLE `game_event` (
1037   `entry` mediumint(8) unsigned NOT NULL COMMENT 'Entry of the game event',
1038   `start_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Absolute start date, the event will never start before',
1039   `end_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Absolute end date, the event will never start afler',
1040   `occurence` bigint(20) unsigned NOT NULL default '86400' COMMENT 'Delay in hours between occurences of the event',
1041   `length` bigint(20) unsigned NOT NULL default '43200' COMMENT 'Length in hours of the event',
1042   `description` varchar(255) default NULL COMMENT 'Description of the event displayed in console',
1043   PRIMARY KEY  (`entry`)
1044 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1047 -- Dumping data for table `game_event`
1050 LOCK TABLES `game_event` WRITE;
1051 /*!40000 ALTER TABLE `game_event` DISABLE KEYS */;
1052 /*!40000 ALTER TABLE `game_event` ENABLE KEYS */;
1053 UNLOCK TABLES;
1056 -- Table structure for table `game_event_creature`
1059 DROP TABLE IF EXISTS `game_event_creature`;
1060 CREATE TABLE `game_event_creature` (
1061   `guid` int(10) unsigned NOT NULL,
1062   `event` smallint(6) NOT NULL default '0' COMMENT 'Put negatives values to remove during event',
1063   PRIMARY KEY  (`guid`)
1064 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1067 -- Dumping data for table `game_event_creature`
1070 LOCK TABLES `game_event_creature` WRITE;
1071 /*!40000 ALTER TABLE `game_event_creature` DISABLE KEYS */;
1072 /*!40000 ALTER TABLE `game_event_creature` ENABLE KEYS */;
1073 UNLOCK TABLES;
1076 -- Table structure for table `game_event_creature_quest`
1079 DROP TABLE IF EXISTS `game_event_creature_quest`;
1080 CREATE TABLE `game_event_creature_quest` (
1081   `id` mediumint(8) unsigned NOT NULL default '0',
1082   `quest` mediumint(8) unsigned NOT NULL default '0',
1083   `event` smallint(5) unsigned NOT NULL default '0',
1084   PRIMARY KEY  (`id`,`quest`)
1085 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1088 -- Dumping data for table `game_event_creature_quest`
1091 LOCK TABLES `game_event_creature_quest` WRITE;
1092 /*!40000 ALTER TABLE `game_event_creature_quest` DISABLE KEYS */;
1093 /*!40000 ALTER TABLE `game_event_creature_quest` ENABLE KEYS */;
1094 UNLOCK TABLES;
1097 -- Table structure for table `game_event_gameobject`
1100 DROP TABLE IF EXISTS `game_event_gameobject`;
1101 CREATE TABLE `game_event_gameobject` (
1102   `guid` int(10) unsigned NOT NULL,
1103   `event` smallint(6) NOT NULL default '0' COMMENT 'Put negatives values to remove during event',
1104   PRIMARY KEY  (`guid`)
1105 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1108 -- Dumping data for table `game_event_gameobject`
1111 LOCK TABLES `game_event_gameobject` WRITE;
1112 /*!40000 ALTER TABLE `game_event_gameobject` DISABLE KEYS */;
1113 /*!40000 ALTER TABLE `game_event_gameobject` ENABLE KEYS */;
1114 UNLOCK TABLES;
1117 -- Table structure for table `game_event_model_equip`
1120 DROP TABLE IF EXISTS `game_event_model_equip`;
1121 CREATE TABLE `game_event_model_equip` (
1122   `guid` int(10) unsigned NOT NULL default '0',
1123   `modelid` mediumint(8) unsigned NOT NULL default '0',
1124   `equipment_id` mediumint(8) unsigned NOT NULL default '0',
1125   `event` smallint(5) unsigned NOT NULL default '0',
1126   PRIMARY KEY  (`guid`)
1127 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1130 -- Dumping data for table `game_event_model_equip`
1133 LOCK TABLES `game_event_model_equip` WRITE;
1134 /*!40000 ALTER TABLE `game_event_model_equip` DISABLE KEYS */;
1135 /*!40000 ALTER TABLE `game_event_model_equip` ENABLE KEYS */;
1136 UNLOCK TABLES;
1139 -- Table structure for table `game_graveyard_zone`
1142 DROP TABLE IF EXISTS `game_graveyard_zone`;
1143 CREATE TABLE `game_graveyard_zone` (
1144   `id` mediumint(8) unsigned NOT NULL default '0',
1145   `ghost_zone` mediumint(8) unsigned NOT NULL default '0',
1146   `faction` smallint(5) unsigned NOT NULL default '0',
1147   PRIMARY KEY  (`id`,`ghost_zone`)
1148 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Trigger System';
1151 -- Dumping data for table `game_graveyard_zone`
1154 LOCK TABLES `game_graveyard_zone` WRITE;
1155 /*!40000 ALTER TABLE `game_graveyard_zone` DISABLE KEYS */;
1156 /*!40000 ALTER TABLE `game_graveyard_zone` ENABLE KEYS */;
1157 UNLOCK TABLES;
1160 -- Table structure for table `game_tele`
1163 DROP TABLE IF EXISTS `game_tele`;
1164 CREATE TABLE `game_tele` (
1165   `id` mediumint(8) unsigned NOT NULL auto_increment,
1166   `position_x` float NOT NULL default '0',
1167   `position_y` float NOT NULL default '0',
1168   `position_z` float NOT NULL default '0',
1169   `orientation` float NOT NULL default '0',
1170   `map` smallint(5) unsigned NOT NULL default '0',
1171   `name` varchar(100) NOT NULL default '',
1172   PRIMARY KEY  (`id`)
1173 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Tele Command';
1176 -- Dumping data for table `game_tele`
1179 LOCK TABLES `game_tele` WRITE;
1180 /*!40000 ALTER TABLE `game_tele` DISABLE KEYS */;
1181 /*!40000 ALTER TABLE `game_tele` ENABLE KEYS */;
1182 UNLOCK TABLES;
1185 -- Table structure for table `game_weather`
1188 DROP TABLE IF EXISTS `game_weather`;
1189 CREATE TABLE `game_weather` (
1190   `zone` mediumint(8) unsigned NOT NULL default '0',
1191   `spring_rain_chance` tinyint(3) unsigned NOT NULL default '25',
1192   `spring_snow_chance` tinyint(3) unsigned NOT NULL default '25',
1193   `spring_storm_chance` tinyint(3) unsigned NOT NULL default '25',
1194   `summer_rain_chance` tinyint(3) unsigned NOT NULL default '25',
1195   `summer_snow_chance` tinyint(3) unsigned NOT NULL default '25',
1196   `summer_storm_chance` tinyint(3) unsigned NOT NULL default '25',
1197   `fall_rain_chance` tinyint(3) unsigned NOT NULL default '25',
1198   `fall_snow_chance` tinyint(3) unsigned NOT NULL default '25',
1199   `fall_storm_chance` tinyint(3) unsigned NOT NULL default '25',
1200   `winter_rain_chance` tinyint(3) unsigned NOT NULL default '25',
1201   `winter_snow_chance` tinyint(3) unsigned NOT NULL default '25',
1202   `winter_storm_chance` tinyint(3) unsigned NOT NULL default '25',
1203   PRIMARY KEY  (`zone`)
1204 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Weather System';
1207 -- Dumping data for table `game_weather`
1210 LOCK TABLES `game_weather` WRITE;
1211 /*!40000 ALTER TABLE `game_weather` DISABLE KEYS */;
1212 /*!40000 ALTER TABLE `game_weather` ENABLE KEYS */;
1213 UNLOCK TABLES;
1216 -- Table structure for table `gameobject`
1219 DROP TABLE IF EXISTS `gameobject`;
1220 CREATE TABLE `gameobject` (
1221   `guid` int(10) unsigned NOT NULL auto_increment COMMENT 'Global Unique Identifier',
1222   `id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Gameobject Identifier',
1223   `map` smallint(5) unsigned NOT NULL default '0' COMMENT 'Map Identifier',
1224   `spawnMask` tinyint(3) unsigned NOT NULL default '1',
1225   `position_x` float NOT NULL default '0',
1226   `position_y` float NOT NULL default '0',
1227   `position_z` float NOT NULL default '0',
1228   `orientation` float NOT NULL default '0',
1229   `rotation0` float NOT NULL default '0',
1230   `rotation1` float NOT NULL default '0',
1231   `rotation2` float NOT NULL default '0',
1232   `rotation3` float NOT NULL default '0',
1233   `spawntimesecs` int(11) NOT NULL default '0',
1234   `animprogress` tinyint(3) unsigned NOT NULL default '0',
1235   `state` tinyint(3) unsigned NOT NULL default '0',
1236   PRIMARY KEY  (`guid`)
1237 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Gameobject System';
1240 -- Dumping data for table `gameobject`
1243 LOCK TABLES `gameobject` WRITE;
1244 /*!40000 ALTER TABLE `gameobject` DISABLE KEYS */;
1245 /*!40000 ALTER TABLE `gameobject` ENABLE KEYS */;
1246 UNLOCK TABLES;
1249 -- Table structure for table `gameobject_involvedrelation`
1252 DROP TABLE IF EXISTS `gameobject_involvedrelation`;
1253 CREATE TABLE `gameobject_involvedrelation` (
1254   `id` mediumint(8) unsigned NOT NULL default '0',
1255   `quest` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
1256   PRIMARY KEY  (`id`,`quest`)
1257 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1260 -- Dumping data for table `gameobject_involvedrelation`
1263 LOCK TABLES `gameobject_involvedrelation` WRITE;
1264 /*!40000 ALTER TABLE `gameobject_involvedrelation` DISABLE KEYS */;
1265 /*!40000 ALTER TABLE `gameobject_involvedrelation` ENABLE KEYS */;
1266 UNLOCK TABLES;
1269 -- Table structure for table `gameobject_loot_template`
1272 DROP TABLE IF EXISTS `gameobject_loot_template`;
1273 CREATE TABLE `gameobject_loot_template` (
1274   `entry` mediumint(8) unsigned NOT NULL default '0',
1275   `item` mediumint(8) unsigned NOT NULL default '0',
1276   `ChanceOrQuestChance` float NOT NULL default '100',
1277   `groupid` tinyint(3) unsigned NOT NULL default '0',
1278   `mincountOrRef` mediumint(9) NOT NULL default '1',
1279   `maxcount` tinyint(3) unsigned NOT NULL default '1',
1280   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
1281   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
1282   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
1283   PRIMARY KEY  (`entry`,`item`)
1284 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
1287 -- Dumping data for table `gameobject_loot_template`
1290 LOCK TABLES `gameobject_loot_template` WRITE;
1291 /*!40000 ALTER TABLE `gameobject_loot_template` DISABLE KEYS */;
1292 /*!40000 ALTER TABLE `gameobject_loot_template` ENABLE KEYS */;
1293 UNLOCK TABLES;
1296 -- Table structure for table `gameobject_questrelation`
1299 DROP TABLE IF EXISTS `gameobject_questrelation`;
1300 CREATE TABLE `gameobject_questrelation` (
1301   `id` mediumint(8) unsigned NOT NULL default '0',
1302   `quest` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
1303   PRIMARY KEY  (`id`,`quest`)
1304 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1307 -- Dumping data for table `gameobject_questrelation`
1310 LOCK TABLES `gameobject_questrelation` WRITE;
1311 /*!40000 ALTER TABLE `gameobject_questrelation` DISABLE KEYS */;
1312 /*!40000 ALTER TABLE `gameobject_questrelation` ENABLE KEYS */;
1313 UNLOCK TABLES;
1316 -- Table structure for table `gameobject_respawn`
1319 DROP TABLE IF EXISTS `gameobject_respawn`;
1320 CREATE TABLE `gameobject_respawn` (
1321   `guid` int(10) unsigned NOT NULL default '0' COMMENT 'Global Unique Identifier',
1322   `respawntime` bigint(20) NOT NULL default '0',
1323   `instance` mediumint(8) unsigned NOT NULL default '0',
1324   PRIMARY KEY  (`guid`,`instance`),
1325   KEY `instance` (`instance`)
1326 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Grid Loading System';
1329 -- Dumping data for table `gameobject_respawn`
1332 LOCK TABLES `gameobject_respawn` WRITE;
1333 /*!40000 ALTER TABLE `gameobject_respawn` DISABLE KEYS */;
1334 /*!40000 ALTER TABLE `gameobject_respawn` ENABLE KEYS */;
1335 UNLOCK TABLES;
1338 -- Table structure for table `gameobject_scripts`
1341 DROP TABLE IF EXISTS `gameobject_scripts`;
1342 CREATE TABLE `gameobject_scripts` (
1343   `id` mediumint(8) unsigned NOT NULL default '0',
1344   `delay` int(10) unsigned NOT NULL default '0',
1345   `command` mediumint(8) unsigned NOT NULL default '0',
1346   `datalong` mediumint(8) unsigned NOT NULL default '0',
1347   `datalong2` int(10) unsigned NOT NULL default '0',
1348   `dataint` int(11) NOT NULL default '0',
1349   `x` float NOT NULL default '0',
1350   `y` float NOT NULL default '0',
1351   `z` float NOT NULL default '0',
1352   `o` float NOT NULL default '0'
1353 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1356 -- Dumping data for table `gameobject_scripts`
1359 LOCK TABLES `gameobject_scripts` WRITE;
1360 /*!40000 ALTER TABLE `gameobject_scripts` DISABLE KEYS */;
1361 /*!40000 ALTER TABLE `gameobject_scripts` ENABLE KEYS */;
1362 UNLOCK TABLES;
1365 -- Table structure for table `gameobject_template`
1368 DROP TABLE IF EXISTS `gameobject_template`;
1369 CREATE TABLE `gameobject_template` (
1370   `entry` mediumint(8) unsigned NOT NULL default '0',
1371   `type` tinyint(3) unsigned NOT NULL default '0',
1372   `displayId` mediumint(8) unsigned NOT NULL default '0',
1373   `name` varchar(100) NOT NULL default '',
1374   `castBarCaption` varchar(100) NOT NULL default '',
1375   `faction` smallint(5) unsigned NOT NULL default '0',
1376   `flags` int(10) unsigned NOT NULL default '0',
1377   `size` float NOT NULL default '1',
1378   `data0` int(10) unsigned NOT NULL default '0',
1379   `data1` int(10) unsigned NOT NULL default '0',
1380   `data2` int(10) unsigned NOT NULL default '0',
1381   `data3` int(10) unsigned NOT NULL default '0',
1382   `data4` int(10) unsigned NOT NULL default '0',
1383   `data5` int(10) unsigned NOT NULL default '0',
1384   `data6` int(10) unsigned NOT NULL default '0',
1385   `data7` int(10) unsigned NOT NULL default '0',
1386   `data8` int(10) unsigned NOT NULL default '0',
1387   `data9` int(10) unsigned NOT NULL default '0',
1388   `data10` int(10) unsigned NOT NULL default '0',
1389   `data11` int(10) unsigned NOT NULL default '0',
1390   `data12` int(10) unsigned NOT NULL default '0',
1391   `data13` int(10) unsigned NOT NULL default '0',
1392   `data14` int(10) unsigned NOT NULL default '0',
1393   `data15` int(10) unsigned NOT NULL default '0',
1394   `data16` int(10) unsigned NOT NULL default '0',
1395   `data17` int(10) unsigned NOT NULL default '0',
1396   `data18` int(10) unsigned NOT NULL default '0',
1397   `data19` int(10) unsigned NOT NULL default '0',
1398   `data20` int(10) unsigned NOT NULL default '0',
1399   `data21` int(10) unsigned NOT NULL default '0',
1400   `data22` int(10) unsigned NOT NULL default '0',
1401   `data23` int(10) unsigned NOT NULL default '0',
1402   `ScriptName` varchar(64) NOT NULL default '',
1403   PRIMARY KEY  (`entry`)
1404 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Gameobject System';
1407 -- Dumping data for table `gameobject_template`
1410 LOCK TABLES `gameobject_template` WRITE;
1411 /*!40000 ALTER TABLE `gameobject_template` DISABLE KEYS */;
1412 /*!40000 ALTER TABLE `gameobject_template` ENABLE KEYS */;
1413 UNLOCK TABLES;
1416 -- Table structure for table `instance_template`
1419 DROP TABLE IF EXISTS `instance_template`;
1420 CREATE TABLE `instance_template` (
1421   `map` smallint(5) unsigned NOT NULL,
1422   `parent` int(10) unsigned NOT NULL,
1423   `levelMin` tinyint(3) unsigned NOT NULL default '0',
1424   `levelMax` tinyint(3) unsigned NOT NULL default '0',
1425   `maxPlayers` tinyint(3) unsigned NOT NULL default '0',
1426   `reset_delay` int(10) unsigned NOT NULL default '0',
1427   `startLocX` float default NULL,
1428   `startLocY` float default NULL,
1429   `startLocZ` float default NULL,
1430   `startLocO` float default NULL,
1431   `script` varchar(128) NOT NULL default '',
1432   PRIMARY KEY  (`map`)
1433 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1436 -- Dumping data for table `instance_template`
1439 LOCK TABLES `instance_template` WRITE;
1440 /*!40000 ALTER TABLE `instance_template` DISABLE KEYS */;
1441 INSERT INTO `instance_template` VALUES
1442 (33,0,22,30,10,7200,NULL,NULL,NULL,NULL,''),
1443 (34,0,24,32,10,7200,NULL,NULL,NULL,NULL,''),
1444 (36,0,15,20,10,7200,NULL,NULL,NULL,NULL,''),
1445 (43,0,15,21,10,7200,NULL,NULL,NULL,NULL,''),
1446 (47,0,29,38,10,7200,NULL,NULL,NULL,NULL,''),
1447 (48,0,24,32,10,7200,NULL,NULL,NULL,NULL,''),
1448 (70,0,35,47,10,7200,NULL,NULL,NULL,NULL,''),
1449 (90,0,29,38,10,7200,NULL,NULL,NULL,NULL,''),
1450 (109,0,45,55,10,7200,NULL,NULL,NULL,NULL,''),
1451 (129,0,37,46,10,7200,NULL,NULL,NULL,NULL,''),
1452 (189,0,34,45,10,7200,NULL,NULL,NULL,NULL,''),
1453 (209,0,44,54,10,7200,NULL,NULL,NULL,NULL,''),
1454 (229,0,58,0,10,120000,78.5083,-225.044,49.839,5.1,''),
1455 (230,0,52,0,5,7200,NULL,NULL,NULL,NULL,''),
1456 (249,0,60,0,40,432000,NULL,NULL,NULL,NULL,''),
1457 (289,0,57,0,5,7200,NULL,NULL,NULL,NULL,''),
1458 (309,0,60,0,20,259200,NULL,NULL,NULL,NULL,''),
1459 (329,0,58,60,5,7200,NULL,NULL,NULL,NULL,''),
1460 (349,0,46,55,10,7200,NULL,NULL,NULL,NULL,''),
1461 (389,0,13,18,10,7200,NULL,NULL,NULL,NULL,''),
1462 (409,0,60,0,40,604800,NULL,NULL,NULL,NULL,''),
1463 (429,0,55,60,5,7200,NULL,NULL,NULL,NULL,''),
1464 (469,0,60,0,40,604800,NULL,NULL,NULL,NULL,''),
1465 (509,0,60,0,20,259200,NULL,NULL,NULL,NULL,''),
1466 (531,0,60,0,40,604800,NULL,NULL,NULL,NULL,''),
1467 (533,0,60,0,40,604800,NULL,NULL,NULL,NULL,'');
1468 /*!40000 ALTER TABLE `instance_template` ENABLE KEYS */;
1469 UNLOCK TABLES;
1472 -- Table structure for table `item_enchantment_template`
1475 DROP TABLE IF EXISTS `item_enchantment_template`;
1476 CREATE TABLE `item_enchantment_template` (
1477   `entry` mediumint(8) unsigned NOT NULL default '0',
1478   `ench` mediumint(8) unsigned NOT NULL default '0',
1479   `chance` float unsigned NOT NULL default '0',
1480   PRIMARY KEY  (`entry`,`ench`)
1481 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item Random Enchantment System';
1484 -- Dumping data for table `item_enchantment_template`
1487 LOCK TABLES `item_enchantment_template` WRITE;
1488 /*!40000 ALTER TABLE `item_enchantment_template` DISABLE KEYS */;
1489 /*!40000 ALTER TABLE `item_enchantment_template` ENABLE KEYS */;
1490 UNLOCK TABLES;
1493 -- Table structure for table `item_loot_template`
1496 DROP TABLE IF EXISTS `item_loot_template`;
1497 CREATE TABLE `item_loot_template` (
1498   `entry` mediumint(8) unsigned NOT NULL default '0',
1499   `item` mediumint(8) unsigned NOT NULL default '0',
1500   `ChanceOrQuestChance` float NOT NULL default '100',
1501   `groupid` tinyint(3) unsigned NOT NULL default '0',
1502   `mincountOrRef` mediumint(9) NOT NULL default '1',
1503   `maxcount` tinyint(3) unsigned NOT NULL default '1',
1504   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
1505   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
1506   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
1507   PRIMARY KEY  (`entry`,`item`)
1508 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
1511 -- Dumping data for table `item_loot_template`
1514 LOCK TABLES `item_loot_template` WRITE;
1515 /*!40000 ALTER TABLE `item_loot_template` DISABLE KEYS */;
1516 /*!40000 ALTER TABLE `item_loot_template` ENABLE KEYS */;
1517 UNLOCK TABLES;
1520 -- Table structure for table `item_template`
1523 DROP TABLE IF EXISTS `item_template`;
1524 CREATE TABLE `item_template` (
1525   `entry` mediumint(8) unsigned NOT NULL default '0',
1526   `class` tinyint(3) unsigned NOT NULL default '0',
1527   `subclass` tinyint(3) unsigned NOT NULL default '0',
1528   `unk0` int(11) NOT NULL default '-1',
1529   `name` varchar(255) NOT NULL default '',
1530   `displayid` mediumint(8) unsigned NOT NULL default '0',
1531   `Quality` tinyint(3) unsigned NOT NULL default '0',
1532   `Flags` int(10) unsigned NOT NULL default '0',
1533   `BuyCount` tinyint(3) unsigned NOT NULL default '1',
1534   `BuyPrice` int(10) unsigned NOT NULL default '0',
1535   `SellPrice` int(10) unsigned NOT NULL default '0',
1536   `InventoryType` tinyint(3) unsigned NOT NULL default '0',
1537   `AllowableClass` mediumint(9) NOT NULL default '-1',
1538   `AllowableRace` mediumint(9) NOT NULL default '-1',
1539   `ItemLevel` tinyint(3) unsigned NOT NULL default '0',
1540   `RequiredLevel` tinyint(3) unsigned NOT NULL default '0',
1541   `RequiredSkill` smallint(5) unsigned NOT NULL default '0',
1542   `RequiredSkillRank` smallint(5) unsigned NOT NULL default '0',
1543   `requiredspell` mediumint(8) unsigned NOT NULL default '0',
1544   `requiredhonorrank` mediumint(8) unsigned NOT NULL default '0',
1545   `RequiredCityRank` mediumint(8) unsigned NOT NULL default '0',
1546   `RequiredReputationFaction` smallint(5) unsigned NOT NULL default '0',
1547   `RequiredReputationRank` smallint(5) unsigned NOT NULL default '0',
1548   `maxcount` smallint(5) unsigned NOT NULL default '0',
1549   `stackable` smallint(5) unsigned NOT NULL default '1',
1550   `ContainerSlots` tinyint(3) unsigned NOT NULL default '0',
1551   `stat_type1` tinyint(3) unsigned NOT NULL default '0',
1552   `stat_value1` smallint(6) NOT NULL default '0',
1553   `stat_type2` tinyint(3) unsigned NOT NULL default '0',
1554   `stat_value2` smallint(6) NOT NULL default '0',
1555   `stat_type3` tinyint(3) unsigned NOT NULL default '0',
1556   `stat_value3` smallint(6) NOT NULL default '0',
1557   `stat_type4` tinyint(3) unsigned NOT NULL default '0',
1558   `stat_value4` smallint(6) NOT NULL default '0',
1559   `stat_type5` tinyint(3) unsigned NOT NULL default '0',
1560   `stat_value5` smallint(6) NOT NULL default '0',
1561   `stat_type6` tinyint(3) unsigned NOT NULL default '0',
1562   `stat_value6` smallint(6) NOT NULL default '0',
1563   `stat_type7` tinyint(3) unsigned NOT NULL default '0',
1564   `stat_value7` smallint(6) NOT NULL default '0',
1565   `stat_type8` tinyint(3) unsigned NOT NULL default '0',
1566   `stat_value8` smallint(6) NOT NULL default '0',
1567   `stat_type9` tinyint(3) unsigned NOT NULL default '0',
1568   `stat_value9` smallint(6) NOT NULL default '0',
1569   `stat_type10` tinyint(3) unsigned NOT NULL default '0',
1570   `stat_value10` smallint(6) NOT NULL default '0',
1571   `dmg_min1` float NOT NULL default '0',
1572   `dmg_max1` float NOT NULL default '0',
1573   `dmg_type1` tinyint(3) unsigned NOT NULL default '0',
1574   `dmg_min2` float NOT NULL default '0',
1575   `dmg_max2` float NOT NULL default '0',
1576   `dmg_type2` tinyint(3) unsigned NOT NULL default '0',
1577   `dmg_min3` float NOT NULL default '0',
1578   `dmg_max3` float NOT NULL default '0',
1579   `dmg_type3` tinyint(3) unsigned NOT NULL default '0',
1580   `dmg_min4` float NOT NULL default '0',
1581   `dmg_max4` float NOT NULL default '0',
1582   `dmg_type4` tinyint(3) unsigned NOT NULL default '0',
1583   `dmg_min5` float NOT NULL default '0',
1584   `dmg_max5` float NOT NULL default '0',
1585   `dmg_type5` tinyint(3) unsigned NOT NULL default '0',
1586   `armor` smallint(5) unsigned NOT NULL default '0',
1587   `holy_res` tinyint(3) unsigned NOT NULL default '0',
1588   `fire_res` tinyint(3) unsigned NOT NULL default '0',
1589   `nature_res` tinyint(3) unsigned NOT NULL default '0',
1590   `frost_res` tinyint(3) unsigned NOT NULL default '0',
1591   `shadow_res` tinyint(3) unsigned NOT NULL default '0',
1592   `arcane_res` tinyint(3) unsigned NOT NULL default '0',
1593   `delay` smallint(5) unsigned NOT NULL default '1000',
1594   `ammo_type` tinyint(3) unsigned NOT NULL default '0',
1595   `RangedModRange` float NOT NULL default '0',
1596   `spellid_1` mediumint(8) unsigned NOT NULL default '0',
1597   `spelltrigger_1` tinyint(3) unsigned NOT NULL default '0',
1598   `spellcharges_1` tinyint(4) NOT NULL default '0',
1599   `spellppmRate_1` float NOT NULL default '0',
1600   `spellcooldown_1` int(11) NOT NULL default '-1',
1601   `spellcategory_1` smallint(5) unsigned NOT NULL default '0',
1602   `spellcategorycooldown_1` int(11) NOT NULL default '-1',
1603   `spellid_2` mediumint(8) unsigned NOT NULL default '0',
1604   `spelltrigger_2` tinyint(3) unsigned NOT NULL default '0',
1605   `spellcharges_2` tinyint(4) NOT NULL default '0',
1606   `spellppmRate_2` float NOT NULL default '0',
1607   `spellcooldown_2` int(11) NOT NULL default '-1',
1608   `spellcategory_2` smallint(5) unsigned NOT NULL default '0',
1609   `spellcategorycooldown_2` int(11) NOT NULL default '-1',
1610   `spellid_3` mediumint(8) unsigned NOT NULL default '0',
1611   `spelltrigger_3` tinyint(3) unsigned NOT NULL default '0',
1612   `spellcharges_3` tinyint(4) NOT NULL default '0',
1613   `spellppmRate_3` float NOT NULL default '0',
1614   `spellcooldown_3` int(11) NOT NULL default '-1',
1615   `spellcategory_3` smallint(5) unsigned NOT NULL default '0',
1616   `spellcategorycooldown_3` int(11) NOT NULL default '-1',
1617   `spellid_4` mediumint(8) unsigned NOT NULL default '0',
1618   `spelltrigger_4` tinyint(3) unsigned NOT NULL default '0',
1619   `spellcharges_4` tinyint(4) NOT NULL default '0',
1620   `spellppmRate_4` float NOT NULL default '0',
1621   `spellcooldown_4` int(11) NOT NULL default '-1',
1622   `spellcategory_4` smallint(5) unsigned NOT NULL default '0',
1623   `spellcategorycooldown_4` int(11) NOT NULL default '-1',
1624   `spellid_5` mediumint(8) unsigned NOT NULL default '0',
1625   `spelltrigger_5` tinyint(3) unsigned NOT NULL default '0',
1626   `spellcharges_5` tinyint(4) NOT NULL default '0',
1627   `spellppmRate_5` float NOT NULL default '0',
1628   `spellcooldown_5` int(11) NOT NULL default '-1',
1629   `spellcategory_5` smallint(5) unsigned NOT NULL default '0',
1630   `spellcategorycooldown_5` int(11) NOT NULL default '-1',
1631   `bonding` tinyint(3) unsigned NOT NULL default '0',
1632   `description` varchar(255) NOT NULL default '',
1633   `PageText` mediumint(8) unsigned NOT NULL default '0',
1634   `LanguageID` tinyint(3) unsigned NOT NULL default '0',
1635   `PageMaterial` tinyint(3) unsigned NOT NULL default '0',
1636   `startquest` mediumint(8) unsigned NOT NULL default '0',
1637   `lockid` mediumint(8) unsigned NOT NULL default '0',
1638   `Material` tinyint(4) NOT NULL default '0',
1639   `sheath` tinyint(3) unsigned NOT NULL default '0',
1640   `RandomProperty` mediumint(8) unsigned NOT NULL default '0',
1641   `RandomSuffix` mediumint(8) unsigned NOT NULL default '0',
1642   `block` mediumint(8) unsigned NOT NULL default '0',
1643   `itemset` mediumint(8) unsigned NOT NULL default '0',
1644   `MaxDurability` smallint(5) unsigned NOT NULL default '0',
1645   `area` mediumint(8) unsigned NOT NULL default '0',
1646   `Map` smallint(6) NOT NULL default '0',
1647   `BagFamily` mediumint(9) NOT NULL default '0',
1648   `TotemCategory` tinyint(4) NOT NULL default '0',
1649   `socketColor_1` tinyint(4) NOT NULL default '0',
1650   `socketContent_1` mediumint(9) NOT NULL default '0',
1651   `socketColor_2` tinyint(4) NOT NULL default '0',
1652   `socketContent_2` mediumint(9) NOT NULL default '0',
1653   `socketColor_3` tinyint(4) NOT NULL default '0',
1654   `socketContent_3` mediumint(9) NOT NULL default '0',
1655   `socketBonus` mediumint(9) NOT NULL default '0',
1656   `GemProperties` mediumint(9) NOT NULL default '0',
1657   `RequiredDisenchantSkill` smallint(6) NOT NULL default '-1',
1658   `ArmorDamageModifier` float NOT NULL default '0',
1659   `ScriptName` varchar(64) NOT NULL default '',
1660   `DisenchantID` mediumint(8) unsigned NOT NULL default '0',
1661   `FoodType` tinyint(3) unsigned NOT NULL default '0',
1662   `minMoneyLoot` int(10) unsigned NOT NULL default '0',
1663   `maxMoneyLoot` int(10) unsigned NOT NULL default '0',
1664   `Duration` int(11) NOT NULL default '0' COMMENT 'Duration in seconds. Negative value means realtime, postive value ingame time',
1665   PRIMARY KEY  (`entry`),
1666   KEY `items_index` (`class`)
1667 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item System';
1670 -- Dumping data for table `item_template`
1673 LOCK TABLES `item_template` WRITE;
1674 /*!40000 ALTER TABLE `item_template` DISABLE KEYS */;
1675 INSERT INTO `item_template` VALUES
1676 (25,2,7,-1,'Worn Shortsword',1542,1,0,1,35,7,21,32767,511,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,1,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1677 (35,2,10,-1,'Bent Staff',472,1,0,1,47,9,17,2047,255,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,2,2,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1678 (36,2,4,-1,'Worn Mace',5194,1,0,1,38,7,21,2047,255,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1900,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,2,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1679 (37,2,0,-1,'Worn Axe',14029,1,0,1,38,7,21,2047,255,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,3,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1680 (38,4,0,-1,'Recruit\'s Shirt',9891,1,0,1,1,1,4,-1,-1,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1681 (39,4,1,-1,'Recruit\'s Pants',9892,0,0,1,5,1,7,32767,511,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1682 (40,4,0,-1,'Recruit\'s Boots',10141,1,0,1,4,1,8,32767,511,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1683 (43,4,0,-1,'Squire\'s Boots',9938,1,0,1,4,1,8,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1684 (44,4,1,-1,'Squire\'s Pants',9937,0,0,1,4,1,7,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1685 (45,4,0,-1,'Squire\'s Shirt',3265,1,0,1,1,1,4,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1686 (47,4,0,-1,'Footpad\'s Shoes',9915,1,0,1,4,1,8,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1687 (48,4,1,-1,'Footpad\'s Pants',9913,0,0,1,4,1,7,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1688 (49,4,0,-1,'Footpad\'s Shirt',9906,1,0,1,1,1,4,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1689 (51,4,0,-1,'Neophyte\'s Boots',9946,1,0,1,5,1,8,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1690 (52,4,1,-1,'Neophyte\'s Pants',9945,0,0,1,5,1,7,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1691 (53,4,0,-1,'Neophyte\'s Shirt',9944,1,0,1,1,1,4,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1692 (55,4,0,-1,'Apprentice\'s Boots',9929,1,0,1,5,1,8,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1693 (56,4,1,-1,'Apprentice\'s Robe',12647,0,0,1,5,1,20,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1694 (57,4,1,-1,'Acolyte\'s Robe',12645,0,0,1,5,1,20,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1695 (59,4,0,-1,'Acolyte\'s Shoes',3261,1,0,1,5,1,8,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1696 (117,0,0,-1,'Tough Jerky',2473,1,0,6,25,1,0,2047,255,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,433,0,-1,0,-1,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1697 (120,4,1,-1,'Thug Pants',10006,0,0,1,4,1,7,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1698 (121,4,0,-1,'Thug Boots',10008,1,0,1,4,1,8,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1699 (127,4,0,-1,'Trapper\'s Shirt',9996,1,0,1,1,1,4,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1700 (139,4,1,-1,'Brawler\'s Pants',9988,0,0,1,4,1,7,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1701 (140,4,0,-1,'Brawler\'s Boots',9992,1,0,1,4,1,8,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1702 (147,4,1,-1,'Rugged Trapper\'s Pants',9975,0,0,1,5,1,7,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1703 (148,4,0,-1,'Rugged Trapper\'s Shirt',9976,1,0,1,1,1,4,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1704 (153,4,2,-1,'Primitive Kilt',10050,0,0,1,5,1,7,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1705 (154,4,0,-1,'Primitive Mantle',10058,1,0,1,1,1,4,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1706 (159,0,0,-1,'Refreshing Spring Water',18084,1,0,6,25,1,0,2047,255,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,430,0,-1,0,-1,59,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1707 (1395,4,1,-1,'Apprentice\'s Pants',9924,0,0,1,5,1,7,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1708 (1396,4,1,-1,'Acolyte\'s Pants',3260,0,0,1,4,1,7,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1709 (2070,0,0,-1,'Darnassian Bleu',6353,1,0,6,25,1,0,2047,255,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,433,0,-1,0,-1,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1710 (2092,2,15,-1,'Worn Dagger',6442,1,0,1,35,7,13,2047,255,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1600,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,3,0,0,0,0,16,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1711 (2101,1,2,-1,'Light Quiver',21328,1,0,1,4,1,18,2047,255,1,1,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,14824,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1712 (2102,1,3,-1,'Small Ammo Pouch',1816,1,0,1,4,1,18,2047,255,1,1,0,0,0,0,0,0,0,0,1,6,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,14824,1,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1713 (2105,4,0,-1,'Thug Shirt',10005,1,0,1,5,1,4,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1714 (2361,2,5,-1,'Battleworn Hammer',8690,1,0,1,45,9,17,2047,255,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,2,1,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1715 (2362,4,6,-1,'Worn Wooden Shield',18730,0,0,1,7,1,14,32767,511,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,4,0,0,1,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1716 (2504,2,2,-1,'Worn Shortbow',8106,1,0,1,29,5,15,2047,255,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2300,2,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,2,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1717 (2508,2,3,-1,'Old Blunderbuss',6606,1,0,1,27,5,26,2047,255,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2300,3,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1718 (2512,6,2,-1,'Rough Arrow',5996,1,0,1,10,0,24,2047,255,5,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1719 (2516,6,3,-1,'Light Shot',5998,1,0,1,10,0,24,2047,255,5,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,2,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,2,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1720 (2947,2,16,-1,'Small Throwing Knife',16754,1,0,1,15,0,25,2047,255,3,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,4,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1721 (3661,2,10,-1,'Handcrafted Staff',18530,1,0,1,45,9,17,2047,255,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,2,2,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1722 (4536,0,0,-1,'Shiny Red Apple',6410,1,0,6,25,1,0,2047,255,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,433,0,-1,0,-1,11,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1723 (4540,0,0,-1,'Tough Hunk of Bread',6399,1,0,6,25,1,0,2047,255,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,433,0,-1,0,-1,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1724 (4604,0,0,-1,'Forest Mushroom Cap',15852,1,0,6,25,1,0,2047,255,5,1,0,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,433,0,-1,0,-1,11,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1725 (6096,4,0,-1,'Apprentice\'s Shirt',2163,1,0,1,1,1,4,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1726 (6097,4,0,-1,'Acolyte\'s Shirt',2470,1,0,1,1,1,4,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1727 (6098,4,1,-1,'Neophyte\'s Robe',12679,0,0,1,4,1,20,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1728 (6119,4,1,-1,'Neophyte\'s Robe',12681,0,0,1,4,1,20,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1729 (6123,4,1,-1,'Novice\'s Robe',12683,0,0,1,4,1,20,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1730 (6124,4,1,-1,'Novice\'s Pants',9987,0,0,1,5,1,7,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1731 (6125,4,0,-1,'Brawler\'s Harness',9995,1,0,1,1,1,4,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1732 (6126,4,1,-1,'Trapper\'s Pants',10002,0,0,1,5,1,7,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1733 (6127,4,0,-1,'Trapper\'s Boots',10003,1,0,1,5,1,8,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1734 (6129,4,1,-1,'Acolyte\'s Robe',12646,0,0,1,5,1,20,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1735 (6134,4,0,-1,'Primitive Mantle',10108,1,0,1,1,1,4,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1736 (6135,4,2,-1,'Primitive Kilt',10109,0,0,1,5,1,7,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,14,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,8,0,0,0,0,0,30,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1737 (6139,4,1,-1,'Novice\'s Robe',12684,0,0,1,4,1,20,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1738 (6140,4,1,-1,'Apprentice\'s Robe',12649,0,0,1,4,1,20,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1739 (6144,4,1,-1,'Neophyte\'s Robe',12680,0,0,1,5,1,20,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,7,0,0,0,0,0,35,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1740 (6948,15,0,-1,'Hearthstone',6418,1,64,1,0,0,0,32767,511,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,8690,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,'',0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1741 (12282,2,1,-1,'Worn Battleaxe',22291,1,0,1,43,8,17,2047,255,2,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,3,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2900,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,1,0,0,0,0,25,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1742 (14646,12,0,-1,'Northshire Gift Voucher',18499,1,0,1,0,0,0,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,5805,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1743 (14647,12,0,-1,'Coldridge Valley Gift Voucher',18499,1,0,1,0,0,0,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,5841,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1744 (14648,12,0,-1,'Shadowglen Gift Voucher',18499,1,0,1,0,0,0,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,5842,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1745 (14649,12,0,-1,'Valley of Trials Gift Voucher',18499,1,0,1,0,0,0,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,5843,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1746 (14650,12,0,-1,'Camp Narache Gift Voucher',18499,1,0,1,0,0,0,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,5844,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1747 (14651,12,0,-1,'Deathknell Gift Voucher',18499,1,0,1,0,0,0,2047,255,1,1,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1000,0,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,4,'',0,0,0,5847,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0),
1748 (25861,2,16,-1,'Crude Throwing Axe',20777,1,0,1,15,0,25,2047,255,3,1,0,0,0,0,0,0,0,0,200,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,3,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,2000,4,0,0,0,0,0,-1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,'internalItemHandler',0,0,0,0,0);
1749 /*!40000 ALTER TABLE `item_template` ENABLE KEYS */;
1750 UNLOCK TABLES;
1753 -- Table structure for table `locales_creature`
1756 DROP TABLE IF EXISTS `locales_creature`;
1757 CREATE TABLE `locales_creature` (
1758   `entry` mediumint(8) unsigned NOT NULL default '0',
1759   `name_loc1` varchar(100) NOT NULL default '',
1760   `name_loc2` varchar(100) NOT NULL default '',
1761   `name_loc3` varchar(100) NOT NULL default '',
1762   `name_loc4` varchar(100) NOT NULL default '',
1763   `name_loc5` varchar(100) NOT NULL default '',
1764   `name_loc6` varchar(100) NOT NULL default '',
1765   `name_loc7` varchar(100) NOT NULL default '',
1766   `name_loc8` varchar(100) NOT NULL default '',
1767   `subname_loc1` varchar(100) default NULL,
1768   `subname_loc2` varchar(100) default NULL,
1769   `subname_loc3` varchar(100) default NULL,
1770   `subname_loc4` varchar(100) default NULL,
1771   `subname_loc5` varchar(100) default NULL,
1772   `subname_loc6` varchar(100) default NULL,
1773   `subname_loc7` varchar(100) default NULL,
1774   `subname_loc8` varchar(100) default NULL,
1775   PRIMARY KEY  (`entry`)
1776 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1779 -- Dumping data for table `locales_creature`
1782 LOCK TABLES `locales_creature` WRITE;
1783 /*!40000 ALTER TABLE `locales_creature` DISABLE KEYS */;
1784 /*!40000 ALTER TABLE `locales_creature` ENABLE KEYS */;
1785 UNLOCK TABLES;
1788 -- Table structure for table `locales_gameobject`
1791 DROP TABLE IF EXISTS `locales_gameobject`;
1792 CREATE TABLE `locales_gameobject` (
1793   `entry` mediumint(8) unsigned NOT NULL default '0',
1794   `name_loc1` varchar(100) NOT NULL default '',
1795   `name_loc2` varchar(100) NOT NULL default '',
1796   `name_loc3` varchar(100) NOT NULL default '',
1797   `name_loc4` varchar(100) NOT NULL default '',
1798   `name_loc5` varchar(100) NOT NULL default '',
1799   `name_loc6` varchar(100) NOT NULL default '',
1800   `name_loc7` varchar(100) NOT NULL default '',
1801   `name_loc8` varchar(100) NOT NULL default '',
1802   `castbarcaption_loc1` varchar(100) NOT NULL default '',
1803   `castbarcaption_loc2` varchar(100) NOT NULL default '',
1804   `castbarcaption_loc3` varchar(100) NOT NULL default '',
1805   `castbarcaption_loc4` varchar(100) NOT NULL default '',
1806   `castbarcaption_loc5` varchar(100) NOT NULL default '',
1807   `castbarcaption_loc6` varchar(100) NOT NULL default '',
1808   `castbarcaption_loc7` varchar(100) NOT NULL default '',
1809   `castbarcaption_loc8` varchar(100) NOT NULL default '',
1810   PRIMARY KEY  (`entry`)
1811 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1814 -- Dumping data for table `locales_gameobject`
1817 LOCK TABLES `locales_gameobject` WRITE;
1818 /*!40000 ALTER TABLE `locales_gameobject` DISABLE KEYS */;
1819 /*!40000 ALTER TABLE `locales_gameobject` ENABLE KEYS */;
1820 UNLOCK TABLES;
1823 -- Table structure for table `locales_item`
1826 DROP TABLE IF EXISTS `locales_item`;
1827 CREATE TABLE `locales_item` (
1828   `entry` mediumint(8) unsigned NOT NULL default '0',
1829   `name_loc1` varchar(100) NOT NULL default '',
1830   `name_loc2` varchar(100) NOT NULL default '',
1831   `name_loc3` varchar(100) NOT NULL default '',
1832   `name_loc4` varchar(100) NOT NULL default '',
1833   `name_loc5` varchar(100) NOT NULL default '',
1834   `name_loc6` varchar(100) NOT NULL default '',
1835   `name_loc7` varchar(100) NOT NULL default '',
1836   `name_loc8` varchar(100) NOT NULL default '',
1837   `description_loc1` varchar(255) default NULL,
1838   `description_loc2` varchar(255) default NULL,
1839   `description_loc3` varchar(255) default NULL,
1840   `description_loc4` varchar(255) default NULL,
1841   `description_loc5` varchar(255) default NULL,
1842   `description_loc6` varchar(255) default NULL,
1843   `description_loc7` varchar(255) default NULL,
1844   `description_loc8` varchar(255) default NULL,
1845   PRIMARY KEY  (`entry`)
1846 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1849 -- Dumping data for table `locales_item`
1852 LOCK TABLES `locales_item` WRITE;
1853 /*!40000 ALTER TABLE `locales_item` DISABLE KEYS */;
1854 /*!40000 ALTER TABLE `locales_item` ENABLE KEYS */;
1855 UNLOCK TABLES;
1859 -- Table structure for table `locales_npc_option`
1862 DROP TABLE IF EXISTS `locales_npc_option`;
1863 CREATE TABLE `locales_npc_option` (
1864   `entry` mediumint(8) unsigned NOT NULL default '0',
1865   `option_text_loc1` text,
1866   `option_text_loc2` text,
1867   `option_text_loc3` text,
1868   `option_text_loc4` text,
1869   `option_text_loc5` text,
1870   `option_text_loc6` text,
1871   `option_text_loc7` text,
1872   `option_text_loc8` text,
1873   `box_text_loc1` text,
1874   `box_text_loc2` text,
1875   `box_text_loc3` text,
1876   `box_text_loc4` text,
1877   `box_text_loc5` text,
1878   `box_text_loc6` text,
1879   `box_text_loc7` text,
1880   `box_text_loc8` text,
1881   PRIMARY KEY  (`entry`)
1882 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1885 -- Dumping data for table `locales_npc_option`
1888 LOCK TABLES `locales_npc_option` WRITE;
1889 /*!40000 ALTER TABLE `locales_npc_option` DISABLE KEYS */;
1890 /*!40000 ALTER TABLE `locales_npc_option` ENABLE KEYS */;
1891 UNLOCK TABLES;
1894 -- Table structure for table `locales_npc_text`
1897 DROP TABLE IF EXISTS `locales_npc_text`;
1898 CREATE TABLE `locales_npc_text` (
1899   `entry` mediumint(8) unsigned NOT NULL default '0',
1900   `Text0_0_loc1` longtext,
1901   `Text0_0_loc2` longtext,
1902   `Text0_0_loc3` longtext,
1903   `Text0_0_loc4` longtext,
1904   `Text0_0_loc5` longtext,
1905   `Text0_0_loc6` longtext,
1906   `Text0_0_loc7` longtext,
1907   `Text0_0_loc8` longtext,
1908   `Text0_1_loc1` longtext,
1909   `Text0_1_loc2` longtext,
1910   `Text0_1_loc3` longtext,
1911   `Text0_1_loc4` longtext,
1912   `Text0_1_loc5` longtext,
1913   `Text0_1_loc6` longtext,
1914   `Text0_1_loc7` longtext,
1915   `Text0_1_loc8` longtext,
1916   `Text1_0_loc1` longtext,
1917   `Text1_0_loc2` longtext,
1918   `Text1_0_loc3` longtext,
1919   `Text1_0_loc4` longtext,
1920   `Text1_0_loc5` longtext,
1921   `Text1_0_loc6` longtext,
1922   `Text1_0_loc7` longtext,
1923   `Text1_0_loc8` longtext,
1924   `Text1_1_loc1` longtext,
1925   `Text1_1_loc2` longtext,
1926   `Text1_1_loc3` longtext,
1927   `Text1_1_loc4` longtext,
1928   `Text1_1_loc5` longtext,
1929   `Text1_1_loc6` longtext,
1930   `Text1_1_loc7` longtext,
1931   `Text1_1_loc8` longtext,
1932   `Text2_0_loc1` longtext,
1933   `Text2_0_loc2` longtext,
1934   `Text2_0_loc3` longtext,
1935   `Text2_0_loc4` longtext,
1936   `Text2_0_loc5` longtext,
1937   `Text2_0_loc6` longtext,
1938   `Text2_0_loc7` longtext,
1939   `Text2_0_loc8` longtext,
1940   `Text2_1_loc1` longtext,
1941   `Text2_1_loc2` longtext,
1942   `Text2_1_loc3` longtext,
1943   `Text2_1_loc4` longtext,
1944   `Text2_1_loc5` longtext,
1945   `Text2_1_loc6` longtext,
1946   `Text2_1_loc7` longtext,
1947   `Text2_1_loc8` longtext,
1948   `Text3_0_loc1` longtext,
1949   `Text3_0_loc2` longtext,
1950   `Text3_0_loc3` longtext,
1951   `Text3_0_loc4` longtext,
1952   `Text3_0_loc5` longtext,
1953   `Text3_0_loc6` longtext,
1954   `Text3_0_loc7` longtext,
1955   `Text3_0_loc8` longtext,
1956   `Text3_1_loc1` longtext,
1957   `Text3_1_loc2` longtext,
1958   `Text3_1_loc3` longtext,
1959   `Text3_1_loc4` longtext,
1960   `Text3_1_loc5` longtext,
1961   `Text3_1_loc6` longtext,
1962   `Text3_1_loc7` longtext,
1963   `Text3_1_loc8` longtext,
1964   `Text4_0_loc1` longtext,
1965   `Text4_0_loc2` longtext,
1966   `Text4_0_loc3` longtext,
1967   `Text4_0_loc4` longtext,
1968   `Text4_0_loc5` longtext,
1969   `Text4_0_loc6` longtext,
1970   `Text4_0_loc7` longtext,
1971   `Text4_0_loc8` longtext,
1972   `Text4_1_loc1` longtext,
1973   `Text4_1_loc2` longtext,
1974   `Text4_1_loc3` longtext,
1975   `Text4_1_loc4` longtext,
1976   `Text4_1_loc5` longtext,
1977   `Text4_1_loc6` longtext,
1978   `Text4_1_loc7` longtext,
1979   `Text4_1_loc8` longtext,
1980   `Text5_0_loc1` longtext,
1981   `Text5_0_loc2` longtext,
1982   `Text5_0_loc3` longtext,
1983   `Text5_0_loc4` longtext,
1984   `Text5_0_loc5` longtext,
1985   `Text5_0_loc6` longtext,
1986   `Text5_0_loc7` longtext,
1987   `Text5_0_loc8` longtext,
1988   `Text5_1_loc1` longtext,
1989   `Text5_1_loc2` longtext,
1990   `Text5_1_loc3` longtext,
1991   `Text5_1_loc4` longtext,
1992   `Text5_1_loc5` longtext,
1993   `Text5_1_loc6` longtext,
1994   `Text5_1_loc7` longtext,
1995   `Text5_1_loc8` longtext,
1996   `Text6_0_loc1` longtext,
1997   `Text6_0_loc2` longtext,
1998   `Text6_0_loc3` longtext,
1999   `Text6_0_loc4` longtext,
2000   `Text6_0_loc5` longtext,
2001   `Text6_0_loc6` longtext,
2002   `Text6_0_loc7` longtext,
2003   `Text6_0_loc8` longtext,
2004   `Text6_1_loc1` longtext,
2005   `Text6_1_loc2` longtext,
2006   `Text6_1_loc3` longtext,
2007   `Text6_1_loc4` longtext,
2008   `Text6_1_loc5` longtext,
2009   `Text6_1_loc6` longtext,
2010   `Text6_1_loc7` longtext,
2011   `Text6_1_loc8` longtext,
2012   `Text7_0_loc1` longtext,
2013   `Text7_0_loc2` longtext,
2014   `Text7_0_loc3` longtext,
2015   `Text7_0_loc4` longtext,
2016   `Text7_0_loc5` longtext,
2017   `Text7_0_loc6` longtext,
2018   `Text7_0_loc7` longtext,
2019   `Text7_0_loc8` longtext,
2020   `Text7_1_loc1` longtext,
2021   `Text7_1_loc2` longtext,
2022   `Text7_1_loc3` longtext,
2023   `Text7_1_loc4` longtext,
2024   `Text7_1_loc5` longtext,
2025   `Text7_1_loc6` longtext,
2026   `Text7_1_loc7` longtext,
2027   `Text7_1_loc8` longtext,
2028   PRIMARY KEY  (`entry`)
2029 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2032 -- Dumping data for table `locales_npc_text`
2035 LOCK TABLES `locales_npc_text` WRITE;
2036 /*!40000 ALTER TABLE `locales_npc_text` DISABLE KEYS */;
2037 /*!40000 ALTER TABLE `locales_npc_text` ENABLE KEYS */;
2038 UNLOCK TABLES;
2041 -- Table structure for table `locales_page_text`
2044 DROP TABLE IF EXISTS `locales_page_text`;
2045 CREATE TABLE `locales_page_text` (
2046   `entry` mediumint(8) unsigned NOT NULL default '0',
2047   `Text_loc1` longtext,
2048   `Text_loc2` longtext,
2049   `Text_loc3` longtext,
2050   `Text_loc4` longtext,
2051   `Text_loc5` longtext,
2052   `Text_loc6` longtext,
2053   `Text_loc7` longtext,
2054   `Text_loc8` longtext,
2055   PRIMARY KEY  (`entry`)
2056 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2059 -- Dumping data for table `locales_page_text`
2062 LOCK TABLES `locales_page_text` WRITE;
2063 /*!40000 ALTER TABLE `locales_page_text` DISABLE KEYS */;
2064 /*!40000 ALTER TABLE `locales_page_text` ENABLE KEYS */;
2065 UNLOCK TABLES;
2068 -- Table structure for table `locales_quest`
2071 DROP TABLE IF EXISTS `locales_quest`;
2072 CREATE TABLE `locales_quest` (
2073   `entry` mediumint(8) unsigned NOT NULL default '0',
2074   `Title_loc1` text,
2075   `Title_loc2` text,
2076   `Title_loc3` text,
2077   `Title_loc4` text,
2078   `Title_loc5` text,
2079   `Title_loc6` text,
2080   `Title_loc7` text,
2081   `Title_loc8` text,
2082   `Details_loc1` text,
2083   `Details_loc2` text,
2084   `Details_loc3` text,
2085   `Details_loc4` text,
2086   `Details_loc5` text,
2087   `Details_loc6` text,
2088   `Details_loc7` text,
2089   `Details_loc8` text,
2090   `Objectives_loc1` text,
2091   `Objectives_loc2` text,
2092   `Objectives_loc3` text,
2093   `Objectives_loc4` text,
2094   `Objectives_loc5` text,
2095   `Objectives_loc6` text,
2096   `Objectives_loc7` text,
2097   `Objectives_loc8` text,
2098   `OfferRewardText_loc1` text,
2099   `OfferRewardText_loc2` text,
2100   `OfferRewardText_loc3` text,
2101   `OfferRewardText_loc4` text,
2102   `OfferRewardText_loc5` text,
2103   `OfferRewardText_loc6` text,
2104   `OfferRewardText_loc7` text,
2105   `OfferRewardText_loc8` text,
2106   `RequestItemsText_loc1` text,
2107   `RequestItemsText_loc2` text,
2108   `RequestItemsText_loc3` text,
2109   `RequestItemsText_loc4` text,
2110   `RequestItemsText_loc5` text,
2111   `RequestItemsText_loc6` text,
2112   `RequestItemsText_loc7` text,
2113   `RequestItemsText_loc8` text,
2114   `EndText_loc1` text,
2115   `EndText_loc2` text,
2116   `EndText_loc3` text,
2117   `EndText_loc4` text,
2118   `EndText_loc5` text,
2119   `EndText_loc6` text,
2120   `EndText_loc7` text,
2121   `EndText_loc8` text,
2122   `ObjectiveText1_loc1` text,
2123   `ObjectiveText1_loc2` text,
2124   `ObjectiveText1_loc3` text,
2125   `ObjectiveText1_loc4` text,
2126   `ObjectiveText1_loc5` text,
2127   `ObjectiveText1_loc6` text,
2128   `ObjectiveText1_loc7` text,
2129   `ObjectiveText1_loc8` text,
2130   `ObjectiveText2_loc1` text,
2131   `ObjectiveText2_loc2` text,
2132   `ObjectiveText2_loc3` text,
2133   `ObjectiveText2_loc4` text,
2134   `ObjectiveText2_loc5` text,
2135   `ObjectiveText2_loc6` text,
2136   `ObjectiveText2_loc7` text,
2137   `ObjectiveText2_loc8` text,
2138   `ObjectiveText3_loc1` text,
2139   `ObjectiveText3_loc2` text,
2140   `ObjectiveText3_loc3` text,
2141   `ObjectiveText3_loc4` text,
2142   `ObjectiveText3_loc5` text,
2143   `ObjectiveText3_loc6` text,
2144   `ObjectiveText3_loc7` text,
2145   `ObjectiveText3_loc8` text,
2146   `ObjectiveText4_loc1` text,
2147   `ObjectiveText4_loc2` text,
2148   `ObjectiveText4_loc3` text,
2149   `ObjectiveText4_loc4` text,
2150   `ObjectiveText4_loc5` text,
2151   `ObjectiveText4_loc6` text,
2152   `ObjectiveText4_loc7` text,
2153   `ObjectiveText4_loc8` text,
2154   PRIMARY KEY  (`entry`)
2155 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2158 -- Dumping data for table `locales_quest`
2161 LOCK TABLES `locales_quest` WRITE;
2162 /*!40000 ALTER TABLE `locales_quest` DISABLE KEYS */;
2163 /*!40000 ALTER TABLE `locales_quest` ENABLE KEYS */;
2164 UNLOCK TABLES;
2167 -- Table structure for table `mangos_string`
2170 DROP TABLE IF EXISTS `mangos_string`;
2171 CREATE TABLE `mangos_string` (
2172   `entry` mediumint(8) unsigned NOT NULL default '0',
2173   `content_default` text NOT NULL,
2174   `content_loc1` text,
2175   `content_loc2` text,
2176   `content_loc3` text,
2177   `content_loc4` text,
2178   `content_loc5` text,
2179   `content_loc6` text,
2180   `content_loc7` text,
2181   `content_loc8` text,
2182   PRIMARY KEY  (`entry`)
2183 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2186 -- Dumping data for table `mangos_string`
2189 LOCK TABLES `mangos_string` WRITE;
2190 /*!40000 ALTER TABLE `mangos_string` DISABLE KEYS */;
2191 INSERT INTO `mangos_string` VALUES
2192 (1,'You should select a character or a creature.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2193 (2,'You should select a creature.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2194 (3,'|cffff0000[System Message]: %s|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2195 (4,'|cffff0000[Event Message]: %s|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2196 (5,'There is no help for that command',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2197 (6,'There is no such command',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2198 (7,'There is no such subcommand',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2199 (8,'Command %s have subcommands:%s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2200 (9,'Commands available to you:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2201 (10,'Incorrect syntax.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2202 (11,'Your account level is: %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2203 (12,'Online players: %u (max: %u) Queued players: %u (max: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2204 (13,'Server uptime: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2205 (14,'Player saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2206 (15,'All players saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2207 (16,'There are the following active GMs on this server:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2208 (17,'There are no GMs currently logged in on this server.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2209 (18,'Cannot do that while flying.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2210 (19,'Cannot do that in Battlegrounds.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2211 (20,'Target is flying you can\'t do that.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2212 (21,'%s is flying command failed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2213 (22,'You are not mounted so you can\'t dismount.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2214 (23,'Cannot do that while fighting.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2215 (24,'You used it recently.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2216 (25,'Password not changed (unknown error)!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2217 (26,'The password was changed',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2218 (27,'The new passwords do not match or the old password is wrong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2219 (28,'Your account is now locked.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2220 (29,'Your account is now unlocked.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2221 (30,', rank ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2222 (31,' [known]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2223 (32,' [learn]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2224 (33,' [passive]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2225 (34,' [talent]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2226 (35,' [active]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2227 (36,' [complete]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2228 (37,' (offline)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2229 (38,'on',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2230 (39,'off',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2231 (40,'You are: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2232 (41,'visible',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2233 (42,'invisible',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2234 (43,'done',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2235 (44,'You',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2236 (45,' <unknown> ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2237 (46,'<error>',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2238 (47,'<non-existing character>',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2239 (48,'UNKNOWN',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2240 (49,'You must be at least level %u to enter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2241 (50,'You must be at least level %u and have item %s to enter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2242 (51,'Hello! Ready for some training?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2243 (52,'Invaid item count (%u) for item %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2244 (53,'Mail can\'t have more %u item stacks',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2245 (54,'The new passwords do not match',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2246 (55,'Your password can\'t be longer than 16 characters (client limit), password not changed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2247 (56,'Current Message of the day: \r\n%s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2248 (57,'Using World DB: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2249 (58,'Using script library: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2250 (100,'Global notify: ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2251 (101,'Map: %u (%s) Zone: %u (%s) Area: %u (%s)\nX: %f Y: %f Z: %f Orientation: %f\ngrid[%u,%u]cell[%u,%u] InstanceID: %u\n ZoneX: %f ZoneY: %f\nGroundZ: %f FloorZ: %f Have height data (Map: %u VMap: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2252 (102,'%s is already being teleported.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2253 (103,'You can summon a player to your instance only if he is in your party with you as leader.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2254 (104,'You cannot go to the player\'s instance because you are in a party now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2255 (105,'You can go to the player\'s instance while not being in his party only if your GM mode is on.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2256 (106,'You can not go to player %s from instance to instance.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2257 (107,'You can not summon player %s from instance to instance.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2258 (108,'You are summoning %s%s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2259 (109,'You are being summoned by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2260 (110,'You are teleporting %s%s to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2261 (111,'You are being teleported by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2262 (112,'Player (%s) does not exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2263 (113,'Appearing at %s\'s location.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2264 (114,'%s is appearing to your location.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2265 (115,'Incorrect values.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2266 (116,'No character selected.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2267 (117,'%s is not in a group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2268 (118,'You changed HP of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2269 (119,'%s changed your HP to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2270 (120,'You changed MANA of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2271 (121,'%s changed your MANA to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2272 (122,'You changed ENERGY of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2273 (123,'%s changed your ENERGY to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2274 (124,'Current energy: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2275 (125,'You changed rage of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2276 (126,'%s changed your rage to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2277 (127,'You changed level of %s to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2278 (128,'GUID %i, faction is %i, flags is %i, npcflag is %i, DY flag is %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2279 (129,'Wrong faction: %u (not found in factiontemplate.dbc).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2280 (130,'You changed GUID=%i \'s Faction to %i, flags to %i, npcflag to %i, dyflag to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2281 (131,'You changed the spellflatid=%i, val= %i, mark =%i to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2282 (132,'%s changed your spellflatid=%i, val= %i, mark =%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2283 (133,'%s has access to all taxi nodes now (until logout).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2284 (134,'%s has no more access to all taxi nodes now (only visited accessible).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2285 (135,'%s has given you access to all taxi nodes (until logout).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2286 (136,'%s has removed access to all taxi nodes (only visited still accessible).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2287 (137,'You set all speeds to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2288 (138,'%s set all your speeds to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2289 (139,'You set the speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2290 (140,'%s set your speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2291 (141,'You set the swim speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2292 (142,'%s set your swim speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2293 (143,'You set the backwards run speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2294 (144,'%s set your backwards run speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2295 (145,'You set the fly speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2296 (146,'%s set your fly speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2297 (147,'You set the size %2.2f of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2298 (148,'%s set your size to %2.2f.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2299 (149,'There is no such mount.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2300 (150,'You give a mount to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2301 (151,'%s gave you a mount.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2302 (152,'USER1: %i, ADD: %i, DIF: %i\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2303 (153,'You take all copper of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2304 (154,'%s took you all of your copper.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2305 (155,'You take %i copper from %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2306 (156,'%s took %i copper from you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2307 (157,'You give %i copper to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2308 (158,'%s gave you %i copper.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2309 (159,'You hear sound %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2310 (160,'USER2: %i, ADD: %i, RESULT: %i\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2311 (161,'Removed bit %i in field %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2312 (162,'Set bit %i in field %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2313 (163,'Teleport location table is empty!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2314 (164,'Teleport location not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2315 (165,'Requires search parameter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2316 (166,'There are no teleport locations matching your request.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2317 (168,'Locations found are:\n %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2318 (169,'Mail sent to %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2319 (170,'You try to hear sound %u but it doesn\'t exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2320 (172,'server console command',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2321 (200,'No selection.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2322 (201,'Object GUID is: lowpart %u highpart %X',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2323 (202,'The name was too long by %i characters.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2324 (203,'Error, name can only contain characters A-Z and a-z.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2325 (204,'The subname was too long by %i characters.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2326 (205,'Not yet implemented',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2327 (206,'Item \'%i\' \'%s\' added to list with maxcount \'%i\' and incrtime \'%i\' and extendedcost \'%i\'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2328 (207,'Item \'%i\' not found in database.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2329 (208,'Item \'%i\' \'%s\' deleted from vendor list',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2330 (209,'Item \'%i\' not found in vendor list.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2331 (210,'Item \'%i\' already in vendor list.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2332 (211,'Spells of %s reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2333 (212,'Spells of %s will reset at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2334 (213,'Talents of %s reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2335 (214,'Talents of %s will reset at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2336 (215,'Your spells have been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2337 (216,'Your talents have been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2338 (217,'Unknown case \'%s\' for .resetall command. Type full correct case name.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2339 (218,'Spells will reset for all players at login. Strongly recommend re-login!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2340 (219,'Talents will reset for all players at login. Strongly recommend re-login!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2341 (220,'Creature (GUID: %u) No waypoint found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2342 (221,'Creature (GUID: %u) Last waypoint not found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2343 (222,'Creature (GUID: %u) No waypoint found - used \'wpguid\'. Now trying to find it by its position...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2344 (223,'Creature (GUID: %u) No waypoints found - This is a MaNGOS db problem (single float).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2345 (224,'Selected creature is ignored - provided GUID is used',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2346 (225,'Creature (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2347 (226,'You must select a visual waypoint.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2348 (227,'No visual waypoints found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2349 (228,'Could not create visual waypoint with creatureID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2350 (229,'All visual waypoints removed',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2351 (230,'Could not create waypoint-creature with ID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2352 (231,'No GUID provided.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2353 (232,'No waypoint number provided.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2354 (233,'Argument required for \'%s\'.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2355 (234,'Waypoint %i added to GUID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2356 (235,'Waypoint %d added.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2357 (236,'Waypoint changed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2358 (237,'Waypoint %s modified.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2359 (238,'WP export successfull.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2360 (239,'No waypoints found inside the database.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2361 (240,'File imported.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2362 (241,'Waypoint removed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2363 (242,'Warning: Could not delete WP from the world with ID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2364 (243,'This happens if the waypoint is too far away from your char.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2365 (244,'The WP is deleted from the database, but not from the world here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2366 (245,'They will disappear after a server restart.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2367 (246,'Waypoint %d: Info for creature: %s, GUID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2368 (247,'Waittime: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2369 (248,'Model %d: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2370 (249,'Emote: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2371 (250,'Spell: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2372 (251,'Text%d (ID: %i): %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2373 (252,'AIScript: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2374 (253,'Forced rename for player %s will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2375 (254,'Forced rename for player %s (GUID #%u) will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2376 (255,'Waypoint-Creature (GUID: %u) Not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2377 (256,'Could not find NPC...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2378 (257,'Creature movement type set to \'%s\', waypoints removed (if any).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2379 (258,'Creature movement type set to \'%s\', waypoints were not removed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2380 (259,'Incorrect value, use on or off',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2381 (260,'Value saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2382 (261,'Value saved, you may need to rejoin or clean your client cache.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2383 (262,'Areatrigger ID %u not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2384 (263,'Target map or coordinates is invalid (X: %f Y: %f MapId: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2385 (264,'Zone coordinates is invalid (X: %f Y: %f AreaId: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2386 (265,'Zone %u (%s) is part of instanceable map %u (%s)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2387 (266,'Nothing found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2388 (267,'Object not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2389 (268,'Creature not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2390 (269,'Warning: Mob found more than once - you will be teleported to the first one found in DB.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2391 (270,'Creature Removed',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2392 (271,'Creature moved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2393 (272,'Creature (GUID:%u) must be on the same map as player!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2394 (273,'Game Object (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2395 (274,'Game Object (GUID: %u) has references in not found creature %u GO list, can\'t be deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2396 (275,'Game Object (GUID: %u) removed',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2397 (276,'Game Object (GUID: %u) turned',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2398 (277,'Game Object (GUID: %u) moved',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2399 (278,'You must select a vendor',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2400 (279,'You must send id for item',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2401 (280,'Vendor has too many items (max 128)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2402 (281,'You can\'t kick self, logout instead',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2403 (282,'Player %s kicked.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2404 (283,'Player %s not found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2405 (284,'Accepting Whisper: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2406 (285,'Accepting Whisper: ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2407 (286,'Accepting Whisper: OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2408 (287,'Creature (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2409 (288,'Tickets count: %i show new tickets: %s\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2410 (289,'New ticket from %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2411 (290,'Ticket of %s (Last updated: %s):\n%s ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2412 (291,'New ticket show: ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2413 (292,'New ticket show: OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2414 (293,'Ticket %i doesn\'t exist',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2415 (294,'All tickets deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2416 (295,'Character %s ticket deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2417 (296,'Ticket deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2418 (297,'Spawn distance changed to: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2419 (298,'Spawn time changed to: %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2420 (299,'The honor of %s was set to %u!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2421 (300,'Your chat has been disabled for %u minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2422 (301,'You have disabled %s\'s chat for %u minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2423 (302,'Player\'s chat is already enabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2424 (303,'Your chat has been enabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2425 (304,'You have enabled %s\'s chat.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2426 (305, 'Faction %s (%u) reputation of %s was set to %5d!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2427 (306, 'The arena points of %s was set to %u!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2428 (307, 'No faction found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2429 (308, 'Faction %i unknown!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2430 (309, 'Invalid parameter %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2431 (310, 'delta must be between 0 and %d (inclusive)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2432 (311, '%d - |cffffffff|Hfaction:%d|h[%s]|h|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2433 (312, ' [visible]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2434 (313, ' [at war]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2435 (314, ' [peace forced]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2436 (315, ' [hidden]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2437 (316, ' [invisible forced]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2438 (317, ' [inactive]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2439 (318, 'Hated',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2440 (319, 'Hostile',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2441 (320, 'Unfriendly',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2442 (321, 'Neutral',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2443 (322, 'Friendly',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2444 (323, 'Honored',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2445 (324, 'Revered',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2446 (325, 'Exalted',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2447 (326, 'Faction %s (%u) can\'not have reputation.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2448 (327, ' [no reputation]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2449 (328,'Characters at account %s (Id: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2450 (329,'  %s (GUID %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2451 (330,'No players found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2452 (331,'Extended item cost %u not exist',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2453 (332,'GM mode is ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2454 (333,'GM mode is OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2455 (334,'GM Chat Badge is ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2456 (335,'GM Chat Badge is OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2457 (336,'You repair all %s''s items.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2458 (337,'All your items repaired by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2459 (338,'You set waterwalk mode %s for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2460 (339,'Your waterwalk mode %s by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2461 (340,'%s is now following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2462 (341,'%s is not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2463 (342,'%s is now not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2464 (343,'Creature (Entry: %u) cannot be tamed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2465 (344,'You already have pet.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2466 (400,'|cffff0000[System Message]:|rScripts reloaded',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2467 (401,'You change security level of account %s to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2468 (402,'%s changed your security level to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2469 (403,'You have low security level for this.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2470 (404,'Creature movement disabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2471 (405,'Creature movement enabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2472 (406,'Weather can\'t be changed for this zone.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2473 (407,'Weather system disabled at server.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2474 (408,'%s is banned for %s. Reason: %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2475 (409,'%s is banned permanently for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2476 (410,'%s %s not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2477 (411,'%s unbanned.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2478 (412,'There was an error removing the ban on %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2479 (413,'Account not exist: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2480 (414,'There is no such character.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2481 (415,'There is no such IP in banlist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2482 (416,'Account %s has never been banned',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2483 (417,'Ban history for account %s:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2484 (418,'Ban Date: %s Bantime: %s Still active: %s  Reason: %s Set by: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2485 (419,'Inf.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2486 (420,'Never',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2487 (421,'Yes',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2488 (422,'No',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2489 (423,'IP: %s\nBan Date: %s\nUnban Date: %s\nRemaining: %s\nReason: %s\nSet by: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2490 (424,'There is no matching IPban.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2491 (425,'There is no matching account.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2492 (426,'There is no banned account owning a character matching this part.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2493 (427,'The following IPs match your pattern:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2494 (428,'The following accounts match your query:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2495 (429,'You learned many spells/skills.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2496 (430,'You learned all spells for class.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2497 (431,'You learned all talents for class.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2498 (432,'You learned all languages.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2499 (433,'You learned all craft skills and recipes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2500 (434,'Could not find \'%s\'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2501 (435,'Invalid item id: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2502 (436,'No items found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2503 (437,'Invalid gameobject id: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2504 (438,'Found items %u: %u ( inventory %u mail %u auction %u guild %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2505 (439,'Found gameobjects %u: %u ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2506 (440,'Invalid creature id: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2507 (441,'Found creatures %u: %u ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2508 (442,'No area found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2509 (443,'No item sets found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2510 (444,'No skills found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2511 (445,'No spells found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2512 (446,'No quests found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2513 (447,'No creatures found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2514 (448,'No gameobjects found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2515 (449,'Graveyard #%u doesn\'t exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2516 (450,'Graveyard #%u already linked to zone #%u (current).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2517 (451,'Graveyard #%u linked to zone #%u (current).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2518 (452,'Graveyard #%u can\'t be linked to subzone or not existed zone #%u (internal error).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2519 (454,'No faction in Graveyard with id= #%u , fix your DB',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2520 (455,'invalid team, please fix database',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2521 (456,'any',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2522 (457,'alliance',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2523 (458,'horde',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2524 (459,'Graveyard #%u (faction: %s) is nearest from linked to zone #%u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2525 (460,'Zone #%u doesn\'t have linked graveyards.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2526 (461,'Zone #%u doesn\'t have linked graveyards for faction: %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2527 (462,'Teleport location already exists!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2528 (463,'Teleport location added.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2529 (464,'Teleport location NOT added: database error.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2530 (465,'Teleport location deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2531 (467,'Target unit has %d auras:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2532 (468,'id: %d eff: %d type: %d duration: %d maxduration: %d name: %s%s%s caster: %s %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2533 (469,'Target unit has %d auras of type %d:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2534 (470,'id: %d eff: %d name: %s%s%s caster: %s %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2535 (471,'Quest %u not found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2536 (472,'Quest %u started from item. For correct work, please, add item to inventory and start quest in normal way: .additem %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2537 (473,'Quest removed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2538 (474,' [rewarded]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2539 (475,' [complete]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2540 (476,' [active]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2541 (477,'%s\'s Fly Mode %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2542 (478,'Opcode %u sent to %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2543 (479,'Character loaded successfully!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2544 (480,'Failed to load the character!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2545 (481,'Character dumped successfully!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2546 (482,'Character dump failed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2547 (483,'Spell %u broken and not allowed to cast or learn!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2548 (484,'Skill %u (%s) for player %s set to %u and current maximum set to %u (without permanent (talent) bonuses).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2549 (485,'Player %s must have skill %u (%s) before using this command.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2550 (486,'Invalid skill id (%u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2551 (487,'You learned default GM spells/skills.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2552 (488,'You already know that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2553 (489,'Target(%s) already know that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2554 (490,'%s doesn\'t know that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2555 (491,'You already forgot that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2556 (492,'All spell cooldowns removed for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2557 (493,'Spell %u cooldown removed for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2558 (494,'Command : Additem, itemId = %i, amount = %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2559 (495,'Command : Additemset, itemsetId = %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2560 (496,'Removed itemID = %i, amount = %i from %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2561 (497,'Cannot create item \'%i\' (amount: %i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2562 (498,'You need to provide a guild name!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2563 (499,'Player not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2564 (500,'Player already has a guild!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2565 (501,'Guild not created! (already exists?)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2566 (502,'No items from itemset \'%u\' found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2567 (503,'The distance is: (3D) %f (2D) %f yards.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2568 (504,'Item \'%i\' \'%s\' Item Slot %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2569 (505,'Item \'%i\' doesn\'t exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2570 (506,'Item \'%i\' \'%s\' Added to Slot %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2571 (507,'Item save failed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2572 (508,'%d - owner: %s (guid: %u account: %u ) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2573 (509,'%d - sender: %s (guid: %u account: %u ) receiver: %s (guid: %u account: %u ) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2574 (510,'%d - owner: %s (guid: %u account: %u ) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2575 (511,'Wrong link type!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2576 (512,'%d - |cffffffff|Hitem:%d:0:0:0:0:0:0:0|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2577 (513,'%d - |cffffffff|Hquest:%d|h[%s]|h|r %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2578 (514,'%d - |cffffffff|Hcreature_entry:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2579 (515,'%d - |cffffffff|Hcreature:%d|h[%s X:%f Y:%f Z:%f MapId:%d]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2580 (516,'%d - |cffffffff|Hgameobject_entry:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2581 (517,'%d - |cffffffff|Hgameobject:%d|h[%s X:%f Y:%f Z:%f MapId:%d]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2582 (518,'%d - |cffffffff|Hitemset:%d|h[%s %s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2583 (519,'|cffffffff|Htele:%s|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2584 (520,'%d - |cffffffff|Hspell:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2585 (521,'%d - |cffffffff|Hskill:%d|h[%s %s]|h|r %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2586 (522,'Game Object (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2587 (523,'>> Game Object %s (GUID: %u) at %f %f %f. Orientation %f.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2588 (524,'Selected object:\n|cffffffff|Hitemset:%d|h[%s]|h|r\nGUID: %u ID: %u\nX: %f Y: %f Z: %f MapId: %u\nOrientation: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2589 (525,'>> Add Game Object \'%i\' (%s) (GUID: %i) added at \'%f %f %f\'.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2590 (526,'%s (lowguid: %u) movement generators stack:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2591 (527,'   Idle',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2592 (528,'   Random',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2593 (529,'   Waypoint',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2594 (530,'   Animal random',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2595 (531,'   Confused',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2596 (532,'   Targeted to player %s (lowguid %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2597 (533,'   Targeted to creature %s (lowguid %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2598 (534,'   Targeted to <NULL>',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2599 (535,'   Home movement to (X:%f Y:%f Z:%f)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2600 (536,'   Home movement used for player?!?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2601 (537,'   Taxi flight',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2602 (538,'   Unknown movement generator (%u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2603 (539,'Player selected NPC\nGUID: %u.\nFaction: %u.\nnpcFlags: %u.\nEntry: %u.\nDisplayID: %u (Native: %u).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2604 (540,'Level: %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2605 (541,'Health (base): %u. (max): %u. (current): %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2606 (542,'Field Flags: %u.\nDynamic Flags: %u.\nFaction Template: %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2607 (543,'Loot: %u Pickpocket: %u Skinning: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2608 (544,'Position: %f %f %f.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2609 (545,'*** Is a vendor!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2610 (546,'*** Is a trainer!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2611 (547,'InstanceID: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2612 (548,'Player%s %s (guid: %u) Account: %s (id: %u) GMLevel: %u Last IP: %s Last login: %s Latency: %ums',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2613 (549,'Played time: %s Level: %u Money: %ug%us%uc',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2614 (550,'Command .pinfo doesn\'t support \'rep\' option for offline players.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2615 (551,'%s has explored all zones now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2616 (552,'%s has no more explored zones.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2617 (553,'%s has explored all zones for you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2618 (554,'%s has hidden all zones from you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2619 (555,'Hover enabled',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2620 (556,'Hover disabled',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2621 (557,'You have been leveled up (%i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2622 (558,'You have been leveled down (%i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2623 (559,'Your level progress has been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2624 (560,'The area has been set as explored.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2625 (561,'The area has been set as not explored.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2626 (562,'GUID=%i \'s updateIndex: %i, value:  %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2627 (563,'You change GUID=%i \'s UpdateIndex: %i value to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2628 (564,'The value index %u is too big to %u(count: %u).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2629 (565,'Set %u uint32 Value:[OPCODE]:%u [VALUE]:%u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2630 (566,'You Set %u Field:%u to uint32 Value: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2631 (567,'Set %u float Value:[OPCODE]:%u [VALUE]:%f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2632 (568,'You Set %u Field:%i to float Value: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2633 (569,'Get %u uint32 Value:[OPCODE]:%u [VALUE]:%u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2634 (570,'The uint32 value of %u in %u is: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2635 (571,'Get %u float Value:[OPCODE]:%u [VALUE]:%f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2636 (572,'The float of %u value in %u is: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2637 (573,'.Set32Bit:[OPCODE]:%u [VALUE]:%u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2638 (574,'You set Bit of Field:%u to Value: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2639 (575,'.Mod32Value:[OPCODE]:%u [VALUE]:%i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2640 (576,'You modified the value of Field:%u to Value: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2641 (577,'You are now invisible.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2642 (578,'You are now visible.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2643 (579,'Selected player or creature not have victim.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2644 (580,'You learned all default spells for race/class and completed quests rewarded spells.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2645 (581,'Found near gameobjects (distance %f): %u ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2646 (582,'SpawnTime: Full:%s Remain:%s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2647 (583,'%d - |cffffffff|Hgameevent:%d|h[%s]|h|r%s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2648 (584,'No event found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2649 (585,'Event not exist!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2650 (586,'Event %u: %s%s\nStart: %s End: %s Occurence: %s Length: %s\nNext state change: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2651 (587,'Event %u already active!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2652 (588,'Event %u not active!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2653 (589,'   Point movement to (X:%f Y:%f Z:%f)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2654 (590,'   Fear movement',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2655 (591,'   Distract movement',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2656 (592,'You have learned all spells in craft: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2657 (593,'Currently Banned Accounts:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2658 (594,'|    Account    |   BanDate    |   UnbanDate  |  Banned By    |   Ban Reason  |',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2659 (595,'Currently Banned IPs:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2660 (596,'|      IP       |   BanDate    |   UnbanDate  |  Banned By    |   Ban Reason  |',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2661 (597,'Current gamemasters:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2662 (598,'|    Account    |  GM  |',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2663 (599,'No gamemasters.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2664 (600,'The Alliance wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2665 (601,'The Horde wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2666 (602,'The battle for Warsong Gulch begins in 1 minute.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2667 (603,'The battle for Warsong Gulch begins in 30 seconds. Prepare yourselves!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2668 (604,'Let the battle for Warsong Gulch begin!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2669 (605,'$n captured the Horde flag!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2670 (606,'$n captured the Alliance flag!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2671 (607,'The Horde flag was dropped by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2672 (608,'The Alliance Flag was dropped by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2673 (609,'The Alliance Flag was returned to its base by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2674 (610,'The Horde flag was returned to its base by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2675 (611,'The Horde flag was picked up by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2676 (612,'The Alliance Flag was picked up by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2677 (613,'The flags are now placed at their bases.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2678 (636,'The Battle for Eye of the Storm begins in 1 minute.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2679 (637,'The Battle for Eye of the Storm begins in 30 seconds.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2680 (638,'The Battle for Eye of the Storm has begun!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2681 (650,'Alliance',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2682 (651,'Horde',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2683 (652,'stables',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2684 (653,'blacksmith',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2685 (654,'farm',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2686 (655,'lumber mill',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2687 (656,'mine',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2688 (657,'The %s has taken the %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2689 (658,'$n has defended the %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2690 (659,'$n has assaulted the %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2691 (660,'$n claims the %s! If left unchallenged, the %s will control it in 1 minute!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2692 (661,'The Battle for Arathi Basin begins in 1 minute.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2693 (662,'The Battle for Arathi Basin begins in 30 seconds. Prepare yourselves!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2694 (663,'The Battle for Arathi Basin has begun!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2695 (664,'The Alliance has gathered $1776W resources, and is near victory!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2696 (665,'The Horde has gathered $1777W resources, and is near victory!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2697 (666,'After your recent battle in %s our best attempts to award you a Mark of Honor failed. Enclosed you will find the Mark of Honor we were not able to deliver to you at the time. Thanks for fighting in %s!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2698 (700,'You must be level %u to form an arena team',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2699 (701,'One minute until the Arena battle begins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2700 (702,'Thirty seconds until the Arena battle begins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2701 (703,'Fifteen seconds until the Arena battle begins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2702 (704,'The Arena battle has begun!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2703 (705,'You must wait %s before speaking again.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2704 (706,'This item(s) have problems with equipping/storing in inventory.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2705 (707,'%s wishes to not be disturbed and cannot receive whisper messages: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2706 (708,'%s is Away from Keyboard: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2707 (709,'Do not Disturb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2708 (710,'Away from Keyboard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2709 (711,'Queue status for %s (Lvl: %u to %u)\nQueued alliances: %u (Need at least %u more)\nQueued hordes: %u (Need at least %u more)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2710 (712,'|cffff0000[BG Queue Announcer]:|r %s -- [%u-%u] A: %u (Need: %u), H: %u (Needs %u)|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2711 (713,'You must be level %u to join an arena team!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2712 (714,'%s is not high enough level to join your team',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2713 (715,'You don\'t meet Battleground level requirements',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2714 (716,'Your arena team is full, %s cannot join it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2715 (801,'You do not have enough gold',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2716 (802,'You do not have enough free slots',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2717 (803,'Your partner does not have enough free bag slots',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2718 (804,'You do not have permission to perform that function',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2719 (805,'Unknown language',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2720 (806,'You don\'t know that language',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2721 (807,'Please provide character name',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2722 (808,'Player %s not found or offline',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2723 (809,'Account for character %s not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2724 (1000,'Exiting daemon...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2725 (1001,'Account deleted: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2726 (1002,'Account %s NOT deleted (probably sql file format was updated)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2727 (1003,'Account %s NOT deleted (unknown error)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2728 (1004,'Account created: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2729 (1005,'Account name can\'t be longer than 16 characters (client limit), account not created!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2730 (1006,'Account with this name already exist!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2731 (1007,'Account %s NOT created (probably sql file format was updated)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2732 (1008,'Account %s NOT created (unknown error)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2733 (1009,'Player %s (Guid: %u) Account %s (Id: %u) deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2734 (1010,'|    Account    |       Character      |       IP        | GM | TBC |',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2735 (1011,'|<Error>        | %20s |<Error>          |<Er>|<Err>|',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2736 (1100,'Account %s (Id: %u) have up to %u expansion allowed now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2737 (1101,'Message of the day changed to:\r\n%s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2738 (1102,'Message sent to %s: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2739 (1103,'%d - %s %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2740 (1104,'%d - %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2741 (1105,'%d - %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2742 (1106,'%d - %s %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2743 (1107,'%d - %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2744 (1108,'%d - %s %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2745 (1109,'%d - %s %s %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2746 (1110,'%d - %s X:%f Y:%f Z:%f MapId:%d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2747 (1111,'%d - %s X:%f Y:%f Z:%f MapId:%d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2748 (1112,'Failed to open file: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2749 (1113,'Account %s (%u) have max amount allowed characters (client limit)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2750 (1114,'Dump file have broken data!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2751 (1115,'Invalid character name!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2752 (1116,'Invalid character guid!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2753 (1117,'Character guid %u in use!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2754 (1118,'%d - guild: %s (guid: %u) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2755 (1119,'You must use male or female as gender.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2756 (1120,'You change gender of %s to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2757 (1121,'Your gender changed to %s by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2758 (1122,'Your group is too large for this battleground. Please regroup to join.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2759 (1123,'Your group is too large for this arena. Please regroup to join.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2760 (1124,'Your group has members not in your arena team. Please regroup to join.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2761 (1125,'Your group does not have enough players to join this match.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2762 (1126,'The Gold Team wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2763 (1127,'The Green Team wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2764 (1128,'There aren\'t enough players in this battleground. It will end soon unless some more players join to balance the fight.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2765 (1129,'Your group has an offline member. Please remove him before joining.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2766 (1130,'Your group has players from the opposing faction. You can\'t join the battleground as a group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2767 (1131,'Your group has players from different battleground brakets. You can\'t join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2768 (1132,'Someone in your party is already in this battleground queue. (S)he must leave it before joining as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2769 (1133,'Someone in your party is Deserter. You can\'t join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2770 (1134,'Someone in your party is already in three battleground queues. You cannot join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2771 (1135,'You cannot teleport to a battleground or arena map.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2772 (1136,'You cannot summon players to a battleground or arena map.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2773 (1137,'You must be in GM mode to teleport to a player in a battleground.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2774 (1138,'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
2775 /*!40000 ALTER TABLE `mangos_string` ENABLE KEYS */;
2776 UNLOCK TABLES;
2779 -- Table structure for table `npc_gossip`
2782 DROP TABLE IF EXISTS `npc_gossip`;
2783 CREATE TABLE `npc_gossip` (
2784   `npc_guid` int(10) unsigned NOT NULL default '0',
2785   `textid` mediumint(8) unsigned NOT NULL default '0',
2786   PRIMARY KEY  (`npc_guid`)
2787 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2790 -- Dumping data for table `npc_gossip`
2793 LOCK TABLES `npc_gossip` WRITE;
2794 /*!40000 ALTER TABLE `npc_gossip` DISABLE KEYS */;
2795 /*!40000 ALTER TABLE `npc_gossip` ENABLE KEYS */;
2796 UNLOCK TABLES;
2799 -- Table structure for table `npc_gossip_textid`
2802 DROP TABLE IF EXISTS `npc_gossip_textid`;
2803 CREATE TABLE `npc_gossip_textid` (
2804   `zoneid` smallint(5) unsigned NOT NULL default '0',
2805   `action` smallint(5) unsigned NOT NULL default '0',
2806   `textid` mediumint(8) unsigned NOT NULL default '0',
2807   KEY `zoneid` (`zoneid`)
2808 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2811 -- Dumping data for table `npc_gossip_textid`
2814 LOCK TABLES `npc_gossip_textid` WRITE;
2815 /*!40000 ALTER TABLE `npc_gossip_textid` DISABLE KEYS */;
2816 /*!40000 ALTER TABLE `npc_gossip_textid` ENABLE KEYS */;
2817 UNLOCK TABLES;
2820 -- Table structure for table `npc_option`
2823 DROP TABLE IF EXISTS `npc_option`;
2824 CREATE TABLE `npc_option` (
2825   `id` mediumint(8) unsigned NOT NULL default '0',
2826   `gossip_id` mediumint(8) unsigned NOT NULL default '0',
2827   `npcflag` int(10) unsigned NOT NULL default '0',
2828   `icon` tinyint(3) unsigned NOT NULL default '0',
2829   `action` mediumint(8) unsigned NOT NULL default '0',
2830   `box_money` int(10) unsigned NOT NULL default '0',
2831   `coded` tinyint(3) unsigned NOT NULL default '0',
2832   `option_text` text,
2833   `box_text` text,
2834   PRIMARY KEY  (`id`)
2835 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2838 -- Dumping data for table `npc_option`
2841 LOCK TABLES `npc_option` WRITE;
2842 /*!40000 ALTER TABLE `npc_option` DISABLE KEYS */;
2843 /*!40000 ALTER TABLE `npc_option` ENABLE KEYS */;
2844 UNLOCK TABLES;
2847 -- Table structure for table `npc_text`
2850 DROP TABLE IF EXISTS `npc_text`;
2851 CREATE TABLE `npc_text` (
2852   `ID` mediumint(8) unsigned NOT NULL default '0',
2853   `text0_0` longtext,
2854   `text0_1` longtext,
2855   `lang0` tinyint(3) unsigned NOT NULL default '0',
2856   `prob0` float NOT NULL default '0',
2857   `em0_0` smallint(5) unsigned NOT NULL default '0',
2858   `em0_1` smallint(5) unsigned NOT NULL default '0',
2859   `em0_2` smallint(5) unsigned NOT NULL default '0',
2860   `em0_3` smallint(5) unsigned NOT NULL default '0',
2861   `em0_4` smallint(5) unsigned NOT NULL default '0',
2862   `em0_5` smallint(5) unsigned NOT NULL default '0',
2863   `text1_0` longtext,
2864   `text1_1` longtext,
2865   `lang1` tinyint(3) unsigned NOT NULL default '0',
2866   `prob1` float NOT NULL default '0',
2867   `em1_0` smallint(5) unsigned NOT NULL default '0',
2868   `em1_1` smallint(5) unsigned NOT NULL default '0',
2869   `em1_2` smallint(5) unsigned NOT NULL default '0',
2870   `em1_3` smallint(5) unsigned NOT NULL default '0',
2871   `em1_4` smallint(5) unsigned NOT NULL default '0',
2872   `em1_5` smallint(5) unsigned NOT NULL default '0',
2873   `text2_0` longtext,
2874   `text2_1` longtext,
2875   `lang2` tinyint(3) unsigned NOT NULL default '0',
2876   `prob2` float NOT NULL default '0',
2877   `em2_0` smallint(5) unsigned NOT NULL default '0',
2878   `em2_1` smallint(5) unsigned NOT NULL default '0',
2879   `em2_2` smallint(5) unsigned NOT NULL default '0',
2880   `em2_3` smallint(5) unsigned NOT NULL default '0',
2881   `em2_4` smallint(5) unsigned NOT NULL default '0',
2882   `em2_5` smallint(5) unsigned NOT NULL default '0',
2883   `text3_0` longtext,
2884   `text3_1` longtext,
2885   `lang3` tinyint(3) unsigned NOT NULL default '0',
2886   `prob3` float NOT NULL default '0',
2887   `em3_0` smallint(5) unsigned NOT NULL default '0',
2888   `em3_1` smallint(5) unsigned NOT NULL default '0',
2889   `em3_2` smallint(5) unsigned NOT NULL default '0',
2890   `em3_3` smallint(5) unsigned NOT NULL default '0',
2891   `em3_4` smallint(5) unsigned NOT NULL default '0',
2892   `em3_5` smallint(5) unsigned NOT NULL default '0',
2893   `text4_0` longtext,
2894   `text4_1` longtext,
2895   `lang4` tinyint(3) unsigned NOT NULL default '0',
2896   `prob4` float NOT NULL default '0',
2897   `em4_0` smallint(5) unsigned NOT NULL default '0',
2898   `em4_1` smallint(5) unsigned NOT NULL default '0',
2899   `em4_2` smallint(5) unsigned NOT NULL default '0',
2900   `em4_3` smallint(5) unsigned NOT NULL default '0',
2901   `em4_4` smallint(5) unsigned NOT NULL default '0',
2902   `em4_5` smallint(5) unsigned NOT NULL default '0',
2903   `text5_0` longtext,
2904   `text5_1` longtext,
2905   `lang5` tinyint(3) unsigned NOT NULL default '0',
2906   `prob5` float NOT NULL default '0',
2907   `em5_0` smallint(5) unsigned NOT NULL default '0',
2908   `em5_1` smallint(5) unsigned NOT NULL default '0',
2909   `em5_2` smallint(5) unsigned NOT NULL default '0',
2910   `em5_3` smallint(5) unsigned NOT NULL default '0',
2911   `em5_4` smallint(5) unsigned NOT NULL default '0',
2912   `em5_5` smallint(5) unsigned NOT NULL default '0',
2913   `text6_0` longtext,
2914   `text6_1` longtext,
2915   `lang6` tinyint(3) unsigned NOT NULL default '0',
2916   `prob6` float NOT NULL default '0',
2917   `em6_0` smallint(5) unsigned NOT NULL default '0',
2918   `em6_1` smallint(5) unsigned NOT NULL default '0',
2919   `em6_2` smallint(5) unsigned NOT NULL default '0',
2920   `em6_3` smallint(5) unsigned NOT NULL default '0',
2921   `em6_4` smallint(5) unsigned NOT NULL default '0',
2922   `em6_5` smallint(5) unsigned NOT NULL default '0',
2923   `text7_0` longtext,
2924   `text7_1` longtext,
2925   `lang7` tinyint(3) unsigned NOT NULL default '0',
2926   `prob7` float NOT NULL default '0',
2927   `em7_0` smallint(5) unsigned NOT NULL default '0',
2928   `em7_1` smallint(5) unsigned NOT NULL default '0',
2929   `em7_2` smallint(5) unsigned NOT NULL default '0',
2930   `em7_3` smallint(5) unsigned NOT NULL default '0',
2931   `em7_4` smallint(5) unsigned NOT NULL default '0',
2932   `em7_5` smallint(5) unsigned NOT NULL default '0',
2933   PRIMARY KEY  (`ID`)
2934 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2937 -- Dumping data for table `npc_text`
2940 LOCK TABLES `npc_text` WRITE;
2941 /*!40000 ALTER TABLE `npc_text` DISABLE KEYS */;
2942 /*!40000 ALTER TABLE `npc_text` ENABLE KEYS */;
2943 UNLOCK TABLES;
2946 -- Table structure for table `npc_trainer`
2949 DROP TABLE IF EXISTS `npc_trainer`;
2950 CREATE TABLE `npc_trainer` (
2951   `entry` mediumint(8) unsigned NOT NULL default '0',
2952   `spell` mediumint(8) unsigned NOT NULL default '0',
2953   `spellcost` int(10) unsigned NOT NULL default '0',
2954   `reqskill` smallint(5) unsigned NOT NULL default '0',
2955   `reqskillvalue` smallint(5) unsigned NOT NULL default '0',
2956   `reqlevel` tinyint(3) unsigned NOT NULL default '0',
2957   UNIQUE KEY `entry_spell` (`entry`,`spell`)
2958 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2961 -- Dumping data for table `npc_trainer`
2964 LOCK TABLES `npc_trainer` WRITE;
2965 /*!40000 ALTER TABLE `npc_trainer` DISABLE KEYS */;
2966 /*!40000 ALTER TABLE `npc_trainer` ENABLE KEYS */;
2967 UNLOCK TABLES;
2970 -- Table structure for table `npc_vendor`
2973 DROP TABLE IF EXISTS `npc_vendor`;
2974 CREATE TABLE `npc_vendor` (
2975   `entry` mediumint(8) unsigned NOT NULL default '0',
2976   `item` mediumint(8) unsigned NOT NULL default '0',
2977   `maxcount` tinyint(3) unsigned NOT NULL default '0',
2978   `incrtime` int(10) unsigned NOT NULL default '0',
2979   `ExtendedCost` mediumint(8) unsigned NOT NULL default '0',
2980   PRIMARY KEY  (`entry`,`item`)
2981 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Npc System';
2984 -- Dumping data for table `npc_vendor`
2987 LOCK TABLES `npc_vendor` WRITE;
2988 /*!40000 ALTER TABLE `npc_vendor` DISABLE KEYS */;
2989 /*!40000 ALTER TABLE `npc_vendor` ENABLE KEYS */;
2990 UNLOCK TABLES;
2993 -- Table structure for table `page_text`
2996 DROP TABLE IF EXISTS `page_text`;
2997 CREATE TABLE `page_text` (
2998   `entry` mediumint(8) unsigned NOT NULL default '0',
2999   `text` longtext NOT NULL,
3000   `next_page` mediumint(8) unsigned NOT NULL default '0',
3001   PRIMARY KEY  (`entry`)
3002 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item System';
3005 -- Dumping data for table `page_text`
3008 LOCK TABLES `page_text` WRITE;
3009 /*!40000 ALTER TABLE `page_text` DISABLE KEYS */;
3010 /*!40000 ALTER TABLE `page_text` ENABLE KEYS */;
3011 UNLOCK TABLES;
3014 -- Table structure for table `pet_levelstats`
3017 DROP TABLE IF EXISTS `pet_levelstats`;
3018 CREATE TABLE `pet_levelstats` (
3019   `creature_entry` mediumint(8) unsigned NOT NULL,
3020   `level` tinyint(3) unsigned NOT NULL,
3021   `hp` smallint(5) unsigned NOT NULL,
3022   `mana` smallint(5) unsigned NOT NULL,
3023   `armor` int(10) unsigned NOT NULL default '0',
3024   `str` smallint(5) unsigned NOT NULL,
3025   `agi` smallint(5) unsigned NOT NULL,
3026   `sta` smallint(5) unsigned NOT NULL,
3027   `inte` smallint(5) unsigned NOT NULL,
3028   `spi` smallint(5) unsigned NOT NULL,
3029   PRIMARY KEY  (`creature_entry`,`level`)
3030 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 PACK_KEYS=0 COMMENT='Stores pet levels stats.';
3033 -- Dumping data for table `pet_levelstats`
3036 LOCK TABLES `pet_levelstats` WRITE;
3037 /*!40000 ALTER TABLE `pet_levelstats` DISABLE KEYS */;
3038 /*!40000 ALTER TABLE `pet_levelstats` ENABLE KEYS */;
3039 UNLOCK TABLES;
3042 -- Table structure for table `pet_name_generation`
3045 DROP TABLE IF EXISTS `pet_name_generation`;
3046 CREATE TABLE `pet_name_generation` (
3047   `id` mediumint(8) unsigned NOT NULL auto_increment,
3048   `word` tinytext NOT NULL,
3049   `entry` mediumint(8) unsigned NOT NULL default '0',
3050   `half` tinyint(4) NOT NULL default '0',
3051   PRIMARY KEY  (`id`)
3052 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
3055 -- Dumping data for table `pet_name_generation`
3058 LOCK TABLES `pet_name_generation` WRITE;
3059 /*!40000 ALTER TABLE `pet_name_generation` DISABLE KEYS */;
3060 INSERT INTO `pet_name_generation` (`word`,`entry`,`half`) VALUES
3061 ('Aba',416,0),
3062 ('Az',416,0),
3063 ('Bel',416,0),
3064 ('Biz',416,0),
3065 ('Cho',416,0),
3066 ('Dag',416,0),
3067 ('Gak',416,0),
3068 ('Gar',416,0),
3069 ('Gel',416,0),
3070 ('Gho',416,0),
3071 ('Gob',416,0),
3072 ('Gra',416,0),
3073 ('Jak',416,0),
3074 ('Jub',416,0),
3075 ('Kar',416,0),
3076 ('Kup',416,0),
3077 ('Laz',416,0),
3078 ('Nal',416,0),
3079 ('Nok',416,0),
3080 ('Pag',416,0),
3081 ('Pig',416,0),
3082 ('Pip',416,0),
3083 ('Piz',416,0),
3084 ('Quz',416,0),
3085 ('Rui',416,0),
3086 ('Rul',416,0),
3087 ('Rup',416,0),
3088 ('Tar',416,0),
3089 ('Vol',416,0),
3090 ('Yaz',416,0),
3091 ('Zep',416,0),
3092 ('Zig',416,0),
3093 ('Zil',416,0),
3094 ('Zor',416,0),
3095 ('bis',416,1),
3096 ('fip',416,1),
3097 ('gup',416,1),
3098 ('ham',416,1),
3099 ('jub',416,1),
3100 ('kin',416,1),
3101 ('kol',416,1),
3102 ('lop',416,1),
3103 ('loz',416,1),
3104 ('mat',416,1),
3105 ('mir',416,1),
3106 ('nam',416,1),
3107 ('nar',416,1),
3108 ('nik',416,1),
3109 ('nip',416,1),
3110 ('pad',416,1),
3111 ('pep',416,1),
3112 ('pit',416,1),
3113 ('qua',416,1),
3114 ('rai',416,1),
3115 ('rin',416,1),
3116 ('rot',416,1),
3117 ('tai',416,1),
3118 ('tal',416,1),
3119 ('tik',416,1),
3120 ('tip',416,1),
3121 ('tog',416,1),
3122 ('tuk',416,1),
3123 ('uri',416,1),
3124 ('yal',416,1),
3125 ('yap',416,1),
3126 ('Bhee',417,0),
3127 ('Bruu',417,0),
3128 ('Czaa',417,0),
3129 ('Droo',417,0),
3130 ('Flaa',417,0),
3131 ('Fzuu',417,0),
3132 ('Ghaa',417,0),
3133 ('Gree',417,0),
3134 ('Gzaa',417,0),
3135 ('Haa',417,0),
3136 ('Haad',417,0),
3137 ('Haag',417,0),
3138 ('Haap',417,0),
3139 ('Jhaa',417,0),
3140 ('Jhuu',417,0),
3141 ('Khaa',417,0),
3142 ('Khii',417,0),
3143 ('Khuu',417,0),
3144 ('Kree',417,0),
3145 ('Luu',417,0),
3146 ('Maa',417,0),
3147 ('Nhee',417,0),
3148 ('Phuu',417,0),
3149 ('Pryy',417,0),
3150 ('Rhuu',417,0),
3151 ('Shaa',417,0),
3152 ('Sloo',417,0),
3153 ('Sruu',417,0),
3154 ('Thoo',417,0),
3155 ('Traa',417,0),
3156 ('Wraa',417,0),
3157 ('Zhaa',417,0),
3158 ('dhon',417,1),
3159 ('dhum',417,1),
3160 ('dhun',417,1),
3161 ('dom',417,1),
3162 ('don',417,1),
3163 ('drom',417,1),
3164 ('dym',417,1),
3165 ('fenn',417,1),
3166 ('fum',417,1),
3167 ('fun',417,1),
3168 ('ghon',417,1),
3169 ('ghun',417,1),
3170 ('grom',417,1),
3171 ('grym',417,1),
3172 ('hom',417,1),
3173 ('hon',417,1),
3174 ('hun',417,1),
3175 ('jhom',417,1),
3176 ('kun',417,1),
3177 ('lum',417,1),
3178 ('mmon',417,1),
3179 ('mon',417,1),
3180 ('myn',417,1),
3181 ('nam',417,1),
3182 ('nem',417,1),
3183 ('nhym',417,1),
3184 ('nom',417,1),
3185 ('num',417,1),
3186 ('phom',417,1),
3187 ('roon',417,1),
3188 ('rym',417,1),
3189 ('shon',417,1),
3190 ('thun',417,1),
3191 ('tom',417,1),
3192 ('zhem',417,1),
3193 ('zhum',417,1),
3194 ('zun',417,1),
3195 ('Bar',1860,0),
3196 ('Bel',1860,0),
3197 ('Char',1860,0),
3198 ('Grak\'',1860,0),
3199 ('Graz\'',1860,0),
3200 ('Grim',1860,0),
3201 ('Hath',1860,0),
3202 ('Hel',1860,0),
3203 ('Hok',1860,0),
3204 ('Huk',1860,0),
3205 ('Jhaz',1860,0),
3206 ('Jhom',1860,0),
3207 ('Juk\'',1860,0),
3208 ('Kal\'',1860,0),
3209 ('Klath',1860,0),
3210 ('Kon',1860,0),
3211 ('Krag',1860,0),
3212 ('Krak',1860,0),
3213 ('Mak',1860,0),
3214 ('Mezz',1860,0),
3215 ('Orm',1860,0),
3216 ('Phan',1860,0),
3217 ('Sar',1860,0),
3218 ('Tang',1860,0),
3219 ('Than',1860,0),
3220 ('Thog',1860,0),
3221 ('Thok',1860,0),
3222 ('Thul',1860,0),
3223 ('Zag\'',1860,0),
3224 ('Zang',1860,0),
3225 ('Zhar\'',1860,0),
3226 ('kath',1860,1),
3227 ('doc',1860,1),
3228 ('dok',1860,1),
3229 ('gak',1860,1),
3230 ('garth',1860,1),
3231 ('gore',1860,1),
3232 ('gorg',1860,1),
3233 ('grave',1860,1),
3234 ('gron',1860,1),
3235 ('juk',1860,1),
3236 ('krast',1860,1),
3237 ('kresh',1860,1),
3238 ('krit',1860,1),
3239 ('los',1860,1),
3240 ('mon',1860,1),
3241 ('mos',1860,1),
3242 ('moth',1860,1),
3243 ('nagma',1860,1),
3244 ('nak',1860,1),
3245 ('nar',1860,1),
3246 ('nos',1860,1),
3247 ('nuz',1860,1),
3248 ('phog',1860,1),
3249 ('rath',1860,1),
3250 ('tast',1860,1),
3251 ('taz',1860,1),
3252 ('thak',1860,1),
3253 ('thang',1860,1),
3254 ('thyk',1860,1),
3255 ('vhug',1860,1),
3256 ('zazt',1860,1),
3257 ('Ael',1863,0),
3258 ('Aez',1863,0),
3259 ('Ang',1863,0),
3260 ('Ban',1863,0),
3261 ('Bet',1863,0),
3262 ('Bro',1863,0),
3263 ('Bry',1863,0),
3264 ('Cat',1863,0),
3265 ('Dir',1863,0),
3266 ('Dis',1863,0),
3267 ('Dom',1863,0),
3268 ('Drus',1863,0),
3269 ('Fie',1863,0),
3270 ('Fier',1863,0),
3271 ('Gly',1863,0),
3272 ('Hel',1863,0),
3273 ('Hes',1863,0),
3274 ('Kal',1863,0),
3275 ('Lyn',1863,0),
3276 ('Mir',1863,0),
3277 ('Nim',1863,0),
3278 ('Sar',1863,0),
3279 ('Sel',1863,0),
3280 ('Vil',1863,0),
3281 ('Zah',1863,0),
3282 ('aith',1863,1),
3283 ('anda',1863,1),
3284 ('antia',1863,1),
3285 ('evere',1863,1),
3286 ('lia',1863,1),
3287 ('lissa',1863,1),
3288 ('neri',1863,1),
3289 ('neth',1863,1),
3290 ('nia',1863,1),
3291 ('nlissa',1863,1),
3292 ('nora',1863,1),
3293 ('nva',1863,1),
3294 ('nys',1863,1),
3295 ('ola',1863,1),
3296 ('ona',1863,1),
3297 ('ora',1863,1),
3298 ('rah',1863,1),
3299 ('riana',1863,1),
3300 ('riel',1863,1),
3301 ('rona',1863,1),
3302 ('tai',1863,1),
3303 ('tevere',1863,1),
3304 ('thea',1863,1),
3305 ('vina',1863,1),
3306 ('wena',1863,1),
3307 ('wyn',1863,1),
3308 ('xia',1863,1),
3309 ('yla',1863,1),
3310 ('yssa',1863,1),
3311 ('Flaa',17252,0),
3312 ('Haa',17252,0),
3313 ('Jhuu',17252,0),
3314 ('Shaa',17252,0),
3315 ('Thoo',17252,0),
3316 ('dhun',17252,1),
3317 ('ghun',17252,1),
3318 ('roon',17252,1),
3319 ('thun',17252,1),
3320 ('tom',17252,1);
3322 /*!40000 ALTER TABLE `pet_name_generation` ENABLE KEYS */;
3323 UNLOCK TABLES;
3326 -- Table structure for table `petcreateinfo_spell`
3329 DROP TABLE IF EXISTS `petcreateinfo_spell`;
3330 CREATE TABLE `petcreateinfo_spell` (
3331   `entry` mediumint(8) unsigned NOT NULL default '0',
3332   `Spell1` mediumint(8) unsigned NOT NULL default '0',
3333   `Spell2` mediumint(8) unsigned NOT NULL default '0',
3334   `Spell3` mediumint(8) unsigned NOT NULL default '0',
3335   `Spell4` mediumint(8) unsigned NOT NULL default '0',
3336   PRIMARY KEY  (`entry`)
3337 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Pet Create Spells';
3340 -- Dumping data for table `petcreateinfo_spell`
3343 LOCK TABLES `petcreateinfo_spell` WRITE;
3344 /*!40000 ALTER TABLE `petcreateinfo_spell` DISABLE KEYS */;
3345 /*!40000 ALTER TABLE `petcreateinfo_spell` ENABLE KEYS */;
3346 UNLOCK TABLES;
3349 -- Table structure for table `pickpocketing_loot_template`
3352 DROP TABLE IF EXISTS `pickpocketing_loot_template`;
3353 CREATE TABLE `pickpocketing_loot_template` (
3354   `entry` mediumint(8) unsigned NOT NULL default '0',
3355   `item` mediumint(8) unsigned NOT NULL default '0',
3356   `ChanceOrQuestChance` float NOT NULL default '100',
3357   `groupid` tinyint(3) unsigned NOT NULL default '0',
3358   `mincountOrRef` mediumint(9) NOT NULL default '1',
3359   `maxcount` tinyint(3) unsigned NOT NULL default '1',
3360   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
3361   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
3362   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
3363   PRIMARY KEY  (`entry`,`item`)
3364 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
3367 -- Dumping data for table `pickpocketing_loot_template`
3370 LOCK TABLES `pickpocketing_loot_template` WRITE;
3371 /*!40000 ALTER TABLE `pickpocketing_loot_template` DISABLE KEYS */;
3372 /*!40000 ALTER TABLE `pickpocketing_loot_template` ENABLE KEYS */;
3373 UNLOCK TABLES;
3376 -- Table structure for table `player_classlevelstats`
3379 DROP TABLE IF EXISTS `player_classlevelstats`;
3380 CREATE TABLE `player_classlevelstats` (
3381   `class` tinyint(3) unsigned NOT NULL,
3382   `level` tinyint(3) unsigned NOT NULL,
3383   `basehp` smallint(5) unsigned NOT NULL,
3384   `basemana` smallint(5) unsigned NOT NULL,
3385   PRIMARY KEY  (`class`,`level`)
3386 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 PACK_KEYS=0 COMMENT='Stores levels stats.';
3389 -- Dumping data for table `player_classlevelstats`
3392 LOCK TABLES `player_classlevelstats` WRITE;
3393 /*!40000 ALTER TABLE `player_classlevelstats` DISABLE KEYS */;
3394 INSERT INTO `player_classlevelstats` VALUES
3395 (1,1,20,0),
3396 (1,2,29,0),
3397 (1,3,38,0),
3398 (1,4,47,0),
3399 (1,5,56,0),
3400 (1,6,65,0),
3401 (1,7,74,0),
3402 (1,8,83,0),
3403 (1,9,92,0),
3404 (1,10,101,0),
3405 (1,11,100,0),
3406 (1,12,109,0),
3407 (1,13,118,0),
3408 (1,14,128,0),
3409 (1,15,139,0),
3410 (1,16,151,0),
3411 (1,17,154,0),
3412 (1,18,168,0),
3413 (1,19,183,0),
3414 (1,20,199,0),
3415 (1,21,206,0),
3416 (1,22,224,0),
3417 (1,23,243,0),
3418 (1,24,253,0),
3419 (1,25,274,0),
3420 (1,26,296,0),
3421 (1,27,309,0),
3422 (1,28,333,0),
3423 (1,29,348,0),
3424 (1,30,374,0),
3425 (1,31,401,0),
3426 (1,32,419,0),
3427 (1,33,448,0),
3428 (1,34,468,0),
3429 (1,35,499,0),
3430 (1,36,521,0),
3431 (1,37,545,0),
3432 (1,38,581,0),
3433 (1,39,609,0),
3434 (1,40,649,0),
3435 (1,41,681,0),
3436 (1,42,715,0),
3437 (1,43,761,0),
3438 (1,44,799,0),
3439 (1,45,839,0),
3440 (1,46,881,0),
3441 (1,47,935,0),
3442 (1,48,981,0),
3443 (1,49,1029,0),
3444 (1,50,1079,0),
3445 (1,51,1131,0),
3446 (1,52,1185,0),
3447 (1,53,1241,0),
3448 (1,54,1299,0),
3449 (1,55,1359,0),
3450 (1,56,1421,0),
3451 (1,57,1485,0),
3452 (1,58,1551,0),
3453 (1,59,1619,0),
3454 (1,60,1689,0),
3455 (1,61,1902,0),
3456 (1,62,2129,0),
3457 (1,63,2357,0),
3458 (1,64,2612,0),
3459 (1,65,2883,0),
3460 (1,66,3169,0),
3461 (1,67,3455,0),
3462 (1,68,3774,0),
3463 (1,69,4109,0),
3464 (1,70,4444,0),
3465 (2,1,28,60),
3466 (2,2,36,78),
3467 (2,3,44,98),
3468 (2,4,52,104),
3469 (2,5,60,111),
3470 (2,6,68,134),
3471 (2,7,76,143),
3472 (2,8,84,153),
3473 (2,9,92,179),
3474 (2,10,100,192),
3475 (2,11,108,205),
3476 (2,12,116,219),
3477 (2,13,124,249),
3478 (2,14,132,265),
3479 (2,15,131,282),
3480 (2,16,141,315),
3481 (2,17,152,334),
3482 (2,18,164,354),
3483 (2,19,177,390),
3484 (2,20,191,412),
3485 (2,21,206,435),
3486 (2,22,222,459),
3487 (2,23,239,499),
3488 (2,24,247,525),
3489 (2,25,266,552),
3490 (2,26,286,579),
3491 (2,27,307,621),
3492 (2,28,329,648),
3493 (2,29,342,675),
3494 (2,30,366,702),
3495 (2,31,391,729),
3496 (2,32,407,756),
3497 (2,33,434,798),
3498 (2,34,462,825),
3499 (2,35,481,852),
3500 (2,36,511,879),
3501 (2,37,542,906),
3502 (2,38,564,933),
3503 (2,39,597,960),
3504 (2,40,621,987),
3505 (2,41,656,1014),
3506 (2,42,682,1041),
3507 (2,43,719,1068),
3508 (2,44,747,1110),
3509 (2,45,786,1137),
3510 (2,46,816,1164),
3511 (2,47,857,1176),
3512 (2,48,889,1203),
3513 (2,49,922,1230),
3514 (2,50,966,1257),
3515 (2,51,1001,1284),
3516 (2,52,1037,1311),
3517 (2,53,1084,1338),
3518 (2,54,1122,1365),
3519 (2,55,1161,1392),
3520 (2,56,1201,1419),
3521 (2,57,1252,1446),
3522 (2,58,1294,1458),
3523 (2,59,1337,1485),
3524 (2,60,1381,1512),
3525 (2,61,1540,1656),
3526 (2,62,1708,1800),
3527 (2,63,1884,1944),
3528 (2,64,2068,2088),
3529 (2,65,2262,2232),
3530 (2,66,2466,2377),
3531 (2,67,2679,2521),
3532 (2,68,2901,2665),
3533 (2,69,3134,2809),
3534 (2,70,3377,2953),
3535 (3,1,46,65),
3536 (3,2,53,70),
3537 (3,3,60,76),
3538 (3,4,67,98),
3539 (3,5,74,106),
3540 (3,6,81,130),
3541 (3,7,88,140),
3542 (3,8,95,166),
3543 (3,9,102,193),
3544 (3,10,109,206),
3545 (3,11,116,235),
3546 (3,12,123,250),
3547 (3,13,130,266),
3548 (3,14,138,298),
3549 (3,15,147,316),
3550 (3,16,157,350),
3551 (3,17,168,370),
3552 (3,18,180,391),
3553 (3,19,193,428),
3554 (3,20,207,451),
3555 (3,21,222,475),
3556 (3,22,238,515),
3557 (3,23,255,541),
3558 (3,24,273,568),
3559 (3,25,292,611),
3560 (3,26,312,640),
3561 (3,27,333,670),
3562 (3,28,355,715),
3563 (3,29,378,745),
3564 (3,30,402,775),
3565 (3,31,417,805),
3566 (3,32,443,850),
3567 (3,33,470,880),
3568 (3,34,498,910),
3569 (3,35,527,940),
3570 (3,36,547,970),
3571 (3,37,578,1015),
3572 (3,38,610,1045),
3573 (3,39,643,1075),
3574 (3,40,667,1105),
3575 (3,41,702,1135),
3576 (3,42,738,1180),
3577 (3,43,775,1210),
3578 (3,44,803,1240),
3579 (3,45,842,1270),
3580 (3,46,872,1300),
3581 (3,47,913,1330),
3582 (3,48,955,1360),
3583 (3,49,994,1390),
3584 (3,50,1047,1420),
3585 (3,51,1067,1450),
3586 (3,52,1113,1480),
3587 (3,53,1150,1510),
3588 (3,54,1198,1540),
3589 (3,55,1237,1570),
3590 (3,56,1287,1600),
3591 (3,57,1328,1630),
3592 (3,58,1370,1660),
3593 (3,59,1423,1690),
3594 (3,60,1467,1720),
3595 (3,61,1633,1886),
3596 (3,62,1819,2053),
3597 (3,63,2003,2219),
3598 (3,64,2195,2385),
3599 (3,65,2397,2552),
3600 (3,66,2623,2718),
3601 (3,67,2844,2884),
3602 (3,68,3075,3050),
3603 (3,69,3316,3217),
3604 (3,70,3568,3383),
3605 (4,1,25,0),
3606 (4,2,32,0),
3607 (4,3,49,0),
3608 (4,4,56,0),
3609 (4,5,63,0),
3610 (4,6,70,0),
3611 (4,7,87,0),
3612 (4,8,94,0),
3613 (4,9,101,0),
3614 (4,10,118,0),
3615 (4,11,125,0),
3616 (4,12,142,0),
3617 (4,13,149,0),
3618 (4,14,156,0),
3619 (4,15,173,0),
3620 (4,16,181,0),
3621 (4,17,190,0),
3622 (4,18,200,0),
3623 (4,19,221,0),
3624 (4,20,233,0),
3625 (4,21,246,0),
3626 (4,22,260,0),
3627 (4,23,275,0),
3628 (4,24,301,0),
3629 (4,25,318,0),
3630 (4,26,336,0),
3631 (4,27,355,0),
3632 (4,28,375,0),
3633 (4,29,396,0),
3634 (4,30,428,0),
3635 (4,31,451,0),
3636 (4,32,475,0),
3637 (4,33,500,0),
3638 (4,34,526,0),
3639 (4,35,553,0),
3640 (4,36,581,0),
3641 (4,37,610,0),
3642 (4,38,640,0),
3643 (4,39,671,0),
3644 (4,40,703,0),
3645 (4,41,736,0),
3646 (4,42,770,0),
3647 (4,43,805,0),
3648 (4,44,841,0),
3649 (4,45,878,0),
3650 (4,46,916,0),
3651 (4,47,955,0),
3652 (4,48,995,0),
3653 (4,49,1026,0),
3654 (4,50,1068,0),
3655 (4,51,1111,0),
3656 (4,52,1155,0),
3657 (4,53,1200,0),
3658 (4,54,1246,0),
3659 (4,55,1283,0),
3660 (4,56,1331,0),
3661 (4,57,1380,0),
3662 (4,58,1430,0),
3663 (4,59,1471,0),
3664 (4,60,1523,0),
3665 (4,61,1702,0),
3666 (4,62,1879,0),
3667 (4,63,2077,0),
3668 (4,64,2285,0),
3669 (4,65,2489,0),
3670 (4,66,2717,0),
3671 (4,67,2941,0),
3672 (4,68,3190,0),
3673 (4,69,3450,0),
3674 (4,70,3704,0),
3675 (5,1,52,73),
3676 (5,2,57,76),
3677 (5,3,72,95),
3678 (5,4,77,114),
3679 (5,5,92,133),
3680 (5,6,97,152),
3681 (5,7,112,171),
3682 (5,8,117,190),
3683 (5,9,132,209),
3684 (5,10,137,212),
3685 (5,11,142,215),
3686 (5,12,157,234),
3687 (5,13,172,254),
3688 (5,14,177,260),
3689 (5,15,192,282),
3690 (5,16,197,305),
3691 (5,17,212,329),
3692 (5,18,227,339),
3693 (5,19,232,365),
3694 (5,20,247,377),
3695 (5,21,252,405),
3696 (5,22,268,434),
3697 (5,23,275,449),
3698 (5,24,293,480),
3699 (5,25,302,497),
3700 (5,26,322,530),
3701 (5,27,343,549),
3702 (5,28,355,584),
3703 (5,29,378,605),
3704 (5,30,392,627),
3705 (5,31,417,665),
3706 (5,32,433,689),
3707 (5,33,460,728),
3708 (5,34,478,752),
3709 (5,35,507,776),
3710 (5,36,527,800),
3711 (5,37,548,839),
3712 (5,38,580,863),
3713 (5,39,603,887),
3714 (5,40,637,911),
3715 (5,41,662,950),
3716 (5,42,698,974),
3717 (5,43,725,998),
3718 (5,44,763,1022),
3719 (5,45,792,1046),
3720 (5,46,822,1070),
3721 (5,47,863,1094),
3722 (5,48,895,1118),
3723 (5,49,928,1142),
3724 (5,50,972,1166),
3725 (5,51,1007,1190),
3726 (5,52,1053,1214),
3727 (5,53,1090,1238),
3728 (5,54,1128,1262),
3729 (5,55,1177,1271),
3730 (5,56,1217,1295),
3731 (5,57,1258,1319),
3732 (5,58,1300,1343),
3733 (5,59,1353,1352),
3734 (5,60,1397,1376),
3735 (5,61,1557,1500),
3736 (5,62,1738,1625),
3737 (5,63,1916,1749),
3738 (5,64,2101,1873),
3739 (5,65,2295,1998),
3740 (5,66,2495,2122),
3741 (5,67,2719,2247),
3742 (5,68,2936,2371),
3743 (5,69,3160,2495),
3744 (5,70,3391,2620),
3745 (7,1,37,85),
3746 (7,2,44,91),
3747 (7,3,51,98),
3748 (7,4,58,106),
3749 (7,5,65,115),
3750 (7,6,72,125),
3751 (7,7,79,136),
3752 (7,8,86,148),
3753 (7,9,93,161),
3754 (7,10,100,175),
3755 (7,11,107,190),
3756 (7,12,114,206),
3757 (7,13,121,223),
3758 (7,14,128,241),
3759 (7,15,135,260),
3760 (7,16,142,280),
3761 (7,17,150,301),
3762 (7,18,159,323),
3763 (7,19,169,346),
3764 (7,20,180,370),
3765 (7,21,192,395),
3766 (7,22,205,421),
3767 (7,23,219,448),
3768 (7,24,234,476),
3769 (7,25,240,505),
3770 (7,26,257,535),
3771 (7,27,275,566),
3772 (7,28,294,598),
3773 (7,29,314,631),
3774 (7,30,335,665),
3775 (7,31,347,699),
3776 (7,32,370,733),
3777 (7,33,394,767),
3778 (7,34,419,786),
3779 (7,35,435,820),
3780 (7,36,462,854),
3781 (7,37,490,888),
3782 (7,38,509,922),
3783 (7,39,539,941),
3784 (7,40,570,975),
3785 (7,41,592,1009),
3786 (7,42,625,1028),
3787 (7,43,649,1062),
3788 (7,44,684,1096),
3789 (7,45,710,1115),
3790 (7,46,747,1149),
3791 (7,47,775,1183),
3792 (7,48,814,1202),
3793 (7,49,844,1236),
3794 (7,50,885,1255),
3795 (7,51,917,1289),
3796 (7,52,960,1323),
3797 (7,53,994,1342),
3798 (7,54,1029,1376),
3799 (7,55,1075,1395),
3800 (7,56,1112,1414),
3801 (7,57,1150,1448),
3802 (7,58,1199,1467),
3803 (7,59,1239,1501),
3804 (7,60,1330,1520),
3805 (7,61,1428,1664),
3806 (7,62,1583,1808),
3807 (7,63,1760,1951),
3808 (7,64,1932,2095),
3809 (7,65,2114,2239),
3810 (7,66,2304,2383),
3811 (7,67,2504,2527),
3812 (7,68,2713,2670),
3813 (7,69,2931,2814),
3814 (7,70,3159,2958),
3815 (8,1,32,100),
3816 (8,2,47,110),
3817 (8,3,52,106),
3818 (8,4,67,118),
3819 (8,5,82,131),
3820 (8,6,97,130),
3821 (8,7,102,145),
3822 (8,8,117,146),
3823 (8,9,132,163),
3824 (8,10,137,196),
3825 (8,11,152,215),
3826 (8,12,167,220),
3827 (8,13,172,241),
3828 (8,14,187,263),
3829 (8,15,202,271),
3830 (8,16,207,295),
3831 (8,17,222,305),
3832 (8,18,237,331),
3833 (8,19,242,343),
3834 (8,20,257,371),
3835 (8,21,272,385),
3836 (8,22,277,415),
3837 (8,23,292,431),
3838 (8,24,298,463),
3839 (8,25,315,481),
3840 (8,26,333,515),
3841 (8,27,342,535),
3842 (8,28,362,556),
3843 (8,29,373,592),
3844 (8,30,395,613),
3845 (8,31,418,634),
3846 (8,32,432,670),
3847 (8,33,457,691),
3848 (8,34,473,712),
3849 (8,35,500,733),
3850 (8,36,518,754),
3851 (8,37,547,790),
3852 (8,38,577,811),
3853 (8,39,598,832),
3854 (8,40,630,853),
3855 (8,41,653,874),
3856 (8,42,687,895),
3857 (8,43,712,916),
3858 (8,44,748,937),
3859 (8,45,775,958),
3860 (8,46,813,979),
3861 (8,47,842,1000),
3862 (8,48,882,1021),
3863 (8,49,913,1042),
3864 (8,50,955,1048),
3865 (8,51,988,1069),
3866 (8,52,1032,1090),
3867 (8,53,1067,1111),
3868 (8,54,1103,1117),
3869 (8,55,1150,1138),
3870 (8,56,1188,1159),
3871 (8,57,1237,1165),
3872 (8,58,1277,1186),
3873 (8,59,1328,1192),
3874 (8,60,1370,1213),
3875 (8,61,1526,1316),
3876 (8,62,1702,1419),
3877 (8,63,1875,1521),
3878 (8,64,2070,1624),
3879 (8,65,2261,1727),
3880 (8,66,2461,1830),
3881 (8,67,2686,1932),
3882 (8,68,2906,2035),
3883 (8,69,3136,2138),
3884 (8,70,3393,2241),
3885 (9,1,23,90),
3886 (9,2,28,98),
3887 (9,3,43,107),
3888 (9,4,48,102),
3889 (9,5,63,113),
3890 (9,6,68,126),
3891 (9,7,83,144),
3892 (9,8,88,162),
3893 (9,9,93,180),
3894 (9,10,108,198),
3895 (9,11,123,200),
3896 (9,12,128,218),
3897 (9,13,143,237),
3898 (9,14,148,257),
3899 (9,15,153,278),
3900 (9,16,168,300),
3901 (9,17,173,308),
3902 (9,18,189,332),
3903 (9,19,196,357),
3904 (9,20,204,383),
3905 (9,21,223,395),
3906 (9,22,233,423),
3907 (9,23,244,452),
3908 (9,24,266,467),
3909 (9,25,279,498),
3910 (9,26,293,530),
3911 (9,27,318,548),
3912 (9,28,334,582),
3913 (9,29,351,602),
3914 (9,30,379,638),
3915 (9,31,398,674),
3916 (9,32,418,695),
3917 (9,33,439,731),
3918 (9,34,471,752),
3919 (9,35,494,788),
3920 (9,36,518,809),
3921 (9,37,543,830),
3922 (9,38,569,866),
3923 (9,39,606,887),
3924 (9,40,634,923),
3925 (9,41,663,944),
3926 (9,42,693,965),
3927 (9,43,724,1001),
3928 (9,44,756,1022),
3929 (9,45,799,1043),
3930 (9,46,832,1064),
3931 (9,47,868,1100),
3932 (9,48,904,1121),
3933 (9,49,941,1142),
3934 (9,50,979,1163),
3935 (9,51,1018,1184),
3936 (9,52,1058,1205),
3937 (9,53,1099,1226),
3938 (9,54,1141,1247),
3939 (9,55,1184,1268),
3940 (9,56,1228,1289),
3941 (9,57,1273,1310),
3942 (9,58,1319,1331),
3943 (9,59,1366,1352),
3944 (9,60,1414,1373),
3945 (9,61,1580,1497),
3946 (9,62,1755,1621),
3947 (9,63,1939,1745),
3948 (9,64,2133,1870),
3949 (9,65,2323,1994),
3950 (9,66,2535,2118),
3951 (9,67,2758,2242),
3952 (9,68,2991,2366),
3953 (9,69,3235,2490),
3954 (9,70,3490,2615),
3955 (11,1,44,60),
3956 (11,2,51,66),
3957 (11,3,58,73),
3958 (11,4,75,81),
3959 (11,5,82,90),
3960 (11,6,89,100),
3961 (11,7,106,111),
3962 (11,8,113,123),
3963 (11,9,120,136),
3964 (11,10,137,150),
3965 (11,11,144,165),
3966 (11,12,151,182),
3967 (11,13,168,200),
3968 (11,14,175,219),
3969 (11,15,182,239),
3970 (11,16,199,260),
3971 (11,17,206,282),
3972 (11,18,214,305),
3973 (11,19,233,329),
3974 (11,20,243,354),
3975 (11,21,254,380),
3976 (11,22,266,392),
3977 (11,23,289,420),
3978 (11,24,303,449),
3979 (11,25,318,479),
3980 (11,26,334,509),
3981 (11,27,361,524),
3982 (11,28,379,554),
3983 (11,29,398,584),
3984 (11,30,418,614),
3985 (11,31,439,629),
3986 (11,32,461,659),
3987 (11,33,494,689),
3988 (11,34,518,704),
3989 (11,35,543,734),
3990 (11,36,569,749),
3991 (11,37,596,779),
3992 (11,38,624,809),
3993 (11,39,653,824),
3994 (11,40,683,854),
3995 (11,41,714,869),
3996 (11,42,746,899),
3997 (11,43,779,914),
3998 (11,44,823,944),
3999 (11,45,858,959),
4000 (11,46,894,989),
4001 (11,47,921,1004),
4002 (11,48,959,1019),
4003 (11,49,998,1049),
4004 (11,50,1038,1064),
4005 (11,51,1079,1079),
4006 (11,52,1121,1109),
4007 (11,53,1164,1124),
4008 (11,54,1208,1139),
4009 (11,55,1253,1154),
4010 (11,56,1299,1169),
4011 (11,57,1346,1199),
4012 (11,58,1384,1214),
4013 (11,59,1433,1229),
4014 (11,60,1483,1244),
4015 (11,61,1657,1357),
4016 (11,62,1840,1469),
4017 (11,63,2020,1582),
4018 (11,64,2222,1694),
4019 (11,65,2433,1807),
4020 (11,66,2640,1919),
4021 (11,67,2872,2032),
4022 (11,68,3114,2145),
4023 (11,69,3351,2257),
4024 (11,70,3614,2370);
4025 /*!40000 ALTER TABLE `player_classlevelstats` ENABLE KEYS */;
4026 UNLOCK TABLES;
4029 -- Table structure for table `player_levelstats`
4032 DROP TABLE IF EXISTS `player_levelstats`;
4033 CREATE TABLE `player_levelstats` (
4034   `race` tinyint(3) unsigned NOT NULL,
4035   `class` tinyint(3) unsigned NOT NULL,
4036   `level` tinyint(3) unsigned NOT NULL,
4037   `str` tinyint(3) unsigned NOT NULL,
4038   `agi` tinyint(3) unsigned NOT NULL,
4039   `sta` tinyint(3) unsigned NOT NULL,
4040   `inte` tinyint(3) unsigned NOT NULL,
4041   `spi` tinyint(3) unsigned NOT NULL,
4042   PRIMARY KEY  (`race`,`class`,`level`)
4043 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 PACK_KEYS=0 COMMENT='Stores levels stats.';
4046 -- Dumping data for table `player_levelstats`
4049 LOCK TABLES `player_levelstats` WRITE;
4050 /*!40000 ALTER TABLE `player_levelstats` DISABLE KEYS */;
4051 INSERT INTO `player_levelstats` VALUES
4052 (1,1,1,23,20,22,20,20),
4053 (1,1,2,24,21,23,20,20),
4054 (1,1,3,26,22,24,20,21),
4055 (1,1,4,27,22,26,20,21),
4056 (1,1,5,28,23,27,20,21),
4057 (1,1,6,30,24,28,20,21),
4058 (1,1,7,31,25,29,21,22),
4059 (1,1,8,32,26,30,21,22),
4060 (1,1,9,34,26,32,21,22),
4061 (1,1,10,35,27,33,21,23),
4062 (1,1,11,36,28,34,21,23),
4063 (1,1,12,38,29,35,21,23),
4064 (1,1,13,39,30,37,21,24),
4065 (1,1,14,41,31,38,21,24),
4066 (1,1,15,42,32,39,21,24),
4067 (1,1,16,44,33,41,21,25),
4068 (1,1,17,45,34,42,22,25),
4069 (1,1,18,47,34,43,22,25),
4070 (1,1,19,48,35,45,22,26),
4071 (1,1,20,50,36,46,22,26),
4072 (1,1,21,51,37,48,22,26),
4073 (1,1,22,53,38,49,22,27),
4074 (1,1,23,54,39,51,22,27),
4075 (1,1,24,56,40,52,23,28),
4076 (1,1,25,58,41,53,23,28),
4077 (1,1,26,59,42,55,23,28),
4078 (1,1,27,61,43,56,23,29),
4079 (1,1,28,63,44,58,23,29),
4080 (1,1,29,64,45,59,23,30),
4081 (1,1,30,66,46,61,24,30),
4082 (1,1,31,68,47,62,24,30),
4083 (1,1,32,69,48,64,24,31),
4084 (1,1,33,71,50,66,24,31),
4085 (1,1,34,73,51,67,24,32),
4086 (1,1,35,74,52,69,24,32),
4087 (1,1,36,76,53,70,25,33),
4088 (1,1,37,78,54,72,25,33),
4089 (1,1,38,80,55,74,25,34),
4090 (1,1,39,82,56,75,25,34),
4091 (1,1,40,83,57,77,25,35),
4092 (1,1,41,85,58,79,26,35),
4093 (1,1,42,87,60,80,26,35),
4094 (1,1,43,89,61,82,26,36),
4095 (1,1,44,91,62,84,26,36),
4096 (1,1,45,93,63,85,26,37),
4097 (1,1,46,95,64,87,27,37),
4098 (1,1,47,97,66,89,27,38),
4099 (1,1,48,99,67,91,27,38),
4100 (1,1,49,101,68,93,27,39),
4101 (1,1,50,103,69,94,28,40),
4102 (1,1,51,105,71,96,28,40),
4103 (1,1,52,107,72,98,28,41),
4104 (1,1,53,109,73,100,28,41),
4105 (1,1,54,111,74,102,29,42),
4106 (1,1,55,113,76,103,29,42),
4107 (1,1,56,115,77,105,29,43),
4108 (1,1,57,117,78,107,29,43),
4109 (1,1,58,119,79,109,30,44),
4110 (1,1,59,121,81,111,30,44),
4111 (1,1,60,123,82,113,30,45),
4112 (1,1,61,125,83,115,30,46),
4113 (1,1,62,127,85,117,31,46),
4114 (1,1,63,129,86,119,31,47),
4115 (1,1,64,132,88,121,31,47),
4116 (1,1,65,134,89,123,32,48),
4117 (1,1,66,136,90,125,32,49),
4118 (1,1,67,138,92,127,32,49),
4119 (1,1,68,140,93,129,32,50),
4120 (1,1,69,143,95,131,33,50),
4121 (1,1,70,145,96,133,33,51),
4122 (1,2,1,22,20,22,20,21),
4123 (1,2,2,23,21,23,21,22),
4124 (1,2,3,24,21,24,21,22),
4125 (1,2,4,25,22,25,22,23),
4126 (1,2,5,26,22,26,23,24),
4127 (1,2,6,28,23,27,23,25),
4128 (1,2,7,29,24,28,24,25),
4129 (1,2,8,30,24,29,25,26),
4130 (1,2,9,31,25,30,25,27),
4131 (1,2,10,32,25,32,26,27),
4132 (1,2,11,33,26,33,27,28),
4133 (1,2,12,35,27,34,27,29),
4134 (1,2,13,36,27,35,28,30),
4135 (1,2,14,37,28,36,29,31),
4136 (1,2,15,38,29,37,30,31),
4137 (1,2,16,40,29,38,30,32),
4138 (1,2,17,41,30,40,31,33),
4139 (1,2,18,42,31,41,32,34),
4140 (1,2,19,43,31,42,33,35),
4141 (1,2,20,45,32,43,33,35),
4142 (1,2,21,46,33,45,34,36),
4143 (1,2,22,47,33,46,35,37),
4144 (1,2,23,49,34,47,36,38),
4145 (1,2,24,50,35,48,37,39),
4146 (1,2,25,51,36,50,37,40),
4147 (1,2,26,53,36,51,38,41),
4148 (1,2,27,54,37,52,39,42),
4149 (1,2,28,56,38,54,40,43),
4150 (1,2,29,57,39,55,41,43),
4151 (1,2,30,58,39,56,42,44),
4152 (1,2,31,60,40,58,43,45),
4153 (1,2,32,61,41,59,43,46),
4154 (1,2,33,63,42,60,44,47),
4155 (1,2,34,64,43,62,45,48),
4156 (1,2,35,66,44,63,46,49),
4157 (1,2,36,67,44,65,47,50),
4158 (1,2,37,69,45,66,48,51),
4159 (1,2,38,70,46,67,49,52),
4160 (1,2,39,72,47,69,50,53),
4161 (1,2,40,73,48,70,51,54),
4162 (1,2,41,75,49,72,52,55),
4163 (1,2,42,77,49,73,53,56),
4164 (1,2,43,78,50,75,54,57),
4165 (1,2,44,80,51,76,55,58),
4166 (1,2,45,81,52,78,56,59),
4167 (1,2,46,83,53,79,57,61),
4168 (1,2,47,85,54,81,58,62),
4169 (1,2,48,86,55,83,59,63),
4170 (1,2,49,88,56,84,60,64),
4171 (1,2,50,90,57,86,61,65),
4172 (1,2,51,91,58,87,62,66),
4173 (1,2,52,93,59,89,63,67),
4174 (1,2,53,95,60,91,64,68),
4175 (1,2,54,97,61,92,65,69),
4176 (1,2,55,98,61,94,66,71),
4177 (1,2,56,100,62,95,67,72),
4178 (1,2,57,102,63,97,68,73),
4179 (1,2,58,104,64,99,69,74),
4180 (1,2,59,105,65,101,70,75),
4181 (1,2,60,107,66,102,71,77),
4182 (1,2,61,109,67,104,73,78),
4183 (1,2,62,111,69,106,74,79),
4184 (1,2,63,113,70,107,75,80),
4185 (1,2,64,115,71,109,76,81),
4186 (1,2,65,116,72,111,77,83),
4187 (1,2,66,118,73,113,78,84),
4188 (1,2,67,120,74,115,79,85),
4189 (1,2,68,122,75,116,81,86),
4190 (1,2,69,124,76,118,82,88),
4191 (1,2,70,126,77,120,83,89),
4192 (1,4,1,21,23,21,20,20),
4193 (1,4,2,22,24,22,20,20),
4194 (1,4,3,23,26,22,20,21),
4195 (1,4,4,23,27,23,20,21),
4196 (1,4,5,24,29,24,21,21),
4197 (1,4,6,25,30,25,21,22),
4198 (1,4,7,26,32,25,21,22),
4199 (1,4,8,26,33,26,21,23),
4200 (1,4,9,27,35,27,21,23),
4201 (1,4,10,28,36,27,21,23),
4202 (1,4,11,29,38,28,22,24),
4203 (1,4,12,30,39,29,22,24),
4204 (1,4,13,31,41,30,22,25),
4205 (1,4,14,31,43,31,22,25),
4206 (1,4,15,32,44,31,22,25),
4207 (1,4,16,33,46,32,23,26),
4208 (1,4,17,34,48,33,23,26),
4209 (1,4,18,35,49,34,23,27),
4210 (1,4,19,36,51,35,23,27),
4211 (1,4,20,37,53,35,23,28),
4212 (1,4,21,38,54,36,24,28),
4213 (1,4,22,39,56,37,24,29),
4214 (1,4,23,40,58,38,24,29),
4215 (1,4,24,41,60,39,24,30),
4216 (1,4,25,42,61,40,25,30),
4217 (1,4,26,43,63,41,25,31),
4218 (1,4,27,44,65,42,25,31),
4219 (1,4,28,45,67,43,25,32),
4220 (1,4,29,46,69,43,25,32),
4221 (1,4,30,47,71,44,26,33),
4222 (1,4,31,48,72,45,26,33),
4223 (1,4,32,49,74,46,26,34),
4224 (1,4,33,50,76,47,27,34),
4225 (1,4,34,51,78,48,27,35),
4226 (1,4,35,52,80,49,27,35),
4227 (1,4,36,53,82,50,27,36),
4228 (1,4,37,54,84,51,28,36),
4229 (1,4,38,55,86,52,28,37),
4230 (1,4,39,56,88,53,28,38),
4231 (1,4,40,57,90,54,28,38),
4232 (1,4,41,58,92,55,29,39),
4233 (1,4,42,60,94,56,29,39),
4234 (1,4,43,61,96,57,29,40),
4235 (1,4,44,62,98,58,30,40),
4236 (1,4,45,63,100,59,30,41),
4237 (1,4,46,64,103,61,30,42),
4238 (1,4,47,65,105,62,31,42),
4239 (1,4,48,66,107,63,31,43),
4240 (1,4,49,68,109,64,31,44),
4241 (1,4,50,69,111,65,32,44),
4242 (1,4,51,70,113,66,32,45),
4243 (1,4,52,71,116,67,32,45),
4244 (1,4,53,73,118,68,33,46),
4245 (1,4,54,74,120,69,33,47),
4246 (1,4,55,75,122,71,33,47),
4247 (1,4,56,76,125,72,34,48),
4248 (1,4,57,78,127,73,34,49),
4249 (1,4,58,79,129,74,34,49),
4250 (1,4,59,80,131,75,35,50),
4251 (1,4,60,81,134,77,35,51),
4252 (1,4,61,83,136,78,35,51),
4253 (1,4,62,84,138,79,36,52),
4254 (1,4,63,85,141,80,36,53),
4255 (1,4,64,87,143,81,37,54),
4256 (1,4,65,88,146,83,37,54),
4257 (1,4,66,89,148,84,37,55),
4258 (1,4,67,91,151,85,38,56),
4259 (1,4,68,92,153,86,38,57),
4260 (1,4,69,94,156,88,39,57),
4261 (1,4,70,95,158,89,39,58),
4262 (1,5,1,20,20,20,22,23),
4263 (1,5,2,20,20,20,23,24),
4264 (1,5,3,20,20,21,25,26),
4265 (1,5,4,20,21,21,26,27),
4266 (1,5,5,21,21,21,27,28),
4267 (1,5,6,21,21,22,29,30),
4268 (1,5,7,21,21,22,30,31),
4269 (1,5,8,21,22,23,31,33),
4270 (1,5,9,21,22,23,33,34),
4271 (1,5,10,21,22,23,34,36),
4272 (1,5,11,22,22,24,36,37),
4273 (1,5,12,22,23,24,37,39),
4274 (1,5,13,22,23,25,38,40),
4275 (1,5,14,22,23,25,40,42),
4276 (1,5,15,22,23,25,41,43),
4277 (1,5,16,23,24,26,43,45),
4278 (1,5,17,23,24,26,44,46),
4279 (1,5,18,23,24,27,46,48),
4280 (1,5,19,23,24,27,47,49),
4281 (1,5,20,23,25,28,49,51),
4282 (1,5,21,24,25,28,51,53),
4283 (1,5,22,24,25,29,52,54),
4284 (1,5,23,24,26,29,54,56),
4285 (1,5,24,24,26,30,55,58),
4286 (1,5,25,25,26,30,57,59),
4287 (1,5,26,25,27,31,59,61),
4288 (1,5,27,25,27,31,60,63),
4289 (1,5,28,25,27,32,62,65),
4290 (1,5,29,25,28,32,64,66),
4291 (1,5,30,26,28,33,65,68),
4292 (1,5,31,26,28,33,67,70),
4293 (1,5,32,26,29,34,69,72),
4294 (1,5,33,27,29,34,70,73),
4295 (1,5,34,27,29,35,72,75),
4296 (1,5,35,27,30,35,74,77),
4297 (1,5,36,27,30,36,76,79),
4298 (1,5,37,28,30,36,78,81),
4299 (1,5,38,28,31,37,79,83),
4300 (1,5,39,28,31,38,81,85),
4301 (1,5,40,28,31,38,83,87),
4302 (1,5,41,29,32,39,85,88),
4303 (1,5,42,29,32,39,87,90),
4304 (1,5,43,29,33,40,89,92),
4305 (1,5,44,30,33,40,91,94),
4306 (1,5,45,30,33,41,92,96),
4307 (1,5,46,30,34,42,94,98),
4308 (1,5,47,31,34,42,96,100),
4309 (1,5,48,31,35,43,98,102),
4310 (1,5,49,31,35,44,100,104),
4311 (1,5,50,32,36,44,102,106),
4312 (1,5,51,32,36,45,104,109),
4313 (1,5,52,32,36,45,106,111),
4314 (1,5,53,33,37,46,108,113),
4315 (1,5,54,33,37,47,110,115),
4316 (1,5,55,33,38,47,112,117),
4317 (1,5,56,34,38,48,114,119),
4318 (1,5,57,34,39,49,117,121),
4319 (1,5,58,34,39,49,119,124),
4320 (1,5,59,35,40,50,121,126),
4321 (1,5,60,35,40,51,123,128),
4322 (1,5,61,35,41,51,125,130),
4323 (1,5,62,36,41,52,127,132),
4324 (1,5,63,36,41,53,129,135),
4325 (1,5,64,37,42,54,132,137),
4326 (1,5,65,37,42,54,134,139),
4327 (1,5,66,37,43,55,136,142),
4328 (1,5,67,38,43,56,138,144),
4329 (1,5,68,38,44,57,140,146),
4330 (1,5,69,39,44,57,143,149),
4331 (1,5,70,39,45,58,145,151),
4332 (1,8,1,20,20,20,23,22),
4333 (1,8,2,20,20,20,24,23),
4334 (1,8,3,20,20,21,26,25),
4335 (1,8,4,20,20,21,27,26),
4336 (1,8,5,20,21,21,28,27),
4337 (1,8,6,20,21,21,30,29),
4338 (1,8,7,21,21,22,31,30),
4339 (1,8,8,21,21,22,33,31),
4340 (1,8,9,21,21,22,34,33),
4341 (1,8,10,21,21,23,36,34),
4342 (1,8,11,21,22,23,37,36),
4343 (1,8,12,21,22,23,39,37),
4344 (1,8,13,21,22,24,40,38),
4345 (1,8,14,21,22,24,42,40),
4346 (1,8,15,21,22,24,43,41),
4347 (1,8,16,21,23,25,45,43),
4348 (1,8,17,22,23,25,46,44),
4349 (1,8,18,22,23,25,48,46),
4350 (1,8,19,22,23,26,49,47),
4351 (1,8,20,22,23,26,51,49),
4352 (1,8,21,22,24,26,53,51),
4353 (1,8,22,22,24,27,54,52),
4354 (1,8,23,22,24,27,56,54),
4355 (1,8,24,23,24,28,58,55),
4356 (1,8,25,23,25,28,59,57),
4357 (1,8,26,23,25,28,61,59),
4358 (1,8,27,23,25,29,63,60),
4359 (1,8,28,23,25,29,65,62),
4360 (1,8,29,23,25,30,66,64),
4361 (1,8,30,24,26,30,68,65),
4362 (1,8,31,24,26,30,70,67),
4363 (1,8,32,24,26,31,72,69),
4364 (1,8,33,24,27,31,73,70),
4365 (1,8,34,24,27,32,75,72),
4366 (1,8,35,24,27,32,77,74),
4367 (1,8,36,25,27,33,79,76),
4368 (1,8,37,25,28,33,81,78),
4369 (1,8,38,25,28,34,83,79),
4370 (1,8,39,25,28,34,85,81),
4371 (1,8,40,25,28,35,87,83),
4372 (1,8,41,26,29,35,88,85),
4373 (1,8,42,26,29,35,90,87),
4374 (1,8,43,26,29,36,92,89),
4375 (1,8,44,26,30,36,94,91),
4376 (1,8,45,26,30,37,96,92),
4377 (1,8,46,27,30,37,98,94),
4378 (1,8,47,27,31,38,100,96),
4379 (1,8,48,27,31,38,102,98),
4380 (1,8,49,27,31,39,104,100),
4381 (1,8,50,28,32,40,106,102),
4382 (1,8,51,28,32,40,109,104),
4383 (1,8,52,28,32,41,111,106),
4384 (1,8,53,28,33,41,113,108),
4385 (1,8,54,29,33,42,115,110),
4386 (1,8,55,29,33,42,117,112),
4387 (1,8,56,29,34,43,119,114),
4388 (1,8,57,29,34,43,121,117),
4389 (1,8,58,30,34,44,124,119),
4390 (1,8,59,30,35,44,126,121),
4391 (1,8,60,30,35,45,128,123),
4392 (1,8,61,30,35,46,130,125),
4393 (1,8,62,31,36,46,132,127),
4394 (1,8,63,31,36,47,135,129),
4395 (1,8,64,31,37,47,137,132),
4396 (1,8,65,32,37,48,139,134),
4397 (1,8,66,32,37,49,142,136),
4398 (1,8,67,32,38,49,144,138),
4399 (1,8,68,32,38,50,146,140),
4400 (1,8,69,33,39,50,149,143),
4401 (1,8,70,33,39,51,151,145),
4402 (1,9,1,20,20,21,22,22),
4403 (1,9,2,20,20,22,23,23),
4404 (1,9,3,21,21,22,24,24),
4405 (1,9,4,21,21,23,26,25),
4406 (1,9,5,21,21,23,27,27),
4407 (1,9,6,21,22,24,28,28),
4408 (1,9,7,22,22,24,29,29),
4409 (1,9,8,22,23,25,30,30),
4410 (1,9,9,22,23,26,32,31),
4411 (1,9,10,23,23,26,33,33),
4412 (1,9,11,23,24,27,34,34),
4413 (1,9,12,23,24,27,35,35),
4414 (1,9,13,24,25,28,37,36),
4415 (1,9,14,24,25,29,38,38),
4416 (1,9,15,24,25,29,39,39),
4417 (1,9,16,25,26,30,41,40),
4418 (1,9,17,25,26,31,42,42),
4419 (1,9,18,25,27,31,43,43),
4420 (1,9,19,26,27,32,45,44),
4421 (1,9,20,26,28,33,46,46),
4422 (1,9,21,26,28,33,48,47),
4423 (1,9,22,27,29,34,49,49),
4424 (1,9,23,27,29,35,51,50),
4425 (1,9,24,28,30,35,52,51),
4426 (1,9,25,28,30,36,53,53),
4427 (1,9,26,28,31,37,55,54),
4428 (1,9,27,29,31,37,56,56),
4429 (1,9,28,29,32,38,58,57),
4430 (1,9,29,30,32,39,59,59),
4431 (1,9,30,30,33,40,61,60),
4432 (1,9,31,30,33,40,62,62),
4433 (1,9,32,31,34,41,64,63),
4434 (1,9,33,31,34,42,66,65),
4435 (1,9,34,32,35,43,67,66),
4436 (1,9,35,32,35,44,69,68),
4437 (1,9,36,33,36,44,70,69),
4438 (1,9,37,33,36,45,72,71),
4439 (1,9,38,34,37,46,74,73),
4440 (1,9,39,34,38,47,75,74),
4441 (1,9,40,35,38,48,77,76),
4442 (1,9,41,35,39,48,79,78),
4443 (1,9,42,35,39,49,80,79),
4444 (1,9,43,36,40,50,82,81),
4445 (1,9,44,36,40,51,84,83),
4446 (1,9,45,37,41,52,85,84),
4447 (1,9,46,37,42,53,87,86),
4448 (1,9,47,38,42,54,89,88),
4449 (1,9,48,38,43,55,91,89),
4450 (1,9,49,39,44,55,93,91),
4451 (1,9,50,40,44,56,94,93),
4452 (1,9,51,40,45,57,96,95),
4453 (1,9,52,41,45,58,98,97),
4454 (1,9,53,41,46,59,100,98),
4455 (1,9,54,42,47,60,102,100),
4456 (1,9,55,42,47,61,103,102),
4457 (1,9,56,43,48,62,105,104),
4458 (1,9,57,43,49,63,107,106),
4459 (1,9,58,44,49,64,109,108),
4460 (1,9,59,44,50,65,111,109),
4461 (1,9,60,45,51,66,113,111),
4462 (1,9,61,46,51,67,115,113),
4463 (1,9,62,46,52,68,117,115),
4464 (1,9,63,47,53,69,119,117),
4465 (1,9,64,47,54,70,121,119),
4466 (1,9,65,48,54,71,123,121),
4467 (1,9,66,49,55,72,125,123),
4468 (1,9,67,49,56,73,127,125),
4469 (1,9,68,50,57,74,129,127),
4470 (1,9,69,50,57,75,131,129),
4471 (1,9,70,51,58,76,133,131),
4472 (2,1,1,26,17,24,17,23),
4473 (2,1,2,27,18,25,17,23),
4474 (2,1,3,29,19,26,17,24),
4475 (2,1,4,30,19,27,17,24),
4476 (2,1,5,31,20,29,17,24),
4477 (2,1,6,32,21,30,17,24),
4478 (2,1,7,34,22,31,18,25),
4479 (2,1,8,35,23,32,18,25),
4480 (2,1,9,37,24,34,18,25),
4481 (2,1,10,38,24,35,18,26),
4482 (2,1,11,39,25,36,18,26),
4483 (2,1,12,41,26,37,18,26),
4484 (2,1,13,42,27,39,18,27),
4485 (2,1,14,44,28,40,18,27),
4486 (2,1,15,45,29,41,18,27),
4487 (2,1,16,47,30,43,19,28),
4488 (2,1,17,48,31,44,19,28),
4489 (2,1,18,50,32,45,19,28),
4490 (2,1,19,51,33,47,19,29),
4491 (2,1,20,53,34,48,19,29),
4492 (2,1,21,54,34,50,19,29),
4493 (2,1,22,56,35,51,19,30),
4494 (2,1,23,57,36,52,20,30),
4495 (2,1,24,59,37,54,20,30),
4496 (2,1,25,60,38,55,20,31),
4497 (2,1,26,62,39,57,20,31),
4498 (2,1,27,64,40,58,20,32),
4499 (2,1,28,65,41,60,20,32),
4500 (2,1,29,67,43,61,21,32),
4501 (2,1,30,69,44,63,21,33),
4502 (2,1,31,70,45,64,21,33),
4503 (2,1,32,72,46,66,21,34),
4504 (2,1,33,74,47,67,21,34),
4505 (2,1,34,76,48,69,21,35),
4506 (2,1,35,77,49,71,22,35),
4507 (2,1,36,79,50,72,22,36),
4508 (2,1,37,81,51,74,22,36),
4509 (2,1,38,83,52,76,22,36),
4510 (2,1,39,84,53,77,22,37),
4511 (2,1,40,86,55,79,23,37),
4512 (2,1,41,88,56,81,23,38),
4513 (2,1,42,90,57,82,23,38),
4514 (2,1,43,92,58,84,23,39),
4515 (2,1,44,94,59,86,23,39),
4516 (2,1,45,96,60,87,24,40),
4517 (2,1,46,98,62,89,24,40),
4518 (2,1,47,100,63,91,24,41),
4519 (2,1,48,101,64,93,24,41),
4520 (2,1,49,103,65,94,25,42),
4521 (2,1,50,105,66,96,25,42),
4522 (2,1,51,107,68,98,25,43),
4523 (2,1,52,109,69,100,25,43),
4524 (2,1,53,111,70,102,25,44),
4525 (2,1,54,113,71,104,26,45),
4526 (2,1,55,115,73,105,26,45),
4527 (2,1,56,118,74,107,26,46),
4528 (2,1,57,120,75,109,26,46),
4529 (2,1,58,122,77,111,27,47),
4530 (2,1,59,124,78,113,27,47),
4531 (2,1,60,126,79,115,27,48),
4532 (2,1,61,128,81,117,27,48),
4533 (2,1,62,130,82,119,28,49),
4534 (2,1,63,132,83,121,28,50),
4535 (2,1,64,135,85,123,28,50),
4536 (2,1,65,137,86,125,29,51),
4537 (2,1,66,139,87,127,29,52),
4538 (2,1,67,141,89,129,29,52),
4539 (2,1,68,143,90,131,29,53),
4540 (2,1,69,146,92,133,30,53),
4541 (2,1,70,148,93,135,30,54),
4542 (2,3,1,23,20,23,17,24),
4543 (2,3,2,23,21,24,18,25),
4544 (2,3,3,24,23,25,18,25),
4545 (2,3,4,24,24,26,19,26),
4546 (2,3,5,25,25,27,19,26),
4547 (2,3,6,25,27,28,20,27),
4548 (2,3,7,26,28,28,21,28),
4549 (2,3,8,26,30,29,21,28),
4550 (2,3,9,26,31,30,22,29),
4551 (2,3,10,27,33,31,22,30),
4552 (2,3,11,27,34,32,23,30),
4553 (2,3,12,28,36,33,24,31),
4554 (2,3,13,28,37,34,24,32),
4555 (2,3,14,29,39,35,25,33),
4556 (2,3,15,29,40,36,26,33),
4557 (2,3,16,30,42,37,26,34),
4558 (2,3,17,30,43,39,27,35),
4559 (2,3,18,31,45,40,28,35),
4560 (2,3,19,31,47,41,28,36),
4561 (2,3,20,32,48,42,29,37),
4562 (2,3,21,32,50,43,30,38),
4563 (2,3,22,33,51,44,31,39),
4564 (2,3,23,34,53,45,31,39),
4565 (2,3,24,34,55,46,32,40),
4566 (2,3,25,35,57,47,33,41),
4567 (2,3,26,35,58,48,34,42),
4568 (2,3,27,36,60,50,34,43),
4569 (2,3,28,36,62,51,35,43),
4570 (2,3,29,37,63,52,36,44),
4571 (2,3,30,38,65,53,37,45),
4572 (2,3,31,38,67,54,37,46),
4573 (2,3,32,39,69,56,38,47),
4574 (2,3,33,39,71,57,39,48),
4575 (2,3,34,40,72,58,40,49),
4576 (2,3,35,41,74,59,41,49),
4577 (2,3,36,41,76,61,42,50),
4578 (2,3,37,42,78,62,42,51),
4579 (2,3,38,43,80,63,43,52),
4580 (2,3,39,43,82,64,44,53),
4581 (2,3,40,44,84,66,45,54),
4582 (2,3,41,45,86,67,46,55),
4583 (2,3,42,45,88,68,47,56),
4584 (2,3,43,46,90,70,47,57),
4585 (2,3,44,47,91,71,48,58),
4586 (2,3,45,47,93,72,49,59),
4587 (2,3,46,48,95,74,50,60),
4588 (2,3,47,49,98,75,51,61),
4589 (2,3,48,50,100,77,52,62),
4590 (2,3,49,50,102,78,53,63),
4591 (2,3,50,51,104,79,54,64),
4592 (2,3,51,52,106,81,55,65),
4593 (2,3,52,52,108,82,56,66),
4594 (2,3,53,53,110,84,57,67),
4595 (2,3,54,54,112,85,58,68),
4596 (2,3,55,55,114,87,59,69),
4597 (2,3,56,55,116,88,60,70),
4598 (2,3,57,56,118,90,61,71),
4599 (2,3,58,57,121,91,62,72),
4600 (2,3,59,58,123,93,63,73),
4601 (2,3,60,59,125,94,64,74),
4602 (2,3,61,59,127,96,65,76),
4603 (2,3,62,60,130,97,66,77),
4604 (2,3,63,61,132,99,67,78),
4605 (2,3,64,62,134,100,68,79),
4606 (2,3,65,63,136,102,69,80),
4607 (2,3,66,64,139,104,70,81),
4608 (2,3,67,64,141,105,71,82),
4609 (2,3,68,65,143,107,72,84),
4610 (2,3,69,66,146,108,73,85),
4611 (2,3,70,67,148,110,74,86),
4612 (2,4,1,24,20,23,17,23),
4613 (2,4,2,25,21,24,17,23),
4614 (2,4,3,25,23,24,17,24),
4615 (2,4,4,26,24,25,17,24),
4616 (2,4,5,27,26,26,18,24),
4617 (2,4,6,28,27,26,18,25),
4618 (2,4,7,29,29,27,18,25),
4619 (2,4,8,29,30,28,18,26),
4620 (2,4,9,30,32,29,18,26),
4621 (2,4,10,31,33,29,19,26),
4622 (2,4,11,32,35,30,19,27),
4623 (2,4,12,33,37,31,19,27),
4624 (2,4,13,34,38,32,19,28),
4625 (2,4,14,34,40,32,19,28),
4626 (2,4,15,35,41,33,19,28),
4627 (2,4,16,36,43,34,20,29),
4628 (2,4,17,37,45,35,20,29),
4629 (2,4,18,38,46,36,20,30),
4630 (2,4,19,39,48,37,20,30),
4631 (2,4,20,40,50,37,21,31),
4632 (2,4,21,41,52,38,21,31),
4633 (2,4,22,42,53,39,21,31),
4634 (2,4,23,43,55,40,21,32),
4635 (2,4,24,43,57,41,21,32),
4636 (2,4,25,44,59,42,22,33),
4637 (2,4,26,45,60,43,22,33),
4638 (2,4,27,46,62,44,22,34),
4639 (2,4,28,47,64,44,22,34),
4640 (2,4,29,48,66,45,23,35),
4641 (2,4,30,49,68,46,23,35),
4642 (2,4,31,50,70,47,23,36),
4643 (2,4,32,51,72,48,23,36),
4644 (2,4,33,53,73,49,24,37),
4645 (2,4,34,54,75,50,24,38),
4646 (2,4,35,55,77,51,24,38),
4647 (2,4,36,56,79,52,24,39),
4648 (2,4,37,57,81,53,25,39),
4649 (2,4,38,58,83,54,25,40),
4650 (2,4,39,59,85,55,25,40),
4651 (2,4,40,60,87,56,26,41),
4652 (2,4,41,61,89,57,26,41),
4653 (2,4,42,62,91,58,26,42),
4654 (2,4,43,63,93,59,27,43),
4655 (2,4,44,65,95,60,27,43),
4656 (2,4,45,66,98,61,27,44),
4657 (2,4,46,67,100,62,27,44),
4658 (2,4,47,68,102,64,28,45),
4659 (2,4,48,69,104,65,28,46),
4660 (2,4,49,71,106,66,28,46),
4661 (2,4,50,72,108,67,29,47),
4662 (2,4,51,73,110,68,29,48),
4663 (2,4,52,74,113,69,29,48),
4664 (2,4,53,75,115,70,30,49),
4665 (2,4,54,77,117,71,30,50),
4666 (2,4,55,78,119,73,30,50),
4667 (2,4,56,79,122,74,31,51),
4668 (2,4,57,80,124,75,31,52),
4669 (2,4,58,82,126,76,31,52),
4670 (2,4,59,83,129,77,32,53),
4671 (2,4,60,84,131,78,32,54),
4672 (2,4,61,86,133,80,33,54),
4673 (2,4,62,87,136,81,33,55),
4674 (2,4,63,88,138,82,33,56),
4675 (2,4,64,90,140,83,34,57),
4676 (2,4,65,91,143,85,34,57),
4677 (2,4,66,92,145,86,34,58),
4678 (2,4,67,94,148,87,35,59),
4679 (2,4,68,95,150,88,35,59),
4680 (2,4,69,97,153,90,36,60),
4681 (2,4,70,98,155,91,36,61),
4682 (2,7,1,24,17,23,18,25),
4683 (2,7,2,25,17,24,19,26),
4684 (2,7,3,26,18,25,20,27),
4685 (2,7,4,26,18,26,21,28),
4686 (2,7,5,27,19,27,22,29),
4687 (2,7,6,28,19,28,23,30),
4688 (2,7,7,29,20,29,24,31),
4689 (2,7,8,30,20,30,25,32),
4690 (2,7,9,31,21,31,26,33),
4691 (2,7,10,32,21,32,27,34),
4692 (2,7,11,33,22,33,28,36),
4693 (2,7,12,34,22,34,29,37),
4694 (2,7,13,34,23,35,30,38),
4695 (2,7,14,35,23,36,31,39),
4696 (2,7,15,36,24,37,32,40),
4697 (2,7,16,37,24,39,33,41),
4698 (2,7,17,38,25,40,34,43),
4699 (2,7,18,39,25,41,35,44),
4700 (2,7,19,40,26,42,36,45),
4701 (2,7,20,41,26,43,37,46),
4702 (2,7,21,42,27,44,38,47),
4703 (2,7,22,43,27,45,39,49),
4704 (2,7,23,44,28,47,40,50),
4705 (2,7,24,45,28,48,41,51),
4706 (2,7,25,47,29,49,43,52),
4707 (2,7,26,48,30,50,44,54),
4708 (2,7,27,49,30,52,45,55),
4709 (2,7,28,50,31,53,46,56),
4710 (2,7,29,51,31,54,47,58),
4711 (2,7,30,52,32,55,48,59),
4712 (2,7,31,53,33,57,50,60),
4713 (2,7,32,54,33,58,51,62),
4714 (2,7,33,55,34,59,52,63),
4715 (2,7,34,57,34,61,53,65),
4716 (2,7,35,58,35,62,55,66),
4717 (2,7,36,59,36,63,56,67),
4718 (2,7,37,60,36,65,57,69),
4719 (2,7,38,61,37,66,58,70),
4720 (2,7,39,62,38,67,60,72),
4721 (2,7,40,64,38,69,61,73),
4722 (2,7,41,65,39,70,62,75),
4723 (2,7,42,66,40,72,64,76),
4724 (2,7,43,67,40,73,65,78),
4725 (2,7,44,69,41,74,66,79),
4726 (2,7,45,70,42,76,68,81),
4727 (2,7,46,71,42,77,69,82),
4728 (2,7,47,72,43,79,70,84),
4729 (2,7,48,74,44,80,72,85),
4730 (2,7,49,75,45,82,73,87),
4731 (2,7,50,76,45,83,75,89),
4732 (2,7,51,78,46,85,76,90),
4733 (2,7,52,79,47,86,77,92),
4734 (2,7,53,80,47,88,79,93),
4735 (2,7,54,82,48,90,80,95),
4736 (2,7,55,83,49,91,82,97),
4737 (2,7,56,85,50,93,83,98),
4738 (2,7,57,86,50,94,85,100),
4739 (2,7,58,87,51,96,86,102),
4740 (2,7,59,89,52,97,88,103),
4741 (2,7,60,90,53,99,89,105),
4742 (2,7,61,92,54,101,91,107),
4743 (2,7,62,93,54,102,92,109),
4744 (2,7,63,95,55,104,94,110),
4745 (2,7,64,96,56,106,95,112),
4746 (2,7,65,97,57,107,97,114),
4747 (2,7,66,99,58,109,99,116),
4748 (2,7,67,100,58,111,100,118),
4749 (2,7,68,102,59,113,102,119),
4750 (2,7,69,103,60,114,103,121),
4751 (2,7,70,105,61,116,105,123),
4752 (2,9,1,23,17,23,19,25),
4753 (2,9,2,23,17,24,20,26),
4754 (2,9,3,24,18,24,21,27),
4755 (2,9,4,24,18,25,23,28),
4756 (2,9,5,24,18,25,24,30),
4757 (2,9,6,24,19,26,25,31),
4758 (2,9,7,25,19,26,26,32),
4759 (2,9,8,25,20,27,27,33),
4760 (2,9,9,25,20,27,29,34),
4761 (2,9,10,26,20,28,30,36),
4762 (2,9,11,26,21,29,31,37),
4763 (2,9,12,26,21,29,33,38),
4764 (2,9,13,27,22,30,34,39),
4765 (2,9,14,27,22,31,35,41),
4766 (2,9,15,27,23,31,37,42),
4767 (2,9,16,28,23,32,38,43),
4768 (2,9,17,28,23,32,39,45),
4769 (2,9,18,28,24,33,41,46),
4770 (2,9,19,29,24,34,42,47),
4771 (2,9,20,29,25,34,43,49),
4772 (2,9,21,29,25,35,45,50),
4773 (2,9,22,30,26,36,46,51),
4774 (2,9,23,30,26,37,48,53),
4775 (2,9,24,30,27,37,49,54),
4776 (2,9,25,31,27,38,51,56),
4777 (2,9,26,31,28,39,52,57),
4778 (2,9,27,32,28,39,54,59),
4779 (2,9,28,32,29,40,55,60),
4780 (2,9,29,32,29,41,57,62),
4781 (2,9,30,33,30,42,58,63),
4782 (2,9,31,33,30,42,60,65),
4783 (2,9,32,34,31,43,61,66),
4784 (2,9,33,34,31,44,63,68),
4785 (2,9,34,35,32,45,64,69),
4786 (2,9,35,35,32,45,66,71),
4787 (2,9,36,36,33,46,68,72),
4788 (2,9,37,36,34,47,69,74),
4789 (2,9,38,36,34,48,71,76),
4790 (2,9,39,37,35,49,72,77),
4791 (2,9,40,37,35,50,74,79),
4792 (2,9,41,38,36,50,76,80),
4793 (2,9,42,38,36,51,77,82),
4794 (2,9,43,39,37,52,79,84),
4795 (2,9,44,39,38,53,81,85),
4796 (2,9,45,40,38,54,83,87),
4797 (2,9,46,40,39,55,84,89),
4798 (2,9,47,41,39,56,86,91),
4799 (2,9,48,41,40,56,88,92),
4800 (2,9,49,42,41,57,90,94),
4801 (2,9,50,42,41,58,91,96),
4802 (2,9,51,43,42,59,93,98),
4803 (2,9,52,43,43,60,95,99),
4804 (2,9,53,44,43,61,97,101),
4805 (2,9,54,45,44,62,99,103),
4806 (2,9,55,45,45,63,101,105),
4807 (2,9,56,46,45,64,102,107),
4808 (2,9,57,46,46,65,104,109),
4809 (2,9,58,47,47,66,106,110),
4810 (2,9,59,47,47,67,108,112),
4811 (2,9,60,48,48,68,110,114),
4812 (2,9,61,48,49,69,112,116),
4813 (2,9,62,49,49,70,114,118),
4814 (2,9,63,50,50,71,116,120),
4815 (2,9,64,50,51,72,118,122),
4816 (2,9,65,51,51,73,120,124),
4817 (2,9,66,52,52,74,122,126),
4818 (2,9,67,52,53,75,124,128),
4819 (2,9,68,53,54,76,126,130),
4820 (2,9,69,53,54,77,128,132),
4821 (2,9,70,54,55,78,130,134),
4822 (3,1,1,25,16,25,19,19),
4823 (3,1,2,26,17,26,19,19),
4824 (3,1,3,28,18,27,19,20),
4825 (3,1,4,29,18,28,19,20),
4826 (3,1,5,30,19,30,19,20),
4827 (3,1,6,31,20,31,19,20),
4828 (3,1,7,33,21,32,20,21),
4829 (3,1,8,34,22,33,20,21),
4830 (3,1,9,36,23,35,20,21),
4831 (3,1,10,37,23,36,20,22),
4832 (3,1,11,38,24,37,20,22),
4833 (3,1,12,40,25,38,20,22),
4834 (3,1,13,41,26,40,20,23),
4835 (3,1,14,43,27,41,20,23),
4836 (3,1,15,44,28,42,20,23),
4837 (3,1,16,46,29,44,21,24),
4838 (3,1,17,47,30,45,21,24),
4839 (3,1,18,49,31,46,21,24),
4840 (3,1,19,50,32,48,21,25),
4841 (3,1,20,52,33,49,21,25),
4842 (3,1,21,53,34,51,21,26),
4843 (3,1,22,55,34,52,21,26),
4844 (3,1,23,56,35,53,21,26),
4845 (3,1,24,58,36,55,22,27),
4846 (3,1,25,59,37,56,22,27),
4847 (3,1,26,61,38,58,22,27),
4848 (3,1,27,63,39,59,22,28),
4849 (3,1,28,64,41,61,22,28),
4850 (3,1,29,66,42,62,22,29),
4851 (3,1,30,68,43,64,23,29),
4852 (3,1,31,69,44,65,23,30),
4853 (3,1,32,71,45,67,23,30),
4854 (3,1,33,73,46,68,23,30),
4855 (3,1,34,75,47,70,23,31),
4856 (3,1,35,76,48,72,24,31),
4857 (3,1,36,78,49,73,24,32),
4858 (3,1,37,80,50,75,24,32),
4859 (3,1,38,82,51,76,24,33),
4860 (3,1,39,84,52,78,24,33),
4861 (3,1,40,85,54,80,24,34),
4862 (3,1,41,87,55,81,25,34),
4863 (3,1,42,89,56,83,25,35),
4864 (3,1,43,91,57,85,25,35),
4865 (3,1,44,93,58,87,25,36),
4866 (3,1,45,95,59,88,26,36),
4867 (3,1,46,97,61,90,26,37),
4868 (3,1,47,99,62,92,26,37),
4869 (3,1,48,101,63,94,26,38),
4870 (3,1,49,102,64,95,26,38),
4871 (3,1,50,104,65,97,27,39),
4872 (3,1,51,106,67,99,27,39),
4873 (3,1,52,108,68,101,27,40),
4874 (3,1,53,110,69,103,27,40),
4875 (3,1,54,112,70,104,28,41),
4876 (3,1,55,115,72,106,28,41),
4877 (3,1,56,117,73,108,28,42),
4878 (3,1,57,119,74,110,28,42),
4879 (3,1,58,121,76,112,29,43),
4880 (3,1,59,123,77,114,29,43),
4881 (3,1,60,125,78,116,29,44),
4882 (3,1,61,127,80,118,29,45),
4883 (3,1,62,129,81,120,30,45),
4884 (3,1,63,131,82,122,30,46),
4885 (3,1,64,134,84,124,30,46),
4886 (3,1,65,136,85,126,31,47),
4887 (3,1,66,138,86,128,31,48),
4888 (3,1,67,140,88,130,31,48),
4889 (3,1,68,142,89,132,31,49),
4890 (3,1,69,145,91,134,32,49),
4891 (3,1,70,147,92,136,32,50),
4892 (3,2,1,24,16,25,19,20),
4893 (3,2,2,25,17,26,20,21),
4894 (3,2,3,26,17,27,20,21),
4895 (3,2,4,27,18,28,21,22),
4896 (3,2,5,28,18,29,22,23),
4897 (3,2,6,29,19,30,22,24),
4898 (3,2,7,31,20,31,23,24),
4899 (3,2,8,32,20,32,24,25),
4900 (3,2,9,33,21,33,24,26),
4901 (3,2,10,34,21,34,25,26),
4902 (3,2,11,35,22,36,26,27),
4903 (3,2,12,36,23,37,26,28),
4904 (3,2,13,38,23,38,27,29),
4905 (3,2,14,39,24,39,28,30),
4906 (3,2,15,40,25,40,29,30),
4907 (3,2,16,41,25,41,29,31),
4908 (3,2,17,43,26,43,30,32),
4909 (3,2,18,44,27,44,31,33),
4910 (3,2,19,45,28,45,32,34),
4911 (3,2,20,47,28,46,32,35),
4912 (3,2,21,48,29,47,33,35),
4913 (3,2,22,49,30,49,34,36),
4914 (3,2,23,51,30,50,35,37),
4915 (3,2,24,52,31,51,36,38),
4916 (3,2,25,53,32,52,36,39),
4917 (3,2,26,55,33,54,37,40),
4918 (3,2,27,56,33,55,38,41),
4919 (3,2,28,57,34,56,39,42),
4920 (3,2,29,59,35,58,40,43),
4921 (3,2,30,60,36,59,41,43),
4922 (3,2,31,62,37,60,42,44),
4923 (3,2,32,63,37,62,42,45),
4924 (3,2,33,65,38,63,43,46),
4925 (3,2,34,66,39,65,44,47),
4926 (3,2,35,68,40,66,45,48),
4927 (3,2,36,69,41,67,46,49),
4928 (3,2,37,71,41,69,47,50),
4929 (3,2,38,72,42,70,48,51),
4930 (3,2,39,74,43,72,49,52),
4931 (3,2,40,75,44,73,50,53),
4932 (3,2,41,77,45,75,51,54),
4933 (3,2,42,78,46,76,52,55),
4934 (3,2,43,80,47,78,53,56),
4935 (3,2,44,82,47,79,54,57),
4936 (3,2,45,83,48,81,55,59),
4937 (3,2,46,85,49,82,56,60),
4938 (3,2,47,87,50,84,57,61),
4939 (3,2,48,88,51,85,58,62),
4940 (3,2,49,90,52,87,59,63),
4941 (3,2,50,92,53,89,60,64),
4942 (3,2,51,93,54,90,61,65),
4943 (3,2,52,95,55,92,62,66),
4944 (3,2,53,97,56,93,63,67),
4945 (3,2,54,98,57,95,64,69),
4946 (3,2,55,100,58,97,65,70),
4947 (3,2,56,102,59,98,66,71),
4948 (3,2,57,104,60,100,67,72),
4949 (3,2,58,106,61,102,68,73),
4950 (3,2,59,107,62,103,69,74),
4951 (3,2,60,109,63,105,70,76),
4952 (3,2,61,111,64,107,72,77),
4953 (3,2,62,113,65,109,73,78),
4954 (3,2,63,115,66,110,74,79),
4955 (3,2,64,117,67,112,75,80),
4956 (3,2,65,118,68,114,76,82),
4957 (3,2,66,120,69,116,77,83),
4958 (3,2,67,122,70,118,78,84),
4959 (3,2,68,124,71,119,80,85),
4960 (3,2,69,126,72,121,81,87),
4961 (3,2,70,128,73,123,82,88),
4962 (3,3,1,22,19,24,19,20),
4963 (3,3,2,22,20,25,20,21),
4964 (3,3,3,23,22,26,20,21),
4965 (3,3,4,23,23,27,21,22),
4966 (3,3,5,24,25,28,21,23),
4967 (3,3,6,24,26,29,22,23),
4968 (3,3,7,25,27,29,23,24),
4969 (3,3,8,25,29,30,23,25),
4970 (3,3,9,25,30,31,24,25),
4971 (3,3,10,26,32,32,24,26),
4972 (3,3,11,26,33,33,25,27),
4973 (3,3,12,27,35,34,26,27),
4974 (3,3,13,27,36,35,26,28),
4975 (3,3,14,28,38,36,27,29),
4976 (3,3,15,28,39,37,28,29),
4977 (3,3,16,29,41,38,28,30),
4978 (3,3,17,29,42,39,29,31),
4979 (3,3,18,30,44,41,30,32),
4980 (3,3,19,30,46,42,30,32),
4981 (3,3,20,31,47,43,31,33),
4982 (3,3,21,32,49,44,32,34),
4983 (3,3,22,32,51,45,33,35),
4984 (3,3,23,33,52,46,33,36),
4985 (3,3,24,33,54,47,34,36),
4986 (3,3,25,34,56,48,35,37),
4987 (3,3,26,34,57,49,35,38),
4988 (3,3,27,35,59,51,36,39),
4989 (3,3,28,35,61,52,37,40),
4990 (3,3,29,36,63,53,38,40),
4991 (3,3,30,37,64,54,39,41),
4992 (3,3,31,37,66,55,39,42),
4993 (3,3,32,38,68,57,40,43),
4994 (3,3,33,38,70,58,41,44),
4995 (3,3,34,39,71,59,42,45),
4996 (3,3,35,40,73,60,43,46),
4997 (3,3,36,40,75,62,43,47),
4998 (3,3,37,41,77,63,44,47),
4999 (3,3,38,42,79,64,45,48),
5000 (3,3,39,42,81,65,46,49),
5001 (3,3,40,43,83,67,47,50),
5002 (3,3,41,44,85,68,48,51),
5003 (3,3,42,44,87,69,49,52),
5004 (3,3,43,45,89,71,49,53),
5005 (3,3,44,46,91,72,50,54),
5006 (3,3,45,46,93,73,51,55),
5007 (3,3,46,47,95,75,52,56),
5008 (3,3,47,48,97,76,53,57),
5009 (3,3,48,49,99,78,54,58),
5010 (3,3,49,49,101,79,55,59),
5011 (3,3,50,50,103,80,56,60),
5012 (3,3,51,51,105,82,57,61),
5013 (3,3,52,51,107,83,58,62),
5014 (3,3,53,52,109,85,59,63),
5015 (3,3,54,53,111,86,60,64),
5016 (3,3,55,54,113,88,61,65),
5017 (3,3,56,55,115,89,62,66),
5018 (3,3,57,55,118,91,62,67),
5019 (3,3,58,56,120,92,63,68),
5020 (3,3,59,57,122,94,64,70),
5021 (3,3,60,58,124,95,65,71),
5022 (3,3,61,58,126,97,67,72),
5023 (3,3,62,59,129,98,68,73),
5024 (3,3,63,60,131,100,69,74),
5025 (3,3,64,61,133,101,70,75),
5026 (3,3,65,62,135,103,71,76),
5027 (3,3,66,63,138,105,72,77),
5028 (3,3,67,63,140,106,73,78),
5029 (3,3,68,64,142,108,74,80),
5030 (3,3,69,65,145,109,75,81),
5031 (3,3,70,66,147,111,76,82),
5032 (3,4,1,23,19,24,19,19),
5033 (3,4,2,24,20,25,19,19),
5034 (3,4,3,24,22,25,19,20),
5035 (3,4,4,25,23,26,19,20),
5036 (3,4,5,26,25,27,20,20),
5037 (3,4,6,27,26,27,20,21),
5038 (3,4,7,28,28,28,20,21),
5039 (3,4,8,28,29,29,20,22),
5040 (3,4,9,29,31,30,20,22),
5041 (3,4,10,30,32,30,20,22),
5042 (3,4,11,31,34,31,21,23),
5043 (3,4,12,32,36,32,21,23),
5044 (3,4,13,33,37,33,21,24),
5045 (3,4,14,33,39,33,21,24),
5046 (3,4,15,34,40,34,21,25),
5047 (3,4,16,35,42,35,22,25),
5048 (3,4,17,36,44,36,22,25),
5049 (3,4,18,37,45,37,22,26),
5050 (3,4,19,38,47,38,22,26),
5051 (3,4,20,39,49,38,22,27),
5052 (3,4,21,40,51,39,23,27),
5053 (3,4,22,41,52,40,23,28),
5054 (3,4,23,42,54,41,23,28),
5055 (3,4,24,43,56,42,23,29),
5056 (3,4,25,44,58,43,24,29),
5057 (3,4,26,44,59,44,24,30),
5058 (3,4,27,45,61,44,24,30),
5059 (3,4,28,46,63,45,24,31),
5060 (3,4,29,47,65,46,25,31),
5061 (3,4,30,48,67,47,25,32),
5062 (3,4,31,49,69,48,25,32),
5063 (3,4,32,51,71,49,25,33),
5064 (3,4,33,52,72,50,26,33),
5065 (3,4,34,53,74,51,26,34),
5066 (3,4,35,54,76,52,26,34),
5067 (3,4,36,55,78,53,26,35),
5068 (3,4,37,56,80,54,27,35),
5069 (3,4,38,57,82,55,27,36),
5070 (3,4,39,58,84,56,27,37),
5071 (3,4,40,59,86,57,28,37),
5072 (3,4,41,60,88,58,28,38),
5073 (3,4,42,61,90,59,28,38),
5074 (3,4,43,63,92,60,28,39),
5075 (3,4,44,64,95,61,29,39),
5076 (3,4,45,65,97,62,29,40),
5077 (3,4,46,66,99,63,29,41),
5078 (3,4,47,67,101,64,30,41),
5079 (3,4,48,68,103,66,30,42),
5080 (3,4,49,70,105,67,30,43),
5081 (3,4,50,71,107,68,31,43),
5082 (3,4,51,72,110,69,31,44),
5083 (3,4,52,73,112,70,31,44),
5084 (3,4,53,74,114,71,32,45),
5085 (3,4,54,76,116,72,32,46),
5086 (3,4,55,77,118,73,32,46),
5087 (3,4,56,78,121,75,33,47),
5088 (3,4,57,80,123,76,33,48),
5089 (3,4,58,81,125,77,33,48),
5090 (3,4,59,82,128,78,34,49),
5091 (3,4,60,83,130,79,34,50),
5092 (3,4,61,85,132,81,34,51),
5093 (3,4,62,86,135,82,35,51),
5094 (3,4,63,87,137,83,35,52),
5095 (3,4,64,89,139,84,36,53),
5096 (3,4,65,90,142,86,36,53),
5097 (3,4,66,91,144,87,36,54),
5098 (3,4,67,93,147,88,37,55),
5099 (3,4,68,94,149,89,37,56),
5100 (3,4,69,96,152,91,38,56),
5101 (3,4,70,97,154,92,38,57),
5102 (3,5,1,22,16,23,21,22),
5103 (3,5,2,22,16,23,22,23),
5104 (3,5,3,22,16,24,24,25),
5105 (3,5,4,22,17,24,25,26),
5106 (3,5,5,23,17,24,26,27),
5107 (3,5,6,23,17,25,28,29),
5108 (3,5,7,23,17,25,29,30),
5109 (3,5,8,23,18,26,30,32),
5110 (3,5,9,23,18,26,32,33),
5111 (3,5,10,23,18,26,33,35),
5112 (3,5,11,24,18,27,35,36),
5113 (3,5,12,24,19,27,36,38),
5114 (3,5,13,24,19,28,37,39),
5115 (3,5,14,24,19,28,39,41),
5116 (3,5,15,24,19,28,40,42),
5117 (3,5,16,24,20,29,42,44),
5118 (3,5,17,25,20,29,43,45),
5119 (3,5,18,25,20,30,45,47),
5120 (3,5,19,25,21,30,46,49),
5121 (3,5,20,25,21,31,48,50),
5122 (3,5,21,25,21,31,50,52),
5123 (3,5,22,26,22,31,51,53),
5124 (3,5,23,26,22,32,53,55),
5125 (3,5,24,26,22,32,54,57),
5126 (3,5,25,26,22,33,56,58),
5127 (3,5,26,27,23,33,58,60),
5128 (3,5,27,27,23,34,59,62),
5129 (3,5,28,27,23,34,61,64),
5130 (3,5,29,27,24,35,63,65),
5131 (3,5,30,28,24,35,64,67),
5132 (3,5,31,28,24,36,66,69),
5133 (3,5,32,28,25,36,68,71),
5134 (3,5,33,28,25,37,70,72),
5135 (3,5,34,29,26,38,71,74),
5136 (3,5,35,29,26,38,73,76),
5137 (3,5,36,29,26,39,75,78),
5138 (3,5,37,29,27,39,77,80),
5139 (3,5,38,30,27,40,78,82),
5140 (3,5,39,30,27,40,80,84),
5141 (3,5,40,30,28,41,82,86),
5142 (3,5,41,31,28,41,84,88),
5143 (3,5,42,31,29,42,86,89),
5144 (3,5,43,31,29,43,88,91),
5145 (3,5,44,32,29,43,90,93),
5146 (3,5,45,32,30,44,92,95),
5147 (3,5,46,32,30,44,93,97),
5148 (3,5,47,32,30,45,95,99),
5149 (3,5,48,33,31,46,97,101),
5150 (3,5,49,33,31,46,99,103),
5151 (3,5,50,33,32,47,101,106),
5152 (3,5,51,34,32,48,103,108),
5153 (3,5,52,34,33,48,105,110),
5154 (3,5,53,35,33,49,107,112),
5155 (3,5,54,35,33,50,109,114),
5156 (3,5,55,35,34,50,111,116),
5157 (3,5,56,36,34,51,113,118),
5158 (3,5,57,36,35,52,116,120),
5159 (3,5,58,36,35,52,118,123),
5160 (3,5,59,37,36,53,120,125),
5161 (3,5,60,37,36,54,122,127),
5162 (3,5,61,37,37,54,124,129),
5163 (3,5,62,38,37,55,126,131),
5164 (3,5,63,38,38,56,128,134),
5165 (3,5,64,39,38,57,131,136),
5166 (3,5,65,39,39,57,133,138),
5167 (3,5,66,39,39,58,135,141),
5168 (3,5,67,40,40,59,137,143),
5169 (3,5,68,40,40,59,139,145),
5170 (3,5,69,41,40,60,142,148),
5171 (3,5,70,41,41,61,144,150),
5172 (4,1,1,20,25,21,20,20),
5173 (4,1,2,21,26,22,20,20),
5174 (4,1,3,23,27,23,20,21),
5175 (4,1,4,24,27,25,20,21),
5176 (4,1,5,25,28,26,20,21),
5177 (4,1,6,27,29,27,20,21),
5178 (4,1,7,28,30,28,21,22),
5179 (4,1,8,29,31,29,21,22),
5180 (4,1,9,31,31,31,21,22),
5181 (4,1,10,32,32,32,21,23),
5182 (4,1,11,33,33,33,21,23),
5183 (4,1,12,35,34,34,21,23),
5184 (4,1,13,36,35,36,21,24),
5185 (4,1,14,38,36,37,21,24),
5186 (4,1,15,39,37,38,21,24),
5187 (4,1,16,41,37,40,21,25),
5188 (4,1,17,42,38,41,22,25),
5189 (4,1,18,44,39,43,22,25),
5190 (4,1,19,45,40,44,22,26),
5191 (4,1,20,47,41,45,22,26),
5192 (4,1,21,48,42,47,22,26),
5193 (4,1,22,50,43,48,22,27),
5194 (4,1,23,52,44,50,22,27),
5195 (4,1,24,53,45,51,23,28),
5196 (4,1,25,55,46,52,23,28),
5197 (4,1,26,56,47,54,23,28),
5198 (4,1,27,58,48,55,23,29),
5199 (4,1,28,60,49,57,23,29),
5200 (4,1,29,61,50,58,23,30),
5201 (4,1,30,63,51,60,24,30),
5202 (4,1,31,65,52,62,24,30),
5203 (4,1,32,66,53,63,24,31),
5204 (4,1,33,68,54,65,24,31),
5205 (4,1,34,70,55,66,24,32),
5206 (4,1,35,72,56,68,24,32),
5207 (4,1,36,73,58,69,25,33),
5208 (4,1,37,75,59,71,25,33),
5209 (4,1,38,77,60,73,25,34),
5210 (4,1,39,79,61,74,25,34),
5211 (4,1,40,81,62,76,25,35),
5212 (4,1,41,82,63,78,26,35),
5213 (4,1,42,84,64,79,26,35),
5214 (4,1,43,86,66,81,26,36),
5215 (4,1,44,88,67,83,26,36),
5216 (4,1,45,90,68,85,26,37),
5217 (4,1,46,92,69,86,27,37),
5218 (4,1,47,94,70,88,27,38),
5219 (4,1,48,96,72,90,27,38),
5220 (4,1,49,98,73,92,27,39),
5221 (4,1,50,100,74,93,28,40),
5222 (4,1,51,102,75,95,28,40),
5223 (4,1,52,104,77,97,28,41),
5224 (4,1,53,106,78,99,28,41),
5225 (4,1,54,108,79,101,29,42),
5226 (4,1,55,110,80,103,29,42),
5227 (4,1,56,112,82,104,29,43),
5228 (4,1,57,114,83,106,29,43),
5229 (4,1,58,116,84,108,30,44),
5230 (4,1,59,118,86,110,30,44),
5231 (4,1,60,120,87,112,30,45),
5232 (4,1,61,122,88,114,30,46),
5233 (4,1,62,124,90,116,31,46),
5234 (4,1,63,127,91,118,31,47),
5235 (4,1,64,129,92,120,31,47),
5236 (4,1,65,131,94,122,32,48),
5237 (4,1,66,133,95,124,32,49),
5238 (4,1,67,135,97,126,32,49),
5239 (4,1,68,138,98,128,32,50),
5240 (4,1,69,140,100,130,33,50),
5241 (4,1,70,142,101,132,33,51),
5242 (4,3,1,17,28,20,20,21),
5243 (4,3,2,17,29,21,21,22),
5244 (4,3,3,18,31,22,21,22),
5245 (4,3,4,18,32,23,22,23),
5246 (4,3,5,19,33,24,22,24),
5247 (4,3,6,19,35,25,23,24),
5248 (4,3,7,20,36,26,24,25),
5249 (4,3,8,20,38,27,24,25),
5250 (4,3,9,21,39,27,25,26),
5251 (4,3,10,21,40,28,25,27),
5252 (4,3,11,22,42,29,26,28),
5253 (4,3,12,22,43,30,27,28),
5254 (4,3,13,23,45,31,27,29),
5255 (4,3,14,23,46,32,28,30),
5256 (4,3,15,24,48,34,29,30),
5257 (4,3,16,24,50,35,29,31),
5258 (4,3,17,25,51,36,30,32),
5259 (4,3,18,25,53,37,31,33),
5260 (4,3,19,26,54,38,31,33),
5261 (4,3,20,26,56,39,32,34),
5262 (4,3,21,27,57,40,33,35),
5263 (4,3,22,27,59,41,33,36),
5264 (4,3,23,28,61,42,34,36),
5265 (4,3,24,28,62,43,35,37),
5266 (4,3,25,29,64,44,36,38),
5267 (4,3,26,30,66,46,36,39),
5268 (4,3,27,30,68,47,37,40),
5269 (4,3,28,31,69,48,38,41),
5270 (4,3,29,31,71,49,39,41),
5271 (4,3,30,32,73,50,39,42),
5272 (4,3,31,33,75,52,40,43),
5273 (4,3,32,33,76,53,41,44),
5274 (4,3,33,34,78,54,42,45),
5275 (4,3,34,34,80,55,43,46),
5276 (4,3,35,35,82,57,44,47),
5277 (4,3,36,36,84,58,44,48),
5278 (4,3,37,36,86,59,45,48),
5279 (4,3,38,37,87,60,46,49),
5280 (4,3,39,38,89,62,47,50),
5281 (4,3,40,38,91,63,48,51),
5282 (4,3,41,39,93,64,49,52),
5283 (4,3,42,40,95,66,49,53),
5284 (4,3,43,40,97,67,50,54),
5285 (4,3,44,41,99,68,51,55),
5286 (4,3,45,42,101,70,52,56),
5287 (4,3,46,42,103,71,53,57),
5288 (4,3,47,43,105,72,54,58),
5289 (4,3,48,44,107,74,55,59),
5290 (4,3,49,45,109,75,56,60),
5291 (4,3,50,45,111,77,57,61),
5292 (4,3,51,46,113,78,58,62),
5293 (4,3,52,47,115,79,59,63),
5294 (4,3,53,47,118,81,60,64),
5295 (4,3,54,48,120,82,61,65),
5296 (4,3,55,49,122,84,61,66),
5297 (4,3,56,50,124,85,62,67),
5298 (4,3,57,50,126,87,63,68),
5299 (4,3,58,51,128,88,64,69),
5300 (4,3,59,52,131,90,65,70),
5301 (4,3,60,53,133,91,66,72),
5302 (4,3,61,54,135,93,67,73),
5303 (4,3,62,54,137,94,69,74),
5304 (4,3,63,55,140,96,70,75),
5305 (4,3,64,56,142,97,71,76),
5306 (4,3,65,57,144,99,72,77),
5307 (4,3,66,58,147,101,73,78),
5308 (4,3,67,58,149,102,74,79),
5309 (4,3,68,59,151,104,75,81),
5310 (4,3,69,60,154,105,76,82),
5311 (4,3,70,61,156,107,77,83),
5312 (4,4,1,18,28,20,20,20),
5313 (4,4,2,19,29,21,20,20),
5314 (4,4,3,20,31,21,20,21),
5315 (4,4,4,20,32,22,20,21),
5316 (4,4,5,21,34,23,21,21),
5317 (4,4,6,22,35,24,21,22),
5318 (4,4,7,23,37,24,21,22),
5319 (4,4,8,24,38,25,21,23),
5320 (4,4,9,24,40,26,21,23),
5321 (4,4,10,25,41,26,21,23),
5322 (4,4,11,26,43,27,22,24),
5323 (4,4,12,27,44,28,22,24),
5324 (4,4,13,28,46,29,22,25),
5325 (4,4,14,29,48,30,22,25),
5326 (4,4,15,29,49,30,22,25),
5327 (4,4,16,30,51,31,23,26),
5328 (4,4,17,31,52,32,23,26),
5329 (4,4,18,32,54,33,23,27),
5330 (4,4,19,33,56,34,23,27),
5331 (4,4,20,34,57,35,23,28),
5332 (4,4,21,35,59,35,24,28),
5333 (4,4,22,36,61,36,24,29),
5334 (4,4,23,37,63,37,24,29),
5335 (4,4,24,38,64,38,24,30),
5336 (4,4,25,39,66,39,25,30),
5337 (4,4,26,40,68,40,25,31),
5338 (4,4,27,41,70,41,25,31),
5339 (4,4,28,42,72,42,25,32),
5340 (4,4,29,43,73,43,25,32),
5341 (4,4,30,44,75,43,26,33),
5342 (4,4,31,45,77,44,26,33),
5343 (4,4,32,46,79,45,26,34),
5344 (4,4,33,47,81,46,27,34),
5345 (4,4,34,48,83,47,27,35),
5346 (4,4,35,49,85,48,27,35),
5347 (4,4,36,50,87,49,27,36),
5348 (4,4,37,51,89,50,28,36),
5349 (4,4,38,52,91,51,28,37),
5350 (4,4,39,53,93,52,28,38),
5351 (4,4,40,54,95,53,28,38),
5352 (4,4,41,56,97,54,29,39),
5353 (4,4,42,57,99,55,29,39),
5354 (4,4,43,58,101,56,29,40),
5355 (4,4,44,59,103,57,30,40),
5356 (4,4,45,60,105,59,30,41),
5357 (4,4,46,61,107,60,30,42),
5358 (4,4,47,62,109,61,31,42),
5359 (4,4,48,64,112,62,31,43),
5360 (4,4,49,65,114,63,31,44),
5361 (4,4,50,66,116,64,32,44),
5362 (4,4,51,67,118,65,32,45),
5363 (4,4,52,68,120,66,32,45),
5364 (4,4,53,70,123,67,33,46),
5365 (4,4,54,71,125,69,33,47),
5366 (4,4,55,72,127,70,33,47),
5367 (4,4,56,73,129,71,34,48),
5368 (4,4,57,75,132,72,34,49),
5369 (4,4,58,76,134,73,34,49),
5370 (4,4,59,77,136,74,35,50),
5371 (4,4,60,79,139,76,35,51),
5372 (4,4,61,80,141,77,35,51),
5373 (4,4,62,81,143,78,36,52),
5374 (4,4,63,82,146,79,36,53),
5375 (4,4,64,84,148,80,37,54),
5376 (4,4,65,85,151,82,37,54),
5377 (4,4,66,87,153,83,37,55),
5378 (4,4,67,88,156,84,38,56),
5379 (4,4,68,89,158,85,38,57),
5380 (4,4,69,91,160,87,39,57),
5381 (4,4,70,92,163,88,39,58),
5382 (4,5,1,17,25,19,22,23),
5383 (4,5,2,17,25,19,23,24),
5384 (4,5,3,17,25,20,25,26),
5385 (4,5,4,17,26,20,26,27),
5386 (4,5,5,18,26,20,27,28),
5387 (4,5,6,18,26,21,29,30),
5388 (4,5,7,18,26,21,30,31),
5389 (4,5,8,18,26,22,31,33),
5390 (4,5,9,18,27,22,33,34),
5391 (4,5,10,19,27,22,34,36),
5392 (4,5,11,19,27,23,36,37),
5393 (4,5,12,19,27,23,37,39),
5394 (4,5,13,19,28,24,38,40),
5395 (4,5,14,19,28,24,40,42),
5396 (4,5,15,19,28,25,41,43),
5397 (4,5,16,20,28,25,43,45),
5398 (4,5,17,20,29,25,44,46),
5399 (4,5,18,20,29,26,46,48),
5400 (4,5,19,20,29,26,47,49),
5401 (4,5,20,21,30,27,49,51),
5402 (4,5,21,21,30,27,51,53),
5403 (4,5,22,21,30,28,52,54),
5404 (4,5,23,21,30,28,54,56),
5405 (4,5,24,21,31,29,55,58),
5406 (4,5,25,22,31,29,57,59),
5407 (4,5,26,22,31,30,59,61),
5408 (4,5,27,22,32,30,60,63),
5409 (4,5,28,22,32,31,62,65),
5410 (4,5,29,23,32,31,64,66),
5411 (4,5,30,23,33,32,65,68),
5412 (4,5,31,23,33,32,67,70),
5413 (4,5,32,23,33,33,69,72),
5414 (4,5,33,24,34,33,70,73),
5415 (4,5,34,24,34,34,72,75),
5416 (4,5,35,24,34,34,74,77),
5417 (4,5,36,24,35,35,76,79),
5418 (4,5,37,25,35,35,78,81),
5419 (4,5,38,25,35,36,79,83),
5420 (4,5,39,25,36,37,81,85),
5421 (4,5,40,26,36,37,83,87),
5422 (4,5,41,26,37,38,85,88),
5423 (4,5,42,26,37,38,87,90),
5424 (4,5,43,27,37,39,89,92),
5425 (4,5,44,27,38,39,91,94),
5426 (4,5,45,27,38,40,92,96),
5427 (4,5,46,27,39,41,94,98),
5428 (4,5,47,28,39,41,96,100),
5429 (4,5,48,28,39,42,98,102),
5430 (4,5,49,28,40,43,100,104),
5431 (4,5,50,29,40,43,102,106),
5432 (4,5,51,29,41,44,104,109),
5433 (4,5,52,29,41,44,106,111),
5434 (4,5,53,30,42,45,108,113),
5435 (4,5,54,30,42,46,110,115),
5436 (4,5,55,30,43,46,112,117),
5437 (4,5,56,31,43,47,114,119),
5438 (4,5,57,31,43,48,117,121),
5439 (4,5,58,31,44,48,119,124),
5440 (4,5,59,32,44,49,121,126),
5441 (4,5,60,32,45,50,123,128),
5442 (4,5,61,33,45,51,125,130),
5443 (4,5,62,33,46,51,127,132),
5444 (4,5,63,33,46,52,129,135),
5445 (4,5,64,34,47,53,132,137),
5446 (4,5,65,34,47,53,134,139),
5447 (4,5,66,34,48,54,136,142),
5448 (4,5,67,35,48,55,138,144),
5449 (4,5,68,35,49,56,140,146),
5450 (4,5,69,36,49,56,143,149),
5451 (4,5,70,36,50,57,145,151),
5452 (4,11,1,18,25,19,22,22),
5453 (4,11,2,19,25,20,23,23),
5454 (4,11,3,19,26,20,24,24),
5455 (4,11,4,20,26,21,25,26),
5456 (4,11,5,20,27,22,26,27),
5457 (4,11,6,21,27,22,27,28),
5458 (4,11,7,21,28,23,28,29),
5459 (4,11,8,22,28,24,29,30),
5460 (4,11,9,23,29,24,30,32),
5461 (4,11,10,23,29,25,32,33),
5462 (4,11,11,24,30,26,33,34),
5463 (4,11,12,24,31,26,34,35),
5464 (4,11,13,25,31,27,35,37),
5465 (4,11,14,26,32,28,36,38),
5466 (4,11,15,26,32,29,37,39),
5467 (4,11,16,27,33,29,38,41),
5468 (4,11,17,28,33,30,40,42),
5469 (4,11,18,28,34,31,41,43),
5470 (4,11,19,29,35,32,42,45),
5471 (4,11,20,30,35,32,43,46),
5472 (4,11,21,30,36,33,45,48),
5473 (4,11,22,31,36,34,46,49),
5474 (4,11,23,32,37,35,47,51),
5475 (4,11,24,32,38,36,48,52),
5476 (4,11,25,33,38,36,50,53),
5477 (4,11,26,34,39,37,51,55),
5478 (4,11,27,35,40,38,52,56),
5479 (4,11,28,35,40,39,54,58),
5480 (4,11,29,36,41,40,55,59),
5481 (4,11,30,37,42,41,56,61),
5482 (4,11,31,38,42,42,58,62),
5483 (4,11,32,38,43,42,59,64),
5484 (4,11,33,39,44,43,60,66),
5485 (4,11,34,40,44,44,62,67),
5486 (4,11,35,41,45,45,63,69),
5487 (4,11,36,42,46,46,65,70),
5488 (4,11,37,42,47,47,66,72),
5489 (4,11,38,43,47,48,67,74),
5490 (4,11,39,44,48,49,69,75),
5491 (4,11,40,45,49,50,70,77),
5492 (4,11,41,46,50,51,72,79),
5493 (4,11,42,46,50,52,73,80),
5494 (4,11,43,47,51,53,75,82),
5495 (4,11,44,48,52,54,76,84),
5496 (4,11,45,49,53,55,78,85),
5497 (4,11,46,50,54,56,79,87),
5498 (4,11,47,51,54,57,81,89),
5499 (4,11,48,52,55,58,83,91),
5500 (4,11,49,53,56,59,84,93),
5501 (4,11,50,53,57,60,86,94),
5502 (4,11,51,54,58,61,87,96),
5503 (4,11,52,55,59,62,89,98),
5504 (4,11,53,56,59,63,91,100),
5505 (4,11,54,57,60,64,92,102),
5506 (4,11,55,58,61,65,94,103),
5507 (4,11,56,59,62,66,95,105),
5508 (4,11,57,60,63,67,97,107),
5509 (4,11,58,61,64,68,99,109),
5510 (4,11,59,62,65,69,101,111),
5511 (4,11,60,63,66,70,102,113),
5512 (4,11,61,64,66,72,104,115),
5513 (4,11,62,65,67,73,106,117),
5514 (4,11,63,66,68,74,107,119),
5515 (4,11,64,67,69,75,109,121),
5516 (4,11,65,68,70,76,111,123),
5517 (4,11,66,69,71,77,113,125),
5518 (4,11,67,70,72,78,115,127),
5519 (4,11,68,71,73,80,116,129),
5520 (4,11,69,72,74,81,118,131),
5521 (4,11,70,73,75,82,120,133),
5522 (5,1,1,22,18,23,18,25),
5523 (5,1,2,23,19,24,18,25),
5524 (5,1,3,25,20,25,18,26),
5525 (5,1,4,26,20,26,18,26),
5526 (5,1,5,27,21,28,18,26),
5527 (5,1,6,29,22,29,18,26),
5528 (5,1,7,30,23,30,19,27),
5529 (5,1,8,31,24,31,19,27),
5530 (5,1,9,33,25,33,19,27),
5531 (5,1,10,34,25,34,19,28),
5532 (5,1,11,35,26,35,19,28),
5533 (5,1,12,37,27,36,19,28),
5534 (5,1,13,38,28,38,19,28),
5535 (5,1,14,40,29,39,19,29),
5536 (5,1,15,41,30,40,19,29),
5537 (5,1,16,43,31,42,20,29),
5538 (5,1,17,44,32,43,20,30),
5539 (5,1,18,46,33,44,20,30),
5540 (5,1,19,47,34,46,20,31),
5541 (5,1,20,49,34,47,20,31),
5542 (5,1,21,50,35,49,20,31),
5543 (5,1,22,52,36,50,20,32),
5544 (5,1,23,53,37,51,21,32),
5545 (5,1,24,55,38,53,21,32),
5546 (5,1,25,57,39,54,21,33),
5547 (5,1,26,58,40,56,21,33),
5548 (5,1,27,60,41,57,21,34),
5549 (5,1,28,62,42,59,21,34),
5550 (5,1,29,63,43,60,21,34),
5551 (5,1,30,65,44,62,22,35),
5552 (5,1,31,67,46,63,22,35),
5553 (5,1,32,68,47,65,22,36),
5554 (5,1,33,70,48,67,22,36),
5555 (5,1,34,72,49,68,22,36),
5556 (5,1,35,74,50,70,23,37),
5557 (5,1,36,75,51,71,23,37),
5558 (5,1,37,77,52,73,23,38),
5559 (5,1,38,79,53,75,23,38),
5560 (5,1,39,81,54,76,23,39),
5561 (5,1,40,83,55,78,24,39),
5562 (5,1,41,84,57,80,24,40),
5563 (5,1,42,86,58,81,24,40),
5564 (5,1,43,88,59,83,24,41),
5565 (5,1,44,90,60,85,24,41),
5566 (5,1,45,92,61,86,25,42),
5567 (5,1,46,94,62,88,25,42),
5568 (5,1,47,96,64,90,25,43),
5569 (5,1,48,98,65,92,25,43),
5570 (5,1,49,100,66,93,25,44),
5571 (5,1,50,102,67,95,26,44),
5572 (5,1,51,104,69,97,26,45),
5573 (5,1,52,106,70,99,26,45),
5574 (5,1,53,108,71,101,26,46),
5575 (5,1,54,110,72,103,27,46),
5576 (5,1,55,112,74,104,27,47),
5577 (5,1,56,114,75,106,27,48),
5578 (5,1,57,116,76,108,27,48),
5579 (5,1,58,118,78,110,28,49),
5580 (5,1,59,120,79,112,28,49),
5581 (5,1,60,122,80,114,28,50),
5582 (5,1,61,124,82,116,28,50),
5583 (5,1,62,126,83,118,29,51),
5584 (5,1,63,128,84,120,29,52),
5585 (5,1,64,131,86,122,29,52),
5586 (5,1,65,133,87,124,30,53),
5587 (5,1,66,135,88,126,30,53),
5588 (5,1,67,137,90,128,30,54),
5589 (5,1,68,139,91,130,30,55),
5590 (5,1,69,142,93,132,31,55),
5591 (5,1,70,144,94,134,31,56),
5592 (5,4,1,20,21,22,18,25),
5593 (5,4,2,21,22,23,18,25),
5594 (5,4,3,22,24,23,18,26),
5595 (5,4,4,22,25,24,18,26),
5596 (5,4,5,23,27,25,19,26),
5597 (5,4,6,24,28,25,19,27),
5598 (5,4,7,25,30,26,19,27),
5599 (5,4,8,25,31,27,19,27),
5600 (5,4,9,26,33,28,19,28),
5601 (5,4,10,27,34,28,19,28),
5602 (5,4,11,28,36,29,20,29),
5603 (5,4,12,29,38,30,20,29),
5604 (5,4,13,30,39,31,20,29),
5605 (5,4,14,31,41,32,20,30),
5606 (5,4,15,31,42,32,20,30),
5607 (5,4,16,32,44,33,21,31),
5608 (5,4,17,33,46,34,21,31),
5609 (5,4,18,34,47,35,21,32),
5610 (5,4,19,35,49,36,21,32),
5611 (5,4,20,36,51,36,21,32),
5612 (5,4,21,37,52,37,22,33),
5613 (5,4,22,38,54,38,22,33),
5614 (5,4,23,39,56,39,22,34),
5615 (5,4,24,40,58,40,22,34),
5616 (5,4,25,41,60,41,23,35),
5617 (5,4,26,42,61,42,23,35),
5618 (5,4,27,43,63,43,23,36),
5619 (5,4,28,44,65,44,23,36),
5620 (5,4,29,45,67,44,24,37),
5621 (5,4,30,46,69,45,24,37),
5622 (5,4,31,47,71,46,24,38),
5623 (5,4,32,48,72,47,24,38),
5624 (5,4,33,49,74,48,25,39),
5625 (5,4,34,50,76,49,25,39),
5626 (5,4,35,51,78,50,25,40),
5627 (5,4,36,52,80,51,25,41),
5628 (5,4,37,53,82,52,26,41),
5629 (5,4,38,54,84,53,26,42),
5630 (5,4,39,55,86,54,26,42),
5631 (5,4,40,56,88,55,27,43),
5632 (5,4,41,57,90,56,27,43),
5633 (5,4,42,59,92,57,27,44),
5634 (5,4,43,60,94,58,27,45),
5635 (5,4,44,61,96,59,28,45),
5636 (5,4,45,62,99,60,28,46),
5637 (5,4,46,63,101,61,28,46),
5638 (5,4,47,64,103,63,29,47),
5639 (5,4,48,66,105,64,29,48),
5640 (5,4,49,67,107,65,29,48),
5641 (5,4,50,68,109,66,30,49),
5642 (5,4,51,69,111,67,30,50),
5643 (5,4,52,70,114,68,30,50),
5644 (5,4,53,72,116,69,31,51),
5645 (5,4,54,73,118,70,31,52),
5646 (5,4,55,74,120,72,31,52),
5647 (5,4,56,75,123,73,32,53),
5648 (5,4,57,77,125,74,32,54),
5649 (5,4,58,78,127,75,32,54),
5650 (5,4,59,79,130,76,33,55),
5651 (5,4,60,81,132,77,33,56),
5652 (5,4,61,82,134,79,34,56),
5653 (5,4,62,83,137,80,34,57),
5654 (5,4,63,84,139,81,34,58),
5655 (5,4,64,86,141,82,35,59),
5656 (5,4,65,87,144,84,35,59),
5657 (5,4,66,88,146,85,35,60),
5658 (5,4,67,90,149,86,36,61),
5659 (5,4,68,91,151,87,36,61),
5660 (5,4,69,93,154,89,37,62),
5661 (5,4,70,94,156,90,37,63),
5662 (5,5,1,19,18,21,20,28),
5663 (5,5,2,19,18,21,21,29),
5664 (5,5,3,19,18,22,23,31),
5665 (5,5,4,19,19,22,24,32),
5666 (5,5,5,20,19,22,25,33),
5667 (5,5,6,20,19,23,27,35),
5668 (5,5,7,20,19,23,28,36),
5669 (5,5,8,20,20,24,29,38),
5670 (5,5,9,20,20,24,31,39),
5671 (5,5,10,20,20,24,32,40),
5672 (5,5,11,21,20,25,34,42),
5673 (5,5,12,21,21,25,35,43),
5674 (5,5,13,21,21,26,37,45),
5675 (5,5,14,21,21,26,38,46),
5676 (5,5,15,21,21,26,39,48),
5677 (5,5,16,22,22,27,41,50),
5678 (5,5,17,22,22,27,42,51),
5679 (5,5,18,22,22,28,44,53),
5680 (5,5,19,22,23,28,46,54),
5681 (5,5,20,22,23,29,47,56),
5682 (5,5,21,23,23,29,49,57),
5683 (5,5,22,23,23,30,50,59),
5684 (5,5,23,23,24,30,52,61),
5685 (5,5,24,23,24,31,53,62),
5686 (5,5,25,24,24,31,55,64),
5687 (5,5,26,24,25,32,57,66),
5688 (5,5,27,24,25,32,58,68),
5689 (5,5,28,24,25,33,60,69),
5690 (5,5,29,25,26,33,62,71),
5691 (5,5,30,25,26,34,63,73),
5692 (5,5,31,25,26,34,65,75),
5693 (5,5,32,25,27,35,67,76),
5694 (5,5,33,26,27,35,69,78),
5695 (5,5,34,26,27,36,70,80),
5696 (5,5,35,26,28,36,72,82),
5697 (5,5,36,26,28,37,74,84),
5698 (5,5,37,27,28,37,76,86),
5699 (5,5,38,27,29,38,77,87),
5700 (5,5,39,27,29,38,79,89),
5701 (5,5,40,28,30,39,81,91),
5702 (5,5,41,28,30,40,83,93),
5703 (5,5,42,28,30,40,85,95),
5704 (5,5,43,28,31,41,87,97),
5705 (5,5,44,29,31,41,89,99),
5706 (5,5,45,29,32,42,91,101),
5707 (5,5,46,29,32,43,92,103),
5708 (5,5,47,30,32,43,94,105),
5709 (5,5,48,30,33,44,96,107),
5710 (5,5,49,30,33,44,98,109),
5711 (5,5,50,31,34,45,100,111),
5712 (5,5,51,31,34,46,102,113),
5713 (5,5,52,31,35,46,104,115),
5714 (5,5,53,32,35,47,106,118),
5715 (5,5,54,32,35,48,108,120),
5716 (5,5,55,32,36,48,110,122),
5717 (5,5,56,33,36,49,113,124),
5718 (5,5,57,33,37,50,115,126),
5719 (5,5,58,33,37,50,117,128),
5720 (5,5,59,34,38,51,119,131),
5721 (5,5,60,34,38,52,121,133),
5722 (5,5,61,34,39,52,123,135),
5723 (5,5,62,35,39,53,125,137),
5724 (5,5,63,35,40,54,127,140),
5725 (5,5,64,36,40,55,130,142),
5726 (5,5,65,36,41,55,132,144),
5727 (5,5,66,36,41,56,134,147),
5728 (5,5,67,37,41,57,136,149),
5729 (5,5,68,37,42,58,138,151),
5730 (5,5,69,38,42,58,141,154),
5731 (5,5,70,38,43,59,143,156),
5732 (5,8,1,19,18,21,21,27),
5733 (5,8,2,19,18,21,22,28),
5734 (5,8,3,19,18,22,24,30),
5735 (5,8,4,19,18,22,25,31),
5736 (5,8,5,19,19,22,26,32),
5737 (5,8,6,19,19,22,28,34),
5738 (5,8,7,20,19,23,29,35),
5739 (5,8,8,20,19,23,31,36),
5740 (5,8,9,20,19,23,32,38),
5741 (5,8,10,20,19,24,34,39),
5742 (5,8,11,20,20,24,35,40),
5743 (5,8,12,20,20,24,37,42),
5744 (5,8,13,20,20,25,38,43),
5745 (5,8,14,20,20,25,40,45),
5746 (5,8,15,20,20,25,41,46),
5747 (5,8,16,21,21,26,43,48),
5748 (5,8,17,21,21,26,44,49),
5749 (5,8,18,21,21,26,46,51),
5750 (5,8,19,21,21,27,48,52),
5751 (5,8,20,21,21,27,49,54),
5752 (5,8,21,21,22,27,51,55),
5753 (5,8,22,21,22,28,52,57),
5754 (5,8,23,21,22,28,54,58),
5755 (5,8,24,22,22,29,56,60),
5756 (5,8,25,22,23,29,57,62),
5757 (5,8,26,22,23,29,59,63),
5758 (5,8,27,22,23,30,61,65),
5759 (5,8,28,22,23,30,63,67),
5760 (5,8,29,22,24,31,64,68),
5761 (5,8,30,23,24,31,66,70),
5762 (5,8,31,23,24,31,68,72),
5763 (5,8,32,23,24,32,70,73),
5764 (5,8,33,23,25,32,72,75),
5765 (5,8,34,23,25,33,73,77),
5766 (5,8,35,24,25,33,75,79),
5767 (5,8,36,24,25,34,77,80),
5768 (5,8,37,24,26,34,79,82),
5769 (5,8,38,24,26,35,81,84),
5770 (5,8,39,24,26,35,83,86),
5771 (5,8,40,24,27,35,85,88),
5772 (5,8,41,25,27,36,87,90),
5773 (5,8,42,25,27,36,89,91),
5774 (5,8,43,25,27,37,90,93),
5775 (5,8,44,25,28,37,92,95),
5776 (5,8,45,26,28,38,94,97),
5777 (5,8,46,26,28,38,96,99),
5778 (5,8,47,26,29,39,98,101),
5779 (5,8,48,26,29,39,100,103),
5780 (5,8,49,26,29,40,103,105),
5781 (5,8,50,27,30,40,105,107),
5782 (5,8,51,27,30,41,107,109),
5783 (5,8,52,27,30,42,109,111),
5784 (5,8,53,27,31,42,111,113),
5785 (5,8,54,28,31,43,113,115),
5786 (5,8,55,28,31,43,115,117),
5787 (5,8,56,28,32,44,117,119),
5788 (5,8,57,28,32,44,119,121),
5789 (5,8,58,29,32,45,122,123),
5790 (5,8,59,29,33,45,124,126),
5791 (5,8,60,29,33,46,126,128),
5792 (5,8,61,29,34,47,128,130),
5793 (5,8,62,30,34,47,131,132),
5794 (5,8,63,30,34,48,133,134),
5795 (5,8,64,30,35,48,135,136),
5796 (5,8,65,31,35,49,137,139),
5797 (5,8,66,31,35,50,140,141),
5798 (5,8,67,31,36,50,142,143),
5799 (5,8,68,31,36,51,144,145),
5800 (5,8,69,32,37,51,147,148),
5801 (5,8,70,32,37,52,149,150),
5802 (5,9,1,19,18,22,20,27),
5803 (5,9,2,19,18,23,21,28),
5804 (5,9,3,20,19,23,22,29),
5805 (5,9,4,20,19,24,24,30),
5806 (5,9,5,20,19,24,25,32),
5807 (5,9,6,20,20,25,26,33),
5808 (5,9,7,21,20,25,27,34),
5809 (5,9,8,21,21,26,28,35),
5810 (5,9,9,21,21,26,30,36),
5811 (5,9,10,22,21,27,31,38),
5812 (5,9,11,22,22,28,32,39),
5813 (5,9,12,22,22,28,34,40),
5814 (5,9,13,23,23,29,35,41),
5815 (5,9,14,23,23,30,36,43),
5816 (5,9,15,23,24,30,37,44),
5817 (5,9,16,24,24,31,39,45),
5818 (5,9,17,24,24,31,40,47),
5819 (5,9,18,24,25,32,42,48),
5820 (5,9,19,25,25,33,43,49),
5821 (5,9,20,25,26,33,44,51),
5822 (5,9,21,26,26,34,46,52),
5823 (5,9,22,26,27,35,47,53),
5824 (5,9,23,26,27,36,49,55),
5825 (5,9,24,27,28,36,50,56),
5826 (5,9,25,27,28,37,52,58),
5827 (5,9,26,27,29,38,53,59),
5828 (5,9,27,28,29,38,55,60),
5829 (5,9,28,28,30,39,56,62),
5830 (5,9,29,29,30,40,58,63),
5831 (5,9,30,29,31,41,59,65),
5832 (5,9,31,30,31,41,61,66),
5833 (5,9,32,30,32,42,62,68),
5834 (5,9,33,30,32,43,64,69),
5835 (5,9,34,31,33,44,65,71),
5836 (5,9,35,31,33,45,67,73),
5837 (5,9,36,32,34,45,69,74),
5838 (5,9,37,32,34,46,70,76),
5839 (5,9,38,33,35,47,72,77),
5840 (5,9,39,33,36,48,73,79),
5841 (5,9,40,34,36,49,75,81),
5842 (5,9,41,34,37,49,77,82),
5843 (5,9,42,35,37,50,78,84),
5844 (5,9,43,35,38,51,80,86),
5845 (5,9,44,36,39,52,82,87),
5846 (5,9,45,36,39,53,84,89),
5847 (5,9,46,37,40,54,85,91),
5848 (5,9,47,37,40,55,87,92),
5849 (5,9,48,38,41,55,89,94),
5850 (5,9,49,38,42,56,91,96),
5851 (5,9,50,39,42,57,92,98),
5852 (5,9,51,39,43,58,94,100),
5853 (5,9,52,40,44,59,96,101),
5854 (5,9,53,40,44,60,98,103),
5855 (5,9,54,41,45,61,100,105),
5856 (5,9,55,41,45,62,102,107),
5857 (5,9,56,42,46,63,103,109),
5858 (5,9,57,42,47,64,105,111),
5859 (5,9,58,43,47,65,107,112),
5860 (5,9,59,43,48,66,109,114),
5861 (5,9,60,44,49,67,111,116),
5862 (5,9,61,45,50,68,113,118),
5863 (5,9,62,45,50,69,115,120),
5864 (5,9,63,46,51,70,117,122),
5865 (5,9,64,46,52,71,119,124),
5866 (5,9,65,47,52,72,121,126),
5867 (5,9,66,48,53,73,123,128),
5868 (5,9,67,48,54,74,125,130),
5869 (5,9,68,49,55,75,127,132),
5870 (5,9,69,49,55,76,129,134),
5871 (5,9,70,50,56,77,131,136),
5872 (6,1,1,28,15,24,15,22),
5873 (6,1,2,29,16,25,15,22),
5874 (6,1,3,31,17,26,15,23),
5875 (6,1,4,32,17,27,15,23),
5876 (6,1,5,33,18,29,15,23),
5877 (6,1,6,34,19,30,15,23),
5878 (6,1,7,36,20,31,16,24),
5879 (6,1,8,37,21,32,16,24),
5880 (6,1,9,38,22,34,16,24),
5881 (6,1,10,40,22,35,16,25),
5882 (6,1,11,41,23,36,16,25),
5883 (6,1,12,43,24,37,16,25),
5884 (6,1,13,44,25,39,16,26),
5885 (6,1,14,46,26,40,16,26),
5886 (6,1,15,47,27,41,17,26),
5887 (6,1,16,48,28,43,17,27),
5888 (6,1,17,50,29,44,17,27),
5889 (6,1,18,51,30,45,17,27),
5890 (6,1,19,53,31,47,17,28),
5891 (6,1,20,54,32,48,17,28),
5892 (6,1,21,56,33,50,17,28),
5893 (6,1,22,58,34,51,18,29),
5894 (6,1,23,59,35,52,18,29),
5895 (6,1,24,61,36,54,18,30),
5896 (6,1,25,62,37,55,18,30),
5897 (6,1,26,64,38,57,18,30),
5898 (6,1,27,66,39,58,18,31),
5899 (6,1,28,67,40,60,18,31),
5900 (6,1,29,69,41,61,19,32),
5901 (6,1,30,71,42,63,19,32),
5902 (6,1,31,72,43,64,19,32),
5903 (6,1,32,74,44,66,19,33),
5904 (6,1,33,76,45,67,19,33),
5905 (6,1,34,77,46,69,20,34),
5906 (6,1,35,79,47,71,20,34),
5907 (6,1,36,81,48,72,20,35),
5908 (6,1,37,83,49,74,20,35),
5909 (6,1,38,85,50,76,20,35),
5910 (6,1,39,86,51,77,21,36),
5911 (6,1,40,88,53,79,21,36),
5912 (6,1,41,90,54,81,21,37),
5913 (6,1,42,92,55,82,21,37),
5914 (6,1,43,94,56,84,21,38),
5915 (6,1,44,96,57,86,22,38),
5916 (6,1,45,98,58,87,22,39),
5917 (6,1,46,99,60,89,22,39),
5918 (6,1,47,101,61,91,22,40),
5919 (6,1,48,103,62,93,22,40),
5920 (6,1,49,105,63,94,23,41),
5921 (6,1,50,107,65,96,23,41),
5922 (6,1,51,109,66,98,23,42),
5923 (6,1,52,111,67,100,23,42),
5924 (6,1,53,113,68,102,24,43),
5925 (6,1,54,115,70,104,24,44),
5926 (6,1,55,117,71,105,24,44),
5927 (6,1,56,119,72,107,24,45),
5928 (6,1,57,122,73,109,25,45),
5929 (6,1,58,124,75,111,25,46),
5930 (6,1,59,126,76,113,25,46),
5931 (6,1,60,128,77,115,25,47),
5932 (6,1,61,130,79,117,26,48),
5933 (6,1,62,132,80,119,26,48),
5934 (6,1,63,134,81,121,26,49),
5935 (6,1,64,137,83,123,26,49),
5936 (6,1,65,139,84,125,27,50),
5937 (6,1,66,141,85,127,27,51),
5938 (6,1,67,143,87,129,27,51),
5939 (6,1,68,145,88,131,27,52),
5940 (6,1,69,148,90,133,28,52),
5941 (6,1,70,150,91,135,28,53),
5942 (6,3,1,25,18,23,15,23),
5943 (6,3,2,25,19,24,16,24),
5944 (6,3,3,26,21,25,16,24),
5945 (6,3,4,26,22,26,17,25),
5946 (6,3,5,27,24,27,17,25),
5947 (6,3,6,27,25,28,18,26),
5948 (6,3,7,28,26,28,19,27),
5949 (6,3,8,28,28,29,19,27),
5950 (6,3,9,28,29,30,20,28),
5951 (6,3,10,29,31,31,20,29),
5952 (6,3,11,29,32,32,21,29),
5953 (6,3,12,30,34,33,22,30),
5954 (6,3,13,30,35,34,22,31),
5955 (6,3,14,31,37,35,23,32),
5956 (6,3,15,31,38,36,24,32),
5957 (6,3,16,32,40,37,24,33),
5958 (6,3,17,32,41,39,25,34),
5959 (6,3,18,33,43,40,26,35),
5960 (6,3,19,33,45,41,27,35),
5961 (6,3,20,34,46,42,27,36),
5962 (6,3,21,34,48,43,28,37),
5963 (6,3,22,35,50,44,29,38),
5964 (6,3,23,35,51,45,29,38),
5965 (6,3,24,36,53,46,30,39),
5966 (6,3,25,37,55,47,31,40),
5967 (6,3,26,37,56,48,32,41),
5968 (6,3,27,38,58,50,32,42),
5969 (6,3,28,38,60,51,33,42),
5970 (6,3,29,39,62,52,34,43),
5971 (6,3,30,39,63,53,35,44),
5972 (6,3,31,40,65,54,36,45),
5973 (6,3,32,41,67,56,36,46),
5974 (6,3,33,41,69,57,37,47),
5975 (6,3,34,42,71,58,38,48),
5976 (6,3,35,43,72,59,39,48),
5977 (6,3,36,43,74,61,40,49),
5978 (6,3,37,44,76,62,40,50),
5979 (6,3,38,45,78,63,41,51),
5980 (6,3,39,45,80,64,42,52),
5981 (6,3,40,46,82,66,43,53),
5982 (6,3,41,47,84,67,44,54),
5983 (6,3,42,47,86,68,45,55),
5984 (6,3,43,48,88,70,46,56),
5985 (6,3,44,49,90,71,46,57),
5986 (6,3,45,49,92,72,47,58),
5987 (6,3,46,50,94,74,48,59),
5988 (6,3,47,51,96,75,49,60),
5989 (6,3,48,51,98,77,50,61),
5990 (6,3,49,52,100,78,51,62),
5991 (6,3,50,53,102,79,52,63),
5992 (6,3,51,54,104,81,53,64),
5993 (6,3,52,54,106,82,54,65),
5994 (6,3,53,55,108,84,55,66),
5995 (6,3,54,56,110,85,56,67),
5996 (6,3,55,57,112,87,57,68),
5997 (6,3,56,57,114,88,58,69),
5998 (6,3,57,58,117,90,59,70),
5999 (6,3,58,59,119,91,60,71),
6000 (6,3,59,60,121,93,61,72),
6001 (6,3,60,61,123,94,62,74),
6002 (6,3,61,61,125,96,63,75),
6003 (6,3,62,62,128,97,64,76),
6004 (6,3,63,63,130,99,65,77),
6005 (6,3,64,64,132,100,66,78),
6006 (6,3,65,65,134,102,67,79),
6007 (6,3,66,66,137,104,68,80),
6008 (6,3,67,66,139,105,69,81),
6009 (6,3,68,67,141,107,70,83),
6010 (6,3,69,68,144,108,71,84),
6011 (6,3,70,69,146,110,72,85),
6012 (6,7,1,26,15,23,16,24),
6013 (6,7,2,27,15,24,17,25),
6014 (6,7,3,28,16,25,18,26),
6015 (6,7,4,28,16,26,19,27),
6016 (6,7,5,29,17,27,20,28),
6017 (6,7,6,30,17,28,21,29),
6018 (6,7,7,31,18,29,22,30),
6019 (6,7,8,32,18,30,23,31),
6020 (6,7,9,33,19,31,24,32),
6021 (6,7,10,34,19,32,25,33),
6022 (6,7,11,35,20,33,26,35),
6023 (6,7,12,35,20,34,27,36),
6024 (6,7,13,36,21,35,28,37),
6025 (6,7,14,37,21,36,29,38),
6026 (6,7,15,38,22,37,30,39),
6027 (6,7,16,39,22,39,31,40),
6028 (6,7,17,40,23,40,32,42),
6029 (6,7,18,41,23,41,33,43),
6030 (6,7,19,42,24,42,34,44),
6031 (6,7,20,43,24,43,35,45),
6032 (6,7,21,44,25,44,36,46),
6033 (6,7,22,45,25,45,37,48),
6034 (6,7,23,46,26,47,38,49),
6035 (6,7,24,47,27,48,40,50),
6036 (6,7,25,48,27,49,41,51),
6037 (6,7,26,49,28,50,42,53),
6038 (6,7,27,51,28,52,43,54),
6039 (6,7,28,52,29,53,44,55),
6040 (6,7,29,53,29,54,45,57),
6041 (6,7,30,54,30,55,47,58),
6042 (6,7,31,55,31,57,48,59),
6043 (6,7,32,56,31,58,49,61),
6044 (6,7,33,57,32,59,50,62),
6045 (6,7,34,58,33,61,51,64),
6046 (6,7,35,60,33,62,53,65),
6047 (6,7,36,61,34,63,54,66),
6048 (6,7,37,62,34,65,55,68),
6049 (6,7,38,63,35,66,57,69),
6050 (6,7,39,64,36,67,58,71),
6051 (6,7,40,66,36,69,59,72),
6052 (6,7,41,67,37,70,60,74),
6053 (6,7,42,68,38,72,62,75),
6054 (6,7,43,69,38,73,63,77),
6055 (6,7,44,70,39,74,64,78),
6056 (6,7,45,72,40,76,66,80),
6057 (6,7,46,73,41,77,67,81),
6058 (6,7,47,74,41,79,69,83),
6059 (6,7,48,76,42,80,70,84),
6060 (6,7,49,77,43,82,71,86),
6061 (6,7,50,78,43,83,73,88),
6062 (6,7,51,80,44,85,74,89),
6063 (6,7,52,81,45,86,76,91),
6064 (6,7,53,82,46,88,77,92),
6065 (6,7,54,84,46,90,78,94),
6066 (6,7,55,85,47,91,80,96),
6067 (6,7,56,86,48,93,81,97),
6068 (6,7,57,88,49,94,83,99),
6069 (6,7,58,89,49,96,84,101),
6070 (6,7,59,91,50,97,86,102),
6071 (6,7,60,92,51,99,87,104),
6072 (6,7,61,94,52,101,89,106),
6073 (6,7,62,95,52,102,90,108),
6074 (6,7,63,96,53,104,92,109),
6075 (6,7,64,98,54,106,93,111),
6076 (6,7,65,99,55,107,95,113),
6077 (6,7,66,101,56,109,97,115),
6078 (6,7,67,102,57,111,98,117),
6079 (6,7,68,104,57,113,100,118),
6080 (6,7,69,105,58,114,101,120),
6081 (6,7,70,107,59,116,103,122),
6082 (6,11,1,26,15,22,17,24),
6083 (6,11,2,27,16,23,18,25),
6084 (6,11,3,27,16,23,19,26),
6085 (6,11,4,28,17,24,20,27),
6086 (6,11,5,28,17,25,21,29),
6087 (6,11,6,29,18,25,22,30),
6088 (6,11,7,29,18,26,23,31),
6089 (6,11,8,30,19,27,24,32),
6090 (6,11,9,30,19,27,26,34),
6091 (6,11,10,31,20,28,27,35),
6092 (6,11,11,32,20,29,28,36),
6093 (6,11,12,32,21,29,29,37),
6094 (6,11,13,33,21,30,30,39),
6095 (6,11,14,33,22,31,31,40),
6096 (6,11,15,34,23,32,32,41),
6097 (6,11,16,35,23,32,34,43),
6098 (6,11,17,35,24,33,35,44),
6099 (6,11,18,36,24,34,36,45),
6100 (6,11,19,37,25,35,37,47),
6101 (6,11,20,37,26,35,39,48),
6102 (6,11,21,38,26,36,40,50),
6103 (6,11,22,39,27,37,41,51),
6104 (6,11,23,39,28,38,42,52),
6105 (6,11,24,40,28,39,44,54),
6106 (6,11,25,41,29,39,45,55),
6107 (6,11,26,41,30,40,46,57),
6108 (6,11,27,42,30,41,47,58),
6109 (6,11,28,43,31,42,49,60),
6110 (6,11,29,44,32,43,50,61),
6111 (6,11,30,44,32,44,52,63),
6112 (6,11,31,45,33,44,53,64),
6113 (6,11,32,46,34,45,54,66),
6114 (6,11,33,47,34,46,56,67),
6115 (6,11,34,47,35,47,57,69),
6116 (6,11,35,48,36,48,58,71),
6117 (6,11,36,49,36,49,60,72),
6118 (6,11,37,50,37,50,61,74),
6119 (6,11,38,51,38,51,63,76),
6120 (6,11,39,52,39,52,64,77),
6121 (6,11,40,52,39,53,66,79),
6122 (6,11,41,53,40,54,67,81),
6123 (6,11,42,54,41,55,69,82),
6124 (6,11,43,55,42,56,70,84),
6125 (6,11,44,56,43,57,72,86),
6126 (6,11,45,57,43,57,73,87),
6127 (6,11,46,57,44,58,75,89),
6128 (6,11,47,58,45,60,76,91),
6129 (6,11,48,59,46,61,78,93),
6130 (6,11,49,60,47,62,79,94),
6131 (6,11,50,61,47,63,81,96),
6132 (6,11,51,62,48,64,83,98),
6133 (6,11,52,63,49,65,84,100),
6134 (6,11,53,64,50,66,86,102),
6135 (6,11,54,65,51,67,87,104),
6136 (6,11,55,66,51,68,89,105),
6137 (6,11,56,67,52,69,91,107),
6138 (6,11,57,68,53,70,92,109),
6139 (6,11,58,69,54,71,94,111),
6140 (6,11,59,70,55,72,96,113),
6141 (6,11,60,71,56,73,97,115),
6142 (6,11,61,72,57,74,99,117),
6143 (6,11,62,73,58,76,101,119),
6144 (6,11,63,74,59,77,103,121),
6145 (6,11,64,75,59,78,104,123),
6146 (6,11,65,76,60,79,106,125),
6147 (6,11,66,77,61,80,108,127),
6148 (6,11,67,78,62,81,110,129),
6149 (6,11,68,79,63,83,111,131),
6150 (6,11,69,80,64,84,113,133),
6151 (6,11,70,81,65,85,115,135),
6152 (7,1,1,18,23,21,24,20),
6153 (7,1,2,19,24,22,24,20),
6154 (7,1,3,21,25,23,24,21),
6155 (7,1,4,22,25,25,24,21),
6156 (7,1,5,23,26,26,24,21),
6157 (7,1,6,25,27,27,24,21),
6158 (7,1,7,26,28,28,24,22),
6159 (7,1,8,27,29,29,25,22),
6160 (7,1,9,29,29,31,25,22),
6161 (7,1,10,30,30,32,25,23),
6162 (7,1,11,32,31,33,25,23),
6163 (7,1,12,33,32,34,25,23),
6164 (7,1,13,34,33,36,25,24),
6165 (7,1,14,36,34,37,25,24),
6166 (7,1,15,37,35,38,25,24),
6167 (7,1,16,39,36,40,25,25),
6168 (7,1,17,40,36,41,25,25),
6169 (7,1,18,42,37,43,26,25),
6170 (7,1,19,43,38,44,26,26),
6171 (7,1,20,45,39,45,26,26),
6172 (7,1,21,47,40,47,26,26),
6173 (7,1,22,48,41,48,26,27),
6174 (7,1,23,50,42,50,26,27),
6175 (7,1,24,51,43,51,26,28),
6176 (7,1,25,53,44,52,27,28),
6177 (7,1,26,55,45,54,27,28),
6178 (7,1,27,56,46,55,27,29),
6179 (7,1,28,58,47,57,27,29),
6180 (7,1,29,59,48,58,27,30),
6181 (7,1,30,61,49,60,27,30),
6182 (7,1,31,63,50,62,27,30),
6183 (7,1,32,65,51,63,28,31),
6184 (7,1,33,66,52,65,28,31),
6185 (7,1,34,68,53,66,28,32),
6186 (7,1,35,70,55,68,28,32),
6187 (7,1,36,72,56,69,28,33),
6188 (7,1,37,73,57,71,29,33),
6189 (7,1,38,75,58,73,29,34),
6190 (7,1,39,77,59,74,29,34),
6191 (7,1,40,79,60,76,29,35),
6192 (7,1,41,81,61,78,29,35),
6193 (7,1,42,82,62,79,30,35),
6194 (7,1,43,84,64,81,30,36),
6195 (7,1,44,86,65,83,30,36),
6196 (7,1,45,88,66,85,30,37),
6197 (7,1,46,90,67,86,30,37),
6198 (7,1,47,92,68,88,31,38),
6199 (7,1,48,94,70,90,31,38),
6200 (7,1,49,96,71,92,31,39),
6201 (7,1,50,98,72,93,31,40),
6202 (7,1,51,100,73,95,32,40),
6203 (7,1,52,102,75,97,32,41),
6204 (7,1,53,104,76,99,32,41),
6205 (7,1,54,106,77,101,32,42),
6206 (7,1,55,108,78,103,33,42),
6207 (7,1,56,110,80,104,33,43),
6208 (7,1,57,112,81,106,33,43),
6209 (7,1,58,114,82,108,33,44),
6210 (7,1,59,116,84,110,34,44),
6211 (7,1,60,118,85,112,34,45),
6212 (7,1,61,120,86,114,34,46),
6213 (7,1,62,122,88,116,35,46),
6214 (7,1,63,125,89,118,35,47),
6215 (7,1,64,127,91,120,35,47),
6216 (7,1,65,129,92,122,35,48),
6217 (7,1,66,131,93,124,36,49),
6218 (7,1,67,133,95,126,36,49),
6219 (7,1,68,136,96,128,36,50),
6220 (7,1,69,138,98,130,37,50),
6221 (7,1,70,140,99,132,37,51),
6222 (7,4,1,16,26,20,24,20),
6223 (7,4,2,17,27,21,24,20),
6224 (7,4,3,18,29,21,24,21),
6225 (7,4,4,18,30,22,24,21),
6226 (7,4,5,19,32,23,25,21),
6227 (7,4,6,20,33,24,25,22),
6228 (7,4,7,21,35,24,25,22),
6229 (7,4,8,22,36,25,25,23),
6230 (7,4,9,22,38,26,25,23),
6231 (7,4,10,23,39,26,25,23),
6232 (7,4,11,24,41,27,25,24),
6233 (7,4,12,25,42,28,26,24),
6234 (7,4,13,26,44,29,26,25),
6235 (7,4,14,27,46,30,26,25),
6236 (7,4,15,28,47,30,26,25),
6237 (7,4,16,28,49,31,26,26),
6238 (7,4,17,29,50,32,27,26),
6239 (7,4,18,30,52,33,27,27),
6240 (7,4,19,31,54,34,27,27),
6241 (7,4,20,32,56,35,27,28),
6242 (7,4,21,33,57,35,27,28),
6243 (7,4,22,34,59,36,28,29),
6244 (7,4,23,35,61,37,28,29),
6245 (7,4,24,36,62,38,28,30),
6246 (7,4,25,37,64,39,28,30),
6247 (7,4,26,38,66,40,29,31),
6248 (7,4,27,39,68,41,29,31),
6249 (7,4,28,40,70,42,29,32),
6250 (7,4,29,41,72,43,29,32),
6251 (7,4,30,42,73,43,29,33),
6252 (7,4,31,43,75,44,30,33),
6253 (7,4,32,44,77,45,30,34),
6254 (7,4,33,45,79,46,30,34),
6255 (7,4,34,46,81,47,31,35),
6256 (7,4,35,47,83,48,31,35),
6257 (7,4,36,48,85,49,31,36),
6258 (7,4,37,49,87,50,31,36),
6259 (7,4,38,50,89,51,32,37),
6260 (7,4,39,51,91,52,32,38),
6261 (7,4,40,53,93,53,32,38),
6262 (7,4,41,54,95,54,33,39),
6263 (7,4,42,55,97,55,33,39),
6264 (7,4,43,56,99,56,33,40),
6265 (7,4,44,57,101,57,33,40),
6266 (7,4,45,58,103,59,34,41),
6267 (7,4,46,59,105,60,34,42),
6268 (7,4,47,61,107,61,34,42),
6269 (7,4,48,62,110,62,35,43),
6270 (7,4,49,63,112,63,35,44),
6271 (7,4,50,64,114,64,35,44),
6272 (7,4,51,65,116,65,36,45),
6273 (7,4,52,67,118,66,36,45),
6274 (7,4,53,68,121,67,36,46),
6275 (7,4,54,69,123,69,37,47),
6276 (7,4,55,70,125,70,37,47),
6277 (7,4,56,72,127,71,37,48),
6278 (7,4,57,73,130,72,38,49),
6279 (7,4,58,74,132,73,38,49),
6280 (7,4,59,75,134,74,39,50),
6281 (7,4,60,77,137,76,39,51),
6282 (7,4,61,78,139,77,39,51),
6283 (7,4,62,79,141,78,40,52),
6284 (7,4,63,81,144,79,40,53),
6285 (7,4,64,82,146,80,41,54),
6286 (7,4,65,83,149,82,41,54),
6287 (7,4,66,85,151,83,41,55),
6288 (7,4,67,86,154,84,42,56),
6289 (7,4,68,87,156,85,42,57),
6290 (7,4,69,89,158,87,43,57),
6291 (7,4,70,90,161,88,43,58),
6292 (7,8,1,15,23,19,27,22),
6293 (7,8,2,15,23,19,28,23),
6294 (7,8,3,15,23,20,30,25),
6295 (7,8,4,15,23,20,31,26),
6296 (7,8,5,15,24,20,32,27),
6297 (7,8,6,15,24,20,34,29),
6298 (7,8,7,16,24,21,35,30),
6299 (7,8,8,16,24,21,37,31),
6300 (7,8,9,16,24,21,38,33),
6301 (7,8,10,16,24,22,40,34),
6302 (7,8,11,16,25,22,41,36),
6303 (7,8,12,16,25,22,42,37),
6304 (7,8,13,16,25,23,44,38),
6305 (7,8,14,16,25,23,45,40),
6306 (7,8,15,17,25,23,47,41),
6307 (7,8,16,17,25,24,49,43),
6308 (7,8,17,17,26,24,50,44),
6309 (7,8,18,17,26,24,52,46),
6310 (7,8,19,17,26,25,53,47),
6311 (7,8,20,17,26,25,55,49),
6312 (7,8,21,17,26,26,57,51),
6313 (7,8,22,18,27,26,58,52),
6314 (7,8,23,18,27,26,60,54),
6315 (7,8,24,18,27,27,61,55),
6316 (7,8,25,18,27,27,63,57),
6317 (7,8,26,18,28,27,65,59),
6318 (7,8,27,18,28,28,67,60),
6319 (7,8,28,18,28,28,68,62),
6320 (7,8,29,19,28,29,70,64),
6321 (7,8,30,19,29,29,72,65),
6322 (7,8,31,19,29,30,74,67),
6323 (7,8,32,19,29,30,75,69),
6324 (7,8,33,19,29,30,77,70),
6325 (7,8,34,20,30,31,79,72),
6326 (7,8,35,20,30,31,81,74),
6327 (7,8,36,20,30,32,83,76),
6328 (7,8,37,20,30,32,85,78),
6329 (7,8,38,20,31,33,86,79),
6330 (7,8,39,21,31,33,88,81),
6331 (7,8,40,21,31,34,90,83),
6332 (7,8,41,21,32,34,92,85),
6333 (7,8,42,21,32,35,94,87),
6334 (7,8,43,21,32,35,96,89),
6335 (7,8,44,22,32,36,98,91),
6336 (7,8,45,22,33,36,100,92),
6337 (7,8,46,22,33,37,102,94),
6338 (7,8,47,22,33,37,104,96),
6339 (7,8,48,22,34,38,106,98),
6340 (7,8,49,23,34,38,108,100),
6341 (7,8,50,23,34,39,110,102),
6342 (7,8,51,23,35,39,112,104),
6343 (7,8,52,23,35,40,114,106),
6344 (7,8,53,24,35,40,117,108),
6345 (7,8,54,24,36,41,119,110),
6346 (7,8,55,24,36,41,121,112),
6347 (7,8,56,24,37,42,123,114),
6348 (7,8,57,25,37,42,125,117),
6349 (7,8,58,25,37,43,127,119),
6350 (7,8,59,25,38,43,130,121),
6351 (7,8,60,25,38,44,132,123),
6352 (7,8,61,26,38,45,134,125),
6353 (7,8,62,26,39,45,136,127),
6354 (7,8,63,26,39,46,139,129),
6355 (7,8,64,26,40,46,141,132),
6356 (7,8,65,27,40,47,143,134),
6357 (7,8,66,27,40,48,146,136),
6358 (7,8,67,27,41,48,148,138),
6359 (7,8,68,27,41,49,150,140),
6360 (7,8,69,28,42,49,153,143),
6361 (7,8,70,28,42,50,155,145),
6362 (7,9,1,15,23,20,26,22),
6363 (7,9,2,15,23,21,27,23),
6364 (7,9,3,16,24,21,28,24),
6365 (7,9,4,16,24,22,29,25),
6366 (7,9,5,16,24,22,31,27),
6367 (7,9,6,17,25,23,32,28),
6368 (7,9,7,17,25,23,33,29),
6369 (7,9,8,17,26,24,34,30),
6370 (7,9,9,17,26,25,36,31),
6371 (7,9,10,18,26,25,37,33),
6372 (7,9,11,18,27,26,38,34),
6373 (7,9,12,18,27,26,39,35),
6374 (7,9,13,19,28,27,41,36),
6375 (7,9,14,19,28,28,42,38),
6376 (7,9,15,20,28,28,43,39),
6377 (7,9,16,20,29,29,45,40),
6378 (7,9,17,20,29,30,46,42),
6379 (7,9,18,21,30,30,47,43),
6380 (7,9,19,21,30,31,49,44),
6381 (7,9,20,21,31,32,50,46),
6382 (7,9,21,22,31,32,51,47),
6383 (7,9,22,22,31,33,53,49),
6384 (7,9,23,23,32,34,54,50),
6385 (7,9,24,23,32,34,56,51),
6386 (7,9,25,23,33,35,57,53),
6387 (7,9,26,24,33,36,59,54),
6388 (7,9,27,24,34,37,60,56),
6389 (7,9,28,25,34,37,62,57),
6390 (7,9,29,25,35,38,63,59),
6391 (7,9,30,25,35,39,65,60),
6392 (7,9,31,26,36,40,66,62),
6393 (7,9,32,26,36,40,68,63),
6394 (7,9,33,27,37,41,69,65),
6395 (7,9,34,27,38,42,71,66),
6396 (7,9,35,28,38,43,73,68),
6397 (7,9,36,28,39,43,74,69),
6398 (7,9,37,28,39,44,76,71),
6399 (7,9,38,29,40,45,77,73),
6400 (7,9,39,29,40,46,79,74),
6401 (7,9,40,30,41,47,81,76),
6402 (7,9,41,30,41,48,82,78),
6403 (7,9,42,31,42,48,84,79),
6404 (7,9,43,31,43,49,86,81),
6405 (7,9,44,32,43,50,88,83),
6406 (7,9,45,32,44,51,89,84),
6407 (7,9,46,33,44,52,91,86),
6408 (7,9,47,33,45,53,93,88),
6409 (7,9,48,34,46,54,95,89),
6410 (7,9,49,34,46,54,96,91),
6411 (7,9,50,35,47,55,98,93),
6412 (7,9,51,35,48,56,100,95),
6413 (7,9,52,36,48,57,102,97),
6414 (7,9,53,36,49,58,104,98),
6415 (7,9,54,37,50,59,105,100),
6416 (7,9,55,37,50,60,107,102),
6417 (7,9,56,38,51,61,109,104),
6418 (7,9,57,38,52,62,111,106),
6419 (7,9,58,39,52,63,113,108),
6420 (7,9,59,40,53,64,115,109),
6421 (7,9,60,40,54,65,117,111),
6422 (7,9,61,41,54,66,119,113),
6423 (7,9,62,41,55,67,121,115),
6424 (7,9,63,42,56,68,123,117),
6425 (7,9,64,42,57,69,125,119),
6426 (7,9,65,43,57,70,127,121),
6427 (7,9,66,44,58,71,129,123),
6428 (7,9,67,44,59,72,131,125),
6429 (7,9,68,45,59,73,133,127),
6430 (7,9,69,45,60,74,135,129),
6431 (7,9,70,46,61,75,137,131),
6432 (8,1,1,24,22,23,16,21),
6433 (8,1,2,25,23,24,16,21),
6434 (8,1,3,27,24,25,16,22),
6435 (8,1,4,28,24,26,16,22),
6436 (8,1,5,29,25,28,16,22),
6437 (8,1,6,31,26,29,16,22),
6438 (8,1,7,32,27,30,17,23),
6439 (8,1,8,33,28,31,17,23),
6440 (8,1,9,35,28,33,17,23),
6441 (8,1,10,36,29,34,17,24),
6442 (8,1,11,37,30,35,17,24),
6443 (8,1,12,39,31,36,17,24),
6444 (8,1,13,40,32,38,17,25),
6445 (8,1,14,42,33,39,17,25),
6446 (8,1,15,43,34,40,18,25),
6447 (8,1,16,45,35,42,18,26),
6448 (8,1,17,46,35,43,18,26),
6449 (8,1,18,48,36,44,18,26),
6450 (8,1,19,49,37,46,18,27),
6451 (8,1,20,51,38,47,18,27),
6452 (8,1,21,52,39,49,18,27),
6453 (8,1,22,54,40,50,18,28),
6454 (8,1,23,55,41,51,19,28),
6455 (8,1,24,57,42,53,19,29),
6456 (8,1,25,59,43,54,19,29),
6457 (8,1,26,60,44,56,19,29),
6458 (8,1,27,62,45,57,19,30),
6459 (8,1,28,63,46,59,19,30),
6460 (8,1,29,65,47,60,20,31),
6461 (8,1,30,67,48,62,20,31),
6462 (8,1,31,69,49,63,20,31),
6463 (8,1,32,70,50,65,20,32),
6464 (8,1,33,72,51,67,20,32),
6465 (8,1,34,74,53,68,20,33),
6466 (8,1,35,75,54,70,21,33),
6467 (8,1,36,77,55,71,21,34),
6468 (8,1,37,79,56,73,21,34),
6469 (8,1,38,81,57,75,21,35),
6470 (8,1,39,83,58,76,21,35),
6471 (8,1,40,84,59,78,22,35),
6472 (8,1,41,86,60,80,22,36),
6473 (8,1,42,88,62,81,22,36),
6474 (8,1,43,90,63,83,22,37),
6475 (8,1,44,92,64,85,22,37),
6476 (8,1,45,94,65,86,23,38),
6477 (8,1,46,96,66,88,23,38),
6478 (8,1,47,98,67,90,23,39),
6479 (8,1,48,100,69,92,23,39),
6480 (8,1,49,102,70,93,24,40),
6481 (8,1,50,103,71,95,24,40),
6482 (8,1,51,105,72,97,24,41),
6483 (8,1,52,107,74,99,24,42),
6484 (8,1,53,109,75,101,25,42),
6485 (8,1,54,112,76,103,25,43),
6486 (8,1,55,114,78,104,25,43),
6487 (8,1,56,116,79,106,25,44),
6488 (8,1,57,118,80,108,25,44),
6489 (8,1,58,120,81,110,26,45),
6490 (8,1,59,122,83,112,26,45),
6491 (8,1,60,124,84,114,26,46),
6492 (8,1,61,126,85,116,27,47),
6493 (8,1,62,128,87,118,27,47),
6494 (8,1,63,130,88,120,27,48),
6495 (8,1,64,133,90,122,27,48),
6496 (8,1,65,135,91,124,28,49),
6497 (8,1,66,137,92,126,28,50),
6498 (8,1,67,139,94,128,28,50),
6499 (8,1,68,141,95,130,28,51),
6500 (8,1,69,144,97,132,29,51),
6501 (8,1,70,146,98,134,29,52),
6502 (8,3,1,21,25,22,16,22),
6503 (8,3,2,21,26,23,17,23),
6504 (8,3,3,22,28,24,17,23),
6505 (8,3,4,22,29,25,18,24),
6506 (8,3,5,23,30,26,18,25),
6507 (8,3,6,23,32,27,19,25),
6508 (8,3,7,24,33,28,20,26),
6509 (8,3,8,24,35,28,20,26),
6510 (8,3,9,25,36,29,21,27),
6511 (8,3,10,25,38,30,21,28),
6512 (8,3,11,25,39,31,22,29),
6513 (8,3,12,26,41,32,23,29),
6514 (8,3,13,26,42,33,23,30),
6515 (8,3,14,27,44,34,24,31),
6516 (8,3,15,27,45,35,25,31),
6517 (8,3,16,28,47,36,25,32),
6518 (8,3,17,28,48,38,26,33),
6519 (8,3,18,29,50,39,27,34),
6520 (8,3,19,29,51,40,28,34),
6521 (8,3,20,30,53,41,28,35),
6522 (8,3,21,31,55,42,29,36),
6523 (8,3,22,31,56,43,30,37),
6524 (8,3,23,32,58,44,30,37),
6525 (8,3,24,32,60,45,31,38),
6526 (8,3,25,33,61,46,32,39),
6527 (8,3,26,33,63,48,33,40),
6528 (8,3,27,34,65,49,33,41),
6529 (8,3,28,35,66,50,34,41),
6530 (8,3,29,35,68,51,35,42),
6531 (8,3,30,36,70,52,36,43),
6532 (8,3,31,36,72,53,37,44),
6533 (8,3,32,37,73,55,37,45),
6534 (8,3,33,38,75,56,38,46),
6535 (8,3,34,38,77,57,39,47),
6536 (8,3,35,39,79,58,40,48),
6537 (8,3,36,39,81,60,41,48),
6538 (8,3,37,40,83,61,41,49),
6539 (8,3,38,41,85,62,42,50),
6540 (8,3,39,41,86,63,43,51),
6541 (8,3,40,42,88,65,44,52),
6542 (8,3,41,43,90,66,45,53),
6543 (8,3,42,43,92,67,46,54),
6544 (8,3,43,44,94,69,47,55),
6545 (8,3,44,45,96,70,47,56),
6546 (8,3,45,45,98,71,48,57),
6547 (8,3,46,46,100,73,49,58),
6548 (8,3,47,47,102,74,50,59),
6549 (8,3,48,48,104,76,51,60),
6550 (8,3,49,48,106,77,52,61),
6551 (8,3,50,49,108,78,53,62),
6552 (8,3,51,50,110,80,54,63),
6553 (8,3,52,51,113,81,55,64),
6554 (8,3,53,51,115,83,56,65),
6555 (8,3,54,52,117,84,57,66),
6556 (8,3,55,53,119,86,58,67),
6557 (8,3,56,54,121,87,59,68),
6558 (8,3,57,54,123,89,60,69),
6559 (8,3,58,55,126,90,61,70),
6560 (8,3,59,56,128,92,62,71),
6561 (8,3,60,57,130,93,63,73),
6562 (8,3,61,58,132,95,64,74),
6563 (8,3,62,58,134,96,65,75),
6564 (8,3,63,59,137,98,66,76),
6565 (8,3,64,60,139,99,67,77),
6566 (8,3,65,61,141,101,68,78),
6567 (8,3,66,62,144,103,69,79),
6568 (8,3,67,62,146,104,70,80),
6569 (8,3,68,63,148,106,71,82),
6570 (8,3,69,64,151,107,72,83),
6571 (8,3,70,65,153,109,73,84),
6572 (8,4,1,22,25,22,16,21),
6573 (8,4,2,23,26,23,16,21),
6574 (8,4,3,24,28,23,16,22),
6575 (8,4,4,24,29,24,16,22),
6576 (8,4,5,25,31,25,17,22),
6577 (8,4,6,26,32,25,17,23),
6578 (8,4,7,27,34,26,17,23),
6579 (8,4,8,27,35,27,17,24),
6580 (8,4,9,28,37,28,17,24),
6581 (8,4,10,29,38,28,18,24),
6582 (8,4,11,30,40,29,18,25),
6583 (8,4,12,31,41,30,18,25),
6584 (8,4,13,32,43,31,18,26),
6585 (8,4,14,32,45,32,18,26),
6586 (8,4,15,33,46,32,19,26),
6587 (8,4,16,34,48,33,19,27),
6588 (8,4,17,35,50,34,19,27),
6589 (8,4,18,36,51,35,19,28),
6590 (8,4,19,37,53,36,19,28),
6591 (8,4,20,38,55,36,20,29),
6592 (8,4,21,39,56,37,20,29),
6593 (8,4,22,40,58,38,20,30),
6594 (8,4,23,41,60,39,20,30),
6595 (8,4,24,42,62,40,20,31),
6596 (8,4,25,43,63,41,21,31),
6597 (8,4,26,44,65,42,21,32),
6598 (8,4,27,45,67,43,21,32),
6599 (8,4,28,46,69,44,21,33),
6600 (8,4,29,47,71,44,22,33),
6601 (8,4,30,48,72,45,22,34),
6602 (8,4,31,49,74,46,22,34),
6603 (8,4,32,50,76,47,22,35),
6604 (8,4,33,51,78,48,23,35),
6605 (8,4,34,52,80,49,23,36),
6606 (8,4,35,53,82,50,23,36),
6607 (8,4,36,54,84,51,24,37),
6608 (8,4,37,55,86,52,24,37),
6609 (8,4,38,56,88,53,24,38),
6610 (8,4,39,57,90,54,24,38),
6611 (8,4,40,58,92,55,25,39),
6612 (8,4,41,59,94,56,25,40),
6613 (8,4,42,60,96,57,25,40),
6614 (8,4,43,62,98,58,26,41),
6615 (8,4,44,63,100,59,26,41),
6616 (8,4,45,64,102,60,26,42),
6617 (8,4,46,65,104,61,27,43),
6618 (8,4,47,66,107,63,27,43),
6619 (8,4,48,67,109,64,27,44),
6620 (8,4,49,69,111,65,27,44),
6621 (8,4,50,70,113,66,28,45),
6622 (8,4,51,71,115,67,28,46),
6623 (8,4,52,72,117,68,28,46),
6624 (8,4,53,74,120,69,29,47),
6625 (8,4,54,75,122,70,29,48),
6626 (8,4,55,76,124,72,29,48),
6627 (8,4,56,77,126,73,30,49),
6628 (8,4,57,79,129,74,30,50),
6629 (8,4,58,80,131,75,30,50),
6630 (8,4,59,81,133,76,31,51),
6631 (8,4,60,82,136,77,31,52),
6632 (8,4,61,84,138,79,32,52),
6633 (8,4,62,85,140,80,32,53),
6634 (8,4,63,86,143,81,32,54),
6635 (8,4,64,88,145,82,33,55),
6636 (8,4,65,89,148,84,33,55),
6637 (8,4,66,90,150,85,33,56),
6638 (8,4,67,92,153,86,34,57),
6639 (8,4,68,93,155,87,34,58),
6640 (8,4,69,95,157,89,35,58),
6641 (8,4,70,96,160,90,35,59),
6642 (8,5,1,21,22,21,18,24),
6643 (8,5,2,21,22,21,19,25),
6644 (8,5,3,21,22,22,21,27),
6645 (8,5,4,21,23,22,22,28),
6646 (8,5,5,22,23,22,23,29),
6647 (8,5,6,22,23,23,25,31),
6648 (8,5,7,22,23,23,26,32),
6649 (8,5,8,22,24,24,27,34),
6650 (8,5,9,22,24,24,29,35),
6651 (8,5,10,22,24,24,30,37),
6652 (8,5,11,23,24,25,32,38),
6653 (8,5,12,23,24,25,33,40),
6654 (8,5,13,23,25,26,35,41),
6655 (8,5,14,23,25,26,36,43),
6656 (8,5,15,23,25,26,38,44),
6657 (8,5,16,24,26,27,39,46),
6658 (8,5,17,24,26,27,41,47),
6659 (8,5,18,24,26,28,42,49),
6660 (8,5,19,24,26,28,44,50),
6661 (8,5,20,24,27,29,45,52),
6662 (8,5,21,25,27,29,47,54),
6663 (8,5,22,25,27,30,48,55),
6664 (8,5,23,25,28,30,50,57),
6665 (8,5,24,25,28,31,52,59),
6666 (8,5,25,25,28,31,53,60),
6667 (8,5,26,26,28,32,55,62),
6668 (8,5,27,26,29,32,56,64),
6669 (8,5,28,26,29,33,58,65),
6670 (8,5,29,26,29,33,60,67),
6671 (8,5,30,27,30,34,62,69),
6672 (8,5,31,27,30,34,63,71),
6673 (8,5,32,27,30,35,65,73),
6674 (8,5,33,27,31,35,67,74),
6675 (8,5,34,28,31,36,68,76),
6676 (8,5,35,28,32,36,70,78),
6677 (8,5,36,28,32,37,72,80),
6678 (8,5,37,29,32,37,74,82),
6679 (8,5,38,29,33,38,76,84),
6680 (8,5,39,29,33,38,77,86),
6681 (8,5,40,29,33,39,79,87),
6682 (8,5,41,30,34,40,81,89),
6683 (8,5,42,30,34,40,83,91),
6684 (8,5,43,30,35,41,85,93),
6685 (8,5,44,31,35,41,87,95),
6686 (8,5,45,31,35,42,89,97),
6687 (8,5,46,31,36,43,91,99),
6688 (8,5,47,32,36,43,93,101),
6689 (8,5,48,32,37,44,94,103),
6690 (8,5,49,32,37,44,96,105),
6691 (8,5,50,33,37,45,98,107),
6692 (8,5,51,33,38,46,100,110),
6693 (8,5,52,33,38,46,102,112),
6694 (8,5,53,34,39,47,104,114),
6695 (8,5,54,34,39,48,106,116),
6696 (8,5,55,34,40,48,109,118),
6697 (8,5,56,35,40,49,111,120),
6698 (8,5,57,35,41,50,113,122),
6699 (8,5,58,35,41,50,115,125),
6700 (8,5,59,36,42,51,117,127),
6701 (8,5,60,36,42,52,119,129),
6702 (8,5,61,36,42,52,121,131),
6703 (8,5,62,37,43,53,123,133),
6704 (8,5,63,37,43,54,125,136),
6705 (8,5,64,38,44,55,128,138),
6706 (8,5,65,38,44,55,130,140),
6707 (8,5,66,38,45,56,132,143),
6708 (8,5,67,39,45,57,134,145),
6709 (8,5,68,39,46,58,136,147),
6710 (8,5,69,40,46,58,139,150),
6711 (8,5,70,40,47,59,141,152),
6712 (8,7,1,22,22,22,17,23),
6713 (8,7,2,23,22,23,18,24),
6714 (8,7,3,24,23,24,19,25),
6715 (8,7,4,25,23,25,20,26),
6716 (8,7,5,25,24,26,21,27),
6717 (8,7,6,26,24,27,22,28),
6718 (8,7,7,27,25,28,23,29),
6719 (8,7,8,28,25,29,24,30),
6720 (8,7,9,29,25,30,25,31),
6721 (8,7,10,30,26,31,26,33),
6722 (8,7,11,31,26,32,27,34),
6723 (8,7,12,32,27,33,28,35),
6724 (8,7,13,33,27,34,29,36),
6725 (8,7,14,34,28,35,30,37),
6726 (8,7,15,34,28,36,31,38),
6727 (8,7,16,35,29,38,32,39),
6728 (8,7,17,36,29,39,33,41),
6729 (8,7,18,37,30,40,34,42),
6730 (8,7,19,38,30,41,35,43),
6731 (8,7,20,39,31,42,36,44),
6732 (8,7,21,40,32,43,37,45),
6733 (8,7,22,41,32,45,38,47),
6734 (8,7,23,43,33,46,39,48),
6735 (8,7,24,44,33,47,40,49),
6736 (8,7,25,45,34,48,42,51),
6737 (8,7,26,46,34,49,43,52),
6738 (8,7,27,47,35,51,44,53),
6739 (8,7,28,48,35,52,45,54),
6740 (8,7,29,49,36,53,46,56),
6741 (8,7,30,50,37,54,48,57),
6742 (8,7,31,51,37,56,49,59),
6743 (8,7,32,52,38,57,50,60),
6744 (8,7,33,53,38,58,51,61),
6745 (8,7,34,55,39,60,52,63),
6746 (8,7,35,56,40,61,54,64),
6747 (8,7,36,57,40,62,55,66),
6748 (8,7,37,58,41,64,56,67),
6749 (8,7,38,59,42,65,57,68),
6750 (8,7,39,61,42,66,59,70),
6751 (8,7,40,62,43,68,60,71),
6752 (8,7,41,63,44,69,61,73),
6753 (8,7,42,64,44,71,63,74),
6754 (8,7,43,65,45,72,64,76),
6755 (8,7,44,67,46,74,65,77),
6756 (8,7,45,68,46,75,67,79),
6757 (8,7,46,69,47,76,68,80),
6758 (8,7,47,71,48,78,69,82),
6759 (8,7,48,72,49,79,71,83),
6760 (8,7,49,73,49,81,72,85),
6761 (8,7,50,74,50,82,74,87),
6762 (8,7,51,76,51,84,75,88),
6763 (8,7,52,77,51,85,77,90),
6764 (8,7,53,78,52,87,78,92),
6765 (8,7,54,80,53,89,79,93),
6766 (8,7,55,81,54,90,81,95),
6767 (8,7,56,83,55,92,82,96),
6768 (8,7,57,84,55,93,84,98),
6769 (8,7,58,85,56,95,85,100),
6770 (8,7,59,87,57,97,87,102),
6771 (8,7,60,88,58,98,88,103),
6772 (8,7,61,90,58,100,90,105),
6773 (8,7,62,91,59,101,91,107),
6774 (8,7,63,93,60,103,93,108),
6775 (8,7,64,94,61,105,94,110),
6776 (8,7,65,95,62,106,96,112),
6777 (8,7,66,97,63,108,98,114),
6778 (8,7,67,98,63,110,99,116),
6779 (8,7,68,100,64,112,101,117),
6780 (8,7,69,101,65,113,102,119),
6781 (8,7,70,103,66,115,104,121),
6782 (8,8,1,21,22,21,19,23),
6783 (8,8,2,21,22,21,20,24),
6784 (8,8,3,21,22,22,22,26),
6785 (8,8,4,21,22,22,23,27),
6786 (8,8,5,21,23,22,25,28),
6787 (8,8,6,21,23,22,26,30),
6788 (8,8,7,21,23,23,27,31),
6789 (8,8,8,22,23,23,29,32),
6790 (8,8,9,22,23,23,30,34),
6791 (8,8,10,22,23,24,32,35),
6792 (8,8,11,22,24,24,33,37),
6793 (8,8,12,22,24,24,35,38),
6794 (8,8,13,22,24,25,36,39),
6795 (8,8,14,22,24,25,38,41),
6796 (8,8,15,22,24,25,39,42),
6797 (8,8,16,22,24,26,41,44),
6798 (8,8,17,23,25,26,42,45),
6799 (8,8,18,23,25,26,44,47),
6800 (8,8,19,23,25,27,46,48),
6801 (8,8,20,23,25,27,47,50),
6802 (8,8,21,23,25,27,49,51),
6803 (8,8,22,23,26,28,51,53),
6804 (8,8,23,23,26,28,52,55),
6805 (8,8,24,24,26,29,54,56),
6806 (8,8,25,24,26,29,56,58),
6807 (8,8,26,24,27,29,57,60),
6808 (8,8,27,24,27,30,59,61),
6809 (8,8,28,24,27,30,61,63),
6810 (8,8,29,24,27,31,63,65),
6811 (8,8,30,24,28,31,64,66),
6812 (8,8,31,25,28,31,66,68),
6813 (8,8,32,25,28,32,68,70),
6814 (8,8,33,25,28,32,70,71),
6815 (8,8,34,25,29,33,71,73),
6816 (8,8,35,25,29,33,73,75),
6817 (8,8,36,26,29,34,75,77),
6818 (8,8,37,26,29,34,77,79),
6819 (8,8,38,26,30,35,79,80),
6820 (8,8,39,26,30,35,81,82),
6821 (8,8,40,26,30,35,83,84),
6822 (8,8,41,27,31,36,85,86),
6823 (8,8,42,27,31,36,87,88),
6824 (8,8,43,27,31,37,89,90),
6825 (8,8,44,27,32,37,91,91),
6826 (8,8,45,27,32,38,93,93),
6827 (8,8,46,28,32,38,95,95),
6828 (8,8,47,28,32,39,97,97),
6829 (8,8,48,28,33,39,99,99),
6830 (8,8,49,28,33,40,101,101),
6831 (8,8,50,29,33,40,103,103),
6832 (8,8,51,29,34,41,105,105),
6833 (8,8,52,29,34,42,107,107),
6834 (8,8,53,29,35,42,109,109),
6835 (8,8,54,30,35,43,111,111),
6836 (8,8,55,30,35,43,113,113),
6837 (8,8,56,30,36,44,115,115),
6838 (8,8,57,30,36,44,118,118),
6839 (8,8,58,31,36,45,120,120),
6840 (8,8,59,31,37,45,122,122),
6841 (8,8,60,31,37,46,124,124),
6842 (8,8,61,31,37,47,126,126),
6843 (8,8,62,32,38,47,129,128),
6844 (8,8,63,32,38,48,131,130),
6845 (8,8,64,32,39,48,133,133),
6846 (8,8,65,33,39,49,135,135),
6847 (8,8,66,33,39,50,138,137),
6848 (8,8,67,33,40,50,140,139),
6849 (8,8,68,33,40,51,142,141),
6850 (8,8,69,34,41,51,145,144),
6851 (8,8,70,34,41,52,147,146),
6852 (10,2,1,19,22,21,24,20),
6853 (10,2,2,20,23,22,25,21),
6854 (10,2,3,21,23,23,25,21),
6855 (10,2,4,22,24,24,26,22),
6856 (10,2,5,23,24,25,27,23),
6857 (10,2,6,25,25,26,27,24),
6858 (10,2,7,26,25,27,28,24),
6859 (10,2,8,27,26,28,29,25),
6860 (10,2,9,28,27,29,29,26),
6861 (10,2,10,29,27,31,30,26),
6862 (10,2,11,30,28,32,31,27),
6863 (10,2,12,32,29,33,31,28),
6864 (10,2,13,33,29,34,32,29),
6865 (10,2,14,34,30,35,33,30),
6866 (10,2,15,35,31,36,33,30),
6867 (10,2,16,37,31,37,34,31),
6868 (10,2,17,38,32,39,35,32),
6869 (10,2,18,39,33,40,36,33),
6870 (10,2,19,40,33,41,36,34),
6871 (10,2,20,42,34,42,37,35),
6872 (10,2,21,43,35,44,38,35),
6873 (10,2,22,44,35,45,39,36),
6874 (10,2,23,46,36,46,40,37),
6875 (10,2,24,47,37,47,40,38),
6876 (10,2,25,49,38,49,41,39),
6877 (10,2,26,50,38,50,42,40),
6878 (10,2,27,51,39,51,43,41),
6879 (10,2,28,53,40,53,44,42),
6880 (10,2,29,54,41,54,45,43),
6881 (10,2,30,56,41,55,45,43),
6882 (10,2,31,57,42,57,46,44),
6883 (10,2,32,58,43,58,47,45),
6884 (10,2,33,60,44,59,48,46),
6885 (10,2,34,61,45,61,49,47),
6886 (10,2,35,63,45,62,50,48),
6887 (10,2,36,64,46,64,51,49),
6888 (10,2,37,66,47,65,52,50),
6889 (10,2,38,67,48,67,53,51),
6890 (10,2,39,69,49,68,54,52),
6891 (10,2,40,71,50,69,55,53),
6892 (10,2,41,72,50,71,55,54),
6893 (10,2,42,74,51,72,56,55),
6894 (10,2,43,75,52,74,57,56),
6895 (10,2,44,77,53,75,58,57),
6896 (10,2,45,79,54,77,59,59),
6897 (10,2,46,80,55,78,60,60),
6898 (10,2,47,82,56,80,61,61),
6899 (10,2,48,83,57,82,62,62),
6900 (10,2,49,85,58,83,63,63),
6901 (10,2,50,87,59,85,64,64),
6902 (10,2,51,89,60,86,66,65),
6903 (10,2,52,90,61,88,67,66),
6904 (10,2,53,92,61,90,68,67),
6905 (10,2,54,94,62,91,69,69),
6906 (10,2,55,95,63,93,70,70),
6907 (10,2,56,97,64,95,71,71),
6908 (10,2,57,99,65,96,72,72),
6909 (10,2,58,101,66,98,73,73),
6910 (10,2,59,102,67,100,74,74),
6911 (10,2,60,104,68,101,75,76),
6912 (10,2,61,106,69,103,76,77),
6913 (10,2,62,108,70,105,78,78),
6914 (10,2,63,110,72,106,79,79),
6915 (10,2,64,112,73,108,80,80),
6916 (10,2,65,113,74,110,81,82),
6917 (10,2,66,115,75,112,82,83),
6918 (10,2,67,117,76,114,83,84),
6919 (10,2,68,119,77,115,85,85),
6920 (10,2,69,121,78,117,86,87),
6921 (10,2,70,123,79,119,87,88),
6922 (10,3,1,17,25,20,24,20),
6923 (10,3,2,17,26,21,25,21),
6924 (10,3,3,18,28,22,25,21),
6925 (10,3,4,18,29,23,26,22),
6926 (10,3,5,19,30,24,26,23),
6927 (10,3,6,19,32,25,27,23),
6928 (10,3,7,20,33,26,27,24),
6929 (10,3,8,20,35,27,28,25),
6930 (10,3,9,21,36,27,29,25),
6931 (10,3,10,21,38,28,29,26),
6932 (10,3,11,22,39,29,30,27),
6933 (10,3,12,22,41,30,31,27),
6934 (10,3,13,23,42,31,31,28),
6935 (10,3,14,23,44,32,32,29),
6936 (10,3,15,24,45,34,32,29),
6937 (10,3,16,24,47,35,33,30),
6938 (10,3,17,25,48,36,34,31),
6939 (10,3,18,25,50,37,34,32),
6940 (10,3,19,26,51,38,35,32),
6941 (10,3,20,26,53,39,36,33),
6942 (10,3,21,27,55,40,37,34),
6943 (10,3,22,27,56,41,37,35),
6944 (10,3,23,28,58,42,38,36),
6945 (10,3,24,28,60,43,39,36),
6946 (10,3,25,29,61,44,39,37),
6947 (10,3,26,30,63,46,40,38),
6948 (10,3,27,30,65,47,41,39),
6949 (10,3,28,31,66,48,42,40),
6950 (10,3,29,31,68,49,42,40),
6951 (10,3,30,32,70,50,43,41),
6952 (10,3,31,33,72,52,44,42),
6953 (10,3,32,33,73,53,45,43),
6954 (10,3,33,34,75,54,46,44),
6955 (10,3,34,34,77,55,46,45),
6956 (10,3,35,35,79,57,47,46),
6957 (10,3,36,36,81,58,48,47),
6958 (10,3,37,36,83,59,49,47),
6959 (10,3,38,37,85,60,50,48),
6960 (10,3,39,38,86,62,51,49),
6961 (10,3,40,38,88,63,51,50),
6962 (10,3,41,39,90,64,52,51),
6963 (10,3,42,40,92,66,53,52),
6964 (10,3,43,40,94,67,54,53),
6965 (10,3,44,41,96,68,55,54),
6966 (10,3,45,42,98,70,56,55),
6967 (10,3,46,42,100,71,57,56),
6968 (10,3,47,43,102,72,58,57),
6969 (10,3,48,44,104,74,59,58),
6970 (10,3,49,45,106,75,60,59),
6971 (10,3,50,45,108,77,61,60),
6972 (10,3,51,46,110,78,61,61),
6973 (10,3,52,47,113,79,62,62),
6974 (10,3,53,47,115,81,63,63),
6975 (10,3,54,48,117,82,64,64),
6976 (10,3,55,49,119,84,65,65),
6977 (10,3,56,50,121,85,66,66),
6978 (10,3,57,50,123,87,67,67),
6979 (10,3,58,51,126,88,68,68),
6980 (10,3,59,52,128,90,69,70),
6981 (10,3,60,53,130,91,70,71),
6982 (10,3,61,54,132,93,71,72),
6983 (10,3,62,54,134,94,72,73),
6984 (10,3,63,55,137,96,73,74),
6985 (10,3,64,56,139,97,75,75),
6986 (10,3,65,57,141,99,76,76),
6987 (10,3,66,58,144,101,77,77),
6988 (10,3,67,58,146,102,78,78),
6989 (10,3,68,59,148,104,79,80),
6990 (10,3,69,60,151,105,80,81),
6991 (10,3,70,61,153,107,81,82),
6992 (10,4,1,18,25,20,24,19),
6993 (10,4,2,19,26,21,24,19),
6994 (10,4,3,20,28,21,24,20),
6995 (10,4,4,20,29,22,24,20),
6996 (10,4,5,21,31,23,25,20),
6997 (10,4,6,22,32,24,25,21),
6998 (10,4,7,23,34,24,25,21),
6999 (10,4,8,24,35,25,25,22),
7000 (10,4,9,24,37,26,25,22),
7001 (10,4,10,25,38,26,25,22),
7002 (10,4,11,26,40,27,25,23),
7003 (10,4,12,27,41,28,26,23),
7004 (10,4,13,28,43,29,26,24),
7005 (10,4,14,29,45,30,26,24),
7006 (10,4,15,29,46,30,26,25),
7007 (10,4,16,30,48,31,26,25),
7008 (10,4,17,31,50,32,27,25),
7009 (10,4,18,32,51,33,27,26),
7010 (10,4,19,33,53,34,27,26),
7011 (10,4,20,34,55,35,27,27),
7012 (10,4,21,35,56,35,27,27),
7013 (10,4,22,36,58,36,28,28),
7014 (10,4,23,37,60,37,28,28),
7015 (10,4,24,38,62,38,28,29),
7016 (10,4,25,39,63,39,28,29),
7017 (10,4,26,40,65,40,29,30),
7018 (10,4,27,41,67,41,29,30),
7019 (10,4,28,42,69,42,29,31),
7020 (10,4,29,43,71,43,29,31),
7021 (10,4,30,44,72,43,29,32),
7022 (10,4,31,45,74,44,30,32),
7023 (10,4,32,46,76,45,30,33),
7024 (10,4,33,47,78,46,30,33),
7025 (10,4,34,48,80,47,31,34),
7026 (10,4,35,49,82,48,31,34),
7027 (10,4,36,50,84,49,31,35),
7028 (10,4,37,51,86,50,31,35),
7029 (10,4,38,52,88,51,32,36),
7030 (10,4,39,53,90,52,32,37),
7031 (10,4,40,54,92,53,32,37),
7032 (10,4,41,56,94,54,33,38),
7033 (10,4,42,57,96,55,33,38),
7034 (10,4,43,58,98,56,33,39),
7035 (10,4,44,59,100,57,33,39),
7036 (10,4,45,60,102,59,34,40),
7037 (10,4,46,61,104,60,34,41),
7038 (10,4,47,62,107,61,34,41),
7039 (10,4,48,64,109,62,35,42),
7040 (10,4,49,65,111,63,35,43),
7041 (10,4,50,66,113,64,35,43),
7042 (10,4,51,67,115,65,36,44),
7043 (10,4,52,68,117,66,36,44),
7044 (10,4,53,70,120,67,36,45),
7045 (10,4,54,71,122,69,37,46),
7046 (10,4,55,72,124,70,37,46),
7047 (10,4,56,73,126,71,37,47),
7048 (10,4,57,75,129,72,38,48),
7049 (10,4,58,76,131,73,38,48),
7050 (10,4,59,77,133,74,39,49),
7051 (10,4,60,79,136,76,39,50),
7052 (10,4,61,80,138,77,39,51),
7053 (10,4,62,81,140,78,40,51),
7054 (10,4,63,82,143,79,40,52),
7055 (10,4,64,84,145,80,41,53),
7056 (10,4,65,85,148,82,41,53),
7057 (10,4,66,87,150,83,41,54),
7058 (10,4,67,88,153,84,42,55),
7059 (10,4,68,89,155,85,42,56),
7060 (10,4,69,91,157,87,43,56),
7061 (10,4,70,92,160,88,43,57),
7062 (10,5,1,17,22,19,26,22),
7063 (10,5,2,17,22,19,27,23),
7064 (10,5,3,17,22,20,29,25),
7065 (10,5,4,17,23,20,30,26),
7066 (10,5,5,18,23,20,31,27),
7067 (10,5,6,18,23,21,33,29),
7068 (10,5,7,18,23,21,34,30),
7069 (10,5,8,18,24,22,35,32),
7070 (10,5,9,18,24,22,37,33),
7071 (10,5,10,19,24,22,38,35),
7072 (10,5,11,19,24,23,39,36),
7073 (10,5,12,19,24,23,41,38),
7074 (10,5,13,19,25,24,42,39),
7075 (10,5,14,19,25,24,44,41),
7076 (10,5,15,19,25,25,45,42),
7077 (10,5,16,20,26,25,47,44),
7078 (10,5,17,20,26,25,48,45),
7079 (10,5,18,20,26,26,50,47),
7080 (10,5,19,20,26,26,51,49),
7081 (10,5,20,21,27,27,53,50),
7082 (10,5,21,21,27,27,54,52),
7083 (10,5,22,21,27,28,56,53),
7084 (10,5,23,21,28,28,58,55),
7085 (10,5,24,21,28,29,59,57),
7086 (10,5,25,22,28,29,61,58),
7087 (10,5,26,22,28,30,62,60),
7088 (10,5,27,22,29,30,64,62),
7089 (10,5,28,22,29,31,66,64),
7090 (10,5,29,23,29,31,67,65),
7091 (10,5,30,23,30,32,69,67),
7092 (10,5,31,23,30,32,71,69),
7093 (10,5,32,23,30,33,72,71),
7094 (10,5,33,24,31,33,74,72),
7095 (10,5,34,24,31,34,76,74),
7096 (10,5,35,24,32,34,78,76),
7097 (10,5,36,24,32,35,80,78),
7098 (10,5,37,25,32,35,81,80),
7099 (10,5,38,25,33,36,83,82),
7100 (10,5,39,25,33,37,85,84),
7101 (10,5,40,26,33,37,87,86),
7102 (10,5,41,26,34,38,89,88),
7103 (10,5,42,26,34,38,91,89),
7104 (10,5,43,27,35,39,92,91),
7105 (10,5,44,27,35,39,94,93),
7106 (10,5,45,27,35,40,96,95),
7107 (10,5,46,27,36,41,98,97),
7108 (10,5,47,28,36,41,100,99),
7109 (10,5,48,28,37,42,102,101),
7110 (10,5,49,28,37,43,104,103),
7111 (10,5,50,29,37,43,106,106),
7112 (10,5,51,29,38,44,108,108),
7113 (10,5,52,29,38,44,110,110),
7114 (10,5,53,30,39,45,112,112),
7115 (10,5,54,30,39,46,114,114),
7116 (10,5,55,30,40,46,116,116),
7117 (10,5,56,31,40,47,118,118),
7118 (10,5,57,31,41,48,120,120),
7119 (10,5,58,31,41,48,123,123),
7120 (10,5,59,32,42,49,125,125),
7121 (10,5,60,32,42,50,127,127),
7122 (10,5,61,33,42,51,129,129),
7123 (10,5,62,33,43,51,131,131),
7124 (10,5,63,33,43,52,133,134),
7125 (10,5,64,34,44,53,135,136),
7126 (10,5,65,34,44,53,138,138),
7127 (10,5,66,34,45,54,140,141),
7128 (10,5,67,35,45,55,142,143),
7129 (10,5,68,35,46,56,144,145),
7130 (10,5,69,36,46,56,147,148),
7131 (10,5,70,36,47,57,149,150),
7132 (10,8,1,17,22,19,27,21),
7133 (10,8,2,17,22,19,28,22),
7134 (10,8,3,17,22,20,30,24),
7135 (10,8,4,17,22,20,31,25),
7136 (10,8,5,17,23,20,32,26),
7137 (10,8,6,17,23,20,34,28),
7138 (10,8,7,18,23,21,35,29),
7139 (10,8,8,18,23,21,37,30),
7140 (10,8,9,18,23,21,38,32),
7141 (10,8,10,18,23,22,40,33),
7142 (10,8,11,18,24,22,41,35),
7143 (10,8,12,18,24,22,42,36),
7144 (10,8,13,18,24,23,44,37),
7145 (10,8,14,18,24,23,45,39),
7146 (10,8,15,18,24,23,47,40),
7147 (10,8,16,19,24,24,49,42),
7148 (10,8,17,19,25,24,50,43),
7149 (10,8,18,19,25,24,52,45),
7150 (10,8,19,19,25,25,53,46),
7151 (10,8,20,19,25,25,55,48),
7152 (10,8,21,19,25,26,57,50),
7153 (10,8,22,19,26,26,58,51),
7154 (10,8,23,20,26,26,60,53),
7155 (10,8,24,20,26,27,61,54),
7156 (10,8,25,20,26,27,63,56),
7157 (10,8,26,20,27,27,65,58),
7158 (10,8,27,20,27,28,67,59),
7159 (10,8,28,20,27,28,68,61),
7160 (10,8,29,21,27,29,70,63),
7161 (10,8,30,21,28,29,72,64),
7162 (10,8,31,21,28,30,74,66),
7163 (10,8,32,21,28,30,75,68),
7164 (10,8,33,21,28,30,77,70),
7165 (10,8,34,21,29,31,79,71),
7166 (10,8,35,22,29,31,81,73),
7167 (10,8,36,22,29,32,83,75),
7168 (10,8,37,22,29,32,85,77),
7169 (10,8,38,22,30,33,86,78),
7170 (10,8,39,22,30,33,88,80),
7171 (10,8,40,23,30,34,90,82),
7172 (10,8,41,23,31,34,92,84),
7173 (10,8,42,23,31,35,94,86),
7174 (10,8,43,23,31,35,96,88),
7175 (10,8,44,23,32,36,98,90),
7176 (10,8,45,24,32,36,100,92),
7177 (10,8,46,24,32,37,102,93),
7178 (10,8,47,24,32,37,104,95),
7179 (10,8,48,24,33,38,106,97),
7180 (10,8,49,25,33,38,108,99),
7181 (10,8,50,25,33,39,110,101),
7182 (10,8,51,25,34,39,112,103),
7183 (10,8,52,25,34,40,114,105),
7184 (10,8,53,25,35,40,117,107),
7185 (10,8,54,26,35,41,119,109),
7186 (10,8,55,26,35,41,121,111),
7187 (10,8,56,26,36,42,123,113),
7188 (10,8,57,26,36,42,125,116),
7189 (10,8,58,27,36,43,127,118),
7190 (10,8,59,27,37,43,130,120),
7191 (10,8,60,27,37,44,132,122),
7192 (10,8,61,27,37,45,134,124),
7193 (10,8,62,28,38,45,136,126),
7194 (10,8,63,28,38,46,139,128),
7195 (10,8,64,28,39,46,141,131),
7196 (10,8,65,29,39,47,143,133),
7197 (10,8,66,29,39,48,146,135),
7198 (10,8,67,29,40,48,148,137),
7199 (10,8,68,29,40,49,150,139),
7200 (10,8,69,30,41,49,153,142),
7201 (10,8,70,30,41,50,155,144),
7202 (10,9,1,17,22,20,26,21),
7203 (10,9,2,17,22,21,27,22),
7204 (10,9,3,18,23,21,28,23),
7205 (10,9,4,18,23,22,29,24),
7206 (10,9,5,18,23,22,31,26),
7207 (10,9,6,18,24,23,32,27),
7208 (10,9,7,19,24,23,33,28),
7209 (10,9,8,19,25,24,34,29),
7210 (10,9,9,19,25,25,36,30),
7211 (10,9,10,20,25,25,37,32),
7212 (10,9,11,20,26,26,38,33),
7213 (10,9,12,20,26,26,39,34),
7214 (10,9,13,21,27,27,41,36),
7215 (10,9,14,21,27,28,42,37),
7216 (10,9,15,21,27,28,43,38),
7217 (10,9,16,22,28,29,45,39),
7218 (10,9,17,22,28,30,46,41),
7219 (10,9,18,23,29,30,47,42),
7220 (10,9,19,23,29,31,49,43),
7221 (10,9,20,23,30,32,50,45),
7222 (10,9,21,24,30,32,51,46),
7223 (10,9,22,24,31,33,53,48),
7224 (10,9,23,24,31,34,54,49),
7225 (10,9,24,25,31,34,56,50),
7226 (10,9,25,25,32,35,57,52),
7227 (10,9,26,26,32,36,59,53),
7228 (10,9,27,26,33,37,60,55),
7229 (10,9,28,26,33,37,62,56),
7230 (10,9,29,27,34,38,63,58),
7231 (10,9,30,27,34,39,65,59),
7232 (10,9,31,28,35,40,66,61),
7233 (10,9,32,28,36,40,68,62),
7234 (10,9,33,29,36,41,69,64),
7235 (10,9,34,29,37,42,71,65),
7236 (10,9,35,29,37,43,73,67),
7237 (10,9,36,30,38,43,74,69),
7238 (10,9,37,30,38,44,76,70),
7239 (10,9,38,31,39,45,77,72),
7240 (10,9,39,31,39,46,79,73),
7241 (10,9,40,32,40,47,81,75),
7242 (10,9,41,32,41,48,82,77),
7243 (10,9,42,33,41,48,84,78),
7244 (10,9,43,33,42,49,86,80),
7245 (10,9,44,34,42,50,88,82),
7246 (10,9,45,34,43,51,89,83),
7247 (10,9,46,35,44,52,91,85),
7248 (10,9,47,35,44,53,93,87),
7249 (10,9,48,36,45,54,95,89),
7250 (10,9,49,36,45,54,96,90),
7251 (10,9,50,37,46,55,98,92),
7252 (10,9,51,37,47,56,100,94),
7253 (10,9,52,38,47,57,102,96),
7254 (10,9,53,38,48,58,104,97),
7255 (10,9,54,39,49,59,105,99),
7256 (10,9,55,39,49,60,107,101),
7257 (10,9,56,40,50,61,109,103),
7258 (10,9,57,40,51,62,111,105),
7259 (10,9,58,41,51,63,113,107),
7260 (10,9,59,42,52,64,115,108),
7261 (10,9,60,42,53,65,117,110),
7262 (10,9,61,43,53,66,119,112),
7263 (10,9,62,43,54,67,121,114),
7264 (10,9,63,44,55,68,123,116),
7265 (10,9,64,44,56,69,125,118),
7266 (10,9,65,45,56,70,127,120),
7267 (10,9,66,46,57,71,129,122),
7268 (10,9,67,46,58,72,131,124),
7269 (10,9,68,47,58,73,133,126),
7270 (10,9,69,47,59,74,135,128),
7271 (10,9,70,48,60,75,137,130),
7272 (11,1,1,24,17,21,21,22),
7273 (11,1,2,25,18,22,21,22),
7274 (11,1,3,27,19,23,21,23),
7275 (11,1,4,28,19,25,21,23),
7276 (11,1,5,29,20,26,21,23),
7277 (11,1,6,31,21,27,21,23),
7278 (11,1,7,32,22,28,21,24),
7279 (11,1,8,33,23,29,22,24),
7280 (11,1,9,35,24,31,22,24),
7281 (11,1,10,36,24,32,22,25),
7282 (11,1,11,37,25,33,22,25),
7283 (11,1,12,39,26,34,22,25),
7284 (11,1,13,40,27,36,22,26),
7285 (11,1,14,42,28,37,22,26),
7286 (11,1,15,43,29,38,22,26),
7287 (11,1,16,45,30,40,22,27),
7288 (11,1,17,46,31,41,23,27),
7289 (11,1,18,48,32,43,23,27),
7290 (11,1,19,49,33,44,23,28),
7291 (11,1,20,51,34,45,23,28),
7292 (11,1,21,52,34,47,23,28),
7293 (11,1,22,54,35,48,23,29),
7294 (11,1,23,55,36,50,23,29),
7295 (11,1,24,57,37,51,24,30),
7296 (11,1,25,59,38,52,24,30),
7297 (11,1,26,60,39,54,24,30),
7298 (11,1,27,62,40,55,24,31),
7299 (11,1,28,63,41,57,24,31),
7300 (11,1,29,65,43,58,24,32),
7301 (11,1,30,67,44,60,24,32),
7302 (11,1,31,69,45,62,25,32),
7303 (11,1,32,70,46,63,25,33),
7304 (11,1,33,72,47,65,25,33),
7305 (11,1,34,74,48,66,25,34),
7306 (11,1,35,75,49,68,25,34),
7307 (11,1,36,77,50,69,26,35),
7308 (11,1,37,79,51,71,26,35),
7309 (11,1,38,81,52,73,26,35),
7310 (11,1,39,83,53,74,26,36),
7311 (11,1,40,84,55,76,26,36),
7312 (11,1,41,86,56,78,27,37),
7313 (11,1,42,88,57,79,27,37),
7314 (11,1,43,90,58,81,27,38),
7315 (11,1,44,92,59,83,27,38),
7316 (11,1,45,94,60,85,27,39),
7317 (11,1,46,96,62,86,28,39),
7318 (11,1,47,98,63,88,28,40),
7319 (11,1,48,100,64,90,28,40),
7320 (11,1,49,102,65,92,28,41),
7321 (11,1,50,103,66,93,29,41),
7322 (11,1,51,105,68,95,29,42),
7323 (11,1,52,107,69,97,29,42),
7324 (11,1,53,109,70,99,29,43),
7325 (11,1,54,112,71,101,30,44),
7326 (11,1,55,114,73,103,30,44),
7327 (11,1,56,116,74,104,30,45),
7328 (11,1,57,118,75,106,30,45),
7329 (11,1,58,120,77,108,31,46),
7330 (11,1,59,122,78,110,31,46),
7331 (11,1,60,124,79,112,31,47),
7332 (11,1,61,126,81,114,31,48),
7333 (11,1,62,128,82,116,32,48),
7334 (11,1,63,130,83,118,32,49),
7335 (11,1,64,133,85,120,32,49),
7336 (11,1,65,135,86,122,33,50),
7337 (11,1,66,137,87,124,33,51),
7338 (11,1,67,139,89,126,33,51),
7339 (11,1,68,141,90,128,33,52),
7340 (11,1,69,144,92,130,34,52),
7341 (11,1,70,146,93,132,34,53),
7342 (11,2,1,23,17,21,21,23),
7343 (11,2,2,24,18,22,22,24),
7344 (11,2,3,25,18,23,22,24),
7345 (11,2,4,26,19,24,23,25),
7346 (11,2,5,27,19,25,24,26),
7347 (11,2,6,29,20,26,24,26),
7348 (11,2,7,30,21,27,25,27),
7349 (11,2,8,31,21,28,26,28),
7350 (11,2,9,32,22,29,26,29),
7351 (11,2,10,33,22,31,27,29),
7352 (11,2,11,34,23,32,28,30),
7353 (11,2,12,36,24,33,28,31),
7354 (11,2,13,37,24,34,29,32),
7355 (11,2,14,38,25,35,30,32),
7356 (11,2,15,39,26,36,31,33),
7357 (11,2,16,40,26,37,31,34),
7358 (11,2,17,42,27,39,32,35),
7359 (11,2,18,43,28,40,33,36),
7360 (11,2,19,44,28,41,34,37),
7361 (11,2,20,46,29,42,34,37),
7362 (11,2,21,47,30,44,35,38),
7363 (11,2,22,48,31,45,36,39),
7364 (11,2,23,50,31,46,37,40),
7365 (11,2,24,51,32,47,38,41),
7366 (11,2,25,52,33,49,38,42),
7367 (11,2,26,54,34,50,39,43),
7368 (11,2,27,55,34,51,40,44),
7369 (11,2,28,56,35,53,41,44),
7370 (11,2,29,58,36,54,42,45),
7371 (11,2,30,59,37,55,43,46),
7372 (11,2,31,61,37,57,43,47),
7373 (11,2,32,62,38,58,44,48),
7374 (11,2,33,64,39,59,45,49),
7375 (11,2,34,65,40,61,46,50),
7376 (11,2,35,67,41,62,47,51),
7377 (11,2,36,68,42,64,48,52),
7378 (11,2,37,70,42,65,49,53),
7379 (11,2,38,71,43,67,50,54),
7380 (11,2,39,73,44,68,51,55),
7381 (11,2,40,74,45,69,52,56),
7382 (11,2,41,76,46,71,53,57),
7383 (11,2,42,78,47,72,54,58),
7384 (11,2,43,79,47,74,55,59),
7385 (11,2,44,81,48,75,56,60),
7386 (11,2,45,82,49,77,57,61),
7387 (11,2,46,84,50,78,58,62),
7388 (11,2,47,86,51,80,59,64),
7389 (11,2,48,87,52,82,60,65),
7390 (11,2,49,89,53,83,61,66),
7391 (11,2,50,91,54,85,62,67),
7392 (11,2,51,92,55,86,63,68),
7393 (11,2,52,94,56,88,64,69),
7394 (11,2,53,96,57,90,65,70),
7395 (11,2,54,97,58,91,66,71),
7396 (11,2,55,99,59,93,67,73),
7397 (11,2,56,101,60,95,68,74),
7398 (11,2,57,103,61,96,69,75),
7399 (11,2,58,105,62,98,70,76),
7400 (11,2,59,106,63,100,71,77),
7401 (11,2,60,108,64,101,72,78),
7402 (11,2,61,110,65,103,74,80),
7403 (11,2,62,112,66,105,75,81),
7404 (11,2,63,114,67,106,76,82),
7405 (11,2,64,116,68,108,77,83),
7406 (11,2,65,117,69,110,78,85),
7407 (11,2,66,119,70,112,79,86),
7408 (11,2,67,121,71,114,80,87),
7409 (11,2,68,123,72,115,82,88),
7410 (11,2,69,125,73,117,83,90),
7411 (11,2,70,127,74,119,84,91),
7412 (11,3,1,21,20,20,21,23),
7413 (11,3,2,21,21,21,22,24),
7414 (11,3,3,22,23,22,22,24),
7415 (11,3,4,22,24,23,23,25),
7416 (11,3,5,23,25,24,23,25),
7417 (11,3,6,23,27,25,24,26),
7418 (11,3,7,24,28,26,24,27),
7419 (11,3,8,24,30,27,25,27),
7420 (11,3,9,25,31,27,26,28),
7421 (11,3,10,25,33,28,26,29),
7422 (11,3,11,25,34,29,27,29),
7423 (11,3,12,26,36,30,28,30),
7424 (11,3,13,26,37,31,28,31),
7425 (11,3,14,27,39,32,29,32),
7426 (11,3,15,27,40,34,30,32),
7427 (11,3,16,28,42,35,30,33),
7428 (11,3,17,28,43,36,31,34),
7429 (11,3,18,29,45,37,32,35),
7430 (11,3,19,29,47,38,32,35),
7431 (11,3,20,30,48,39,33,36),
7432 (11,3,21,31,50,40,34,37),
7433 (11,3,22,31,51,41,34,38),
7434 (11,3,23,32,53,42,35,38),
7435 (11,3,24,32,55,43,36,39),
7436 (11,3,25,33,57,44,37,40),
7437 (11,3,26,33,58,46,37,41),
7438 (11,3,27,34,60,47,38,42),
7439 (11,3,28,35,62,48,39,42),
7440 (11,3,29,35,63,49,40,43),
7441 (11,3,30,36,65,50,40,44),
7442 (11,3,31,36,67,52,41,45),
7443 (11,3,32,37,69,53,42,46),
7444 (11,3,33,38,71,54,43,47),
7445 (11,3,34,38,72,55,44,48),
7446 (11,3,35,39,74,57,44,48),
7447 (11,3,36,39,76,58,45,49),
7448 (11,3,37,40,78,59,46,50),
7449 (11,3,38,41,80,60,47,51),
7450 (11,3,39,41,82,62,48,52),
7451 (11,3,40,42,84,63,49,53),
7452 (11,3,41,43,86,64,50,54),
7453 (11,3,42,43,88,66,50,55),
7454 (11,3,43,44,90,67,51,56),
7455 (11,3,44,45,91,68,52,57),
7456 (11,3,45,45,93,70,53,58),
7457 (11,3,46,46,95,71,54,59),
7458 (11,3,47,47,98,72,55,60),
7459 (11,3,48,48,100,74,56,61),
7460 (11,3,49,48,102,75,57,62),
7461 (11,3,50,49,104,77,58,63),
7462 (11,3,51,50,106,78,59,64),
7463 (11,3,52,51,108,79,60,65),
7464 (11,3,53,51,110,81,61,66),
7465 (11,3,54,52,112,82,61,67),
7466 (11,3,55,53,114,84,62,68),
7467 (11,3,56,54,116,85,63,69),
7468 (11,3,57,54,118,87,64,70),
7469 (11,3,58,55,121,88,65,71),
7470 (11,3,59,56,123,90,66,72),
7471 (11,3,60,57,125,91,67,74),
7472 (11,3,61,58,127,93,68,75),
7473 (11,3,62,58,130,94,69,76),
7474 (11,3,63,59,132,96,71,77),
7475 (11,3,64,60,134,97,72,78),
7476 (11,3,65,61,136,99,73,79),
7477 (11,3,66,62,139,101,74,80),
7478 (11,3,67,62,141,102,75,81),
7479 (11,3,68,63,143,104,76,83),
7480 (11,3,69,64,146,105,77,84),
7481 (11,3,70,65,148,107,78,85),
7482 (11,5,1,21,17,19,23,25),
7483 (11,5,2,21,17,19,24,26),
7484 (11,5,3,21,17,20,26,28),
7485 (11,5,4,21,18,20,27,29),
7486 (11,5,5,22,18,20,28,30),
7487 (11,5,6,22,18,21,30,32),
7488 (11,5,7,22,18,21,31,33),
7489 (11,5,8,22,19,22,32,35),
7490 (11,5,9,22,19,22,34,36),
7491 (11,5,10,22,19,22,35,38),
7492 (11,5,11,23,19,23,37,39),
7493 (11,5,12,23,20,23,38,41),
7494 (11,5,13,23,20,24,39,42),
7495 (11,5,14,23,20,24,41,44),
7496 (11,5,15,23,20,25,42,45),
7497 (11,5,16,24,21,25,44,47),
7498 (11,5,17,24,21,25,45,48),
7499 (11,5,18,24,21,26,47,50),
7500 (11,5,19,24,22,26,48,51),
7501 (11,5,20,24,22,27,50,53),
7502 (11,5,21,25,22,27,51,55),
7503 (11,5,22,25,22,28,53,56),
7504 (11,5,23,25,23,28,55,58),
7505 (11,5,24,25,23,29,56,60),
7506 (11,5,25,25,23,29,58,61),
7507 (11,5,26,26,24,30,60,63),
7508 (11,5,27,26,24,30,61,65),
7509 (11,5,28,26,24,31,63,66),
7510 (11,5,29,26,25,31,65,68),
7511 (11,5,30,27,25,32,66,70),
7512 (11,5,31,27,25,32,68,72),
7513 (11,5,32,27,26,33,70,73),
7514 (11,5,33,27,26,33,71,75),
7515 (11,5,34,28,26,34,73,77),
7516 (11,5,35,28,27,34,75,79),
7517 (11,5,36,28,27,35,77,81),
7518 (11,5,37,29,28,35,79,83),
7519 (11,5,38,29,28,36,80,85),
7520 (11,5,39,29,28,37,82,86),
7521 (11,5,40,29,29,37,84,88),
7522 (11,5,41,30,29,38,86,90),
7523 (11,5,42,30,29,38,88,92),
7524 (11,5,43,30,30,39,90,94),
7525 (11,5,44,31,30,39,91,96),
7526 (11,5,45,31,31,40,93,98),
7527 (11,5,46,31,31,41,95,100),
7528 (11,5,47,32,31,41,97,102),
7529 (11,5,48,32,32,42,99,104),
7530 (11,5,49,32,32,43,101,106),
7531 (11,5,50,33,33,43,103,108),
7532 (11,5,51,33,33,44,105,110),
7533 (11,5,52,33,34,44,107,113),
7534 (11,5,53,34,34,45,109,115),
7535 (11,5,54,34,34,46,111,117),
7536 (11,5,55,34,35,46,113,119),
7537 (11,5,56,35,35,47,115,121),
7538 (11,5,57,35,36,48,118,123),
7539 (11,5,58,35,36,48,120,126),
7540 (11,5,59,36,37,49,122,128),
7541 (11,5,60,36,37,50,124,130),
7542 (11,5,61,36,38,51,126,132),
7543 (11,5,62,37,38,51,128,134),
7544 (11,5,63,37,39,52,130,137),
7545 (11,5,64,38,39,53,133,139),
7546 (11,5,65,38,40,53,135,141),
7547 (11,5,66,38,40,54,137,144),
7548 (11,5,67,39,40,55,139,146),
7549 (11,5,68,39,41,56,141,148),
7550 (11,5,69,40,41,56,144,151),
7551 (11,5,70,40,42,57,146,153),
7552 (11,7,1,22,17,20,22,24),
7553 (11,7,2,23,17,21,23,25),
7554 (11,7,3,24,18,22,24,26),
7555 (11,7,4,25,18,23,25,27),
7556 (11,7,5,25,19,24,26,28),
7557 (11,7,6,26,19,25,27,29),
7558 (11,7,7,27,20,26,28,30),
7559 (11,7,8,28,20,27,28,31),
7560 (11,7,9,29,21,28,29,32),
7561 (11,7,10,30,21,29,30,33),
7562 (11,7,11,31,22,30,31,35),
7563 (11,7,12,32,22,31,32,36),
7564 (11,7,13,33,23,32,33,37),
7565 (11,7,14,34,23,33,34,38),
7566 (11,7,15,34,24,35,35,39),
7567 (11,7,16,35,24,36,36,40),
7568 (11,7,17,36,25,37,38,42),
7569 (11,7,18,37,25,38,39,43),
7570 (11,7,19,38,26,39,40,44),
7571 (11,7,20,39,26,40,41,45),
7572 (11,7,21,40,27,41,42,46),
7573 (11,7,22,41,27,43,43,48),
7574 (11,7,23,43,28,44,44,49),
7575 (11,7,24,44,28,45,45,50),
7576 (11,7,25,45,29,46,46,51),
7577 (11,7,26,46,30,47,48,53),
7578 (11,7,27,47,30,49,49,54),
7579 (11,7,28,48,31,50,50,55),
7580 (11,7,29,49,31,51,51,57),
7581 (11,7,30,50,32,53,52,58),
7582 (11,7,31,51,33,54,53,59),
7583 (11,7,32,52,33,55,55,61),
7584 (11,7,33,53,34,56,56,62),
7585 (11,7,34,55,34,58,57,64),
7586 (11,7,35,56,35,59,58,65),
7587 (11,7,36,57,36,60,60,66),
7588 (11,7,37,58,36,62,61,68),
7589 (11,7,38,59,37,63,62,69),
7590 (11,7,39,61,38,65,63,71),
7591 (11,7,40,62,38,66,65,72),
7592 (11,7,41,63,39,67,66,74),
7593 (11,7,42,64,40,69,67,75),
7594 (11,7,43,65,40,70,69,77),
7595 (11,7,44,67,41,72,70,78),
7596 (11,7,45,68,42,73,71,80),
7597 (11,7,46,69,42,75,73,81),
7598 (11,7,47,71,43,76,74,83),
7599 (11,7,48,72,44,78,76,84),
7600 (11,7,49,73,45,79,77,86),
7601 (11,7,50,74,45,81,78,88),
7602 (11,7,51,76,46,82,80,89),
7603 (11,7,52,77,47,84,81,91),
7604 (11,7,53,78,47,85,83,92),
7605 (11,7,54,80,48,87,84,94),
7606 (11,7,55,81,49,88,86,96),
7607 (11,7,56,83,50,90,87,97),
7608 (11,7,57,84,50,91,89,99),
7609 (11,7,58,85,51,93,90,101),
7610 (11,7,59,87,52,95,92,102),
7611 (11,7,60,88,53,96,93,104),
7612 (11,7,61,90,54,98,95,106),
7613 (11,7,62,91,54,99,96,108),
7614 (11,7,63,93,55,101,98,109),
7615 (11,7,64,94,56,103,99,111),
7616 (11,7,65,95,57,104,101,113),
7617 (11,7,66,97,58,106,103,115),
7618 (11,7,67,98,58,108,104,117),
7619 (11,7,68,100,59,110,106,118),
7620 (11,7,69,101,60,111,107,120),
7621 (11,7,70,103,61,113,109,122),
7622 (11,8,1,21,17,19,24,24),
7623 (11,8,2,21,17,19,25,25),
7624 (11,8,3,21,17,20,27,27),
7625 (11,8,4,21,17,20,28,28),
7626 (11,8,5,21,18,20,29,29),
7627 (11,8,6,21,18,20,31,31),
7628 (11,8,7,21,18,21,32,32),
7629 (11,8,8,22,18,21,34,33),
7630 (11,8,9,22,18,21,35,35),
7631 (11,8,10,22,19,22,37,36),
7632 (11,8,11,22,19,22,38,37),
7633 (11,8,12,22,19,22,40,39),
7634 (11,8,13,22,19,23,41,40),
7635 (11,8,14,22,19,23,43,42),
7636 (11,8,15,22,19,23,44,43),
7637 (11,8,16,22,20,24,46,45),
7638 (11,8,17,23,20,24,47,46),
7639 (11,8,18,23,20,24,49,48),
7640 (11,8,19,23,20,25,50,49),
7641 (11,8,20,23,21,25,52,51),
7642 (11,8,21,23,21,26,54,52),
7643 (11,8,22,23,21,26,55,54),
7644 (11,8,23,23,21,26,57,56),
7645 (11,8,24,24,21,27,59,57),
7646 (11,8,25,24,22,27,60,59),
7647 (11,8,26,24,22,27,62,60),
7648 (11,8,27,24,22,28,64,62),
7649 (11,8,28,24,22,28,65,64),
7650 (11,8,29,24,23,29,67,65),
7651 (11,8,30,24,23,29,69,67),
7652 (11,8,31,25,23,30,71,69),
7653 (11,8,32,25,23,30,73,71),
7654 (11,8,33,25,24,30,74,72),
7655 (11,8,34,25,24,31,76,74),
7656 (11,8,35,25,24,31,78,76),
7657 (11,8,36,26,24,32,80,78),
7658 (11,8,37,26,25,32,82,79),
7659 (11,8,38,26,25,33,84,81),
7660 (11,8,39,26,25,33,86,83),
7661 (11,8,40,26,26,34,87,85),
7662 (11,8,41,27,26,34,89,87),
7663 (11,8,42,27,26,35,91,89),
7664 (11,8,43,27,27,35,93,91),
7665 (11,8,44,27,27,36,95,92),
7666 (11,8,45,27,27,36,97,94),
7667 (11,8,46,28,27,37,99,96),
7668 (11,8,47,28,28,37,101,98),
7669 (11,8,48,28,28,38,103,100),
7670 (11,8,49,28,28,38,105,102),
7671 (11,8,50,29,29,39,107,104),
7672 (11,8,51,29,29,39,110,106),
7673 (11,8,52,29,29,40,112,108),
7674 (11,8,53,29,30,40,114,110),
7675 (11,8,54,30,30,41,116,112),
7676 (11,8,55,30,30,41,118,114),
7677 (11,8,56,30,31,42,120,116),
7678 (11,8,57,30,31,42,122,118),
7679 (11,8,58,31,31,43,125,121),
7680 (11,8,59,31,32,43,127,123),
7681 (11,8,60,31,32,44,129,125),
7682 (11,8,61,31,33,45,131,127),
7683 (11,8,62,32,33,45,133,129),
7684 (11,8,63,32,33,46,136,131),
7685 (11,8,64,32,34,46,138,134),
7686 (11,8,65,33,34,47,140,136),
7687 (11,8,66,33,34,48,143,138),
7688 (11,8,67,33,35,48,145,140),
7689 (11,8,68,33,35,49,147,142),
7690 (11,8,69,34,36,49,150,145),
7691 (11,8,70,34,36,50,152,147);
7692 /*!40000 ALTER TABLE `player_levelstats` ENABLE KEYS */;
7693 UNLOCK TABLES;
7696 -- Table structure for table `playercreateinfo`
7699 DROP TABLE IF EXISTS `playercreateinfo`;
7700 CREATE TABLE `playercreateinfo` (
7701   `race` tinyint(3) unsigned NOT NULL default '0',
7702   `class` tinyint(3) unsigned NOT NULL default '0',
7703   `map` smallint(5) unsigned NOT NULL default '0',
7704   `zone` mediumint(8) unsigned NOT NULL default '0',
7705   `position_x` float NOT NULL default '0',
7706   `position_y` float NOT NULL default '0',
7707   `position_z` float NOT NULL default '0',
7708   PRIMARY KEY  (`race`,`class`)
7709 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
7712 -- Dumping data for table `playercreateinfo`
7715 LOCK TABLES `playercreateinfo` WRITE;
7716 /*!40000 ALTER TABLE `playercreateinfo` DISABLE KEYS */;
7717 INSERT INTO `playercreateinfo` VALUES
7718 (1,1,0,12,-8949,-132,84),
7719 (1,2,0,12,-8949,-132,84),
7720 (1,4,0,12,-8949,-132,84),
7721 (1,5,0,12,-8949,-132,84),
7722 (1,8,0,12,-8949,-132,84),
7723 (1,9,0,12,-8949,-132,84),
7724 (2,1,1,14,-618,-4251,39),
7725 (2,3,1,14,-618,-4251,39),
7726 (2,4,1,14,-618,-4251,39),
7727 (2,7,1,14,-618,-4251,39),
7728 (2,9,1,14,-618,-4251,39),
7729 (3,1,0,1,-6240,331,383),
7730 (3,2,0,1,-6240,331,383),
7731 (3,3,0,1,-6240,331,383),
7732 (3,4,0,1,-6240,331,383),
7733 (3,5,0,1,-6240,331,383),
7734 (4,1,1,141,10311,832,1327),
7735 (4,3,1,141,10311,832,1327),
7736 (4,4,1,141,10311,832,1327),
7737 (4,5,1,141,10311,832,1327),
7738 (4,11,1,141,10311,832,1327),
7739 (5,1,0,85,1676,1677,122),
7740 (5,4,0,85,1676,1677,122),
7741 (5,5,0,85,1676,1677,122),
7742 (5,8,0,85,1676,1677,122),
7743 (5,9,0,85,1676,1677,122),
7744 (6,1,1,215,-2917,-257,53),
7745 (6,3,1,215,-2917,-257,53),
7746 (6,7,1,215,-2917,-257,53),
7747 (6,11,1,215,-2917,-257,53),
7748 (7,1,0,1,-6240,331,383),
7749 (7,4,0,1,-6340,331,383),
7750 (7,8,0,1,-6340,331,383),
7751 (7,9,0,1,-6340,331,383),
7752 (8,1,1,14,-618,-4251,39),
7753 (8,3,1,14,-618,-4251,39),
7754 (8,4,1,14,-618,-4251,39),
7755 (8,5,1,14,-618,-4251,39),
7756 (8,7,1,14,-618,-4251,39),
7757 (8,8,1,14,-618,-4251,39),
7758 (10,2,530,3431,10349.6,-6357.29,33.4026),
7759 (10,3,530,3431,10349.6,-6357.29,33.4026),
7760 (10,4,530,3431,10349.6,-6357.29,33.4026),
7761 (10,5,530,3431,10349.6,-6357.29,33.4026),
7762 (10,8,530,3431,10349.6,-6357.29,33.4026),
7763 (10,9,530,3431,10349.6,-6357.29,33.4026),
7764 (11,1,530,3526,-3961.64,-13931.2,100.615),
7765 (11,2,530,3526,-3961.64,-13931.2,100.615),
7766 (11,3,530,3526,-3961.64,-13931.2,100.615),
7767 (11,5,530,3526,-3961.64,-13931.2,100.615),
7768 (11,7,530,3526,-3961.64,-13931.2,100.615),
7769 (11,8,530,3526,-3961.64,-13931.2,100.615);
7770 /*!40000 ALTER TABLE `playercreateinfo` ENABLE KEYS */;
7771 UNLOCK TABLES;
7774 -- Table structure for table `playercreateinfo_action`
7777 DROP TABLE IF EXISTS `playercreateinfo_action`;
7778 CREATE TABLE `playercreateinfo_action` (
7779   `race` tinyint(3) unsigned NOT NULL default '0',
7780   `class` tinyint(3) unsigned NOT NULL default '0',
7781   `button` smallint(5) unsigned NOT NULL default '0',
7782   `action` smallint(5) unsigned NOT NULL default '0',
7783   `type` smallint(5) unsigned NOT NULL default '0',
7784   `misc` smallint(5) unsigned NOT NULL default '0',
7785   KEY `playercreateinfo_race_class_index` (`race`,`class`)
7786 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
7789 -- Dumping data for table `playercreateinfo_action`
7792 LOCK TABLES `playercreateinfo_action` WRITE;
7793 /*!40000 ALTER TABLE `playercreateinfo_action` DISABLE KEYS */;
7794 INSERT INTO `playercreateinfo_action` VALUES
7795 (1,1,1,78,0,0),
7796 (1,1,0,6603,0,0),
7797 (1,1,11,117,128,0),
7798 (1,2,2,635,0,0),
7799 (1,2,0,6603,0,0),
7800 (1,2,1,21084,0,0),
7801 (1,2,10,159,128,0),
7802 (1,2,11,2070,128,0),
7803 (1,4,1,1752,0,0),
7804 (1,4,2,2098,0,0),
7805 (1,4,3,2764,0,0),
7806 (1,4,0,6603,0,0),
7807 (1,4,11,2070,128,0),
7808 (1,5,1,585,0,0),
7809 (1,5,2,2050,0,0),
7810 (1,5,0,6603,0,0),
7811 (1,5,10,159,128,0),
7812 (1,5,11,2070,128,0),
7813 (1,8,1,133,0,0),
7814 (1,8,2,168,0,0),
7815 (1,8,0,6603,0,0),
7816 (1,8,10,159,128,0),
7817 (1,8,11,2070,128,0),
7818 (1,9,1,686,0,0),
7819 (1,9,2,687,0,0),
7820 (1,9,0,6603,0,0),
7821 (1,9,10,159,128,0),
7822 (1,9,11,4604,128,0),
7823 (2,1,1,78,0,0),
7824 (2,1,0,6603,0,0),
7825 (2,1,11,117,128,0),
7826 (2,3,2,75,0,0),
7827 (2,3,1,2973,0,0),
7828 (2,3,0,6603,0,0),
7829 (2,3,11,117,128,0),
7830 (2,3,10,159,128,0),
7831 (2,4,10,0,128,0),
7832 (2,4,1,1752,0,0),
7833 (2,4,2,2098,0,0),
7834 (2,4,0,6603,0,0),
7835 (2,4,11,117,128,0),
7836 (2,7,2,331,0,0),
7837 (2,7,1,403,0,0),
7838 (2,7,0,6603,0,0),
7839 (2,7,11,117,128,0),
7840 (2,7,10,159,128,0),
7841 (2,9,1,686,0,0),
7842 (2,9,2,687,0,0),
7843 (2,9,0,6603,0,0),
7844 (2,9,11,117,128,0),
7845 (2,9,10,159,128,0),
7846 (3,1,1,78,0,0),
7847 (3,1,0,6603,0,0),
7848 (3,1,11,117,128,0),
7849 (3,2,2,635,0,0),
7850 (3,2,0,6603,0,0),
7851 (3,2,1,21084,0,0),
7852 (3,2,10,159,128,0),
7853 (3,2,11,4540,128,0),
7854 (3,3,2,75,0,0),
7855 (3,3,1,2973,0,0),
7856 (3,3,0,6603,0,0),
7857 (3,3,11,117,128,0),
7858 (3,3,10,159,128,0),
7859 (3,4,1,1752,0,0),
7860 (3,4,2,2098,0,0),
7861 (3,4,3,2764,0,0),
7862 (3,4,0,6603,0,0),
7863 (3,4,11,4540,128,0),
7864 (3,5,1,585,0,0),
7865 (3,5,2,2050,0,0),
7866 (3,5,0,6603,0,0),
7867 (3,5,10,159,128,0),
7868 (3,5,11,4540,128,0),
7869 (4,1,1,78,0,0),
7870 (4,1,0,6603,0,0),
7871 (4,1,11,117,128,0),
7872 (4,3,2,75,0,0),
7873 (4,3,1,2973,0,0),
7874 (4,3,0,6603,0,0),
7875 (4,3,11,117,128,0),
7876 (4,3,10,159,128,0),
7877 (4,4,1,1752,0,0),
7878 (4,4,2,2098,0,0),
7879 (4,4,3,2764,0,0),
7880 (4,4,0,6603,0,0),
7881 (4,4,11,4540,128,0),
7882 (4,5,1,585,0,0),
7883 (4,5,2,2050,0,0),
7884 (4,5,0,6603,0,0),
7885 (4,5,10,159,128,0),
7886 (4,5,11,2070,128,0),
7887 (4,11,1,5176,0,0),
7888 (4,11,2,5185,0,0),
7889 (4,11,0,6603,0,0),
7890 (4,11,10,159,128,0),
7891 (4,11,11,4536,128,0),
7892 (5,1,11,4604,128,0),
7893 (5,1,0,6603,0,0),
7894 (5,1,1,78,0,0),
7895 (5,4,11,4604,128,0),
7896 (5,4,3,2764,0,0),
7897 (5,4,2,2098,0,0),
7898 (5,4,1,1752,0,0),
7899 (5,4,0,6603,0,0),
7900 (5,5,10,159,128,0),
7901 (5,5,2,2050,0,0),
7902 (5,5,1,585,0,0),
7903 (5,5,11,4604,128,0),
7904 (5,5,0,6603,0,0),
7905 (5,8,11,4604,128,0),
7906 (5,8,10,159,128,0),
7907 (5,8,2,168,0,0),
7908 (5,8,1,133,0,0),
7909 (5,8,0,6603,0,0),
7910 (5,9,1,686,0,0),
7911 (5,9,10,159,128,0),
7912 (5,9,2,687,0,0),
7913 (5,9,11,4604,128,0),
7914 (5,9,0,6603,0,0),
7915 (6,1,1,78,0,0),
7916 (6,1,2,20549,0,0),
7917 (6,1,11,4540,128,0),
7918 (6,1,0,6603,0,0),
7919 (6,3,1,2973,0,0),
7920 (6,3,10,159,128,0),
7921 (6,3,2,75,0,0),
7922 (6,3,3,20549,0,0),
7923 (6,3,11,117,128,0),
7924 (6,3,0,6603,0,0),
7925 (6,7,1,403,0,0),
7926 (6,7,10,159,128,0),
7927 (6,7,2,331,0,0),
7928 (6,7,3,20549,0,0),
7929 (6,7,11,4604,128,0),
7930 (6,7,0,6603,0,0),
7931 (6,11,1,5176,0,0),
7932 (6,11,10,159,128,0),
7933 (6,11,2,5185,0,0),
7934 (6,11,3,20549,0,0),
7935 (6,11,11,4536,128,0),
7936 (6,11,0,6603,0,0),
7937 (7,1,11,117,128,0),
7938 (7,1,1,78,0,0),
7939 (7,1,0,6603,0,0),
7940 (7,4,11,117,128,0),
7941 (7,4,3,2764,0,0),
7942 (7,4,1,1752,0,0),
7943 (7,4,2,2098,0,0),
7944 (7,4,0,6603,0,0),
7945 (7,8,11,4536,128,0),
7946 (7,8,1,133,0,0),
7947 (7,8,2,168,0,0),
7948 (7,8,10,159,128,0),
7949 (7,8,0,6603,0,0),
7950 (7,9,11,4604,128,0),
7951 (7,9,1,686,0,0),
7952 (7,9,2,687,0,0),
7953 (7,9,10,159,128,0),
7954 (7,9,0,6603,0,0),
7955 (8,1,11,117,128,0),
7956 (8,1,1,78,0,0),
7957 (8,1,3,2764,0,0),
7958 (8,1,0,6603,0,0),
7959 (8,3,10,159,128,0),
7960 (8,3,11,4604,128,0),
7961 (8,3,1,2973,0,0),
7962 (8,3,2,75,0,0),
7963 (8,3,0,6603,0,0),
7964 (8,4,1,1752,0,0),
7965 (8,4,3,2764,0,0),
7966 (8,4,2,2098,0,0),
7967 (8,4,11,117,128,0),
7968 (8,4,0,6603,0,0),
7969 (8,5,1,585,0,0),
7970 (8,5,10,159,128,0),
7971 (8,5,2,2050,0,0),
7972 (8,5,11,4540,128,0),
7973 (8,5,0,6603,0,0),
7974 (8,7,1,403,0,0),
7975 (8,7,10,159,128,0),
7976 (8,7,2,331,0,0),
7977 (8,7,11,117,128,0),
7978 (8,7,0,6603,0,0),
7979 (8,8,1,133,0,0),
7980 (8,8,10,159,128,0),
7981 (8,8,2,168,0,0),
7982 (8,8,11,117,128,0),
7983 (8,8,0,6603,0,0),
7984 (10,2,0,6603,0,0),
7985 (10,2,1,21084,0,0),
7986 (10,2,2,635,0,0),
7987 (10,2,3,28734,0,0),
7988 (10,2,4,28730,0,0),
7989 (10,2,10,159,128,0),
7990 (10,2,11,20857,128,0),
7991 (10,3,0,6603,0,0),
7992 (10,3,1,2973,0,0),
7993 (10,3,2,75,0,0),
7994 (10,3,3,28734,0,0),
7995 (10,3,4,28730,0,0),
7996 (10,3,10,159,128,0),
7997 (10,3,11,20857,128,0),
7998 (10,4,0,6603,0,0),
7999 (10,4,1,1752,0,0),
8000 (10,4,2,2098,0,0),
8001 (10,4,3,2764,0,0),
8002 (10,4,4,28734,0,0),
8003 (10,4,5,25046,0,0),
8004 (10,4,11,20857,128,0),
8005 (10,5,0,6603,0,0),
8006 (10,5,1,585,0,0),
8007 (10,5,2,2050,0,0),
8008 (10,5,3,28734,0,0),
8009 (10,5,4,28730,0,0),
8010 (10,5,10,159,128,0),
8011 (10,5,11,20857,128,0),
8012 (10,8,0,6603,0,0),
8013 (10,8,1,133,0,0),
8014 (10,8,2,168,0,0),
8015 (10,8,3,28734,0,0),
8016 (10,8,4,28730,0,0),
8017 (10,8,10,159,128,0),
8018 (10,8,11,20857,128,0),
8019 (10,9,11,20857,128,0),
8020 (10,9,10,159,128,0),
8021 (10,9,4,28730,0,0),
8022 (10,9,3,28734,0,0),
8023 (10,9,2,687,0,0),
8024 (10,9,1,686,0,0),
8025 (10,9,0,6603,0,0),
8026 (11,1,0,6603,0,0),
8027 (11,1,72,6603,0,0),
8028 (11,1,73,78,0,0),
8029 (11,1,74,28880,0,0),
8030 (11,1,83,4540,128,0),
8031 (11,1,84,6603,0,0),
8032 (11,1,96,6603,0,0),
8033 (11,1,108,6603,0,0),
8034 (11,2,0,6603,0,0),
8035 (11,2,1,21084,0,0),
8036 (11,2,2,635,0,0),
8037 (11,2,3,28880,0,0),
8038 (11,2,10,159,128,0),
8039 (11,2,11,4540,128,0),
8040 (11,2,83,4540,128,0),
8041 (11,3,0,6603,0,0),
8042 (11,3,1,2973,0,0),
8043 (11,3,2,75,0,0),
8044 (11,3,3,28880,0,0),
8045 (11,3,10,159,128,0),
8046 (11,3,11,4540,128,0),
8047 (11,3,72,6603,0,0),
8048 (11,3,73,2973,0,0),
8049 (11,3,74,75,0,0),
8050 (11,3,82,159,128,0),
8051 (11,3,83,4540,128,0),
8052 (11,5,0,6603,0,0),
8053 (11,5,1,585,0,0),
8054 (11,5,2,2050,0,0),
8055 (11,5,3,28880,0,0),
8056 (11,5,10,159,128,0),
8057 (11,5,11,4540,128,0),
8058 (11,5,83,4540,128,0),
8059 (11,7,0,6603,0,0),
8060 (11,7,1,403,0,0),
8061 (11,7,2,331,0,0),
8062 (11,7,3,28880,0,0),
8063 (11,7,10,159,128,0),
8064 (11,7,11,4540,128,0),
8065 (11,8,0,6603,0,0),
8066 (11,8,1,133,0,0),
8067 (11,8,2,168,0,0),
8068 (11,8,3,28880,0,0),
8069 (11,8,10,159,128,0),
8070 (11,8,11,4540,128,0),
8071 (11,8,83,4540,128,0);
8072 /*!40000 ALTER TABLE `playercreateinfo_action` ENABLE KEYS */;
8073 UNLOCK TABLES;
8076 -- Table structure for table `playercreateinfo_item`
8079 DROP TABLE IF EXISTS `playercreateinfo_item`;
8080 CREATE TABLE `playercreateinfo_item` (
8081   `race` tinyint(3) unsigned NOT NULL default '0',
8082   `class` tinyint(3) unsigned NOT NULL default '0',
8083   `itemid` mediumint(8) unsigned NOT NULL default '0',
8084   `amount` tinyint(3) unsigned NOT NULL default '1',
8085   KEY `playercreateinfo_race_class_index` (`race`,`class`)
8086 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
8089 -- Dumping data for table `playercreateinfo_item`
8092 LOCK TABLES `playercreateinfo_item` WRITE;
8093 /*!40000 ALTER TABLE `playercreateinfo_item` DISABLE KEYS */;
8094 /*!40000 ALTER TABLE `playercreateinfo_item` ENABLE KEYS */;
8095 UNLOCK TABLES;
8098 -- Table structure for table `playercreateinfo_spell`
8101 DROP TABLE IF EXISTS `playercreateinfo_spell`;
8102 CREATE TABLE `playercreateinfo_spell` (
8103   `race` tinyint(3) unsigned NOT NULL default '0',
8104   `class` tinyint(3) unsigned NOT NULL default '0',
8105   `Spell` mediumint(8) unsigned NOT NULL default '0',
8106   `Note` varchar(255) default NULL,
8107   `Active` tinyint(3) unsigned NOT NULL default '1',
8108   PRIMARY KEY  (`race`,`class`,`Spell`)
8109 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
8112 -- Dumping data for table `playercreateinfo_spell`
8115 LOCK TABLES `playercreateinfo_spell` WRITE;
8116 /*!40000 ALTER TABLE `playercreateinfo_spell` DISABLE KEYS */;
8117 INSERT INTO `playercreateinfo_spell` VALUES
8118 (1,1,78,'Heroic Strike',1),
8119 (1,1,81,'Dodge',1),
8120 (1,1,107,'Block',1),
8121 (1,1,196,'One-Handed Axes',1),
8122 (1,1,198,'One-Handed Maces',1),
8123 (1,1,201,'One-Handed Swords',1),
8124 (1,1,203,'Unarmed',1),
8125 (1,1,204,'Defense',1),
8126 (1,1,522,'SPELLDEFENSE(DND)',1),
8127 (1,1,668,'Language Common',1),
8128 (1,1,2382,'Generic',1),
8129 (1,1,2457,'Battle Stance',1),
8130 (1,1,2479,'Honorless Target',1),
8131 (1,1,3050,'Detect',1),
8132 (1,1,3365,'Opening',1),
8133 (1,1,5301,'Defensive State(DND)',1),
8134 (1,1,6233,'Closing',1),
8135 (1,1,6246,'Closing',1),
8136 (1,1,6247,'Opening',1),
8137 (1,1,6477,'Opening',1),
8138 (1,1,6478,'Opening',1),
8139 (1,1,6603,'Attack',1),
8140 (1,1,7266,'Duel',1),
8141 (1,1,7267,'Grovel',1),
8142 (1,1,7355,'Stuck',1),
8143 (1,1,7376,'Defensive Stance Passive',0),
8144 (1,1,7381,'Berserker Stance Passive',0),
8145 (1,1,8386,'Attacking',1),
8146 (1,1,8737,'Mail',1),
8147 (1,1,9077,'Leather',1),
8148 (1,1,9078,'Cloth',1),
8149 (1,1,9116,'Shield',1),
8150 (1,1,9125,'Generic',1),
8151 (1,1,20597,'Sword Specialization',1),
8152 (1,1,20598,'The Human Spirit',1),
8153 (1,1,20599,'Diplomacy',1),
8154 (1,1,20600,'Perception',1),
8155 (1,1,20864,'Mace Specialization',1),
8156 (1,1,21156,'Battle Stance Passive',0),
8157 (1,1,21651,'Opening',1),
8158 (1,1,21652,'Closing',1),
8159 (1,1,22027,'Remove Insignia',1),
8160 (1,1,22810,'Opening - No Text',1),
8161 (1,1,32215,'Victorious State',1),
8162 (1,2,81,'Dodge',1),
8163 (1,2,107,'Block',1),
8164 (1,2,198,'One-Handed Maces',1),
8165 (1,2,199,'Two-Handed Maces',1),
8166 (1,2,203,'Unarmed',1),
8167 (1,2,204,'Defense',1),
8168 (1,2,522,'SPELLDEFENSE(DND)',1),
8169 (1,2,635,'Holy Light',1),
8170 (1,2,668,'Language Common',1),
8171 (1,2,2382,'Generic',1),
8172 (1,2,2479,'Honorless Target',1),
8173 (1,2,3050,'Detect',1),
8174 (1,2,3365,'Opening',1),
8175 (1,2,6233,'Closing',1),
8176 (1,2,6246,'Closing',1),
8177 (1,2,6247,'Opening',1),
8178 (1,2,6477,'Opening',1),
8179 (1,2,6478,'Opening',1),
8180 (1,2,6603,'Attack',1),
8181 (1,2,7266,'Duel',1),
8182 (1,2,7267,'Grovel',1),
8183 (1,2,7355,'Stuck',1),
8184 (1,2,8386,'Attacking',1),
8185 (1,2,8737,'Mail',1),
8186 (1,2,9077,'Leather',1),
8187 (1,2,9078,'Cloth',1),
8188 (1,2,9116,'Shield',1),
8189 (1,2,9125,'Generic',1),
8190 (1,2,21084,'Seal of Righteousness',1),
8191 (1,2,20597,'Sword Specialization',1),
8192 (1,2,20598,'The Human Spirit',1),
8193 (1,2,20599,'Diplomacy',1),
8194 (1,2,20600,'Perception',1),
8195 (1,2,20864,'Mace Specialization',1),
8196 (1,2,21651,'Opening',1),
8197 (1,2,21652,'Closing',1),
8198 (1,2,22027,'Remove Insignia',1),
8199 (1,2,22810,'Opening - No Text',1),
8200 (1,2,27762,'Libram',1),
8201 (1,4,81,'Dodge',1),
8202 (1,4,203,'Unarmed',1),
8203 (1,4,204,'Defense',1),
8204 (1,4,522,'SPELLDEFENSE(DND)',1),
8205 (1,4,668,'Language Common',1),
8206 (1,4,1180,'Daggers',1),
8207 (1,4,1752,'Sinister Strike',1),
8208 (1,4,2098,'Eviscerate',1),
8209 (1,4,2382,'Generic',1),
8210 (1,4,2479,'Honorless Target',1),
8211 (1,4,2567,'Thrown',1),
8212 (1,4,2764,'Throw',1),
8213 (1,4,3050,'Detect',1),
8214 (1,4,3365,'Opening',1),
8215 (1,4,6233,'Closing',1),
8216 (1,4,6246,'Closing',1),
8217 (1,4,6247,'Opening',1),
8218 (1,4,6477,'Opening',1),
8219 (1,4,6478,'Opening',1),
8220 (1,4,6603,'Attack',1),
8221 (1,4,7266,'Duel',1),
8222 (1,4,7267,'Grovel',1),
8223 (1,4,7355,'Stuck',1),
8224 (1,4,8386,'Attacking',1),
8225 (1,4,9077,'Leather',1),
8226 (1,4,9078,'Cloth',1),
8227 (1,4,9125,'Generic',1),
8228 (1,4,16092,'Defensive State(DND)',1),
8229 (1,4,20597,'Sword Specialization',1),
8230 (1,4,20598,'The Human Spirit',1),
8231 (1,4,20599,'Diplomacy',1),
8232 (1,4,20600,'Perception',1),
8233 (1,4,20864,'Mace Specialization',1),
8234 (1,4,21184,'Rogue Passive(DND)',1),
8235 (1,4,21651,'Opening',1),
8236 (1,4,21652,'Closing',1),
8237 (1,4,22027,'Remove Insignia',1),
8238 (1,4,22810,'Opening - No Text',1),
8239 (1,5,81,'Dodge',1),
8240 (1,5,198,'One-Handed Maces',1),
8241 (1,5,203,'Unarmed',1),
8242 (1,5,204,'Defense',1),
8243 (1,5,522,'SPELLDEFENSE(DND)',1),
8244 (1,5,585,'Smite',1),
8245 (1,5,668,'Language Common',1),
8246 (1,5,2050,'Lesser Heal',1),
8247 (1,5,2382,'Generic',1),
8248 (1,5,2479,'Honorless Target',1),
8249 (1,5,3050,'Detect',1),
8250 (1,5,3365,'Opening',1),
8251 (1,5,5009,'Wands',1),
8252 (1,5,5019,'Shoot',1),
8253 (1,5,6233,'Closing',1),
8254 (1,5,6246,'Closing',1),
8255 (1,5,6247,'Opening',1),
8256 (1,5,6477,'Opening',1),
8257 (1,5,6478,'Opening',1),
8258 (1,5,6603,'Attack',1),
8259 (1,5,7266,'Duel',1),
8260 (1,5,7267,'Grovel',1),
8261 (1,5,7355,'Stuck',1),
8262 (1,5,8386,'Attacking',1),
8263 (1,5,9078,'Cloth',1),
8264 (1,5,9125,'Generic',1),
8265 (1,5,20597,'Sword Specialization',1),
8266 (1,5,20598,'The Human Spirit',1),
8267 (1,5,20599,'Diplomacy',1),
8268 (1,5,20600,'Perception',1),
8269 (1,5,20864,'Mace Specialization',1),
8270 (1,5,21651,'Opening',1),
8271 (1,5,21652,'Closing',1),
8272 (1,5,22027,'Remove Insignia',1),
8273 (1,5,22810,'Opening - No Text',1),
8274 (1,8,81,'Dodge',1),
8275 (1,8,133,'Fireball',1),
8276 (1,8,168,'Frost Armor',1),
8277 (1,8,203,'Unarmed',1),
8278 (1,8,204,'Defense',1),
8279 (1,8,227,'Staves',1),
8280 (1,8,522,'SPELLDEFENSE(DND)',1),
8281 (1,8,668,'Language Common',1),
8282 (1,8,2382,'Generic',1),
8283 (1,8,2479,'Honorless Target',1),
8284 (1,8,3050,'Detect',1),
8285 (1,8,3365,'Opening',1),
8286 (1,8,5009,'Wands',1),
8287 (1,8,5019,'Shoot',1),
8288 (1,8,6233,'Closing',1),
8289 (1,8,6246,'Closing',1),
8290 (1,8,6247,'Opening',1),
8291 (1,8,6477,'Opening',1),
8292 (1,8,6478,'Opening',1),
8293 (1,8,6603,'Attack',1),
8294 (1,8,7266,'Duel',1),
8295 (1,8,7267,'Grovel',1),
8296 (1,8,7355,'Stuck',1),
8297 (1,8,8386,'Attacking',1),
8298 (1,8,9078,'Cloth',1),
8299 (1,8,9125,'Generic',1),
8300 (1,8,20597,'Sword Specialization',1),
8301 (1,8,20598,'The Human Spirit',1),
8302 (1,8,20599,'Diplomacy',1),
8303 (1,8,20600,'Perception',1),
8304 (1,8,20864,'Mace Specialization',1),
8305 (1,8,21651,'Opening',1),
8306 (1,8,21652,'Closing',1),
8307 (1,8,22027,'Remove Insignia',1),
8308 (1,8,22810,'Opening - No Text',1),
8309 (1,9,81,'Dodge',1),
8310 (1,9,203,'Unarmed',1),
8311 (1,9,204,'Defense',1),
8312 (1,9,522,'SPELLDEFENSE(DND)',1),
8313 (1,9,668,'Language Common',1),
8314 (1,9,686,'Shadow Bolt',1),
8315 (1,9,687,'Demon Skin',1),
8316 (1,9,1180,'Daggers',1),
8317 (1,9,2382,'Generic',1),
8318 (1,9,2479,'Honorless Target',1),
8319 (1,9,3050,'Detect',1),
8320 (1,9,3365,'Opening',1),
8321 (1,9,5009,'Wands',1),
8322 (1,9,5019,'Shoot',1),
8323 (1,9,6233,'Closing',1),
8324 (1,9,6246,'Closing',1),
8325 (1,9,6247,'Opening',1),
8326 (1,9,6477,'Opening',1),
8327 (1,9,6478,'Opening',1),
8328 (1,9,6603,'Attack',1),
8329 (1,9,7266,'Duel',1),
8330 (1,9,7267,'Grovel',1),
8331 (1,9,7355,'Stuck',1),
8332 (1,9,8386,'Attacking',1),
8333 (1,9,9078,'Cloth',1),
8334 (1,9,9125,'Generic',1),
8335 (1,9,20597,'Sword Specialization',1),
8336 (1,9,20598,'The Human Spirit',1),
8337 (1,9,20599,'Diplomacy',1),
8338 (1,9,20600,'Perception',1),
8339 (1,9,20864,'Mace Specialization',1),
8340 (1,9,21651,'Opening',1),
8341 (1,9,21652,'Closing',1),
8342 (1,9,22027,'Remove Insignia',1),
8343 (1,9,22810,'Opening - No Text',1),
8344 (2,1,78,'Heroic Strike',1),
8345 (2,1,81,'Dodge',1),
8346 (2,1,107,'Block',1),
8347 (2,1,196,'One-Handed Axes',1),
8348 (2,1,197,'Two-Handed Axes',1),
8349 (2,1,201,'One-Handed Swords',1),
8350 (2,1,203,'Unarmed',1),
8351 (2,1,204,'Defense',1),
8352 (2,1,522,'SPELLDEFENSE(DND)',1),
8353 (2,1,669,'Language Orcish',1),
8354 (2,1,2382,'Generic',1),
8355 (2,1,2457,'Battle Stance',1),
8356 (2,1,2479,'Honorless Target',1),
8357 (2,1,3050,'Detect',1),
8358 (2,1,3365,'Opening',1),
8359 (2,1,5301,'Defensive State(DND)',1),
8360 (2,1,6233,'Closing',1),
8361 (2,1,6246,'Closing',1),
8362 (2,1,6247,'Opening',1),
8363 (2,1,6477,'Opening',1),
8364 (2,1,6478,'Opening',1),
8365 (2,1,6603,'Attack',1),
8366 (2,1,7266,'Duel',1),
8367 (2,1,7267,'Grovel',1),
8368 (2,1,7355,'Stuck',1),
8369 (2,1,7376,'Defensive Stance Passive',0),
8370 (2,1,7381,'Berserker Stance Passive',0),
8371 (2,1,8386,'Attacking',1),
8372 (2,1,8737,'Mail',1),
8373 (2,1,9077,'Leather',1),
8374 (2,1,9078,'Cloth',1),
8375 (2,1,9116,'Shield',1),
8376 (2,1,9125,'Generic',1),
8377 (2,1,20572,'Blood Fury',1),
8378 (2,1,20573,'Hardiness',1),
8379 (2,1,20574,'Axe Specialization',1),
8380 (2,1,21156,'Battle Stance Passive',0),
8381 (2,1,21563,'Command',1),
8382 (2,1,21651,'Opening',1),
8383 (2,1,21652,'Closing',1),
8384 (2,1,22027,'Remove Insignia',1),
8385 (2,1,22810,'Opening - No Text',1),
8386 (2,1,32215,'Victorious State',1),
8387 (2,3,75,'Auto Shot',1),
8388 (2,3,81,'Dodge',1),
8389 (2,3,196,'One-Handed Axes',1),
8390 (2,3,203,'Unarmed',1),
8391 (2,3,204,'Defense',1),
8392 (2,3,264,'Bows',1),
8393 (2,3,522,'SPELLDEFENSE(DND)',1),
8394 (2,3,669,'Language Orcish',1),
8395 (2,3,2382,'Generic',1),
8396 (2,3,2479,'Honorless Target',1),
8397 (2,3,2973,'Raptor Strike',1),
8398 (2,3,3050,'Detect',1),
8399 (2,3,3365,'Opening',1),
8400 (2,3,6233,'Closing',1),
8401 (2,3,6246,'Closing',1),
8402 (2,3,6247,'Opening',1),
8403 (2,3,6477,'Opening',1),
8404 (2,3,6478,'Opening',1),
8405 (2,3,6603,'Attack',1),
8406 (2,3,7266,'Duel',1),
8407 (2,3,7267,'Grovel',1),
8408 (2,3,7355,'Stuck',1),
8409 (2,3,8386,'Attacking',1),
8410 (2,3,9077,'Leather',1),
8411 (2,3,9078,'Cloth',1),
8412 (2,3,9125,'Generic',1),
8413 (2,3,13358,'Defensive State(DND)',1),
8414 (2,3,20572,'Blood Fury',1),
8415 (2,3,20573,'Hardiness',1),
8416 (2,3,20574,'Axe Specialization',1),
8417 (2,3,20576,'Command',1),
8418 (2,3,21651,'Opening',1),
8419 (2,3,21652,'Closing',1),
8420 (2,3,22027,'Remove Insignia',1),
8421 (2,3,22810,'Opening - No Text',1),
8422 (2,3,24949,'Defensive State 2(DND)',1),
8423 (2,3,34082,'Advantaged State(DND)',1),
8424 (2,4,81,'Dodge',1),
8425 (2,4,203,'Unarmed',1),
8426 (2,4,204,'Defense',1),
8427 (2,4,522,'SPELLDEFENSE(DND)',1),
8428 (2,4,669,'Language Orcish',1),
8429 (2,4,1180,'Daggers',1),
8430 (2,4,1752,'Sinister Strike',1),
8431 (2,4,2098,'Eviscerate',1),
8432 (2,4,2382,'Generic',1),
8433 (2,4,2479,'Honorless Target',1),
8434 (2,4,2567,'Thrown',1),
8435 (2,4,2764,'Throw',1),
8436 (2,4,3050,'Detect',1),
8437 (2,4,3365,'Opening',1),
8438 (2,4,6233,'Closing',1),
8439 (2,4,6246,'Closing',1),
8440 (2,4,6247,'Opening',1),
8441 (2,4,6477,'Opening',1),
8442 (2,4,6478,'Opening',1),
8443 (2,4,6603,'Attack',1),
8444 (2,4,7266,'Duel',1),
8445 (2,4,7267,'Grovel',1),
8446 (2,4,7355,'Stuck',1),
8447 (2,4,8386,'Attacking',1),
8448 (2,4,9077,'Leather',1),
8449 (2,4,9078,'Cloth',1),
8450 (2,4,9125,'Generic',1),
8451 (2,4,16092,'Defensive State(DND)',1),
8452 (2,4,20572,'Blood Fury',1),
8453 (2,4,20573,'Hardiness',1),
8454 (2,4,20574,'Axe Specialization',1),
8455 (2,4,21184,'Rogue Passive(DND)',1),
8456 (2,4,21563,'Command',1),
8457 (2,4,21651,'Opening',1),
8458 (2,4,21652,'Closing',1),
8459 (2,4,22027,'Remove Insignia',1),
8460 (2,4,22810,'Opening - No Text',1),
8461 (2,7,81,'Dodge',1),
8462 (2,7,107,'Block',1),
8463 (2,7,198,'One-Handed Maces',1),
8464 (2,7,203,'Unarmed',1),
8465 (2,7,204,'Defense',1),
8466 (2,7,227,'Staves',1),
8467 (2,7,331,'Healing Wave',1),
8468 (2,7,403,'Lightning Bolt',1),
8469 (2,7,522,'SPELLDEFENSE(DND)',1),
8470 (2,7,669,'Language Orcish',1),
8471 (2,7,2382,'Generic',1),
8472 (2,7,2479,'Honorless Target',1),
8473 (2,7,3050,'Detect',1),
8474 (2,7,3365,'Opening',1),
8475 (2,7,6233,'Closing',1),
8476 (2,7,6246,'Closing',1),
8477 (2,7,6247,'Opening',1),
8478 (2,7,6477,'Opening',1),
8479 (2,7,6478,'Opening',1),
8480 (2,7,6603,'Attack',1),
8481 (2,7,7266,'Duel',1),
8482 (2,7,7267,'Grovel',1),
8483 (2,7,7355,'Stuck',1),
8484 (2,7,8386,'Attacking',1),
8485 (2,7,9077,'Leather',1),
8486 (2,7,9078,'Cloth',1),
8487 (2,7,9116,'Shield',1),
8488 (2,7,9125,'Generic',1),
8489 (2,7,20573,'Hardiness',1),
8490 (2,7,20574,'Axe Specialization',1),
8491 (2,7,21563,'Command',1),
8492 (2,7,21651,'Opening',1),
8493 (2,7,21652,'Closing',1),
8494 (2,7,22027,'Remove Insignia',1),
8495 (2,7,22810,'Opening - No Text',1),
8496 (2,7,27763,'Totem',1),
8497 (2,7,33697,'Blood Fury',1),
8498 (2,9,81,'Dodge',1),
8499 (2,9,203,'Unarmed',1),
8500 (2,9,204,'Defense',1),
8501 (2,9,522,'SPELLDEFENSE(DND)',1),
8502 (2,9,669,'Language Orcish',1),
8503 (2,9,686,'Shadow Bolt',1),
8504 (2,9,687,'Demon Skin',1),
8505 (2,9,1180,'Daggers',1),
8506 (2,9,2382,'Generic',1),
8507 (2,9,2479,'Honorless Target',1),
8508 (2,9,3050,'Detect',1),
8509 (2,9,3365,'Opening',1),
8510 (2,9,5009,'Wands',1),
8511 (2,9,5019,'Shoot',1),
8512 (2,9,6233,'Closing',1),
8513 (2,9,6246,'Closing',1),
8514 (2,9,6247,'Opening',1),
8515 (2,9,6477,'Opening',1),
8516 (2,9,6478,'Opening',1),
8517 (2,9,6603,'Attack',1),
8518 (2,9,7266,'Duel',1),
8519 (2,9,7267,'Grovel',1),
8520 (2,9,7355,'Stuck',1),
8521 (2,9,8386,'Attacking',1),
8522 (2,9,9078,'Cloth',1),
8523 (2,9,9125,'Generic',1),
8524 (2,9,20573,'Hardiness',1),
8525 (2,9,20574,'Axe Specialization',1),
8526 (2,9,20575,'Command',1),
8527 (2,9,21651,'Opening',1),
8528 (2,9,21652,'Closing',1),
8529 (2,9,22027,'Remove Insignia',1),
8530 (2,9,22810,'Opening - No Text',1),
8531 (2,9,33702,'Blood Fury',1),
8532 (3,1,78,'Heroic Strike',1),
8533 (3,1,81,'Dodge',1),
8534 (3,1,107,'Block',1),
8535 (3,1,196,'One-Handed Axes',1),
8536 (3,1,197,'Two-Handed Axes',1),
8537 (3,1,198,'One-Handed Maces',1),
8538 (3,1,203,'Unarmed',1),
8539 (3,1,204,'Defense',1),
8540 (3,1,522,'SPELLDEFENSE(DND)',1),
8541 (3,1,668,'Language Common',1),
8542 (3,1,672,'Language Dwarven',1),
8543 (3,1,2382,'Generic',1),
8544 (3,1,2457,'Battle Stance',1),
8545 (3,1,2479,'Honorless Target',1),
8546 (3,1,2481,'Find Treasure',1),
8547 (3,1,3050,'Detect',1),
8548 (3,1,3365,'Opening',1),
8549 (3,1,5301,'Defensive State(DND)',1),
8550 (3,1,6233,'Closing',1),
8551 (3,1,6246,'Closing',1),
8552 (3,1,6247,'Opening',1),
8553 (3,1,6477,'Opening',1),
8554 (3,1,6478,'Opening',1),
8555 (3,1,6603,'Attack',1),
8556 (3,1,7266,'Duel',1),
8557 (3,1,7267,'Grovel',1),
8558 (3,1,7355,'Stuck',1),
8559 (3,1,7376,'Defensive Stance Passive',0),
8560 (3,1,7381,'Berserker Stance Passive',0),
8561 (3,1,8386,'Attacking',1),
8562 (3,1,8737,'Mail',1),
8563 (3,1,9077,'Leather',1),
8564 (3,1,9078,'Cloth',1),
8565 (3,1,9116,'Shield',1),
8566 (3,1,9125,'Generic',1),
8567 (3,1,20594,'Stoneform',1),
8568 (3,1,20595,'Gun Specialization',1),
8569 (3,1,20596,'Frost Resistance',1),
8570 (3,1,21156,'Battle Stance Passive',0),
8571 (3,1,21651,'Opening',1),
8572 (3,1,21652,'Closing',1),
8573 (3,1,22027,'Remove Insignia',1),
8574 (3,1,22810,'Opening - No Text',1),
8575 (3,1,32215,'Victorious State',1),
8576 (3,2,81,'Dodge',1),
8577 (3,2,107,'Block',1),
8578 (3,2,198,'One-Handed Maces',1),
8579 (3,2,199,'Two-Handed Maces',1),
8580 (3,2,203,'Unarmed',1),
8581 (3,2,204,'Defense',1),
8582 (3,2,522,'SPELLDEFENSE(DND)',1),
8583 (3,2,635,'Holy Light',1),
8584 (3,2,668,'Language Common',1),
8585 (3,2,672,'Language Dwarven',1),
8586 (3,2,2382,'Generic',1),
8587 (3,2,2479,'Honorless Target',1),
8588 (3,2,2481,'Find Treasure',1),
8589 (3,2,3050,'Detect',1),
8590 (3,2,3365,'Opening',1),
8591 (3,2,6233,'Closing',1),
8592 (3,2,6246,'Closing',1),
8593 (3,2,6247,'Opening',1),
8594 (3,2,6477,'Opening',1),
8595 (3,2,6478,'Opening',1),
8596 (3,2,6603,'Attack',1),
8597 (3,2,7266,'Duel',1),
8598 (3,2,7267,'Grovel',1),
8599 (3,2,7355,'Stuck',1),
8600 (3,2,8386,'Attacking',1),
8601 (3,2,8737,'Mail',1),
8602 (3,2,9077,'Leather',1),
8603 (3,2,9078,'Cloth',1),
8604 (3,2,9116,'Shield',1),
8605 (3,2,9125,'Generic',1),
8606 (3,2,21084,'Seal of Righteousness',1),
8607 (3,2,20594,'Stoneform',1),
8608 (3,2,20595,'Gun Specialization',1),
8609 (3,2,20596,'Frost Resistance',1),
8610 (3,2,21651,'Opening',1),
8611 (3,2,21652,'Closing',1),
8612 (3,2,22027,'Remove Insignia',1),
8613 (3,2,22810,'Opening - No Text',1),
8614 (3,2,27762,'Libram',1),
8615 (3,3,75,'Auto Shot',1),
8616 (3,3,81,'Dodge',1),
8617 (3,3,196,'One-Handed Axes',1),
8618 (3,3,203,'Unarmed',1),
8619 (3,3,204,'Defense',1),
8620 (3,3,266,'Guns',1),
8621 (3,3,522,'SPELLDEFENSE(DND)',1),
8622 (3,3,668,'Language Common',1),
8623 (3,3,672,'Language Dwarven',1),
8624 (3,3,2382,'Generic',1),
8625 (3,3,2479,'Honorless Target',1),
8626 (3,3,2481,'Find Treasure',1),
8627 (3,3,2973,'Raptor Strike',1),
8628 (3,3,3050,'Detect',1),
8629 (3,3,3365,'Opening',1),
8630 (3,3,6233,'Closing',1),
8631 (3,3,6246,'Closing',1),
8632 (3,3,6247,'Opening',1),
8633 (3,3,6477,'Opening',1),
8634 (3,3,6478,'Opening',1),
8635 (3,3,6603,'Attack',1),
8636 (3,3,7266,'Duel',1),
8637 (3,3,7267,'Grovel',1),
8638 (3,3,7355,'Stuck',1),
8639 (3,3,8386,'Attacking',1),
8640 (3,3,9077,'Leather',1),
8641 (3,3,9078,'Cloth',1),
8642 (3,3,9125,'Generic',1),
8643 (3,3,13358,'Defensive State(DND)',1),
8644 (3,3,20594,'Stoneform',1),
8645 (3,3,20595,'Gun Specialization',1),
8646 (3,3,20596,'Frost Resistance',1),
8647 (3,3,21651,'Opening',1),
8648 (3,3,21652,'Closing',1),
8649 (3,3,22027,'Remove Insignia',1),
8650 (3,3,22810,'Opening - No Text',1),
8651 (3,3,24949,'Defensive State 2(DND)',1),
8652 (3,3,34082,'Advantaged State(DND)',1),
8653 (3,4,81,'Dodge',1),
8654 (3,4,203,'Unarmed',1),
8655 (3,4,204,'Defense',1),
8656 (3,4,522,'SPELLDEFENSE(DND)',1),
8657 (3,4,668,'Language Common',1),
8658 (3,4,672,'Language Dwarven',1),
8659 (3,4,1180,'Daggers',1),
8660 (3,4,1752,'Sinister Strike',1),
8661 (3,4,2098,'Eviscerate',1),
8662 (3,4,2382,'Generic',1),
8663 (3,4,2479,'Honorless Target',1),
8664 (3,4,2481,'Find Treasure',1),
8665 (3,4,2567,'Thrown',1),
8666 (3,4,2764,'Throw',1),
8667 (3,4,3050,'Detect',1),
8668 (3,4,3365,'Opening',1),
8669 (3,4,6233,'Closing',1),
8670 (3,4,6246,'Closing',1),
8671 (3,4,6247,'Opening',1),
8672 (3,4,6477,'Opening',1),
8673 (3,4,6478,'Opening',1),
8674 (3,4,6603,'Attack',1),
8675 (3,4,7266,'Duel',1),
8676 (3,4,7267,'Grovel',1),
8677 (3,4,7355,'Stuck',1),
8678 (3,4,8386,'Attacking',1),
8679 (3,4,9077,'Leather',1),
8680 (3,4,9078,'Cloth',1),
8681 (3,4,9125,'Generic',1),
8682 (3,4,16092,'Defensive State(DND)',1),
8683 (3,4,20594,'Stoneform',1),
8684 (3,4,20595,'Gun Specialization',1),
8685 (3,4,20596,'Frost Resistance',1),
8686 (3,4,21184,'Rogue Passive(DND)',1),
8687 (3,4,21651,'Opening',1),
8688 (3,4,21652,'Closing',1),
8689 (3,4,22027,'Remove Insignia',1),
8690 (3,4,22810,'Opening - No Text',1),
8691 (3,5,81,'Dodge',1),
8692 (3,5,198,'One-Handed Maces',1),
8693 (3,5,203,'Unarmed',1),
8694 (3,5,204,'Defense',1),
8695 (3,5,522,'SPELLDEFENSE(DND)',1),
8696 (3,5,585,'Smite',1),
8697 (3,5,668,'Language Common',1),
8698 (3,5,672,'Language Dwarven',1),
8699 (3,5,2050,'Lesser Heal',1),
8700 (3,5,2382,'Generic',1),
8701 (3,5,2479,'Honorless Target',1),
8702 (3,5,2481,'Find Treasure',1),
8703 (3,5,3050,'Detect',1),
8704 (3,5,3365,'Opening',1),
8705 (3,5,5009,'Wands',1),
8706 (3,5,5019,'Shoot',1),
8707 (3,5,6233,'Closing',1),
8708 (3,5,6246,'Closing',1),
8709 (3,5,6247,'Opening',1),
8710 (3,5,6477,'Opening',1),
8711 (3,5,6478,'Opening',1),
8712 (3,5,6603,'Attack',1),
8713 (3,5,7266,'Duel',1),
8714 (3,5,7267,'Grovel',1),
8715 (3,5,7355,'Stuck',1),
8716 (3,5,8386,'Attacking',1),
8717 (3,5,9078,'Cloth',1),
8718 (3,5,9125,'Generic',1),
8719 (3,5,20594,'Stoneform',1),
8720 (3,5,20595,'Gun Specialization',1),
8721 (3,5,20596,'Frost Resistance',1),
8722 (3,5,21651,'Opening',1),
8723 (3,5,21652,'Closing',1),
8724 (3,5,22027,'Remove Insignia',1),
8725 (3,5,22810,'Opening - No Text',1),
8726 (4,1,78,'Heroic Strike',1),
8727 (4,1,81,'Dodge',1),
8728 (4,1,107,'Block',1),
8729 (4,1,198,'One-Handed Maces',1),
8730 (4,1,201,'One-Handed Swords',1),
8731 (4,1,203,'Unarmed',1),
8732 (4,1,204,'Defense',1),
8733 (4,1,522,'SPELLDEFENSE(DND)',1),
8734 (4,1,668,'Language Common',1),
8735 (4,1,671,'Language Darnassian',1),
8736 (4,1,1180,'Daggers',1),
8737 (4,1,2382,'Generic',1),
8738 (4,1,2457,'Battle Stance',1),
8739 (4,1,2479,'Honorless Target',1),
8740 (4,1,3050,'Detect',1),
8741 (4,1,3365,'Opening',1),
8742 (4,1,5301,'Defensive State(DND)',1),
8743 (4,1,6233,'Closing',1),
8744 (4,1,6246,'Closing',1),
8745 (4,1,6247,'Opening',1),
8746 (4,1,6477,'Opening',1),
8747 (4,1,6478,'Opening',1),
8748 (4,1,6603,'Attack',1),
8749 (4,1,7266,'Duel',1),
8750 (4,1,7267,'Grovel',1),
8751 (4,1,7355,'Stuck',1),
8752 (4,1,7376,'Defensive Stance Passive',0),
8753 (4,1,7381,'Berserker Stance Passive',0),
8754 (4,1,8386,'Attacking',1),
8755 (4,1,8737,'Mail',1),
8756 (4,1,9077,'Leather',1),
8757 (4,1,9078,'Cloth',1),
8758 (4,1,9116,'Shield',1),
8759 (4,1,9125,'Generic',1),
8760 (4,1,20580,'Shadowmeld',1),
8761 (4,1,20582,'Quickness',1),
8762 (4,1,20583,'Nature Resistance',1),
8763 (4,1,20585,'Wisp Spirit',1),
8764 (4,1,21009,'Shadowmeld Passive',1),
8765 (4,1,21156,'Battle Stance Passive',0),
8766 (4,1,21651,'Opening',1),
8767 (4,1,21652,'Closing',1),
8768 (4,1,22027,'Remove Insignia',1),
8769 (4,1,22810,'Opening - No Text',1),
8770 (4,1,32215,'Victorious State',1),
8771 (4,3,75,'Auto Shot',1),
8772 (4,3,81,'Dodge',1),
8773 (4,3,203,'Unarmed',1),
8774 (4,3,204,'Defense',1),
8775 (4,3,264,'Bows',1),
8776 (4,3,522,'SPELLDEFENSE(DND)',1),
8777 (4,3,668,'Language Common',1),
8778 (4,3,671,'Language Darnassian',1),
8779 (4,3,1180,'Daggers',1),
8780 (4,3,2382,'Generic',1),
8781 (4,3,2479,'Honorless Target',1),
8782 (4,3,2973,'Raptor Strike',1),
8783 (4,3,3050,'Detect',1),
8784 (4,3,3365,'Opening',1),
8785 (4,3,6233,'Closing',1),
8786 (4,3,6246,'Closing',1),
8787 (4,3,6247,'Opening',1),
8788 (4,3,6477,'Opening',1),
8789 (4,3,6478,'Opening',1),
8790 (4,3,6603,'Attack',1),
8791 (4,3,7266,'Duel',1),
8792 (4,3,7267,'Grovel',1),
8793 (4,3,7355,'Stuck',1),
8794 (4,3,8386,'Attacking',1),
8795 (4,3,9077,'Leather',1),
8796 (4,3,9078,'Cloth',1),
8797 (4,3,9125,'Generic',1),
8798 (4,3,13358,'Defensive State(DND)',1),
8799 (4,3,20580,'Shadowmeld',1),
8800 (4,3,20582,'Quickness',1),
8801 (4,3,20583,'Nature Resistance',1),
8802 (4,3,20585,'Wisp Spirit',1),
8803 (4,3,21009,'Shadowmeld Passive',1),
8804 (4,3,21651,'Opening',1),
8805 (4,3,21652,'Closing',1),
8806 (4,3,22027,'Remove Insignia',1),
8807 (4,3,22810,'Opening - No Text',1),
8808 (4,3,24949,'Defensive State 2(DND)',1),
8809 (4,3,34082,'Advantaged State(DND)',1),
8810 (4,4,81,'Dodge',1),
8811 (4,4,203,'Unarmed',1),
8812 (4,4,204,'Defense',1),
8813 (4,4,522,'SPELLDEFENSE(DND)',1),
8814 (4,4,668,'Language Common',1),
8815 (4,4,671,'Language Darnassian',1),
8816 (4,4,1180,'Daggers',1),
8817 (4,4,1752,'Sinister Strike',1),
8818 (4,4,2098,'Eviscerate',1),
8819 (4,4,2382,'Generic',1),
8820 (4,4,2479,'Honorless Target',1),
8821 (4,4,2567,'Thrown',1),
8822 (4,4,2764,'Throw',1),
8823 (4,4,3050,'Detect',1),
8824 (4,4,3365,'Opening',1),
8825 (4,4,6233,'Closing',1),
8826 (4,4,6246,'Closing',1),
8827 (4,4,6247,'Opening',1),
8828 (4,4,6477,'Opening',1),
8829 (4,4,6478,'Opening',1),
8830 (4,4,6603,'Attack',1),
8831 (4,4,7266,'Duel',1),
8832 (4,4,7267,'Grovel',1),
8833 (4,4,7355,'Stuck',1),
8834 (4,4,8386,'Attacking',1),
8835 (4,4,9077,'Leather',1),
8836 (4,4,9078,'Cloth',1),
8837 (4,4,9125,'Generic',1),
8838 (4,4,16092,'Defensive State(DND)',1),
8839 (4,4,20580,'Shadowmeld',1),
8840 (4,4,20582,'Quickness',1),
8841 (4,4,20583,'Nature Resistance',1),
8842 (4,4,20585,'Wisp Spirit',1),
8843 (4,4,21009,'Shadowmeld Passive',1),
8844 (4,4,21184,'Rogue Passive(DND)',1),
8845 (4,4,21651,'Opening',1),
8846 (4,4,21652,'Closing',1),
8847 (4,4,22027,'Remove Insignia',1),
8848 (4,4,22810,'Opening - No Text',1),
8849 (4,5,81,'Dodge',1),
8850 (4,5,198,'One-Handed Maces',1),
8851 (4,5,203,'Unarmed',1),
8852 (4,5,204,'Defense',1),
8853 (4,5,522,'SPELLDEFENSE(DND)',1),
8854 (4,5,585,'Smite',1),
8855 (4,5,668,'Language Common',1),
8856 (4,5,671,'Language Darnassian',1),
8857 (4,5,2050,'Lesser Heal',1),
8858 (4,5,2382,'Generic',1),
8859 (4,5,2479,'Honorless Target',1),
8860 (4,5,3050,'Detect',1),
8861 (4,5,3365,'Opening',1),
8862 (4,5,5009,'Wands',1),
8863 (4,5,5019,'Shoot',1),
8864 (4,5,6233,'Closing',1),
8865 (4,5,6246,'Closing',1),
8866 (4,5,6247,'Opening',1),
8867 (4,5,6477,'Opening',1),
8868 (4,5,6478,'Opening',1),
8869 (4,5,6603,'Attack',1),
8870 (4,5,7266,'Duel',1),
8871 (4,5,7267,'Grovel',1),
8872 (4,5,7355,'Stuck',1),
8873 (4,5,8386,'Attacking',1),
8874 (4,5,9078,'Cloth',1),
8875 (4,5,9125,'Generic',1),
8876 (4,5,20580,'Shadowmeld',1),
8877 (4,5,20582,'Quickness',1),
8878 (4,5,20583,'Nature Resistance',1),
8879 (4,5,20585,'Wisp Spirit',1),
8880 (4,5,21009,'Shadowmeld Passive',1),
8881 (4,5,21651,'Opening',1),
8882 (4,5,21652,'Closing',1),
8883 (4,5,22027,'Remove Insignia',1),
8884 (4,5,22810,'Opening - No Text',1),
8885 (4,11,81,'Dodge',1),
8886 (4,11,203,'Unarmed',1),
8887 (4,11,204,'Defense',1),
8888 (4,11,227,'Staves',1),
8889 (4,11,522,'SPELLDEFENSE(DND)',1),
8890 (4,11,668,'Language Common',1),
8891 (4,11,671,'Language Darnassian',1),
8892 (4,11,1178,'Bear Form(Passive)',0),
8893 (4,11,1180,'Daggers',1),
8894 (4,11,2382,'Generic',1),
8895 (4,11,2479,'Honorless Target',1),
8896 (4,11,3025,'Cat Form(Passive)',0),
8897 (4,11,3050,'Detect',1),
8898 (4,11,3365,'Opening',1),
8899 (4,11,5176,'Wrath',1),
8900 (4,11,5185,'Healing Touch',1),
8901 (4,11,5419,'Travel Form(Passive)',0),
8902 (4,11,5420,'Tree of Life',0),
8903 (4,11,5421,'Aquatic Form(Passive)',0),
8904 (4,11,6233,'Closing',1),
8905 (4,11,6246,'Closing',1),
8906 (4,11,6247,'Opening',1),
8907 (4,11,6477,'Opening',1),
8908 (4,11,6478,'Opening',1),
8909 (4,11,6603,'Attack',1),
8910 (4,11,7266,'Duel',1),
8911 (4,11,7267,'Grovel',1),
8912 (4,11,7355,'Stuck',1),
8913 (4,11,8386,'Attacking',1),
8914 (4,11,9077,'Leather',1),
8915 (4,11,9078,'Cloth',1),
8916 (4,11,9125,'Generic',1),
8917 (4,11,9635,'Dire Bear Form(Passive)',0),
8918 (4,11,20580,'Shadowmeld',1),
8919 (4,11,20582,'Quickness',1),
8920 (4,11,20583,'Nature Resistance',1),
8921 (4,11,20585,'Wisp Spirit',1),
8922 (4,11,21009,'Shadowmeld Passive',1),
8923 (4,11,21178,'Bear Form(Passive2)',0),
8924 (4,11,21651,'Opening',1),
8925 (4,11,21652,'Closing',1),
8926 (4,11,22027,'Remove Insignia',1),
8927 (4,11,22810,'Opening - No Text',1),
8928 (4,11,24905,'Moonkin Form(Passive)',0),
8929 (4,11,27764,'Fetish',1),
8930 (4,11,33948,'Flight Form(Passive)',0),
8931 (4,11,34123,'Tree of Life(Passive)',0),
8932 (4,11,40121,'Swift Flight Form(Passive)',0),
8933 (5,1,78,'Heroic Strike',1),
8934 (5,1,81,'Dodge',1),
8935 (5,1,107,'Block',1),
8936 (5,1,201,'One-Handed Swords',1),
8937 (5,1,202,'Two-Handed Swords',1),
8938 (5,1,203,'Unarmed',1),
8939 (5,1,204,'Defense',1),
8940 (5,1,522,'SPELLDEFENSE(DND)',1),
8941 (5,1,669,'Language Orcish',1),
8942 (5,1,1180,'Daggers',1),
8943 (5,1,2382,'Generic',1),
8944 (5,1,2457,'Battle Stance',1),
8945 (5,1,2479,'Honorless Target',1),
8946 (5,1,3050,'Detect',1),
8947 (5,1,3365,'Opening',1),
8948 (5,1,5227,'Underwater Breathing',1),
8949 (5,1,5301,'Defensive State(DND)',1),
8950 (5,1,6233,'Closing',1),
8951 (5,1,6246,'Closing',1),
8952 (5,1,6247,'Opening',1),
8953 (5,1,6477,'Opening',1),
8954 (5,1,6478,'Opening',1),
8955 (5,1,6603,'Attack',1),
8956 (5,1,7266,'Duel',1),
8957 (5,1,7267,'Grovel',1),
8958 (5,1,7355,'Stuck',1),
8959 (5,1,7376,'Defensive Stance Passive',0),
8960 (5,1,7381,'Berserker Stance Passive',0),
8961 (5,1,7744,'Will of the Forsaken',1),
8962 (5,1,8386,'Attacking',1),
8963 (5,1,8737,'Mail',1),
8964 (5,1,9077,'Leather',1),
8965 (5,1,9078,'Cloth',1),
8966 (5,1,9116,'Shield',1),
8967 (5,1,9125,'Generic',1),
8968 (5,1,17737,'Language Gutterspeak',1),
8969 (5,1,20577,'Cannibalize',1),
8970 (5,1,20579,'Shadow Resistance',1),
8971 (5,1,21156,'Battle Stance Passive',0),
8972 (5,1,21651,'Opening',1),
8973 (5,1,21652,'Closing',1),
8974 (5,1,22027,'Remove Insignia',1),
8975 (5,1,22810,'Opening - No Text',1),
8976 (5,1,32215,'Victorious State',1),
8977 (5,4,81,'Dodge',1),
8978 (5,4,203,'Unarmed',1),
8979 (5,4,204,'Defense',1),
8980 (5,4,522,'SPELLDEFENSE(DND)',1),
8981 (5,4,669,'Language Orcish',1),
8982 (5,4,1180,'Daggers',1),
8983 (5,4,1752,'Sinister Strike',1),
8984 (5,4,2098,'Eviscerate',1),
8985 (5,4,2382,'Generic',1),
8986 (5,4,2479,'Honorless Target',1),
8987 (5,4,2567,'Thrown',1),
8988 (5,4,2764,'Throw',1),
8989 (5,4,3050,'Detect',1),
8990 (5,4,3365,'Opening',1),
8991 (5,4,5227,'Underwater Breathing',1),
8992 (5,4,6233,'Closing',1),
8993 (5,4,6246,'Closing',1),
8994 (5,4,6247,'Opening',1),
8995 (5,4,6477,'Opening',1),
8996 (5,4,6478,'Opening',1),
8997 (5,4,6603,'Attack',1),
8998 (5,4,7266,'Duel',1),
8999 (5,4,7267,'Grovel',1),
9000 (5,4,7355,'Stuck',1),
9001 (5,4,7744,'Will of the Forsaken',1),
9002 (5,4,8386,'Attacking',1),
9003 (5,4,9077,'Leather',1),
9004 (5,4,9078,'Cloth',1),
9005 (5,4,9125,'Generic',1),
9006 (5,4,16092,'Defensive State(DND)',1),
9007 (5,4,17737,'Language Gutterspeak',1),
9008 (5,4,20577,'Cannibalize',1),
9009 (5,4,20579,'Shadow Resistance',1),
9010 (5,4,21184,'Rogue Passive(DND)',1),
9011 (5,4,21651,'Opening',1),
9012 (5,4,21652,'Closing',1),
9013 (5,4,22027,'Remove Insignia',1),
9014 (5,4,22810,'Opening - No Text',1),
9015 (5,5,81,'Dodge',1),
9016 (5,5,198,'One-Handed Maces',1),
9017 (5,5,203,'Unarmed',1),
9018 (5,5,204,'Defense',1),
9019 (5,5,522,'SPELLDEFENSE(DND)',1),
9020 (5,5,585,'Smite',1),
9021 (5,5,669,'Language Orcish',1),
9022 (5,5,2050,'Lesser Heal',1),
9023 (5,5,2382,'Generic',1),
9024 (5,5,2479,'Honorless Target',1),
9025 (5,5,3050,'Detect',1),
9026 (5,5,3365,'Opening',1),
9027 (5,5,5009,'Wands',1),
9028 (5,5,5019,'Shoot',1),
9029 (5,5,5227,'Underwater Breathing',1),
9030 (5,5,6233,'Closing',1),
9031 (5,5,6246,'Closing',1),
9032 (5,5,6247,'Opening',1),
9033 (5,5,6477,'Opening',1),
9034 (5,5,6478,'Opening',1),
9035 (5,5,6603,'Attack',1),
9036 (5,5,7266,'Duel',1),
9037 (5,5,7267,'Grovel',1),
9038 (5,5,7355,'Stuck',1),
9039 (5,5,7744,'Will of the Forsaken',1),
9040 (5,5,8386,'Attacking',1),
9041 (5,5,9078,'Cloth',1),
9042 (5,5,9125,'Generic',1),
9043 (5,5,17737,'Language Gutterspeak',1),
9044 (5,5,20577,'Cannibalize',1),
9045 (5,5,20579,'Shadow Resistance',1),
9046 (5,5,21651,'Opening',1),
9047 (5,5,21652,'Closing',1),
9048 (5,5,22027,'Remove Insignia',1),
9049 (5,5,22810,'Opening - No Text',1),
9050 (5,8,81,'Dodge',1),
9051 (5,8,133,'Fireball',1),
9052 (5,8,168,'Frost Armor',1),
9053 (5,8,203,'Unarmed',1),
9054 (5,8,204,'Defense',1),
9055 (5,8,227,'Staves',1),
9056 (5,8,522,'SPELLDEFENSE(DND)',1),
9057 (5,8,669,'Language Orcish',1),
9058 (5,8,2382,'Generic',1),
9059 (5,8,2479,'Honorless Target',1),
9060 (5,8,3050,'Detect',1),
9061 (5,8,3365,'Opening',1),
9062 (5,8,5009,'Wands',1),
9063 (5,8,5019,'Shoot',1),
9064 (5,8,5227,'Underwater Breathing',1),
9065 (5,8,6233,'Closing',1),
9066 (5,8,6246,'Closing',1),
9067 (5,8,6247,'Opening',1),
9068 (5,8,6477,'Opening',1),
9069 (5,8,6478,'Opening',1),
9070 (5,8,6603,'Attack',1),
9071 (5,8,7266,'Duel',1),
9072 (5,8,7267,'Grovel',1),
9073 (5,8,7355,'Stuck',1),
9074 (5,8,7744,'Will of the Forsaken',1),
9075 (5,8,8386,'Attacking',1),
9076 (5,8,9078,'Cloth',1),
9077 (5,8,9125,'Generic',1),
9078 (5,8,17737,'Language Gutterspeak',1),
9079 (5,8,20577,'Cannibalize',1),
9080 (5,8,20579,'Shadow Resistance',1),
9081 (5,8,21651,'Opening',1),
9082 (5,8,21652,'Closing',1),
9083 (5,8,22027,'Remove Insignia',1),
9084 (5,8,22810,'Opening - No Text',1),
9085 (5,9,81,'Dodge',1),
9086 (5,9,203,'Unarmed',1),
9087 (5,9,204,'Defense',1),
9088 (5,9,522,'SPELLDEFENSE(DND)',1),
9089 (5,9,669,'Language Orcish',1),
9090 (5,9,686,'Shadow Bolt',1),
9091 (5,9,687,'Demon Skin',1),
9092 (5,9,1180,'Daggers',1),
9093 (5,9,2382,'Generic',1),
9094 (5,9,2479,'Honorless Target',1),
9095 (5,9,3050,'Detect',1),
9096 (5,9,3365,'Opening',1),
9097 (5,9,5009,'Wands',1),
9098 (5,9,5019,'Shoot',1),
9099 (5,9,5227,'Underwater Breathing',1),
9100 (5,9,6233,'Closing',1),
9101 (5,9,6246,'Closing',1),
9102 (5,9,6247,'Opening',1),
9103 (5,9,6477,'Opening',1),
9104 (5,9,6478,'Opening',1),
9105 (5,9,6603,'Attack',1),
9106 (5,9,7266,'Duel',1),
9107 (5,9,7267,'Grovel',1),
9108 (5,9,7355,'Stuck',1),
9109 (5,9,7744,'Will of the Forsaken',1),
9110 (5,9,8386,'Attacking',1),
9111 (5,9,9078,'Cloth',1),
9112 (5,9,9125,'Generic',1),
9113 (5,9,17737,'Language Gutterspeak',1),
9114 (5,9,20577,'Cannibalize',1),
9115 (5,9,20579,'Shadow Resistance',1),
9116 (5,9,21651,'Opening',1),
9117 (5,9,21652,'Closing',1),
9118 (5,9,22027,'Remove Insignia',1),
9119 (5,9,22810,'Opening - No Text',1),
9120 (6,1,78,'Heroic Strike',1),
9121 (6,1,81,'Dodge',1),
9122 (6,1,107,'Block',1),
9123 (6,1,196,'One-Handed Axes',1),
9124 (6,1,198,'One-Handed Maces',1),
9125 (6,1,199,'Two-Handed Maces',1),
9126 (6,1,203,'Unarmed',1),
9127 (6,1,204,'Defense',1),
9128 (6,1,522,'SPELLDEFENSE(DND)',1),
9129 (6,1,669,'Language Orcish',1),
9130 (6,1,670,'Language Taurahe',1),
9131 (6,1,2382,'Generic',1),
9132 (6,1,2457,'Battle Stance',1),
9133 (6,1,2479,'Honorless Target',1),
9134 (6,1,3050,'Detect',1),
9135 (6,1,3365,'Opening',1),
9136 (6,1,5301,'Defensive State(DND)',1),
9137 (6,1,6233,'Closing',1),
9138 (6,1,6246,'Closing',1),
9139 (6,1,6247,'Opening',1),
9140 (6,1,6477,'Opening',1),
9141 (6,1,6478,'Opening',1),
9142 (6,1,6603,'Attack',1),
9143 (6,1,7266,'Duel',1),
9144 (6,1,7267,'Grovel',1),
9145 (6,1,7355,'Stuck',1),
9146 (6,1,7376,'Defensive Stance Passive',0),
9147 (6,1,7381,'Berserker Stance Passive',0),
9148 (6,1,8386,'Attacking',1),
9149 (6,1,8737,'Mail',1),
9150 (6,1,9077,'Leather',1),
9151 (6,1,9078,'Cloth',1),
9152 (6,1,9116,'Shield',1),
9153 (6,1,9125,'Generic',1),
9154 (6,1,20549,'War Stomp',1),
9155 (6,1,20550,'Endurance',1),
9156 (6,1,20551,'Nature Resistance',1),
9157 (6,1,20552,'Cultivation',1),
9158 (6,1,21156,'Battle Stance Passive',0),
9159 (6,1,21651,'Opening',1),
9160 (6,1,21652,'Closing',1),
9161 (6,1,22027,'Remove Insignia',1),
9162 (6,1,22810,'Opening - No Text',1),
9163 (6,1,32215,'Victorious State',1),
9164 (6,3,75,'Auto Shot',1),
9165 (6,3,81,'Dodge',1),
9166 (6,3,196,'One-Handed Axes',1),
9167 (6,3,203,'Unarmed',1),
9168 (6,3,204,'Defense',1),
9169 (6,3,266,'Guns',1),
9170 (6,3,522,'SPELLDEFENSE(DND)',1),
9171 (6,3,669,'Language Orcish',1),
9172 (6,3,670,'Language Taurahe',1),
9173 (6,3,2382,'Generic',1),
9174 (6,3,2479,'Honorless Target',1),
9175 (6,3,2973,'Raptor Strike',1),
9176 (6,3,3050,'Detect',1),
9177 (6,3,3365,'Opening',1),
9178 (6,3,6233,'Closing',1),
9179 (6,3,6246,'Closing',1),
9180 (6,3,6247,'Opening',1),
9181 (6,3,6477,'Opening',1),
9182 (6,3,6478,'Opening',1),
9183 (6,3,6603,'Attack',1),
9184 (6,3,7266,'Duel',1),
9185 (6,3,7267,'Grovel',1),
9186 (6,3,7355,'Stuck',1),
9187 (6,3,8386,'Attacking',1),
9188 (6,3,9077,'Leather',1),
9189 (6,3,9078,'Cloth',1),
9190 (6,3,9125,'Generic',1),
9191 (6,3,13358,'Defensive State(DND)',1),
9192 (6,3,20549,'War Stomp',1),
9193 (6,3,20550,'Endurance',1),
9194 (6,3,20551,'Nature Resistance',1),
9195 (6,3,20552,'Cultivation',1),
9196 (6,3,21651,'Opening',1),
9197 (6,3,21652,'Closing',1),
9198 (6,3,22027,'Remove Insignia',1),
9199 (6,3,22810,'Opening - No Text',1),
9200 (6,3,24949,'Defensive State 2(DND)',1),
9201 (6,3,34082,'Advantaged State(DND)',1),
9202 (6,7,81,'Dodge',1),
9203 (6,7,107,'Block',1),
9204 (6,7,198,'One-Handed Maces',1),
9205 (6,7,203,'Unarmed',1),
9206 (6,7,204,'Defense',1),
9207 (6,7,227,'Staves',1),
9208 (6,7,331,'Healing Wave',1),
9209 (6,7,403,'Lightning Bolt',1),
9210 (6,7,522,'SPELLDEFENSE(DND)',1),
9211 (6,7,669,'Language Orcish',1),
9212 (6,7,670,'Language Taurahe',1),
9213 (6,7,2382,'Generic',1),
9214 (6,7,2479,'Honorless Target',1),
9215 (6,7,3050,'Detect',1),
9216 (6,7,3365,'Opening',1),
9217 (6,7,6233,'Closing',1),
9218 (6,7,6246,'Closing',1),
9219 (6,7,6247,'Opening',1),
9220 (6,7,6477,'Opening',1),
9221 (6,7,6478,'Opening',1),
9222 (6,7,6603,'Attack',1),
9223 (6,7,7266,'Duel',1),
9224 (6,7,7267,'Grovel',1),
9225 (6,7,7355,'Stuck',1),
9226 (6,7,8386,'Attacking',1),
9227 (6,7,9077,'Leather',1),
9228 (6,7,9078,'Cloth',1),
9229 (6,7,9116,'Shield',1),
9230 (6,7,9125,'Generic',1),
9231 (6,7,20549,'War Stomp',1),
9232 (6,7,20550,'Endurance',1),
9233 (6,7,20551,'Nature Resistance',1),
9234 (6,7,20552,'Cultivation',1),
9235 (6,7,21651,'Opening',1),
9236 (6,7,21652,'Closing',1),
9237 (6,7,22027,'Remove Insignia',1),
9238 (6,7,22810,'Opening - No Text',1),
9239 (6,7,27763,'Totem',1),
9240 (6,11,81,'Dodge',1),
9241 (6,11,198,'One-Handed Maces',1),
9242 (6,11,203,'Unarmed',1),
9243 (6,11,204,'Defense',1),
9244 (6,11,227,'Staves',1),
9245 (6,11,522,'SPELLDEFENSE(DND)',1),
9246 (6,11,669,'Language Orcish',1),
9247 (6,11,670,'Language Taurahe',1),
9248 (6,11,1178,'Bear Form(Passive)',0),
9249 (6,11,2382,'Generic',1),
9250 (6,11,2479,'Honorless Target',1),
9251 (6,11,3025,'Cat Form(Passive)',0),
9252 (6,11,3050,'Detect',1),
9253 (6,11,3365,'Opening',1),
9254 (6,11,5176,'Wrath',1),
9255 (6,11,5185,'Healing Touch',1),
9256 (6,11,5419,'Travel Form(Passive)',0),
9257 (6,11,5420,'Tree of Life',0),
9258 (6,11,5421,'Aquatic Form(Passive)',0),
9259 (6,11,6233,'Closing',1),
9260 (6,11,6246,'Closing',1),
9261 (6,11,6247,'Opening',1),
9262 (6,11,6477,'Opening',1),
9263 (6,11,6478,'Opening',1),
9264 (6,11,6603,'Attack',1),
9265 (6,11,7266,'Duel',1),
9266 (6,11,7267,'Grovel',1),
9267 (6,11,7355,'Stuck',1),
9268 (6,11,8386,'Attacking',1),
9269 (6,11,9077,'Leather',1),
9270 (6,11,9078,'Cloth',1),
9271 (6,11,9125,'Generic',1),
9272 (6,11,9635,'Dire Bear Form(Passive)',0),
9273 (6,11,20549,'War Stomp',1),
9274 (6,11,20550,'Endurance',1),
9275 (6,11,20551,'Nature Resistance',1),
9276 (6,11,20552,'Cultivation',1),
9277 (6,11,21178,'Bear Form(Passive2)',0),
9278 (6,11,21651,'Opening',1),
9279 (6,11,21652,'Closing',1),
9280 (6,11,22027,'Remove Insignia',1),
9281 (6,11,22810,'Opening - No Text',1),
9282 (6,11,24905,'Moonkin Form(Passive)',0),
9283 (6,11,27764,'Fetish',1),
9284 (6,11,33948,'Flight Form(Passive)',0),
9285 (6,11,34123,'Tree of Life(Passive)',0),
9286 (6,11,40121,'Swift Flight Form(Passive)',0),
9287 (7,1,78,'Heroic Strike',1),
9288 (7,1,81,'Dodge',1),
9289 (7,1,107,'Block',1),
9290 (7,1,198,'One-Handed Maces',1),
9291 (7,1,201,'One-Handed Swords',1),
9292 (7,1,203,'Unarmed',1),
9293 (7,1,204,'Defense',1),
9294 (7,1,522,'SPELLDEFENSE(DND)',1),
9295 (7,1,668,'Language Common',1),
9296 (7,1,1180,'Daggers',1),
9297 (7,1,2382,'Generic',1),
9298 (7,1,2457,'Battle Stance',1),
9299 (7,1,2479,'Honorless Target',1),
9300 (7,1,3050,'Detect',1),
9301 (7,1,3365,'Opening',1),
9302 (7,1,5301,'Defensive State(DND)',1),
9303 (7,1,6233,'Closing',1),
9304 (7,1,6246,'Closing',1),
9305 (7,1,6247,'Opening',1),
9306 (7,1,6477,'Opening',1),
9307 (7,1,6478,'Opening',1),
9308 (7,1,6603,'Attack',1),
9309 (7,1,7266,'Duel',1),
9310 (7,1,7267,'Grovel',1),
9311 (7,1,7340,'Language Gnomish',1),
9312 (7,1,7355,'Stuck',1),
9313 (7,1,7376,'Defensive Stance Passive',0),
9314 (7,1,7381,'Berserker Stance Passive',0),
9315 (7,1,8386,'Attacking',1),
9316 (7,1,8737,'Mail',1),
9317 (7,1,9077,'Leather',1),
9318 (7,1,9078,'Cloth',1),
9319 (7,1,9116,'Shield',1),
9320 (7,1,9125,'Generic',1),
9321 (7,1,20589,'Escape Artist',1),
9322 (7,1,20591,'Expansive Mind',1),
9323 (7,1,20592,'Arcane Resistance',1),
9324 (7,1,20593,'Engineering Specialization',1),
9325 (7,1,21156,'Battle Stance Passive',0),
9326 (7,1,21651,'Opening',1),
9327 (7,1,21652,'Closing',1),
9328 (7,1,22027,'Remove Insignia',1),
9329 (7,1,22810,'Opening - No Text',1),
9330 (7,1,32215,'Victorious State',1),
9331 (7,4,81,'Dodge',1),
9332 (7,4,203,'Unarmed',1),
9333 (7,4,204,'Defense',1),
9334 (7,4,522,'SPELLDEFENSE(DND)',1),
9335 (7,4,668,'Language Common',1),
9336 (7,4,1180,'Daggers',1),
9337 (7,4,1752,'Sinister Strike',1),
9338 (7,4,2098,'Eviscerate',1),
9339 (7,4,2382,'Generic',1),
9340 (7,4,2479,'Honorless Target',1),
9341 (7,4,2567,'Thrown',1),
9342 (7,4,2764,'Throw',1),
9343 (7,4,3050,'Detect',1),
9344 (7,4,3365,'Opening',1),
9345 (7,4,6233,'Closing',1),
9346 (7,4,6246,'Closing',1),
9347 (7,4,6247,'Opening',1),
9348 (7,4,6477,'Opening',1),
9349 (7,4,6478,'Opening',1),
9350 (7,4,6603,'Attack',1),
9351 (7,4,7266,'Duel',1),
9352 (7,4,7267,'Grovel',1),
9353 (7,4,7340,'Language Gnomish',1),
9354 (7,4,7355,'Stuck',1),
9355 (7,4,8386,'Attacking',1),
9356 (7,4,9077,'Leather',1),
9357 (7,4,9078,'Cloth',1),
9358 (7,4,9125,'Generic',1),
9359 (7,4,16092,'Defensive State(DND)',1),
9360 (7,4,20589,'Escape Artist',1),
9361 (7,4,20591,'Expansive Mind',1),
9362 (7,4,20592,'Arcane Resistance',1),
9363 (7,4,20593,'Engineering Specialization',1),
9364 (7,4,21184,'Rogue Passive(DND)',1),
9365 (7,4,21651,'Opening',1),
9366 (7,4,21652,'Closing',1),
9367 (7,4,22027,'Remove Insignia',1),
9368 (7,4,22810,'Opening - No Text',1),
9369 (7,8,81,'Dodge',1),
9370 (7,8,133,'Fireball',1),
9371 (7,8,168,'Frost Armor',1),
9372 (7,8,203,'Unarmed',1),
9373 (7,8,204,'Defense',1),
9374 (7,8,227,'Staves',1),
9375 (7,8,522,'SPELLDEFENSE(DND)',1),
9376 (7,8,668,'Language Common',1),
9377 (7,8,2382,'Generic',1),
9378 (7,8,2479,'Honorless Target',1),
9379 (7,8,3050,'Detect',1),
9380 (7,8,3365,'Opening',1),
9381 (7,8,5009,'Wands',1),
9382 (7,8,5019,'Shoot',1),
9383 (7,8,6233,'Closing',1),
9384 (7,8,6246,'Closing',1),
9385 (7,8,6247,'Opening',1),
9386 (7,8,6477,'Opening',1),
9387 (7,8,6478,'Opening',1),
9388 (7,8,6603,'Attack',1),
9389 (7,8,7266,'Duel',1),
9390 (7,8,7267,'Grovel',1),
9391 (7,8,7340,'Language Gnomish',1),
9392 (7,8,7355,'Stuck',1),
9393 (7,8,8386,'Attacking',1),
9394 (7,8,9078,'Cloth',1),
9395 (7,8,9125,'Generic',1),
9396 (7,8,20589,'Escape Artist',1),
9397 (7,8,20591,'Expansive Mind',1),
9398 (7,8,20592,'Arcane Resistance',1),
9399 (7,8,20593,'Engineering Specialization',1),
9400 (7,8,21651,'Opening',1),
9401 (7,8,21652,'Closing',1),
9402 (7,8,22027,'Remove Insignia',1),
9403 (7,8,22810,'Opening - No Text',1),
9404 (7,9,81,'Dodge',1),
9405 (7,9,203,'Unarmed',1),
9406 (7,9,204,'Defense',1),
9407 (7,9,522,'SPELLDEFENSE(DND)',1),
9408 (7,9,668,'Language Common',1),
9409 (7,9,686,'Shadow Bolt',1),
9410 (7,9,687,'Demon Skin',1),
9411 (7,9,1180,'Daggers',1),
9412 (7,9,2382,'Generic',1),
9413 (7,9,2479,'Honorless Target',1),
9414 (7,9,3050,'Detect',1),
9415 (7,9,3365,'Opening',1),
9416 (7,9,5009,'Wands',1),
9417 (7,9,5019,'Shoot',1),
9418 (7,9,6233,'Closing',1),
9419 (7,9,6246,'Closing',1),
9420 (7,9,6247,'Opening',1),
9421 (7,9,6477,'Opening',1),
9422 (7,9,6478,'Opening',1),
9423 (7,9,6603,'Attack',1),
9424 (7,9,7266,'Duel',1),
9425 (7,9,7267,'Grovel',1),
9426 (7,9,7340,'Language Gnomish',1),
9427 (7,9,7355,'Stuck',1),
9428 (7,9,8386,'Attacking',1),
9429 (7,9,9078,'Cloth',1),
9430 (7,9,9125,'Generic',1),
9431 (7,9,20589,'Escape Artist',1),
9432 (7,9,20591,'Expansive Mind',1),
9433 (7,9,20592,'Arcane Resistance',1),
9434 (7,9,20593,'Engineering Specialization',1),
9435 (7,9,21651,'Opening',1),
9436 (7,9,21652,'Closing',1),
9437 (7,9,22027,'Remove Insignia',1),
9438 (7,9,22810,'Opening - No Text',1),
9439 (8,1,78,'Heroic Strike',1),
9440 (8,1,81,'Dodge',1),
9441 (8,1,107,'Block',1),
9442 (8,1,196,'One-Handed Axes',1),
9443 (8,1,203,'Unarmed',1),
9444 (8,1,204,'Defense',1),
9445 (8,1,522,'SPELLDEFENSE(DND)',1),
9446 (8,1,669,'Language Orcish',1),
9447 (8,1,1180,'Daggers',1),
9448 (8,1,2382,'Generic',1),
9449 (8,1,2457,'Battle Stance',1),
9450 (8,1,2479,'Honorless Target',1),
9451 (8,1,2567,'Thrown',1),
9452 (8,1,2764,'Throw',1),
9453 (8,1,3050,'Detect',1),
9454 (8,1,3365,'Opening',1),
9455 (8,1,5301,'Defensive State(DND)',1),
9456 (8,1,6233,'Closing',1),
9457 (8,1,6246,'Closing',1),
9458 (8,1,6247,'Opening',1),
9459 (8,1,6477,'Opening',1),
9460 (8,1,6478,'Opening',1),
9461 (8,1,6603,'Attack',1),
9462 (8,1,7266,'Duel',1),
9463 (8,1,7267,'Grovel',1),
9464 (8,1,7341,'Language Troll',1),
9465 (8,1,7355,'Stuck',1),
9466 (8,1,7376,'Defensive Stance Passive',0),
9467 (8,1,7381,'Berserker Stance Passive',0),
9468 (8,1,8386,'Attacking',1),
9469 (8,1,8737,'Mail',1),
9470 (8,1,9077,'Leather',1),
9471 (8,1,9078,'Cloth',1),
9472 (8,1,9116,'Shield',1),
9473 (8,1,9125,'Generic',1),
9474 (8,1,20555,'Regeneration',1),
9475 (8,1,20557,'Beast Slaying',1),
9476 (8,1,20558,'Throwing Specialization',1),
9477 (8,1,21156,'Battle Stance Passive',0),
9478 (8,1,21651,'Opening',1),
9479 (8,1,21652,'Closing',1),
9480 (8,1,22027,'Remove Insignia',1),
9481 (8,1,22810,'Opening - No Text',1),
9482 (8,1,26290,'Bow Specialization',1),
9483 (8,1,26296,'Berserking',1),
9484 (8,1,32215,'Victorious State',1),
9485 (8,3,75,'Auto Shot',1),
9486 (8,3,81,'Dodge',1),
9487 (8,3,196,'One-Handed Axes',1),
9488 (8,3,203,'Unarmed',1),
9489 (8,3,204,'Defense',1),
9490 (8,3,264,'Bows',1),
9491 (8,3,522,'SPELLDEFENSE(DND)',1),
9492 (8,3,669,'Language Orcish',1),
9493 (8,3,2382,'Generic',1),
9494 (8,3,2479,'Honorless Target',1),
9495 (8,3,2973,'Raptor Strike',1),
9496 (8,3,3050,'Detect',1),
9497 (8,3,3365,'Opening',1),
9498 (8,3,6233,'Closing',1),
9499 (8,3,6246,'Closing',1),
9500 (8,3,6247,'Opening',1),
9501 (8,3,6477,'Opening',1),
9502 (8,3,6478,'Opening',1),
9503 (8,3,6603,'Attack',1),
9504 (8,3,7266,'Duel',1),
9505 (8,3,7267,'Grovel',1),
9506 (8,3,7341,'Language Troll',1),
9507 (8,3,7355,'Stuck',1),
9508 (8,3,8386,'Attacking',1),
9509 (8,3,9077,'Leather',1),
9510 (8,3,9078,'Cloth',1),
9511 (8,3,9125,'Generic',1),
9512 (8,3,13358,'Defensive State(DND)',1),
9513 (8,3,20554,'Berserking',1),
9514 (8,3,20555,'Regeneration',1),
9515 (8,3,20557,'Beast Slaying',1),
9516 (8,3,20558,'Throwing Specialization',1),
9517 (8,3,21651,'Opening',1),
9518 (8,3,21652,'Closing',1),
9519 (8,3,22027,'Remove Insignia',1),
9520 (8,3,22810,'Opening - No Text',1),
9521 (8,3,24949,'Defensive State 2(DND)',1),
9522 (8,3,26290,'Bow Specialization',1),
9523 (8,3,34082,'Advantaged State(DND)',1),
9524 (8,4,81,'Dodge',1),
9525 (8,4,203,'Unarmed',1),
9526 (8,4,204,'Defense',1),
9527 (8,4,522,'SPELLDEFENSE(DND)',1),
9528 (8,4,669,'Language Orcish',1),
9529 (8,4,1180,'Daggers',1),
9530 (8,4,1752,'Sinister Strike',1),
9531 (8,4,2098,'Eviscerate',1),
9532 (8,4,2382,'Generic',1),
9533 (8,4,2479,'Honorless Target',1),
9534 (8,4,2567,'Thrown',1),
9535 (8,4,2764,'Throw',1),
9536 (8,4,3050,'Detect',1),
9537 (8,4,3365,'Opening',1),
9538 (8,4,6233,'Closing',1),
9539 (8,4,6246,'Closing',1),
9540 (8,4,6247,'Opening',1),
9541 (8,4,6477,'Opening',1),
9542 (8,4,6478,'Opening',1),
9543 (8,4,6603,'Attack',1),
9544 (8,4,7266,'Duel',1),
9545 (8,4,7267,'Grovel',1),
9546 (8,4,7341,'Language Troll',1),
9547 (8,4,7355,'Stuck',1),
9548 (8,4,8386,'Attacking',1),
9549 (8,4,9077,'Leather',1),
9550 (8,4,9078,'Cloth',1),
9551 (8,4,9125,'Generic',1),
9552 (8,4,16092,'Defensive State(DND)',1),
9553 (8,4,20555,'Regeneration',1),
9554 (8,4,20557,'Beast Slaying',1),
9555 (8,4,20558,'Throwing Specialization',1),
9556 (8,4,21184,'Rogue Passive(DND)',1),
9557 (8,4,21651,'Opening',1),
9558 (8,4,21652,'Closing',1),
9559 (8,4,22027,'Remove Insignia',1),
9560 (8,4,22810,'Opening - No Text',1),
9561 (8,4,26290,'Bow Specialization',1),
9562 (8,4,26297,'Berserking',1),
9563 (8,5,81,'Dodge',1),
9564 (8,5,198,'One-Handed Maces',1),
9565 (8,5,203,'Unarmed',1),
9566 (8,5,204,'Defense',1),
9567 (8,5,522,'SPELLDEFENSE(DND)',1),
9568 (8,5,585,'Smite',1),
9569 (8,5,669,'Language Orcish',1),
9570 (8,5,2050,'Lesser Heal',1),
9571 (8,5,2382,'Generic',1),
9572 (8,5,2479,'Honorless Target',1),
9573 (8,5,3050,'Detect',1),
9574 (8,5,3365,'Opening',1),
9575 (8,5,5009,'Wands',1),
9576 (8,5,5019,'Shoot',1),
9577 (8,5,6233,'Closing',1),
9578 (8,5,6246,'Closing',1),
9579 (8,5,6247,'Opening',1),
9580 (8,5,6477,'Opening',1),
9581 (8,5,6478,'Opening',1),
9582 (8,5,6603,'Attack',1),
9583 (8,5,7266,'Duel',1),
9584 (8,5,7267,'Grovel',1),
9585 (8,5,7341,'Language Troll',1),
9586 (8,5,7355,'Stuck',1),
9587 (8,5,8386,'Attacking',1),
9588 (8,5,9078,'Cloth',1),
9589 (8,5,9125,'Generic',1),
9590 (8,5,20554,'Berserking',1),
9591 (8,5,20555,'Regeneration',1),
9592 (8,5,20557,'Beast Slaying',1),
9593 (8,5,20558,'Throwing Specialization',1),
9594 (8,5,21651,'Opening',1),
9595 (8,5,21652,'Closing',1),
9596 (8,5,22027,'Remove Insignia',1),
9597 (8,5,22810,'Opening - No Text',1),
9598 (8,5,26290,'Bow Specialization',1),
9599 (8,7,81,'Dodge',1),
9600 (8,7,107,'Block',1),
9601 (8,7,198,'One-Handed Maces',1),
9602 (8,7,203,'Unarmed',1),
9603 (8,7,204,'Defense',1),
9604 (8,7,227,'Staves',1),
9605 (8,7,331,'Healing Wave',1),
9606 (8,7,403,'Lightning Bolt',1),
9607 (8,7,522,'SPELLDEFENSE(DND)',1),
9608 (8,7,669,'Language Orcish',1),
9609 (8,7,2382,'Generic',1),
9610 (8,7,2479,'Honorless Target',1),
9611 (8,7,3050,'Detect',1),
9612 (8,7,3365,'Opening',1),
9613 (8,7,6233,'Closing',1),
9614 (8,7,6246,'Closing',1),
9615 (8,7,6247,'Opening',1),
9616 (8,7,6477,'Opening',1),
9617 (8,7,6478,'Opening',1),
9618 (8,7,6603,'Attack',1),
9619 (8,7,7266,'Duel',1),
9620 (8,7,7267,'Grovel',1),
9621 (8,7,7341,'Language Troll',1),
9622 (8,7,7355,'Stuck',1),
9623 (8,7,8386,'Attacking',1),
9624 (8,7,9077,'Leather',1),
9625 (8,7,9078,'Cloth',1),
9626 (8,7,9116,'Shield',1),
9627 (8,7,9125,'Generic',1),
9628 (8,7,20554,'Berserking',1),
9629 (8,7,20555,'Regeneration',1),
9630 (8,7,20557,'Beast Slaying',1),
9631 (8,7,20558,'Throwing Specialization',1),
9632 (8,7,21651,'Opening',1),
9633 (8,7,21652,'Closing',1),
9634 (8,7,22027,'Remove Insignia',1),
9635 (8,7,22810,'Opening - No Text',1),
9636 (8,7,26290,'Bow Specialization',1),
9637 (8,7,27763,'Totem',1),
9638 (8,8,81,'Dodge',1),
9639 (8,8,133,'Fireball',1),
9640 (8,8,168,'Frost Armor',1),
9641 (8,8,203,'Unarmed',1),
9642 (8,8,204,'Defense',1),
9643 (8,8,227,'Staves',1),
9644 (8,8,522,'SPELLDEFENSE(DND)',1),
9645 (8,8,669,'Language Orcish',1),
9646 (8,8,2382,'Generic',1),
9647 (8,8,2479,'Honorless Target',1),
9648 (8,8,3050,'Detect',1),
9649 (8,8,3365,'Opening',1),
9650 (8,8,5009,'Wands',1),
9651 (8,8,5019,'Shoot',1),
9652 (8,8,6233,'Closing',1),
9653 (8,8,6246,'Closing',1),
9654 (8,8,6247,'Opening',1),
9655 (8,8,6477,'Opening',1),
9656 (8,8,6478,'Opening',1),
9657 (8,8,6603,'Attack',1),
9658 (8,8,7266,'Duel',1),
9659 (8,8,7267,'Grovel',1),
9660 (8,8,7341,'Language Troll',1),
9661 (8,8,7355,'Stuck',1),
9662 (8,8,8386,'Attacking',1),
9663 (8,8,9078,'Cloth',1),
9664 (8,8,9125,'Generic',1),
9665 (8,8,20554,'Berserking',1),
9666 (8,8,20555,'Regeneration',1),
9667 (8,8,20557,'Beast Slaying',1),
9668 (8,8,20558,'Throwing Specialization',1),
9669 (8,8,21651,'Opening',1),
9670 (8,8,21652,'Closing',1),
9671 (8,8,22027,'Remove Insignia',1),
9672 (8,8,22810,'Opening - No Text',1),
9673 (8,8,26290,'Bow Specialization',1),
9674 (10,2,81,'Dodge',1),
9675 (10,2,107,'Block',1),
9676 (10,2,201,'One-Handed Swords',1),
9677 (10,2,202,'Two-Handed Swords',1),
9678 (10,2,203,'Unarmed',1),
9679 (10,2,204,'Defense',1),
9680 (10,2,522,'SPELLDEFENSE(DND)',1),
9681 (10,2,635,'Holy Light',1),
9682 (10,2,669,'Language Orcish',1),
9683 (10,2,813,'Language Thalassian',1),
9684 (10,2,822,'Magic Resistance',1),
9685 (10,2,2382,'Generic',1),
9686 (10,2,2479,'Honorless Target',1),
9687 (10,2,3050,'Detect',1),
9688 (10,2,3365,'Opening',1),
9689 (10,2,6233,'Closing',1),
9690 (10,2,6246,'Closing',1),
9691 (10,2,6247,'Opening',1),
9692 (10,2,6477,'Opening',1),
9693 (10,2,6478,'Opening',1),
9694 (10,2,6603,'Attack',1),
9695 (10,2,7266,'Duel',1),
9696 (10,2,7267,'Grovel',1),
9697 (10,2,7355,'Stuck',1),
9698 (10,2,8386,'Attacking',1),
9699 (10,2,8737,'Mail',1),
9700 (10,2,9077,'Leather',1),
9701 (10,2,9078,'Cloth',1),
9702 (10,2,9116,'Shield',1),
9703 (10,2,9125,'Generic',1),
9704 (10,2,21084,'Seal of Righteousness',1),
9705 (10,2,21651,'Opening',1),
9706 (10,2,21652,'Closing',1),
9707 (10,2,22027,'Remove Insignia',1),
9708 (10,2,22810,'Opening - No Text',1),
9709 (10,2,27762,'Libram',1),
9710 (10,2,28730,'Arcane Torrent',1),
9711 (10,2,28734,'Mana Tap',1),
9712 (10,2,28877,'Arcane Affinity',1),
9713 (10,3,75,'Auto Shot',1),
9714 (10,3,81,'Dodge',1),
9715 (10,3,203,'Unarmed',1),
9716 (10,3,204,'Defense',1),
9717 (10,3,264,'Bows',1),
9718 (10,3,522,'SPELLDEFENSE(DND)',1),
9719 (10,3,669,'Language Orcish',1),
9720 (10,3,813,'Language Thalassian',1),
9721 (10,3,822,'Magic Resistance',1),
9722 (10,3,1180,'Daggers',1),
9723 (10,3,2382,'Generic',1),
9724 (10,3,2479,'Honorless Target',1),
9725 (10,3,2973,'Raptor Strike',1),
9726 (10,3,3050,'Detect',1),
9727 (10,3,3365,'Opening',1),
9728 (10,3,6233,'Closing',1),
9729 (10,3,6246,'Closing',1),
9730 (10,3,6247,'Opening',1),
9731 (10,3,6477,'Opening',1),
9732 (10,3,6478,'Opening',1),
9733 (10,3,6603,'Attack',1),
9734 (10,3,7266,'Duel',1),
9735 (10,3,7267,'Grovel',1),
9736 (10,3,7355,'Stuck',1),
9737 (10,3,8386,'Attacking',1),
9738 (10,3,9077,'Leather',1),
9739 (10,3,9078,'Cloth',1),
9740 (10,3,9125,'Generic',1),
9741 (10,3,13358,'Defensive State(DND)',1),
9742 (10,3,21651,'Opening',1),
9743 (10,3,21652,'Closing',1),
9744 (10,3,22027,'Remove Insignia',1),
9745 (10,3,22810,'Opening - No Text',1),
9746 (10,3,24949,'Defensive State 2(DND)',1),
9747 (10,3,28730,'Arcane Torrent',1),
9748 (10,3,28734,'Mana Tap',1),
9749 (10,3,28877,'Arcane Affinity',1),
9750 (10,3,34082,'Advantaged State(DND)',1),
9751 (10,4,81,'Dodge',1),
9752 (10,4,203,'Unarmed',1),
9753 (10,4,204,'Defense',1),
9754 (10,4,522,'SPELLDEFENSE(DND)',1),
9755 (10,4,669,'Language Orcish',1),
9756 (10,4,813,'Language Thalassian',1),
9757 (10,4,822,'Magic Resistance',1),
9758 (10,4,1180,'Daggers',1),
9759 (10,4,1752,'Sinister Strike',1),
9760 (10,4,2098,'Eviscerate',1),
9761 (10,4,2382,'Generic',1),
9762 (10,4,2479,'Honorless Target',1),
9763 (10,4,2567,'Thrown',1),
9764 (10,4,2764,'Throw',1),
9765 (10,4,3050,'Detect',1),
9766 (10,4,3365,'Opening',1),
9767 (10,4,6233,'Closing',1),
9768 (10,4,6246,'Closing',1),
9769 (10,4,6247,'Opening',1),
9770 (10,4,6477,'Opening',1),
9771 (10,4,6478,'Opening',1),
9772 (10,4,6603,'Attack',1),
9773 (10,4,7266,'Duel',1),
9774 (10,4,7267,'Grovel',1),
9775 (10,4,7355,'Stuck',1),
9776 (10,4,8386,'Attacking',1),
9777 (10,4,9077,'Leather',1),
9778 (10,4,9078,'Cloth',1),
9779 (10,4,9125,'Generic',1),
9780 (10,4,16092,'Defensive State(DND)',1),
9781 (10,4,21184,'Rogue Passive(DND)',1),
9782 (10,4,21651,'Opening',1),
9783 (10,4,21652,'Closing',1),
9784 (10,4,22027,'Remove Insignia',1),
9785 (10,4,22810,'Opening - No Text',1),
9786 (10,4,25046,'Arcane Torrent',1),
9787 (10,4,28734,'Mana Tap',1),
9788 (10,4,28877,'Arcane Affinity',1),
9789 (10,5,81,'Dodge',1),
9790 (10,5,198,'One-Handed Maces',1),
9791 (10,5,203,'Unarmed',1),
9792 (10,5,204,'Defense',1),
9793 (10,5,522,'SPELLDEFENSE(DND)',1),
9794 (10,5,585,'Smite',1),
9795 (10,5,669,'Language Orcish',1),
9796 (10,5,813,'Language Thalassian',1),
9797 (10,5,822,'Magic Resistance',1),
9798 (10,5,2050,'Lesser Heal',1),
9799 (10,5,2382,'Generic',1),
9800 (10,5,2479,'Honorless Target',1),
9801 (10,5,3050,'Detect',1),
9802 (10,5,3365,'Opening',1),
9803 (10,5,5009,'Wands',1),
9804 (10,5,5019,'Shoot',1),
9805 (10,5,6233,'Closing',1),
9806 (10,5,6246,'Closing',1),
9807 (10,5,6247,'Opening',1),
9808 (10,5,6477,'Opening',1),
9809 (10,5,6478,'Opening',1),
9810 (10,5,6603,'Attack',1),
9811 (10,5,7266,'Duel',1),
9812 (10,5,7267,'Grovel',1),
9813 (10,5,7355,'Stuck',1),
9814 (10,5,8386,'Attacking',1),
9815 (10,5,9078,'Cloth',1),
9816 (10,5,9125,'Generic',1),
9817 (10,5,21651,'Opening',1),
9818 (10,5,21652,'Closing',1),
9819 (10,5,22027,'Remove Insignia',1),
9820 (10,5,22810,'Opening - No Text',1),
9821 (10,5,28730,'Arcane Torrent',1),
9822 (10,5,28734,'Mana Tap',1),
9823 (10,5,28877,'Arcane Affinity',1),
9824 (10,8,81,'Dodge',1),
9825 (10,8,133,'Fireball',1),
9826 (10,8,168,'Frost Armor',1),
9827 (10,8,203,'Unarmed',1),
9828 (10,8,204,'Defense',1),
9829 (10,8,227,'Staves',1),
9830 (10,8,522,'SPELLDEFENSE(DND)',1),
9831 (10,8,669,'Language Orcish',1),
9832 (10,8,813,'Language Thalassian',1),
9833 (10,8,822,'Magic Resistance',1),
9834 (10,8,2382,'Generic',1),
9835 (10,8,2479,'Honorless Target',1),
9836 (10,8,3050,'Detect',1),
9837 (10,8,3365,'Opening',1),
9838 (10,8,5009,'Wands',1),
9839 (10,8,5019,'Shoot',1),
9840 (10,8,6233,'Closing',1),
9841 (10,8,6246,'Closing',1),
9842 (10,8,6247,'Opening',1),
9843 (10,8,6477,'Opening',1),
9844 (10,8,6478,'Opening',1),
9845 (10,8,6603,'Attack',1),
9846 (10,8,7266,'Duel',1),
9847 (10,8,7267,'Grovel',1),
9848 (10,8,7355,'Stuck',1),
9849 (10,8,8386,'Attacking',1),
9850 (10,8,9078,'Cloth',1),
9851 (10,8,9125,'Generic',1),
9852 (10,8,21651,'Opening',1),
9853 (10,8,21652,'Closing',1),
9854 (10,8,22027,'Remove Insignia',1),
9855 (10,8,22810,'Opening - No Text',1),
9856 (10,8,28730,'Arcane Torrent',1),
9857 (10,8,28734,'Mana Tap',1),
9858 (10,8,28877,'Arcane Affinity',1),
9859 (10,9,81,'Dodge',1),
9860 (10,9,203,'Unarmed',1),
9861 (10,9,204,'Defense',1),
9862 (10,9,522,'SPELLDEFENSE(DND)',1),
9863 (10,9,669,'Language Orcish',1),
9864 (10,9,686,'Shadow Bolt',1),
9865 (10,9,687,'Demon Skin',1),
9866 (10,9,813,'Language Thalassian',1),
9867 (10,9,822,'Magic Resistance',1),
9868 (10,9,1180,'Daggers',1),
9869 (10,9,2382,'Generic',1),
9870 (10,9,2479,'Honorless Target',1),
9871 (10,9,3050,'Detect',1),
9872 (10,9,3365,'Opening',1),
9873 (10,9,5009,'Wands',1),
9874 (10,9,5019,'Shoot',1),
9875 (10,9,6233,'Closing',1),
9876 (10,9,6246,'Closing',1),
9877 (10,9,6247,'Opening',1),
9878 (10,9,6477,'Opening',1),
9879 (10,9,6478,'Opening',1),
9880 (10,9,6603,'Attack',1),
9881 (10,9,7266,'Duel',1),
9882 (10,9,7267,'Grovel',1),
9883 (10,9,7355,'Stuck',1),
9884 (10,9,8386,'Attacking',1),
9885 (10,9,9078,'Cloth',1),
9886 (10,9,9125,'Generic',1),
9887 (10,9,21651,'Opening',1),
9888 (10,9,21652,'Closing',1),
9889 (10,9,22027,'Remove Insignia',1),
9890 (10,9,22810,'Opening - No Text',1),
9891 (10,9,28730,'Arcane Torrent',1),
9892 (10,9,28734,'Mana Tap',1),
9893 (10,9,28877,'Arcane Affinity',1),
9894 (11,1,78,'Heroic Strike',1),
9895 (11,1,81,'Dodge',1),
9896 (11,1,107,'Block',1),
9897 (11,1,198,'One-Handed Maces',1),
9898 (11,1,201,'One-Handed Swords',1),
9899 (11,1,202,'Two-Handed Swords',1),
9900 (11,1,203,'Unarmed',1),
9901 (11,1,204,'Defense',1),
9902 (11,1,522,'SPELLDEFENSE(DND)',1),
9903 (11,1,668,'Language Common',1),
9904 (11,1,2382,'Generic',1),
9905 (11,1,2457,'Battle Stance',1),
9906 (11,1,2479,'Honorless Target',1),
9907 (11,1,3050,'Detect',1),
9908 (11,1,3365,'Opening',1),
9909 (11,1,5301,'Defensive State(DND)',1),
9910 (11,1,6233,'Closing',1),
9911 (11,1,6246,'Closing',1),
9912 (11,1,6247,'Opening',1),
9913 (11,1,6477,'Opening',1),
9914 (11,1,6478,'Opening',1),
9915 (11,1,6562,'Heroic Presence',1),
9916 (11,1,6603,'Attack',1),
9917 (11,1,7266,'Duel',1),
9918 (11,1,7267,'Grovel',1),
9919 (11,1,7355,'Stuck',1),
9920 (11,1,7376,'Defensive Stance Passive',0),
9921 (11,1,7381,'Berserker Stance Passive',0),
9922 (11,1,8386,'Attacking',1),
9923 (11,1,8737,'Mail',1),
9924 (11,1,9077,'Leather',1),
9925 (11,1,9078,'Cloth',1),
9926 (11,1,9116,'Shield',1),
9927 (11,1,9125,'Generic',1),
9928 (11,1,20579,'Shadow Resistance',1),
9929 (11,1,21156,'Battle Stance Passive',0),
9930 (11,1,21651,'Opening',1),
9931 (11,1,21652,'Closing',1),
9932 (11,1,22027,'Remove Insignia',1),
9933 (11,1,22810,'Opening - No Text',1),
9934 (11,1,28875,'Gemcutting',1),
9935 (11,1,28880,'Gift of the Naaru',1),
9936 (11,1,29932,'Language Draenei',1),
9937 (11,1,32215,'Victorious State',1),
9938 (11,2,81,'Dodge',1),
9939 (11,2,107,'Block',1),
9940 (11,2,198,'One-Handed Maces',1),
9941 (11,2,199,'Two-Handed Maces',1),
9942 (11,2,203,'Unarmed',1),
9943 (11,2,204,'Defense',1),
9944 (11,2,522,'SPELLDEFENSE(DND)',1),
9945 (11,2,635,'Holy Light',1),
9946 (11,2,668,'Language Common',1),
9947 (11,2,2382,'Generic',1),
9948 (11,2,2479,'Honorless Target',1),
9949 (11,2,3050,'Detect',1),
9950 (11,2,3365,'Opening',1),
9951 (11,2,6233,'Closing',1),
9952 (11,2,6246,'Closing',1),
9953 (11,2,6247,'Opening',1),
9954 (11,2,6477,'Opening',1),
9955 (11,2,6478,'Opening',1),
9956 (11,2,6562,'Heroic Presence',1),
9957 (11,2,6603,'Attack',1),
9958 (11,2,7266,'Duel',1),
9959 (11,2,7267,'Grovel',1),
9960 (11,2,7355,'Stuck',1),
9961 (11,2,8386,'Attacking',1),
9962 (11,2,8737,'Mail',1),
9963 (11,2,9077,'Leather',1),
9964 (11,2,9078,'Cloth',1),
9965 (11,2,9116,'Shield',1),
9966 (11,2,9125,'Generic',1),
9967 (11,2,21084,'Seal of Righteousness',1),
9968 (11,2,20579,'Shadow Resistance',1),
9969 (11,2,21651,'Opening',1),
9970 (11,2,21652,'Closing',1),
9971 (11,2,22027,'Remove Insignia',1),
9972 (11,2,22810,'Opening - No Text',1),
9973 (11,2,27762,'Libram',1),
9974 (11,2,28875,'Gemcutting',1),
9975 (11,2,28880,'Gift of the Naaru',1),
9976 (11,2,29932,'Language Draenei',1),
9977 (11,3,75,'Auto Shot',1),
9978 (11,3,81,'Dodge',1),
9979 (11,3,201,'One-Handed Swords',1),
9980 (11,3,203,'Unarmed',1),
9981 (11,3,204,'Defense',1),
9982 (11,3,522,'SPELLDEFENSE(DND)',1),
9983 (11,3,668,'Language Common',1),
9984 (11,3,2382,'Generic',1),
9985 (11,3,2479,'Honorless Target',1),
9986 (11,3,2973,'Raptor Strike',1),
9987 (11,3,3050,'Detect',1),
9988 (11,3,3365,'Opening',1),
9989 (11,3,5011,'Crossbows',1),
9990 (11,3,6233,'Closing',1),
9991 (11,3,6246,'Closing',1),
9992 (11,3,6247,'Opening',1),
9993 (11,3,6477,'Opening',1),
9994 (11,3,6478,'Opening',1),
9995 (11,3,6562,'Heroic Presence',1),
9996 (11,3,6603,'Attack',1),
9997 (11,3,7266,'Duel',1),
9998 (11,3,7267,'Grovel',1),
9999 (11,3,7355,'Stuck',1),
10000 (11,3,8386,'Attacking',1),
10001 (11,3,9077,'Leather',1),
10002 (11,3,9078,'Cloth',1),
10003 (11,3,9125,'Generic',1),
10004 (11,3,13358,'Defensive State(DND)',1),
10005 (11,3,20579,'Shadow Resistance',1),
10006 (11,3,21651,'Opening',1),
10007 (11,3,21652,'Closing',1),
10008 (11,3,22027,'Remove Insignia',1),
10009 (11,3,22810,'Opening - No Text',1),
10010 (11,3,24949,'Defensive State 2(DND)',1),
10011 (11,3,28875,'Gemcutting',1),
10012 (11,3,28880,'Gift of the Naaru',1),
10013 (11,3,29932,'Language Draenei',1),
10014 (11,3,34082,'Advantaged State(DND)',1),
10015 (11,5,81,'Dodge',1),
10016 (11,5,198,'One-Handed Maces',1),
10017 (11,5,203,'Unarmed',1),
10018 (11,5,204,'Defense',1),
10019 (11,5,522,'SPELLDEFENSE(DND)',1),
10020 (11,5,585,'Smite',1),
10021 (11,5,668,'Language Common',1),
10022 (11,5,2050,'Lesser Heal',1),
10023 (11,5,2382,'Generic',1),
10024 (11,5,2479,'Honorless Target',1),
10025 (11,5,3050,'Detect',1),
10026 (11,5,3365,'Opening',1),
10027 (11,5,5009,'Wands',1),
10028 (11,5,5019,'Shoot',1),
10029 (11,5,6233,'Closing',1),
10030 (11,5,6246,'Closing',1),
10031 (11,5,6247,'Opening',1),
10032 (11,5,6477,'Opening',1),
10033 (11,5,6478,'Opening',1),
10034 (11,5,6603,'Attack',1),
10035 (11,5,7266,'Duel',1),
10036 (11,5,7267,'Grovel',1),
10037 (11,5,7355,'Stuck',1),
10038 (11,5,8386,'Attacking',1),
10039 (11,5,9078,'Cloth',1),
10040 (11,5,9125,'Generic',1),
10041 (11,5,20579,'Shadow Resistance',1),
10042 (11,5,21651,'Opening',1),
10043 (11,5,21652,'Closing',1),
10044 (11,5,22027,'Remove Insignia',1),
10045 (11,5,22810,'Opening - No Text',1),
10046 (11,5,28875,'Gemcutting',1),
10047 (11,5,28878,'Inspiring Presence',1),
10048 (11,5,28880,'Gift of the Naaru',1),
10049 (11,5,29932,'Language Draenei',1),
10050 (11,7,81,'Dodge',1),
10051 (11,7,107,'Block',1),
10052 (11,7,198,'One-Handed Maces',1),
10053 (11,7,203,'Unarmed',1),
10054 (11,7,204,'Defense',1),
10055 (11,7,227,'Staves',1),
10056 (11,7,331,'Healing Wave',1),
10057 (11,7,403,'Lightning Bolt',1),
10058 (11,7,522,'SPELLDEFENSE(DND)',1),
10059 (11,7,668,'Language Common',1),
10060 (11,7,2382,'Generic',1),
10061 (11,7,2479,'Honorless Target',1),
10062 (11,7,3050,'Detect',1),
10063 (11,7,3365,'Opening',1),
10064 (11,7,6233,'Closing',1),
10065 (11,7,6246,'Closing',1),
10066 (11,7,6247,'Opening',1),
10067 (11,7,6477,'Opening',1),
10068 (11,7,6478,'Opening',1),
10069 (11,7,6603,'Attack',1),
10070 (11,7,7266,'Duel',1),
10071 (11,7,7267,'Grovel',1),
10072 (11,7,7355,'Stuck',1),
10073 (11,7,8386,'Attacking',1),
10074 (11,7,9077,'Leather',1),
10075 (11,7,9078,'Cloth',1),
10076 (11,7,9116,'Shield',1),
10077 (11,7,9125,'Generic',1),
10078 (11,7,20579,'Shadow Resistance',1),
10079 (11,7,21651,'Opening',1),
10080 (11,7,21652,'Closing',1),
10081 (11,7,22027,'Remove Insignia',1),
10082 (11,7,22810,'Opening - No Text',1),
10083 (11,7,27763,'Totem',1),
10084 (11,7,28875,'Gemcutting',1),
10085 (11,7,28878,'Inspiring Presence',1),
10086 (11,7,28880,'Gift of the Naaru',1),
10087 (11,7,29932,'Language Draenei',1),
10088 (11,8,81,'Dodge',1),
10089 (11,8,133,'Fireball',1),
10090 (11,8,168,'Frost Armor',1),
10091 (11,8,203,'Unarmed',1),
10092 (11,8,204,'Defense',1),
10093 (11,8,227,'Staves',1),
10094 (11,8,522,'SPELLDEFENSE(DND)',1),
10095 (11,8,668,'Language Common',1),
10096 (11,8,2382,'Generic',1),
10097 (11,8,2479,'Honorless Target',1),
10098 (11,8,3050,'Detect',1),
10099 (11,8,3365,'Opening',1),
10100 (11,8,5009,'Wands',1),
10101 (11,8,5019,'Shoot',1),
10102 (11,8,6233,'Closing',1),
10103 (11,8,6246,'Closing',1),
10104 (11,8,6247,'Opening',1),
10105 (11,8,6477,'Opening',1),
10106 (11,8,6478,'Opening',1),
10107 (11,8,6603,'Attack',1),
10108 (11,8,7266,'Duel',1),
10109 (11,8,7267,'Grovel',1),
10110 (11,8,7355,'Stuck',1),
10111 (11,8,8386,'Attacking',1),
10112 (11,8,9078,'Cloth',1),
10113 (11,8,9125,'Generic',1),
10114 (11,8,20579,'Shadow Resistance',1),
10115 (11,8,21651,'Opening',1),
10116 (11,8,21652,'Closing',1),
10117 (11,8,22027,'Remove Insignia',1),
10118 (11,8,22810,'Opening - No Text',1),
10119 (11,8,28875,'Gemcutting',1),
10120 (11,8,28878,'Inspiring Presence',1),
10121 (11,8,28880,'Gift of the Naaru',1),
10122 (11,8,29932,'Language Draenei',1);
10123 /*!40000 ALTER TABLE `playercreateinfo_spell` ENABLE KEYS */;
10124 UNLOCK TABLES;
10127 -- Table structure for table `prospecting_loot_template`
10130 DROP TABLE IF EXISTS `prospecting_loot_template`;
10131 CREATE TABLE `prospecting_loot_template` (
10132   `entry` mediumint(8) unsigned NOT NULL default '0',
10133   `item` mediumint(8) unsigned NOT NULL default '0',
10134   `ChanceOrQuestChance` float NOT NULL default '100',
10135   `groupid` tinyint(3) unsigned NOT NULL default '0',
10136   `mincountOrRef` mediumint(9) NOT NULL default '1',
10137   `maxcount` tinyint(3) unsigned NOT NULL default '1',
10138   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
10139   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
10140   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
10141   PRIMARY KEY  (`entry`,`item`)
10142 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
10145 -- Dumping data for table `prospecting_loot_template`
10148 LOCK TABLES `prospecting_loot_template` WRITE;
10149 /*!40000 ALTER TABLE `prospecting_loot_template` DISABLE KEYS */;
10150 /*!40000 ALTER TABLE `prospecting_loot_template` ENABLE KEYS */;
10151 UNLOCK TABLES;
10154 -- Table structure for table `quest_end_scripts`
10157 DROP TABLE IF EXISTS `quest_end_scripts`;
10158 CREATE TABLE `quest_end_scripts` (
10159   `id` mediumint(8) unsigned NOT NULL default '0',
10160   `delay` int(10) unsigned NOT NULL default '0',
10161   `command` mediumint(8) unsigned NOT NULL default '0',
10162   `datalong` mediumint(8) unsigned NOT NULL default '0',
10163   `datalong2` int(10) unsigned NOT NULL default '0',
10164   `dataint` int(11) NOT NULL default '0',
10165   `x` float NOT NULL default '0',
10166   `y` float NOT NULL default '0',
10167   `z` float NOT NULL default '0',
10168   `o` float NOT NULL default '0'
10169 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
10172 -- Dumping data for table `quest_end_scripts`
10175 LOCK TABLES `quest_end_scripts` WRITE;
10176 /*!40000 ALTER TABLE `quest_end_scripts` DISABLE KEYS */;
10177 /*!40000 ALTER TABLE `quest_end_scripts` ENABLE KEYS */;
10178 UNLOCK TABLES;
10181 -- Table structure for table `quest_start_scripts`
10184 DROP TABLE IF EXISTS `quest_start_scripts`;
10185 CREATE TABLE `quest_start_scripts` (
10186   `id` mediumint(8) unsigned NOT NULL default '0',
10187   `delay` int(10) unsigned NOT NULL default '0',
10188   `command` mediumint(8) unsigned NOT NULL default '0',
10189   `datalong` mediumint(8) unsigned NOT NULL default '0',
10190   `datalong2` int(10) unsigned NOT NULL default '0',
10191   `dataint` int(11) NOT NULL default '0',
10192   `x` float NOT NULL default '0',
10193   `y` float NOT NULL default '0',
10194   `z` float NOT NULL default '0',
10195   `o` float NOT NULL default '0'
10196 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
10199 -- Dumping data for table `quest_start_scripts`
10202 LOCK TABLES `quest_start_scripts` WRITE;
10203 /*!40000 ALTER TABLE `quest_start_scripts` DISABLE KEYS */;
10204 /*!40000 ALTER TABLE `quest_start_scripts` ENABLE KEYS */;
10205 UNLOCK TABLES;
10208 -- Table structure for table `quest_mail_loot_template`
10211 DROP TABLE IF EXISTS `quest_mail_loot_template`;
10212 CREATE TABLE `quest_mail_loot_template` (
10213   `entry` mediumint(8) unsigned NOT NULL default '0',
10214   `item` mediumint(8) unsigned NOT NULL default '0',
10215   `ChanceOrQuestChance` float NOT NULL default '100',
10216   `groupid` tinyint(3) unsigned NOT NULL default '0',
10217   `mincountOrRef` mediumint(9) NOT NULL default '1',
10218   `maxcount` tinyint(3) unsigned NOT NULL default '1',
10219   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
10220   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
10221   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
10222   PRIMARY KEY  (`entry`,`item`)
10223 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
10226 -- Dumping data for table `quest_mail_loot_template`
10229 LOCK TABLES `quest_mail_loot_template` WRITE;
10230 /*!40000 ALTER TABLE `quest_mail_loot_template` DISABLE KEYS */;
10231 /*!40000 ALTER TABLE `quest_mail_loot_template` ENABLE KEYS */;
10232 UNLOCK TABLES;
10235 -- Table structure for table `quest_template`
10238 DROP TABLE IF EXISTS `quest_template`;
10239 CREATE TABLE `quest_template` (
10240   `entry` mediumint(8) unsigned NOT NULL default '0',
10241   `Method` tinyint(3) unsigned NOT NULL default '2',
10242   `ZoneOrSort` smallint(6) NOT NULL default '0',
10243   `SkillOrClass` smallint(6) NOT NULL default '0',
10244   `MinLevel` tinyint(3) unsigned NOT NULL default '0',
10245   `QuestLevel` tinyint(3) unsigned NOT NULL default '0',
10246   `Type` smallint(5) unsigned NOT NULL default '0',
10247   `RequiredRaces` smallint(5) unsigned NOT NULL default '0',
10248   `RequiredSkillValue` smallint(5) unsigned NOT NULL default '0',
10249   `RepObjectiveFaction` smallint(5) unsigned NOT NULL default '0',
10250   `RepObjectiveValue` mediumint(9) NOT NULL default '0',
10251   `RequiredMinRepFaction` smallint(5) unsigned NOT NULL default '0',
10252   `RequiredMinRepValue` mediumint(9) NOT NULL default '0',
10253   `RequiredMaxRepFaction` smallint(5) unsigned NOT NULL default '0',
10254   `RequiredMaxRepValue` mediumint(9) NOT NULL default '0',
10255   `SuggestedPlayers` tinyint(3) unsigned NOT NULL default '0',
10256   `LimitTime` int(10) unsigned NOT NULL default '0',
10257   `QuestFlags` smallint(5) unsigned NOT NULL default '0',
10258   `SpecialFlags` tinyint(3) unsigned NOT NULL default '0',
10259   `CharTitleId` tinyint(3) unsigned NOT NULL default '0',
10260   `PrevQuestId` mediumint(9) NOT NULL default '0',
10261   `NextQuestId` mediumint(9) NOT NULL default '0',
10262   `ExclusiveGroup` mediumint(9) NOT NULL default '0',
10263   `NextQuestInChain` mediumint(8) unsigned NOT NULL default '0',
10264   `SrcItemId` mediumint(8) unsigned NOT NULL default '0',
10265   `SrcItemCount` tinyint(3) unsigned NOT NULL default '0',
10266   `SrcSpell` mediumint(8) unsigned NOT NULL default '0',
10267   `Title` text,
10268   `Details` text,
10269   `Objectives` text,
10270   `OfferRewardText` text,
10271   `RequestItemsText` text,
10272   `EndText` text,
10273   `ObjectiveText1` text,
10274   `ObjectiveText2` text,
10275   `ObjectiveText3` text,
10276   `ObjectiveText4` text,
10277   `ReqItemId1` mediumint(8) unsigned NOT NULL default '0',
10278   `ReqItemId2` mediumint(8) unsigned NOT NULL default '0',
10279   `ReqItemId3` mediumint(8) unsigned NOT NULL default '0',
10280   `ReqItemId4` mediumint(8) unsigned NOT NULL default '0',
10281   `ReqItemCount1` smallint(5) unsigned NOT NULL default '0',
10282   `ReqItemCount2` smallint(5) unsigned NOT NULL default '0',
10283   `ReqItemCount3` smallint(5) unsigned NOT NULL default '0',
10284   `ReqItemCount4` smallint(5) unsigned NOT NULL default '0',
10285   `ReqSourceId1` mediumint(8) unsigned NOT NULL default '0',
10286   `ReqSourceId2` mediumint(8) unsigned NOT NULL default '0',
10287   `ReqSourceId3` mediumint(8) unsigned NOT NULL default '0',
10288   `ReqSourceId4` mediumint(8) unsigned NOT NULL default '0',
10289   `ReqSourceCount1` smallint(5) unsigned NOT NULL default '0',
10290   `ReqSourceCount2` smallint(5) unsigned NOT NULL default '0',
10291   `ReqSourceCount3` smallint(5) unsigned NOT NULL default '0',
10292   `ReqSourceCount4` smallint(5) unsigned NOT NULL default '0',
10293   `ReqSourceRef1` tinyint(3) unsigned NOT NULL default '0',
10294   `ReqSourceRef2` tinyint(3) unsigned NOT NULL default '0',
10295   `ReqSourceRef3` tinyint(3) unsigned NOT NULL default '0',
10296   `ReqSourceRef4` tinyint(3) unsigned NOT NULL default '0',
10297   `ReqCreatureOrGOId1` mediumint(9) NOT NULL default '0',
10298   `ReqCreatureOrGOId2` mediumint(9) NOT NULL default '0',
10299   `ReqCreatureOrGOId3` mediumint(9) NOT NULL default '0',
10300   `ReqCreatureOrGOId4` mediumint(9) NOT NULL default '0',
10301   `ReqCreatureOrGOCount1` smallint(5) unsigned NOT NULL default '0',
10302   `ReqCreatureOrGOCount2` smallint(5) unsigned NOT NULL default '0',
10303   `ReqCreatureOrGOCount3` smallint(5) unsigned NOT NULL default '0',
10304   `ReqCreatureOrGOCount4` smallint(5) unsigned NOT NULL default '0',
10305   `ReqSpellCast1` mediumint(8) unsigned NOT NULL default '0',
10306   `ReqSpellCast2` mediumint(8) unsigned NOT NULL default '0',
10307   `ReqSpellCast3` mediumint(8) unsigned NOT NULL default '0',
10308   `ReqSpellCast4` mediumint(8) unsigned NOT NULL default '0',
10309   `RewChoiceItemId1` mediumint(8) unsigned NOT NULL default '0',
10310   `RewChoiceItemId2` mediumint(8) unsigned NOT NULL default '0',
10311   `RewChoiceItemId3` mediumint(8) unsigned NOT NULL default '0',
10312   `RewChoiceItemId4` mediumint(8) unsigned NOT NULL default '0',
10313   `RewChoiceItemId5` mediumint(8) unsigned NOT NULL default '0',
10314   `RewChoiceItemId6` mediumint(8) unsigned NOT NULL default '0',
10315   `RewChoiceItemCount1` smallint(5) unsigned NOT NULL default '0',
10316   `RewChoiceItemCount2` smallint(5) unsigned NOT NULL default '0',
10317   `RewChoiceItemCount3` smallint(5) unsigned NOT NULL default '0',
10318   `RewChoiceItemCount4` smallint(5) unsigned NOT NULL default '0',
10319   `RewChoiceItemCount5` smallint(5) unsigned NOT NULL default '0',
10320   `RewChoiceItemCount6` smallint(5) unsigned NOT NULL default '0',
10321   `RewItemId1` mediumint(8) unsigned NOT NULL default '0',
10322   `RewItemId2` mediumint(8) unsigned NOT NULL default '0',
10323   `RewItemId3` mediumint(8) unsigned NOT NULL default '0',
10324   `RewItemId4` mediumint(8) unsigned NOT NULL default '0',
10325   `RewItemCount1` smallint(5) unsigned NOT NULL default '0',
10326   `RewItemCount2` smallint(5) unsigned NOT NULL default '0',
10327   `RewItemCount3` smallint(5) unsigned NOT NULL default '0',
10328   `RewItemCount4` smallint(5) unsigned NOT NULL default '0',
10329   `RewRepFaction1` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case',
10330   `RewRepFaction2` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case',
10331   `RewRepFaction3` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case',
10332   `RewRepFaction4` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case',
10333   `RewRepFaction5` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case',
10334   `RewRepValue1` mediumint(9) NOT NULL default '0',
10335   `RewRepValue2` mediumint(9) NOT NULL default '0',
10336   `RewRepValue3` mediumint(9) NOT NULL default '0',
10337   `RewRepValue4` mediumint(9) NOT NULL default '0',
10338   `RewRepValue5` mediumint(9) NOT NULL default '0',
10339   `RewOrReqMoney` int(11) NOT NULL default '0',
10340   `RewMoneyMaxLevel` int(10) unsigned NOT NULL default '0',
10341   `RewSpell` mediumint(8) unsigned NOT NULL default '0',
10342   `RewSpellCast` mediumint(8) unsigned NOT NULL default '0',
10343   `RewMailTemplateId` mediumint(8) unsigned NOT NULL default '0',
10344   `RewMailDelaySecs` int(11) unsigned NOT NULL default '0',
10345   `PointMapId` smallint(5) unsigned NOT NULL default '0',
10346   `PointX` float NOT NULL default '0',
10347   `PointY` float NOT NULL default '0',
10348   `PointOpt` mediumint(8) unsigned NOT NULL default '0',
10349   `DetailsEmote1` smallint(5) unsigned NOT NULL default '0',
10350   `DetailsEmote2` smallint(5) unsigned NOT NULL default '0',
10351   `DetailsEmote3` smallint(5) unsigned NOT NULL default '0',
10352   `DetailsEmote4` smallint(5) unsigned NOT NULL default '0',
10353   `IncompleteEmote` smallint(5) unsigned NOT NULL default '0',
10354   `CompleteEmote` smallint(5) unsigned NOT NULL default '0',
10355   `OfferRewardEmote1` smallint(5) unsigned NOT NULL default '0',
10356   `OfferRewardEmote2` smallint(5) unsigned NOT NULL default '0',
10357   `OfferRewardEmote3` smallint(5) unsigned NOT NULL default '0',
10358   `OfferRewardEmote4` smallint(5) unsigned NOT NULL default '0',
10359   `StartScript` mediumint(8) unsigned NOT NULL default '0',
10360   `CompleteScript` mediumint(8) unsigned NOT NULL default '0',
10361   PRIMARY KEY  (`entry`)
10362 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Quest System';
10365 -- Dumping data for table `quest_template`
10368 LOCK TABLES `quest_template` WRITE;
10369 /*!40000 ALTER TABLE `quest_template` DISABLE KEYS */;
10370 /*!40000 ALTER TABLE `quest_template` ENABLE KEYS */;
10371 UNLOCK TABLES;
10374 -- Table structure for table `reference_loot_template`
10377 DROP TABLE IF EXISTS `reference_loot_template`;
10378 CREATE TABLE `reference_loot_template` (
10379   `entry` mediumint(8) unsigned NOT NULL default '0',
10380   `item` mediumint(8) unsigned NOT NULL default '0',
10381   `ChanceOrQuestChance` float NOT NULL default '100',
10382   `groupid` tinyint(3) unsigned NOT NULL default '0',
10383   `mincountOrRef` mediumint(9) NOT NULL default '1',
10384   `maxcount` tinyint(3) unsigned NOT NULL default '1',
10385   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
10386   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
10387   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
10388   PRIMARY KEY  (`entry`,`item`)
10389 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
10392 -- Dumping data for table `reference_loot_template`
10395 LOCK TABLES `reference_loot_template` WRITE;
10396 /*!40000 ALTER TABLE `reference_loot_template` DISABLE KEYS */;
10397 /*!40000 ALTER TABLE `reference_loot_template` ENABLE KEYS */;
10398 UNLOCK TABLES;
10401 -- Table structure for table `reserved_name`
10404 DROP TABLE IF EXISTS `reserved_name`;
10405 CREATE TABLE `reserved_name` (
10406   `name` varchar(12) NOT NULL default '',
10407   PRIMARY KEY  (`name`)
10408 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Player Reserved Names';
10411 -- Dumping data for table `reserved_name`
10414 LOCK TABLES `reserved_name` WRITE;
10415 /*!40000 ALTER TABLE `reserved_name` DISABLE KEYS */;
10416 /*!40000 ALTER TABLE `reserved_name` ENABLE KEYS */;
10417 UNLOCK TABLES;
10420 -- Table structure for table `skill_discovery_template`
10423 DROP TABLE IF EXISTS `skill_discovery_template`;
10424 CREATE TABLE `skill_discovery_template` (
10425   `spellId` mediumint(8) unsigned NOT NULL default '0' COMMENT 'SpellId of the discoverable spell',
10426   `reqSpell` mediumint(8) unsigned NOT NULL default '0' COMMENT 'spell requirement',
10427   `chance` float NOT NULL default '0' COMMENT 'chance to discover',
10428   PRIMARY KEY  (`spellId`)
10429 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Skill Discovery System';
10432 -- Dumping data for table `skill_discovery_template`
10435 LOCK TABLES `skill_discovery_template` WRITE;
10436 /*!40000 ALTER TABLE `skill_discovery_template` DISABLE KEYS */;
10437 /*!40000 ALTER TABLE `skill_discovery_template` ENABLE KEYS */;
10438 UNLOCK TABLES;
10441 -- Table structure for table `skill_extra_item_template`
10444 DROP TABLE IF EXISTS `skill_extra_item_template`;
10445 CREATE TABLE `skill_extra_item_template` (
10446   `spellId` mediumint(8) unsigned NOT NULL default '0' COMMENT 'SpellId of the item creation spell',
10447   `requiredSpecialization` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Specialization spell id',
10448   `additionalCreateChance` float NOT NULL default '0' COMMENT 'chance to create add',
10449   `additionalMaxNum` tinyint(3) unsigned NOT NULL default '0' COMMENT 'max num of adds',
10450   PRIMARY KEY  (`spellId`)
10451 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Skill Specialization System';
10454 -- Dumping data for table `skill_extra_item_template`
10457 LOCK TABLES `skill_extra_item_template` WRITE;
10458 /*!40000 ALTER TABLE `skill_extra_item_template` DISABLE KEYS */;
10459 /*!40000 ALTER TABLE `skill_extra_item_template` ENABLE KEYS */;
10460 UNLOCK TABLES;
10463 -- Table structure for table `skill_fishing_base_level`
10466 DROP TABLE IF EXISTS `skill_fishing_base_level`;
10467 CREATE TABLE `skill_fishing_base_level` (
10468   `entry` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Area identifier',
10469   `skill` smallint(6) NOT NULL default '0' COMMENT 'Base skill level requirement',
10470   PRIMARY KEY  (`entry`)
10471 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Fishing system';
10474 -- Dumping data for table `skill_fishing_base_level`
10477 LOCK TABLES `skill_fishing_base_level` WRITE;
10478 /*!40000 ALTER TABLE `skill_fishing_base_level` DISABLE KEYS */;
10479 /*!40000 ALTER TABLE `skill_fishing_base_level` ENABLE KEYS */;
10480 UNLOCK TABLES;
10483 -- Table structure for table `skinning_loot_template`
10486 DROP TABLE IF EXISTS `skinning_loot_template`;
10487 CREATE TABLE `skinning_loot_template` (
10488   `entry` mediumint(8) unsigned NOT NULL default '0',
10489   `item` mediumint(8) unsigned NOT NULL default '0',
10490   `ChanceOrQuestChance` float NOT NULL default '100',
10491   `groupid` tinyint(3) unsigned NOT NULL default '0',
10492   `mincountOrRef` mediumint(9) NOT NULL default '1',
10493   `maxcount` tinyint(3) unsigned NOT NULL default '1',
10494   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
10495   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
10496   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
10497   PRIMARY KEY  (`entry`,`item`)
10498 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
10501 -- Dumping data for table `skinning_loot_template`
10504 LOCK TABLES `skinning_loot_template` WRITE;
10505 /*!40000 ALTER TABLE `skinning_loot_template` DISABLE KEYS */;
10506 /*!40000 ALTER TABLE `skinning_loot_template` ENABLE KEYS */;
10507 UNLOCK TABLES;
10510 -- Table structure for table `spell_affect`
10513 DROP TABLE IF EXISTS `spell_affect`;
10514 CREATE TABLE `spell_affect` (
10515   `entry` smallint(5) unsigned NOT NULL default '0',
10516   `effectId` tinyint(3) unsigned NOT NULL default '0',
10517   `SpellFamilyMask` bigint(20) unsigned NOT NULL default '0',
10518   PRIMARY KEY  (`entry`,`effectId`)
10519 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
10522 -- Dumping data for table `spell_affect`
10525 LOCK TABLES `spell_affect` WRITE;
10526 /*!40000 ALTER TABLE `spell_affect` DISABLE KEYS */;
10527 INSERT INTO `spell_affect` VALUES
10528 (5420,2,0x00001012100000D0),
10529 (8875,1,0x0000040000000000),
10530 (11069,0,0x0000000000000001),
10531 (11070,0,0x0000000000000020),
10532 (11071,0,0x0000000000100000),
10533 (11083,0,0x0000000000C20017),
10534 (11124,0,0x0000000008C20017),
10535 (11151,0,0x00000000000202E0),
10536 (11160,0,0x00000001020203E0),
10537 (11175,1,0x0000000000100000),
10538 (11207,0,0x00000000000202E0),
10539 (11222,0,0x0000000020001800),
10540 (11242,0,0x0000000020001000),
10541 (11247,0,0x0000000000002000),
10542 (12042,0,0x0000000020E01AF7),
10543 (12042,1,0x0000000020E01AF7),
10544 (12042,2,0x0000000020E01AF7),
10545 (12043,0,0x0000000021400035),
10546 (12285,0,0x0000000000000001),
10547 (12286,0,0x0000000000000020),
10548 (12287,1,0x0000000000000080),
10549 (12295,1,0x0000000002000000),
10550 (12295,2,0x0000040000000000),
10551 (12301,0,0x0000000000000100),
10552 (12303,1,0x0000100000000000),
10553 (12308,0,0x0000000000004000),
10554 (12318,0,0x0000008000010000),
10555 (12321,0,0x0000008000030000),
10556 (12321,1,0x0000008000030000),
10557 (12330,0,0x0000000000200000),
10558 (12338,0,0x0000000000000001),
10559 (12339,0,0x0000000000000001),
10560 (12340,0,0x0000000000000001),
10561 (12341,0,0x0000000000000001),
10562 (12351,0,0x0000000000C20017),
10563 (12378,0,0x0000000008C20017),
10564 (12398,0,0x0000000008C20017),
10565 (12399,0,0x0000000008C20017),
10566 (12400,0,0x0000000008C20017),
10567 (12467,0,0x0000000020001000),
10568 (12469,0,0x0000000020001000),
10569 (12472,1,0x00000000E44008A5),
10570 (12473,0,0x0000000000000020),
10571 (12496,0,0x0000000000100000),
10572 (12497,0,0x0000000000100000),
10573 (12518,0,0x00000001020203E0),
10574 (12519,0,0x00000001020203E0),
10575 (12536,0,0x0000000020C01AF7),
10576 (12569,1,0x0000000000100000),
10577 (12571,1,0x0000000000100000),
10578 (12658,0,0x0000000000000020),
10579 (12659,0,0x0000000000000020),
10580 (12665,1,0x0000000000000080),
10581 (12666,1,0x0000000000000080),
10582 (12672,0,0x00000000000202E0),
10583 (12676,1,0x0000000002000000),
10584 (12676,2,0x0000040000000000),
10585 (12677,1,0x0000000002000000),
10586 (12677,2,0x0000040000000000),
10587 (12697,0,0x0000000000000001),
10588 (12788,1,0x0000100000000000),
10589 (12789,1,0x0000100000000000),
10590 (12810,0,0x0000000000004000),
10591 (12811,0,0x0000000000004000),
10592 (12818,0,0x0000000000000100),
10593 (12835,0,0x0000008000030000),
10594 (12835,1,0x0000008000030000),
10595 (12836,0,0x0000008000030000),
10596 (12836,1,0x0000008000030000),
10597 (12837,0,0x0000008000030000),
10598 (12837,1,0x0000008000030000),
10599 (12838,0,0x0000008000030000),
10600 (12838,1,0x0000008000030000),
10601 (12839,0,0x0000000020001800),
10602 (12840,0,0x0000000020001800),
10603 (12841,0,0x0000000020001800),
10604 (12842,0,0x0000000020001800),
10605 (12857,0,0x0000008000010000),
10606 (12858,0,0x0000008000010000),
10607 (12860,0,0x0000008000010000),
10608 (12861,0,0x0000008000010000),
10609 (12862,0,0x0000000000200000),
10610 (12945,1,0x0000000000001000),
10611 (12952,0,0x00000000000202E0),
10612 (12953,0,0x00000000000202E0),
10613 (12954,0,0x00000000000202E0),
10614 (12957,0,0x00000000000202E0),
10615 (13733,0,0x0000000000000004),
10616 (13733,1,0x0000000400000000),
10617 (13742,0,0x0000000000000060),
10618 (13743,0,0x0000000000000040),
10619 (13865,0,0x0000000000000004),
10620 (13865,1,0x0000000400000000),
10621 (13866,0,0x0000000000000004),
10622 (13866,1,0x0000000400000000),
10623 (13872,0,0x0000000000000060),
10624 (13875,0,0x0000000000000040),
10625 (13975,0,0x0000000000400000),
10626 (13975,1,0x0000000000400000),
10627 (13976,0,0x0000000000000700),
10628 (13979,0,0x0000000000000700),
10629 (13980,0,0x0000000000000700),
10630 (13981,0,0x0000000001000000),
10631 (13981,1,0x0000000000000800),
10632 (14057,0,0x0000000600000304),
10633 (14062,0,0x0000000000400000),
10634 (14062,1,0x0000000000400000),
10635 (14063,0,0x0000000000400000),
10636 (14063,1,0x0000000000400000),
10637 (14064,0,0x0000000000400000),
10638 (14064,1,0x0000000000400000),
10639 (14065,0,0x0000000000400000),
10640 (14065,1,0x0000000000400000),
10641 (14066,0,0x0000000001000000),
10642 (14066,1,0x0000000000000800),
10643 (14072,0,0x0000000600000304),
10644 (14073,0,0x0000000600000304),
10645 (14074,0,0x0000000600000304),
10646 (14075,0,0x0000000600000304),
10647 (14076,0,0x0000000001000080),
10648 (14076,1,0x0000000001000080),
10649 (14082,0,0x0000000000000500),
10650 (14083,0,0x0000000000000500),
10651 (14094,0,0x0000000001000080),
10652 (14094,1,0x0000000001000080),
10653 (14113,0,0x000000000001E000),
10654 (14114,0,0x000000000001E000),
10655 (14115,0,0x000000000001E000),
10656 (14116,0,0x000000000001E000),
10657 (14117,0,0x000000000001E000),
10658 (14128,0,0x000000062600000E),
10659 (14132,0,0x000000062600000E),
10660 (14135,0,0x000000062600000E),
10661 (14136,0,0x000000062600000E),
10662 (14137,0,0x000000062600000E),
10663 (14143,0,0x0000000004000206),
10664 (14149,0,0x0000000004000206),
10665 (14162,0,0x0000000000020000),
10666 (14163,0,0x0000000000020000),
10667 (14164,0,0x0000000000020000),
10668 (14168,0,0x0000000000080000),
10669 (14169,0,0x0000000000080000),
10670 (14174,0,0x0000000000200000),
10671 (14175,0,0x0000000000200000),
10672 (14176,0,0x0000000000200000),
10673 (14177,0,0x0000000C6012031E),
10674 (14179,0,0x00000009003E0000),
10675 (14520,0,0x00000963BF61C16F),
10676 (14523,1,0x000000208030016B),
10677 (14523,2,0x000000208030016B),
10678 (14743,0,0x0000049440963E90),
10679 (14747,0,0x0000000000000002),
10680 (14750,0,0x0000000000000010),
10681 (14751,0,0xFFFFFFFFFFFFFFFF),
10682 (14751,1,0xFFFFFFFFFFFFFFFF),
10683 (14770,0,0x0000000000000002),
10684 (14771,0,0x0000000000000002),
10685 (14772,0,0x0000000000000010),
10686 (14780,0,0x00000963BF61C16F),
10687 (14781,0,0x00000963BF61C16F),
10688 (14782,0,0x00000963BF61C16F),
10689 (14783,0,0x00000963BF61C16F),
10690 (14784,1,0x000000208030016B),
10691 (14784,2,0x000000208030016B),
10692 (14785,1,0x000000208030016B),
10693 (14785,2,0x000000208030016B),
10694 (14786,1,0x000000208030016B),
10695 (14786,2,0x000000208030016B),
10696 (14787,1,0x000000208030016B),
10697 (14787,2,0x000000208030016B),
10698 (14908,0,0x0000000000000040),
10699 (14909,1,0x0000000000100080),
10700 (14911,0,0x0000002000000200),
10701 (14912,0,0x0000000000041400),
10702 (14913,0,0x0000000400041E00),
10703 (15012,0,0x0000000400041E00),
10704 (15013,0,0x0000000000041400),
10705 (15014,0,0x0000000000041400),
10706 (15017,1,0x0000000000100080),
10707 (15018,0,0x0000002000000200),
10708 (15020,0,0x0000000000000040),
10709 (15047,0,0x00000000000202E0),
10710 (15052,0,0x00000000000202E0),
10711 (15053,0,0x00000000000202E0),
10712 (15257,0,0x000004020288A010),
10713 (15259,0,0x0000000202002000),
10714 (15259,1,0x0000040000808000),
10715 (15260,0,0x00000442068BA000),
10716 (15272,0,0x00000D4A068BE104),
10717 (15307,0,0x0000000202002000),
10718 (15307,1,0x0000040000808000),
10719 (15308,0,0x0000000202002000),
10720 (15308,1,0x0000040000808000),
10721 (15309,0,0x0000000202002000),
10722 (15309,1,0x0000040000808000),
10723 (15310,0,0x0000000202002000),
10724 (15310,1,0x0000040000808000),
10725 (15318,0,0x00000D4A068BE104),
10726 (15320,0,0x00000D4A068BE104),
10727 (15327,0,0x00000442068BA000),
10728 (15328,0,0x00000442068BA000),
10729 (15329,0,0x00000442068BA000),
10730 (15330,0,0x00000442068BA000),
10731 (15331,0,0x000004020288A010),
10732 (15332,0,0x000004020288A010),
10733 (15333,0,0x000004020288A010),
10734 (15334,0,0x000004020288A010),
10735 (16035,0,0x0000000090100003),
10736 (16038,0,0x0000000040000000),
10737 (16039,0,0x0000000090100003),
10738 (16041,0,0x0000000000000003),
10739 (16043,0,0x0000000000000008),
10740 (16043,1,0x0000000100000000),
10741 (16086,0,0x0000000000000020),
10742 (16086,1,0x0000000000000020),
10743 (16086,2,0x0000000000000004),
10744 (16089,0,0x00000004D3300407),
10745 (16105,0,0x0000000090100003),
10746 (16106,0,0x0000000090100003),
10747 (16106,1,0x0000000090100003),
10748 (16107,0,0x0000000090100003),
10749 (16108,0,0x0000000090100003),
10750 (16109,0,0x0000000090100003),
10751 (16110,0,0x0000000090100003),
10752 (16111,0,0x0000000090100003),
10753 (16112,0,0x0000000090100003),
10754 (16117,0,0x0000000000000003),
10755 (16118,0,0x0000000000000003),
10756 (16119,0,0x0000000000000003),
10757 (16120,0,0x0000000000000003),
10758 (16130,0,0x0000000000000008),
10759 (16130,1,0x0000000100000000),
10760 (16160,0,0x0000000040000000),
10761 (16161,0,0x0000000040000000),
10762 (16166,0,0x0000000090100003),
10763 (16166,1,0x0000000090100003),
10764 (16173,0,0x0000000020081018),
10765 (16179,0,0x00000000000000C0),
10766 (16181,0,0x00000000000001C0),
10767 (16184,0,0x0000000000000200),
10768 (16184,1,0x0000000000000200),
10769 (16187,0,0x0000000000006000),
10770 (16187,1,0x0000000000006000),
10771 (16188,0,0x00000000000009C3),
10772 (16189,0,0x000001000403E000),
10773 (16205,0,0x0000000000006000),
10774 (16205,1,0x0000000000006000),
10775 (16206,0,0x0000000000006000),
10776 (16206,1,0x0000000000006000),
10777 (16207,0,0x0000000000006000),
10778 (16207,1,0x0000000000006000),
10779 (16208,0,0x0000000000006000),
10780 (16208,1,0x0000000000006000),
10781 (16209,1,0x0000000000000200),
10782 (16214,0,0x00000000000000C0),
10783 (16215,0,0x00000000000000C0),
10784 (16216,0,0x00000000000000C0),
10785 (16217,0,0x00000000000000C0),
10786 (16222,0,0x0000000020081018),
10787 (16223,0,0x0000000020081018),
10788 (16224,0,0x0000000020081018),
10789 (16225,0,0x0000000020081018),
10790 (16230,0,0x00000000000001C0),
10791 (16232,0,0x00000000000001C0),
10792 (16233,0,0x00000000000001C0),
10793 (16234,0,0x00000000000001C0),
10794 (16246,0,0x0000000090100003),
10795 (16258,0,0x0000000000008000),
10796 (16258,1,0x0000000000040000),
10797 (16259,0,0x0000000000010000),
10798 (16259,1,0x0000000000020000),
10799 (16261,0,0x0000000000000400),
10800 (16266,0,0x0000000000400000),
10801 (16266,1,0x0000000001000000),
10802 (16266,2,0x0000000000800000),
10803 (16290,0,0x0000000000000400),
10804 (16291,0,0x0000000000000400),
10805 (16293,0,0x0000000000008000),
10806 (16293,1,0x0000000000040000),
10807 (16295,0,0x0000000000010000),
10808 (16295,1,0x0000000000020000),
10809 (16493,0,0x0000014D2A600CEF),
10810 (16494,0,0x0000014D2A600CEF),
10811 (16513,0,0x000000080001E000),
10812 (16513,1,0x000000000001E000),
10813 (16513,2,0x000000000001E000),
10814 (16514,0,0x000000080001E000),
10815 (16514,1,0x000000000001E000),
10816 (16514,2,0x000000000001E000),
10817 (16515,0,0x000000080001E000),
10818 (16515,1,0x000000000001E000),
10819 (16515,2,0x000000000001E000),
10820 (16544,2,0x0000000000000004),
10821 (16578,0,0x0000000000000003),
10822 (16579,0,0x0000000000000003),
10823 (16580,0,0x0000000000000003),
10824 (16581,0,0x0000000000000003),
10825 (16582,0,0x0000000000000003),
10826 (16719,0,0x000000080001E000),
10827 (16719,1,0x000000000001E000),
10828 (16719,2,0x000000000001E000),
10829 (16720,0,0x000000080001E000),
10830 (16720,1,0x000000000001E000),
10831 (16720,2,0x000000000001E000),
10832 (16757,0,0x00000000000200A0),
10833 (16757,1,0x0000000000000240),
10834 (16758,0,0x00000000000200A0),
10835 (16758,1,0x0000000000000240),
10836 (16763,0,0x0000000000000020),
10837 (16765,0,0x0000000000000020),
10838 (16766,0,0x0000000000000020),
10839 (16814,0,0x0000000000000005),
10840 (16815,0,0x0000000000000005),
10841 (16816,0,0x0000000000000005),
10842 (16817,0,0x0000000000000005),
10843 (16818,0,0x0000000000000005),
10844 (16819,0,0x0002122000600707),
10845 (16820,0,0x0002122000600707),
10846 (16821,0,0x0000000000000002),
10847 (16821,1,0x0000000000000002),
10848 (16821,2,0x0000000000000002),
10849 (16822,0,0x0000000000000002),
10850 (16822,1,0x0000000000000002),
10851 (16822,2,0x0000000000000002),
10852 (16833,0,0x0000E000E2000000),
10853 (16834,0,0x0000E000E2000000),
10854 (16835,0,0x0000E000E2000000),
10855 (16836,1,0x0000000000000300),
10856 (16839,1,0x0000000000000300),
10857 (16840,1,0x0000000000000300),
10858 (16850,1,0x0000000000000001),
10859 (16870,0,0x001007F100E3FEFF),
10860 (16886,0,0x0000000001000265),
10861 (16896,0,0x0000000000000007),
10862 (16896,1,0x0000000000000007),
10863 (16897,0,0x0000000000000007),
10864 (16897,1,0x0000000000000007),
10865 (16899,0,0x0000000000000007),
10866 (16899,1,0x0000000000000007),
10867 (16900,0,0x0000000000000007),
10868 (16900,1,0x0000000000000007),
10869 (16901,0,0x0000000000000007),
10870 (16901,1,0x0000000000000007),
10871 (16918,0,0x0000002000000200),
10872 (16919,0,0x0000002000000200),
10873 (16920,0,0x0000002000000200),
10874 (16923,1,0x0000000000000001),
10875 (16924,1,0x0000000000000001),
10876 (16934,0,0x0010004000000800),
10877 (16934,1,0x0000040000001000),
10878 (16935,0,0x0010004000000800),
10879 (16935,1,0x0000040000001000),
10880 (16936,0,0x0010004000000800),
10881 (16936,1,0x0000040000001000),
10882 (16937,0,0x0010004000000800),
10883 (16937,1,0x0000040000001000),
10884 (16938,0,0x0010004000000800),
10885 (16938,1,0x0000040000001000),
10886 (16947,1,0x0000000002000000),
10887 (16948,1,0x0000000002000000),
10888 (16949,1,0x0000000002000000),
10889 (16966,0,0x0000000000008000),
10890 (16966,1,0x0000010000000000),
10891 (16968,0,0x0000000000008000),
10892 (16968,1,0x0000010000000000),
10893 (16998,0,0x0000000000001000),
10894 (16998,2,0x0000000000001000),
10895 (16999,0,0x0000000000001000),
10896 (16999,2,0x0000000000001000),
10897 (17104,0,0x00000010000000F0),
10898 (17104,1,0x00000010000000F0),
10899 (17111,0,0x0000000000000010),
10900 (17112,0,0x0000000000000010),
10901 (17113,0,0x0000000000000010),
10902 (17114,0,0x0000000000000010),
10903 (17115,0,0x0000000000000010),
10904 (17116,0,0x0002002010000261),
10905 (17118,0,0x001005D000E193F7),
10906 (17118,1,0x0004103000340750),
10907 (17119,0,0x001005D000E193F7),
10908 (17119,1,0x0004103000340750),
10909 (17120,0,0x001005D000E193F7),
10910 (17120,1,0x0004103000340750),
10911 (17121,0,0x001005D000E193F7),
10912 (17121,1,0x0004103000340750),
10913 (17122,0,0x001005D000E193F7),
10914 (17122,1,0x0004103000340750),
10915 (17123,0,0x0000000000000080),
10916 (17124,0,0x0000000000000080),
10917 (17191,0,0x0000000000000040),
10918 (17322,0,0x00000542068AA004),
10919 (17323,0,0x00000542068AA004),
10920 (17768,0,0x0000000040000000),
10921 (17768,1,0x0000000080000000),
10922 (17778,0,0x000010C0000003E5),
10923 (17779,0,0x000010C0000003E5),
10924 (17780,0,0x000010C0000003E5),
10925 (17781,0,0x000010C0000003E5),
10926 (17782,0,0x000010C0000003E5),
10927 (17788,1,0x0000008000000000),
10928 (17789,1,0x0000008000000000),
10929 (17790,1,0x0000008000000000),
10930 (17791,1,0x0000008000000000),
10931 (17792,1,0x0000008000000000),
10932 (17904,0,0x0000000000000000),
10933 (17912,0,0x0000000000000000),
10934 (17913,0,0x0000000000000000),
10935 (17914,0,0x0000000000000000),
10936 (17915,0,0x0000000000000000),
10937 (17916,0,0x0000000000000000),
10938 (17917,0,0x000010C0000003A5),
10939 (17917,1,0x000010C0000003E5),
10940 (17918,0,0x000010C0000003A5),
10941 (17918,1,0x000010C0000003E5),
10942 (17927,0,0x0000000000000100),
10943 (17929,0,0x0000000000000100),
10944 (17930,0,0x0000000000000100),
10945 (17941,0,0x0000000000000001),
10946 (17954,0,0x000000C000001364),
10947 (17954,1,0x000000C000001364),
10948 (17954,2,0x0000004000000000),
10949 (17955,0,0x000000C000001364),
10950 (17955,1,0x000000C000001364),
10951 (17955,2,0x0000004000000000),
10952 (17956,0,0x000000C000001364),
10953 (17956,1,0x000000C000001364),
10954 (17956,2,0x0000004000000000),
10955 (17957,0,0x000000C000001364),
10956 (17957,1,0x000000C000001364),
10957 (17957,2,0x0000004000000000),
10958 (17958,0,0x000000C000001364),
10959 (17958,1,0x000000C000001364),
10960 (17958,2,0x0000004000000000),
10961 (17959,0,0x000010C0000003E5),
10962 (18126,0,0x0000000000001000),
10963 (18127,0,0x0000000000001000),
10964 (18130,0,0x000010C0000003E5),
10965 (18131,0,0x000010C0000003E5),
10966 (18132,0,0x000010C0000003E5),
10967 (18133,0,0x000010C0000003E5),
10968 (18134,0,0x000010C0000003E5),
10969 (18135,0,0x000010C0000003E5),
10970 (18136,0,0x000010C0000003E5),
10971 (18174,0,0x0000071B804CC41A),
10972 (18175,0,0x0000071B804CC41A),
10973 (18176,0,0x0000071B804CC41A),
10974 (18177,0,0x0000071B804CC41A),
10975 (18178,0,0x0000071B804CC41A),
10976 (18179,0,0x0000000000008000),
10977 (18180,0,0x0000000000008000),
10978 (18213,0,0x0000000000004000),
10979 (18213,1,0x0000871B804CC41A),
10980 (18218,0,0x000007138048C41A),
10981 (18219,0,0x000007138048C41A),
10982 (18271,0,0x000011130008A48B),
10983 (18271,1,0x000011130008A48B),
10984 (18272,0,0x000011130008A48B),
10985 (18272,1,0x000011130008A48B),
10986 (18273,0,0x000011130008A48B),
10987 (18273,1,0x000011130008A48B),
10988 (18274,0,0x000011130008A48B),
10989 (18274,1,0x000011130008A48B),
10990 (18275,0,0x000011130008A48B),
10991 (18275,1,0x000011130008A48B),
10992 (18288,0,0x0000000200000400),
10993 (18288,1,0x0000000000400000),
10994 (18372,1,0x0000871B804CC41A),
10995 (18427,0,0x0000000000020006),
10996 (18428,0,0x0000000000020006),
10997 (18429,0,0x0000000000020006),
10998 (18544,0,0x0000041202F8A090),
10999 (18544,1,0x0000001202582090),
11000 (18544,2,0x0000040000A08000),
11001 (18547,0,0x0000041202F8A090),
11002 (18547,1,0x0000001202582090),
11003 (18547,2,0x0000040000A08000),
11004 (18548,0,0x0000041202F8A090),
11005 (18548,1,0x0000001202582090),
11006 (18548,2,0x0000040000A08000),
11007 (18549,0,0x0000041202F8A090),
11008 (18549,1,0x0000001202582090),
11009 (18549,2,0x0000040000A08000),
11010 (18550,0,0x0000041202F8A090),
11011 (18550,1,0x0000001202582090),
11012 (18550,2,0x0000040000A08000),
11013 (18703,1,0x0000000001000000),
11014 (18704,1,0x0000000001000000),
11015 (18731,0,0x0000000010000000),
11016 (18743,0,0x0000000010000000),
11017 (18744,0,0x0000000010000000),
11018 (18748,0,0x0000000008000000),
11019 (18749,0,0x0000000008000000),
11020 (18750,0,0x0000000008000000),
11021 (18767,1,0x0000000000020000),
11022 (18768,1,0x0000000000020000),
11023 (18821,0,0x0000000000000800),
11024 (18821,1,0x0000000000000800),
11025 (18821,2,0x0000000000000800),
11026 (18822,0,0x0000000000000800),
11027 (18822,1,0x0000000000000800),
11028 (18822,2,0x0000000000000800),
11029 (18827,0,0x0000000000000400),
11030 (18829,0,0x0000000000000400),
11031 (19239,0,0x0000000000000018),
11032 (19239,1,0x0000000000000004),
11033 (19245,0,0x0000000000000018),
11034 (19245,1,0x0000200000000004),
11035 (19416,0,0x000210810007FA00),
11036 (19417,0,0x000210810007FA00),
11037 (19418,0,0x000210810007FA00),
11038 (19419,0,0x000210810007FA00),
11039 (19420,0,0x000210810007FA00),
11040 (19461,0,0x0000000000003000),
11041 (19461,1,0x0000000000003000),
11042 (19462,0,0x0000000000003000),
11043 (19462,1,0x0000000000003000),
11044 (19464,0,0x0000010000004000),
11045 (19464,1,0x0000008000000000),
11046 (19464,2,0x000011800000C000),
11047 (19465,0,0x0000010000004000),
11048 (19465,1,0x0000008000000000),
11049 (19465,2,0x000011800000C000),
11050 (19466,0,0x0000010000004000),
11051 (19466,1,0x0000008000000000),
11052 (19466,2,0x000011800000C000),
11053 (19467,0,0x0000010000004000),
11054 (19467,1,0x0000008000000000),
11055 (19467,2,0x000011800000C000),
11056 (19468,0,0x0000010000004000),
11057 (19468,1,0x0000008000000000),
11058 (19468,2,0x000011800000C000),
11059 (19485,0,0x0000000100061801),
11060 (19487,0,0x0000000100061801),
11061 (19488,0,0x0000000100061801),
11062 (19489,0,0x0000000100061801),
11063 (19490,0,0x0000000100061801),
11064 (19498,0,0x000210810007FA01),
11065 (19499,0,0x000210810007FA01),
11066 (19500,0,0x000210810007FA01),
11067 (19549,0,0x0000000000080000),
11068 (19550,0,0x0000000000080000),
11069 (19551,0,0x0000000000080000),
11070 (19552,0,0x0000000000100000),
11071 (19552,1,0x0000020000000000),
11072 (19553,0,0x0000000000100000),
11073 (19553,1,0x0000020000000000),
11074 (19554,0,0x0000000000100000),
11075 (19554,1,0x0000020000000000),
11076 (19555,0,0x0000000000100000),
11077 (19555,1,0x0000020000000000),
11078 (19556,0,0x0000000000100000),
11079 (19556,1,0x0000020000000000),
11080 (19559,0,0x0000000000200000),
11081 (19560,0,0x0000000000200000),
11082 (19572,1,0x0000000000800000),
11083 (19573,1,0x0000000000800000),
11084 (19583,0,0x0000000008000000),
11085 (19584,0,0x0000000008000000),
11086 (19585,0,0x0000000008000000),
11087 (19586,0,0x0000000008000000),
11088 (19587,0,0x0000000008000000),
11089 (19590,0,0x0000000020000000),
11090 (19592,0,0x0000000020000000),
11091 (19598,0,0x0000000040000000),
11092 (19599,0,0x0000000040000000),
11093 (19600,0,0x0000000040000000),
11094 (19601,0,0x0000000040000000),
11095 (19602,0,0x0000000040000000),
11096 (19609,0,0x0000000004000000),
11097 (19610,0,0x0000000004000000),
11098 (19612,0,0x0000000004000000),
11099 (20101,0,0x000004000A000200),
11100 (20102,0,0x000004000A000200),
11101 (20103,0,0x000004000A000200),
11102 (20104,0,0x000004000A000200),
11103 (20105,0,0x000004000A000200),
11104 (20138,0,0x0000000000000040),
11105 (20139,0,0x0000000000000040),
11106 (20140,0,0x0000000000000040),
11107 (20141,0,0x0000000000000040),
11108 (20142,0,0x0000000000000040),
11109 (20174,0,0x0000000000000080),
11110 (20174,1,0x0000000000000010),
11111 (20175,0,0x0000000000000080),
11112 (20175,1,0x0000000000000010),
11113 (20216,0,0x00010000C0200000),
11114 (20224,0,0x0000000008000400),
11115 (20225,0,0x0000000008000400),
11116 (20237,0,0x00000000C0000000),
11117 (20238,0,0x00000000C0000000),
11118 (20239,0,0x00000000C0000000),
11119 (20249,0,0x0000000040000000),
11120 (20250,0,0x0000000040000000),
11121 (20251,0,0x0000000040000000),
11122 (20254,0,0x0000000000020000),
11123 (20254,1,0x0000000000020000),
11124 (20254,2,0x0000000000020000),
11125 (20255,0,0x0000000000020000),
11126 (20255,1,0x0000000000020000),
11127 (20255,2,0x0000000000020000),
11128 (20256,0,0x0000000000020000),
11129 (20256,1,0x0000000000020000),
11130 (20256,2,0x0000000000020000),
11131 (20330,0,0x0000000008000400),
11132 (20331,0,0x0000000008000400),
11133 (20332,0,0x0000000008000400),
11134 (20335,0,0x0000000020000000),
11135 (20336,0,0x0000000020000000),
11136 (20337,0,0x0000000020000000),
11137 (20359,0,0x0000000080000000),
11138 (20360,0,0x0000000080000000),
11139 (20361,0,0x0000000080000000),
11140 (20468,1,0x0000000000000001),
11141 (20469,1,0x0000000000000001),
11142 (20470,1,0x0000000000000001),
11143 (20575,0,0x0000000004000000),
11144 (20575,1,0x0000000004000000),
11145 (20576,0,0x0000000002000000),
11146 (21873,0,0x0000E000E2000000),
11147 (21881,0,0x000000000001E000),
11148 (21887,0,0x0000036C2A764EEF),
11149 (21895,0,0x000000000403E000),
11150 (21899,0,0x0000000000000100),
11151 (21942,1,0x0000000008000000),
11152 (22008,0,0x0000000021400035),
11153 (23025,0,0x0000000000010000),
11154 (23047,0,0x0000040000000000),
11155 (23047,1,0x0000040000000000),
11156 (23158,0,0x0000000000000200),
11157 (23300,0,0x0000000020000000),
11158 (23555,0,0x000010C0000003E5),
11159 (23561,0,0x0000000000004000),
11160 (23566,0,0x0000000000001000),
11161 (23724,0,0x0000E000E2000000),
11162 (23726,0,0x0000000000002000),
11163 (23726,1,0x0000000000010000),
11164 (24348,0,0x0000000000200000),
11165 (24429,0,0x0000000000004000),
11166 (24431,0,0x0000000400000000),
11167 (24460,0,0x0000000010000180),
11168 (24469,0,0x0000000001000000),
11169 (24499,0,0x0000000000000400),
11170 (24542,1,0x00000000000000F0),
11171 (24546,1,0x0000000400041E00),
11172 (24691,0,0x0000000000003000),
11173 (24691,1,0x0000000000003000),
11174 (24943,0,0x00000010000000F0),
11175 (24943,1,0x00000010000000F0),
11176 (24944,0,0x00000010000000F0),
11177 (24944,1,0x00000010000000F0),
11178 (24945,0,0x00000010000000F0),
11179 (24945,1,0x00000010000000F0),
11180 (24946,0,0x00000010000000F0),
11181 (24946,1,0x00000010000000F0),
11182 (26106,0,0x0000000010000000),
11183 (26109,0,0x00000080000F0000),
11184 (26112,0,0x0000000000000020),
11185 (26118,0,0x0000000004000000),
11186 (26118,1,0x0000000004000000),
11187 (26174,0,0x0000000000000020),
11188 (27789,1,0x0000000010400200),
11189 (27790,1,0x0000000010400200),
11190 (27828,0,0x0000049440963E90),
11191 (27846,0,0x0000000000000020),
11192 (27850,0,0x0000000000000040),
11193 (27851,0,0x0000000000001000),
11194 (28088,0,0x000000000001E000),
11195 (28107,0,0x0000000000040000),
11196 (28539,0,0x0000000000001000),
11197 (28682,0,0x0000004008C20017),
11198 (28743,0,0x00000000000000F0),
11199 (28746,1,0x0000000100000406),
11200 (28751,0,0x0000000000021000),
11201 (28755,0,0x0000000000000020),
11202 (28763,0,0x0000000004000000),
11203 (28774,0,0x0000000000008000),
11204 (28775,0,0x0000000100000000),
11205 (28787,0,0x0000000000001000),
11206 (28807,0,0x0000000000000040),
11207 (28808,0,0x0000000411041E40),
11208 (28811,0,0x0000000002020006),
11209 (28814,0,0x0000000000020000),
11210 (28815,0,0x0000000002000006),
11211 (28818,0,0x0000000020081018),
11212 (28821,0,0x0000000000000400),
11213 (28829,0,0x0000000000000002),
11214 (28831,0,0x0000000000000001),
11215 (28842,0,0x0000000100004440),
11216 (28843,0,0x0000000000088000),
11217 (28844,0,0x0000000000000400),
11218 (28852,0,0x0000000000000200),
11219 (28852,1,0x0000000020000000),
11220 (28855,0,0x0000000000000800),
11221 (28855,1,0x0010000000000000),
11222 (28999,0,0x0000000000000003),
11223 (29000,0,0x0000000000000003),
11224 (29005,0,0x0000000090100003),
11225 (29063,0,0x00000000000009C3),
11226 (29079,0,0x0000000000400000),
11227 (29079,1,0x0000000001000000),
11228 (29079,2,0x0000000000800000),
11229 (29080,0,0x0000000000400000),
11230 (29080,1,0x0000000001000000),
11231 (29080,2,0x0000000000800000),
11232 (29171,0,0x0000000000004000),
11233 (29187,0,0x00000000000001C0),
11234 (29187,1,0x0004103000340750),
11235 (29189,0,0x00000000000001C0),
11236 (29189,1,0x0004103000340750),
11237 (29191,0,0x00000000000001C0),
11238 (29191,1,0x0004103000340750),
11239 (29202,0,0x0000000000000040),
11240 (29205,0,0x0000000000000040),
11241 (29206,0,0x0000000000000040),
11242 (29438,0,0x0000000000D000D7),
11243 (29439,0,0x0000000000D000D7),
11244 (29440,0,0x0000000000D000D7),
11245 (29721,0,0x0000000400000000),
11246 (29723,0,0x0000000800002010),
11247 (29723,1,0x0000000800002010),
11248 (29724,0,0x0000000800002010),
11249 (29724,1,0x0000000800002010),
11250 (29725,0,0x0000000800002010),
11251 (29725,1,0x0000000800002010),
11252 (29759,1,0x0000075D6E6ECEEF),
11253 (29760,1,0x0000075D6E6ECEEF),
11254 (29761,1,0x0000075D6E6ECEEF),
11255 (29762,1,0x0000075D6E6ECEEF),
11256 (29763,1,0x0000075D6E6ECEEF),
11257 (29776,0,0x0000000400000000),
11258 (29787,0,0x0000036C2A764EEF),
11259 (29790,0,0x0000036C2A764EEF),
11260 (29792,0,0x0000036C2A764EEF),
11261 (29836,0,0x0000001000000020),
11262 (29859,0,0x0000001000000020),
11263 (29888,0,0x0000000040000000),
11264 (29889,0,0x0000000040000000),
11265 (29976,0,0x0000000021400035),
11266 (30049,0,0x0000000000080000),
11267 (30051,0,0x0000000000080000),
11268 (30052,0,0x0000000000080000),
11269 (30054,0,0x0000000800000000),
11270 (30057,0,0x0000000800000000),
11271 (30060,0,0x0000001000000402),
11272 (30060,1,0x0000001000000402),
11273 (30060,2,0x0000871B804CC41A),
11274 (30061,0,0x0000001000000402),
11275 (30061,1,0x0000001000000402),
11276 (30061,2,0x0000871B804CC41A),
11277 (30062,0,0x0000001000000402),
11278 (30062,1,0x0000001000000402),
11279 (30062,2,0x0000871B804CC41A),
11280 (30063,0,0x0000001000000402),
11281 (30063,1,0x0000001000000402),
11282 (30063,2,0x0000871B804CC41A),
11283 (30064,0,0x0000001000000402),
11284 (30064,1,0x0000001000000402),
11285 (30064,2,0x0000871B804CC41A),
11286 (30085,0,0x0000071B804CC41A),
11287 (30085,1,0x0000000000000400),
11288 (30085,2,0x0000000000000002),
11289 (30086,0,0x0000071B804CC41A),
11290 (30086,1,0x0000000000000400),
11291 (30086,2,0x0000000000000002),
11292 (30017,0,0x0000000000000000),
11293 (30143,0,0x0000002000000000),
11294 (30144,0,0x0000002000000000),
11295 (30145,0,0x0000002000000000),
11296 (30242,0,0x0000200000000000),
11297 (30245,0,0x0000200000000000),
11298 (30246,0,0x0000200000000000),
11299 (30247,0,0x0000200000000000),
11300 (30248,0,0x0000200000000000),
11301 (30251,0,0x000010C000000125),
11302 (30256,0,0x000010C000000125),
11303 (30280,0,0x0000000000000000),
11304 (30288,0,0x0000004000000001),
11305 (30289,0,0x0000004000000001),
11306 (30290,0,0x0000004000000001),
11307 (30291,0,0x0000004000000001),
11308 (30292,0,0x0000004000000001),
11309 (30319,1,0x0000400000000000),
11310 (30320,1,0x0000400000000000),
11311 (30321,1,0x0000400000000000),
11312 (30326,0,0x0000000000040010),
11313 (30327,0,0x0000000000040010),
11314 (30328,0,0x0000000000040010),
11315 (30812,0,0x00000C78B018141B),
11316 (30813,0,0x00000C78B018141B),
11317 (30814,0,0x00000C78B018141B),
11318 (30872,0,0x0000000000000100),
11319 (30873,0,0x0000000000000100),
11320 (30892,0,0x0000000008000000),
11321 (30893,0,0x0000000008000000),
11322 (31216,1,0x0000000002000004),
11323 (31217,1,0x0000000002000004),
11324 (31218,1,0x0000000002000004),
11325 (31219,1,0x0000000002000004),
11326 (31220,1,0x0000000002000004),
11327 (31226,0,0x000000000001E000),
11328 (31227,0,0x000000000001E000),
11329 (31234,0,0x000001002612030F),
11330 (31234,1,0x0000000000100100),
11331 (31235,0,0x000001002612030F),
11332 (31235,1,0x0000000000100100),
11333 (31236,0,0x000001002612030F),
11334 (31236,1,0x0000000000100100),
11335 (31237,0,0x000001002612030F),
11336 (31237,1,0x0000000000100100),
11337 (31238,0,0x000001002612030F),
11338 (31238,1,0x0000000000100100),
11339 (31571,0,0x0000000200000000),
11340 (31572,0,0x0000000200000000),
11341 (31573,0,0x0000000200000000),
11342 (31579,0,0x0000000000200000),
11343 (31579,1,0x0000000000000800),
11344 (31582,0,0x0000000000200000),
11345 (31582,1,0x0000000000000800),
11346 (31583,0,0x0000000000200000),
11347 (31583,1,0x0000000000000800),
11348 (31656,0,0x0000000000000001),
11349 (31657,0,0x0000000000000001),
11350 (31658,0,0x0000000000000001),
11351 (31659,0,0x0000000000000001),
11352 (31660,0,0x0000000000000001),
11353 (31670,0,0x0000000500000200),
11354 (31672,0,0x0000000500000200),
11355 (31682,0,0x0000000000000020),
11356 (31682,1,0x0000000000000020),
11357 (31683,0,0x0000000000000020),
11358 (31683,1,0x0000000000000020),
11359 (31684,0,0x0000000000000020),
11360 (31684,1,0x0000000000000020),
11361 (31685,0,0x0000000000000020),
11362 (31685,1,0x0000000000000020),
11363 (31686,0,0x0000000000000020),
11364 (31686,1,0x0000000000000020),
11365 (31821,0,0x0000000004020048),
11366 (31825,0,0x0000000000001020),
11367 (31825,1,0x0000000200000000),
11368 (31826,0,0x0000000000001020),
11369 (31826,1,0x0000000200000000),
11370 (31834,0,0x0000000080000000),
11371 (31844,1,0x000005401A00038C),
11372 (31845,1,0x000005401A00038C),
11373 (31848,0,0x0000000000400000),
11374 (31848,1,0x0000000000400000),
11375 (31849,0,0x0000000000400000),
11376 (31849,1,0x0000000000400000),
11377 (31869,0,0x0000002000000000),
11378 (31870,0,0x0000002000000000),
11379 (31879,0,0x0000000800000400),
11380 (31880,0,0x0000000800000400),
11381 (31881,0,0x0000000800000400),
11382 (31882,0,0x0000000800000400),
11383 (31883,0,0x0000000800000400),
11384 (32043,1,0x000004000A000000),
11385 (32203,1,0x0001100001C22000),
11386 (32381,0,0x0000000000000002),
11387 (32382,0,0x0000000000000002),
11388 (32383,0,0x0000000000000002),
11389 (32412,0,0x0000000000000400),
11390 (32477,0,0x0000020000000000),
11391 (32483,0,0x0000020000000000),
11392 (32484,0,0x0000020000000000),
11393 (32601,1,0x0000000020800008),
11394 (32743,0,0x0000000000000800),
11395 (32973,0,0x0000000090100000),
11396 (33018,0,0x0000001000000000),
11397 (33020,0,0x0000000000000400),
11398 (33063,0,0x0000040000000000),
11399 (33066,0,0x0000000000000002),
11400 (33151,0,0x0000000000000080),
11401 (33151,1,0x0000000000000080),
11402 (33151,2,0x0000000000000080),
11403 (33158,0,0x0000000000001000),
11404 (33158,1,0x0000000000000800),
11405 (33159,0,0x0000000000001000),
11406 (33159,1,0x0000000000000800),
11407 (33160,0,0x0000000000001000),
11408 (33160,1,0x0000000000000800),
11409 (33161,0,0x0000000000001000),
11410 (33161,1,0x0000000000000800),
11411 (33162,0,0x0000000000001000),
11412 (33162,1,0x0000000000000800),
11413 (33167,0,0x0000008100000000),
11414 (33171,0,0x0000008100000000),
11415 (33172,0,0x0000008100000000),
11416 (33174,0,0x0000000000000020),
11417 (33174,1,0x0000000000000020),
11418 (33182,0,0x0000000000000020),
11419 (33182,1,0x0000000000000020),
11420 (33186,0,0x0000008000000000),
11421 (33186,1,0x0000008000002080),
11422 (33190,0,0x0000008000000000),
11423 (33190,1,0x0000008000002080),
11424 (33213,0,0x0000000000822000),
11425 (33214,0,0x0000000000822000),
11426 (33215,0,0x0000000000822000),
11427 (33221,0,0x0000000200002000),
11428 (33222,0,0x0000000200002000),
11429 (33223,0,0x0000000200002000),
11430 (33224,0,0x0000000200002000),
11431 (33225,0,0x0000000200002000),
11432 (33333,0,0x0000000020000000),
11433 (33421,0,0x0000000200000000),
11434 (33557,0,0x0000000000000200),
11435 (33557,1,0x0000000020000000),
11436 (33565,0,0x0000000000001000),
11437 (33600,0,0x0000000000000400),
11438 (33600,1,0x0000000000000400),
11439 (33601,0,0x0000000000000400),
11440 (33601,1,0x0000000000000400),
11441 (33602,0,0x0000000000000400),
11442 (33602,1,0x0000000000000400),
11443 (33603,0,0x0000000000000004),
11444 (33603,1,0x0000000000000001),
11445 (33604,0,0x0000000000000004),
11446 (33604,1,0x0000000000000001),
11447 (33605,0,0x0000000000000004),
11448 (33605,1,0x0000000000000001),
11449 (33606,0,0x0000000000000004),
11450 (33606,1,0x0000000000000001),
11451 (33607,0,0x0000000000000004),
11452 (33607,1,0x0000000000000001),
11453 (33693,0,0x0000000000008000),
11454 (33696,0,0x0000000000000001),
11455 (33713,0,0x0000000200000000),
11456 (33714,0,0x0000000200000000),
11457 (33830,0,0x0000002000000000),
11458 (33830,1,0x0000002000000000),
11459 (33877,0,0x0000000000000002),
11460 (33879,0,0x0000000000000020),
11461 (33880,0,0x0000000000000020),
11462 (33886,0,0x00000010000000D0),
11463 (33887,0,0x00000010000000D0),
11464 (33888,0,0x00000010000000D0),
11465 (33889,0,0x00000010000000D0),
11466 (33890,0,0x00000010000000D0),
11467 (34128,0,0x0000001000000000),
11468 (34129,0,0x0000000040000000),
11469 (34129,1,0x0000000040000000),
11470 (34131,0,0x0000000000000080),
11471 (34131,1,0x0000000000000080),
11472 (34253,0,0x0000010000000000),
11473 (34297,0,0x0000080000000000),
11474 (34300,0,0x0000080000000000),
11475 (34318,0,0x0000000000000400),
11476 (34318,1,0x0000002000000000),
11477 (34323,0,0x0000008000800000),
11478 (34453,1,0x0000000400000000),
11479 (34454,1,0x0000000400000000),
11480 (34455,0,0x0000002000000000),
11481 (34455,1,0x0000004000000000),
11482 (34459,0,0x0000002000000000),
11483 (34459,1,0x0000004000000000),
11484 (34460,0,0x0000002000000000),
11485 (34460,1,0x0000004000000000),
11486 (34462,1,0x0000000800000000),
11487 (34464,1,0x0000000800000000),
11488 (34465,1,0x0000000800000000),
11489 (34466,1,0x0000001000000000),
11490 (34467,1,0x0000001000000000),
11491 (34468,1,0x0000001000000000),
11492 (34469,1,0x0000001000000000),
11493 (34470,1,0x0000001000000000),
11494 (34491,0,0x00004000000000C2),
11495 (34491,1,0x0000000000000080),
11496 (34492,0,0x00004000000000C2),
11497 (34492,1,0x0000000000000080),
11498 (34493,0,0x00004000000000C2),
11499 (34493,1,0x0000000000000080),
11500 (34520,1,0x0000000000000000),
11501 (34754,0,0x0000000400001800),
11502 (34936,0,0x0000004000000001),
11503 (34948,1,0x0000000000000020),
11504 (34949,1,0x0000000000000020),
11505 (35029,1,0x0000080000000000),
11506 (35030,1,0x0000080000000000),
11507 (35098,0,0x0000000000020801),
11508 (35099,0,0x0000000000020801),
11509 (35104,0,0x0000000000001000),
11510 (35104,1,0x0000000000002000),
11511 (35110,0,0x0000000000001000),
11512 (35110,1,0x0000000000002000),
11513 (35111,0,0x0000000000001000),
11514 (35111,1,0x0000000000002000),
11515 (35363,0,0x0000000000000005),
11516 (35364,0,0x0000000000000005),
11517 (35396,1,0x000004000A000000),
11518 (35397,1,0x000004000A000000),
11519 (35446,0,0x0000000002000000),
11520 (35446,1,0x0000000002000000),
11521 (35448,0,0x0000000002000000),
11522 (35448,1,0x0000000002000000),
11523 (35449,0,0x0000000002000000),
11524 (35449,1,0x0000000002000000),
11525 (35450,0,0x0000000002000000),
11526 (35450,1,0x0000000002000000),
11527 (35451,0,0x0000000002000000),
11528 (35451,1,0x0000000002000000),
11529 (35578,0,0x0000000028E212F7),
11530 (35581,0,0x0000000028E212F7),
11531 (36032,0,0x0000000020000000),
11532 (36032,1,0x0000000020000000),
11533 (36413,0,0x0000000000000001),
11534 (36563,1,0x0000000000000204),
11535 (36563,2,0x0000000000000100),
11536 (37166,0,0x0000000000800000),
11537 (37167,0,0x0000000000040000),
11538 (37171,0,0x00000009003E0000),
11539 (37180,0,0x0000000000000020),
11540 (37181,0,0x0000000400000000),
11541 (37183,0,0x0000010000000000),
11542 (37184,0,0x0000040008000000),
11543 (37184,1,0x0000040008000000),
11544 (37185,0,0x0000004000000000),
11545 (37186,0,0x0000000020000000),
11546 (37187,0,0x0000020000000000),
11547 (37190,0,0x0000000000000008),
11548 (37191,0,0x0000004000000000),
11549 (37194,0,0x0000000000800000),
11550 (37207,0,0x0000000000000002),
11551 (37209,0,0x0000000000000400),
11552 (37209,1,0x0000002000000000),
11553 (37210,0,0x0000000000004000),
11554 (37211,0,0x0000008000000000),
11555 (37212,0,0x0000010000000000),
11556 (37223,0,0x0000000000010000),
11557 (37224,0,0x0000001000000000),
11558 (37225,0,0x0000000000000080),
11559 (37234,0,0x0000000000000080),
11560 (37240,0,0x0000000000000080),
11561 (37241,0,0x0000020000000000),
11562 (37286,0,0x0000000000000010),
11563 (37287,0,0x0000E000E2000000),
11564 (37292,0,0x0008000000000000),
11565 (37297,0,0x0000100000000000),
11566 (37313,0,0x0000000000000040),
11567 (37314,0,0x0000001000000000),
11568 (37316,0,0x0000000000000040),
11569 (37325,0,0x0000000000000040),
11570 (37333,0,0x0000000000008000),
11571 (37333,1,0x0000010000000000),
11572 (37376,0,0x0000001000000000),
11573 (37380,0,0x0000000000000006),
11574 (37423,0,0x0000000000000004),
11575 (37424,0,0x0000000000008000),
11576 (37438,0,0x0000000000000021),
11577 (37439,0,0x0000002000000000),
11578 (37439,1,0x0000004000000000),
11579 (37439,2,0x0000008000000000),
11580 (37441,0,0x0000000020000000),
11581 (37441,1,0x0000000020000000),
11582 (37447,0,0x0000010000000000),
11583 (37481,0,0x0000000000000080),
11584 (37484,0,0x0000000000000100),
11585 (37485,0,0x0000000000001000),
11586 (37505,0,0x0000000100000000),
11587 (37507,0,0x0000000000000800),
11588 (37508,0,0x0000000100061800),
11589 (37508,1,0x0000000000000000),
11590 (37512,0,0x00000080000F0000),
11591 (37513,0,0x0000000000000001),
11592 (37517,0,0x0000014D2A600CEF),
11593 (37518,0,0x0000000400000000),
11594 (37522,0,0x0000000000001000),
11595 (37535,0,0x0000000002000000),
11596 (37536,0,0x0000000000010000),
11597 (37556,0,0x0000000400000000),
11598 (37564,0,0x0000000000000200),
11599 (37565,0,0x0000000000001000),
11600 (37570,1,0x0000010000000000),
11601 (37571,0,0x0000000000000080),
11602 (37571,1,0x0000000000800000),
11603 (37593,0,0x0000000000000040),
11604 (37706,0,0x0000000411041E40),
11605 (37721,0,0x00000010000000F0),
11606 (37722,0,0x00000000000001C0),
11607 (37723,0,0x00000000C0000000),
11608 (37736,0,0x0000040000000000),
11609 (37736,1,0x0000004000000000),
11610 (37737,0,0x0000000000000040),
11611 (37738,0,0x0000000000000040),
11612 (37739,0,0x0000000080000000),
11613 (37740,0,0x0000000000000001),
11614 (37742,0,0x0000004000000000),
11615 (37760,0,0x0000000000000001),
11616 (37762,0,0x0000001000000000),
11617 (37763,0,0x0000800000000000),
11618 (37878,0,0x00000010000000F0),
11619 (37879,0,0x00000000C0000000),
11620 (37880,0,0x0000000411041E40),
11621 (37881,0,0x00000000000001C0),
11622 (38314,0,0x0000E000E2000000),
11623 (38321,0,0x0000000000000020),
11624 (38322,0,0x0000000000000100),
11625 (38388,0,0x0000000000040000),
11626 (38389,0,0x0000000E00000006),
11627 (38392,0,0x0000000100000000),
11628 (38393,0,0x0000000000000001),
11629 (38396,0,0x0000000004000000),
11630 (38397,0,0x0000000000000821),
11631 (38398,0,0x0000000020000000),
11632 (38399,0,0x0000000002000000),
11633 (38407,0,0x0000000100000000),
11634 (38408,0,0x0000008000000000),
11635 (38410,0,0x0000000000000200),
11636 (38411,0,0x0000000000001000),
11637 (38412,0,0x0000000000002000),
11638 (38413,0,0x0000000000008000),
11639 (38414,0,0x0000000000000002),
11640 (38415,0,0x0000000000000004),
11641 (38416,0,0x0010000000800000),
11642 (38416,1,0x0010000000800000),
11643 (38417,0,0x0000000200000000),
11644 (38420,0,0x0000000000000020),
11645 (38421,0,0x0000100000000000),
11646 (38422,0,0x0000000000000020),
11647 (38424,0,0x0000008000000000),
11648 (38425,0,0x0000000040000000),
11649 (38426,0,0x0000000080000000),
11650 (38429,0,0x0000000090100000),
11651 (38434,0,0x0000000000000100),
11652 (38435,0,0x0000000000000080),
11653 (38436,0,0x0000000000000001),
11654 (38447,0,0x0000040000000000),
11655 (38447,1,0x0000004000000000),
11656 (38466,0,0x0008000000000000),
11657 (38499,0,0x0000008000000000),
11658 (38501,0,0x0000000000000080),
11659 (38522,0,0x0000000040000000),
11660 (39805,0,0x0000000000000003),
11661 (39805,1,0x0000000000000003),
11662 (39926,1,0x0000080000000000),
11663 (39926,2,0x0000200000000000),
11664 (39950,0,0x0000000000000040),
11665 (40389,0,0x0000800000000000),
11666 (40460,0,0x00000009003E0000),
11667 (41021,0,0x0000004000000000),
11668 (41021,1,0x0000004000000000),
11669 (41026,0,0x0000004000000000),
11670 (41026,1,0x0000004000000000),
11671 (41037,0,0x0000044000000000),
11672 (41042,0,0x0000000000800000),
11673 (42367,0,0x0000001000000000),
11674 (43339,0,0x0000000090100000),
11675 (43725,0,0x0000001000000000),
11676 (43736,0,0x0000000000000010),
11677 (43743,1,0x0000000008000400),
11678 (43752,0,0x0000000000000100),
11679 (43837,0,0x0000000080000000),
11680 (43840,0,0x0000044000000000),
11681 (43841,0,0x0000000000000002),
11682 (43842,0,0x0000044000000000),
11683 (43843,0,0x0000044000000000),
11684 (43844,0,0x0000000000000002),
11685 (43845,0,0x0000000000000002),
11686 (43850,0,0x0000000000800000),
11687 (43851,0,0x0000000000800000),
11688 (43852,0,0x0000000000800000),
11689 (43854,0,0x0000004000000000),
11690 (43855,0,0x0000004000000000),
11691 (43856,0,0x0000004000000000),
11692 (43857,0,0x0000001000000000),
11693 (43858,0,0x0000001000000000),
11694 (43859,0,0x0000001000000000),
11695 (43860,0,0x0000000090100000),
11696 (43861,0,0x0000000090100000),
11697 (43862,0,0x0000000090100000),
11698 (44292,0,0x0000000000001000),
11699 (44293,0,0x0000000000000200),
11700 (44295,0,0x0000000090100000),
11701 (44296,0,0x0000000000000001),
11702 (44297,0,0x0000000000010000),
11703 (44299,0,0x0000000000040000),
11704 (44300,0,0x0000800000000000),
11705 (44301,0,0x0000000001000000),
11706 (44302,0,0x0000000001000000),
11707 (44373,0,0x0000000000000000),
11708 (46088,0,0x0000044000000000),
11709 (46090,0,0x0000000000000002),
11710 (46091,0,0x0000000000800000),
11711 (46095,0,0x0000004000000000),
11712 (46096,0,0x0000001000000000),
11713 (46097,0,0x0000000090100000),
11714 (46100,0,0x0000001000000000),
11715 (46833,0,0x0000000000000004),
11716 (46834,0,0x0000000000000040),
11717 (46851,0,0x0001000000000000);
11719 /*!40000 ALTER TABLE `spell_affect` ENABLE KEYS */;
11720 UNLOCK TABLES;
11723 -- Table structure for table `spell_chain`
11726 DROP TABLE IF EXISTS `spell_chain`;
11727 CREATE TABLE `spell_chain` (
11728   `spell_id` mediumint(9) NOT NULL default '0',
11729   `prev_spell` mediumint(9) NOT NULL default '0',
11730   `first_spell` mediumint(9) NOT NULL default '0',
11731   `rank` tinyint(4) NOT NULL default '0',
11732   `req_spell` mediumint(9) NOT NULL default '0',
11733   PRIMARY KEY  (`spell_id`)
11734 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Spell Additinal Data';
11737 -- Dumping data for table `spell_chain`
11740 LOCK TABLES `spell_chain` WRITE;
11741 /*!40000 ALTER TABLE `spell_chain` DISABLE KEYS */;
11742 INSERT INTO `spell_chain` VALUES
11743 (10,0,10,1,0),
11744 (17,0,17,1,0),
11745 (53,0,53,1,0),
11746 (72,0,72,1,0),
11747 (78,0,78,1,0),
11748 (99,0,99,1,0),
11749 (100,0,100,1,0),
11750 (116,0,116,1,0),
11751 (118,0,118,1,0),
11752 (120,0,120,1,0),
11753 (122,0,122,1,0),
11754 (133,0,133,1,0),
11755 (136,0,136,1,0),
11756 (139,0,139,1,0),
11757 (143,133,133,2,0),
11758 (145,143,133,3,0),
11759 (168,0,168,1,0),
11760 (172,0,172,1,0),
11761 (205,116,116,2,0),
11762 (284,78,78,2,0),
11763 (285,284,78,3,0),
11764 (324,0,324,1,0),
11765 (325,324,324,2,0),
11766 (331,0,331,1,0),
11767 (332,331,331,2,0),
11768 (339,0,339,1,0),
11769 (348,0,348,1,0),
11770 (370,0,370,1,0),
11771 (403,0,403,1,0),
11772 (408,0,408,1,0),
11773 (421,0,421,1,0),
11774 (453,0,453,1,0),
11775 (465,0,465,1,0),
11776 (467,0,467,1,0),
11777 (469,0,469,1,0),
11778 (498,0,498,1,0),
11779 (527,0,527,1,0),
11780 (529,403,403,2,0),
11781 (543,0,543,1,0),
11782 (547,332,331,3,0),
11783 (548,529,403,3,0),
11784 (585,0,585,1,0),
11785 (586,0,586,1,0),
11786 (587,0,587,1,0),
11787 (588,0,588,1,0),
11788 (589,0,589,1,0),
11789 (591,585,585,2,0),
11790 (592,17,17,2,0),
11791 (594,589,589,2,0),
11792 (596,0,596,1,0),
11793 (597,587,587,2,0),
11794 (598,591,585,3,0),
11795 (600,592,17,3,0),
11796 (602,7128,588,3,0),
11797 (603,0,603,1,0),
11798 (604,0,604,1,0),
11799 (605,0,605,1,0),
11800 (633,0,633,1,0),
11801 (635,0,635,1,0),
11802 (639,635,635,2,0),
11803 (642,0,642,1,0),
11804 (643,10290,465,3,0),
11805 (647,639,635,3,0),
11806 (686,0,686,1,0),
11807 (687,0,687,1,0),
11808 (688,0,688,1,0),
11809 (689,0,689,1,0),
11810 (693,0,693,1,0),
11811 (694,0,694,1,0),
11812 (695,686,686,2,0),
11813 (696,687,687,2,0),
11814 (699,689,689,2,0),
11815 (702,0,702,1,0),
11816 (703,0,703,1,0),
11817 (704,0,704,1,0),
11818 (705,695,686,3,0),
11819 (706,0,706,1,0),
11820 (707,348,348,2,0),
11821 (709,699,689,3,0),
11822 (710,0,710,1,0),
11823 (724,0,724,1,0),
11824 (740,0,740,1,0),
11825 (755,0,755,1,0),
11826 (769,780,779,3,0),
11827 (770,0,770,1,0),
11828 (772,0,772,1,0),
11829 (774,0,774,1,0),
11830 (778,770,770,2,0),
11831 (779,0,779,1,0),
11832 (780,779,779,2,0),
11833 (781,0,781,1,0),
11834 (782,467,467,2,0),
11835 (837,205,116,3,0),
11836 (845,0,845,1,0),
11837 (853,0,853,1,0),
11838 (865,122,122,2,0),
11839 (879,0,879,1,0),
11840 (905,325,324,3,0),
11841 (913,547,331,4,0),
11842 (915,548,403,4,0),
11843 (930,421,421,2,0),
11844 (939,913,331,5,0),
11845 (943,915,403,5,0),
11846 (945,905,324,4,0),
11847 (959,939,331,6,0),
11848 (970,594,589,3,0),
11849 (974,0,974,1,0),
11850 (976,0,976,1,0),
11851 (980,0,980,1,0),
11852 (984,598,585,4,0),
11853 (988,527,527,2,0),
11854 (990,597,587,3,0),
11855 (992,970,589,4,0),
11856 (996,596,596,2,0),
11857 (1004,984,585,5,0),
11858 (1006,602,588,4,0),
11859 (1008,0,1008,1,0),
11860 (1014,980,980,2,0),
11861 (1020,642,642,2,0),
11862 (1022,0,1022,1,0),
11863 (1026,647,635,4,0),
11864 (1032,10291,465,5,0),
11865 (1038,0,1038,1,0),
11866 (1042,1026,635,5,0),
11867 (1058,774,774,2,0),
11868 (1062,339,339,2,0),
11869 (1064,0,1064,1,0),
11870 (1075,782,467,3,0),
11871 (1079,0,1079,1,0),
11872 (1082,0,1082,1,0),
11873 (1086,706,706,2,0),
11874 (1088,705,686,4,0),
11875 (1094,707,348,3,0),
11876 (1098,0,1098,1,0),
11877 (1106,1088,686,5,0),
11878 (1108,702,702,2,0),
11879 (1120,0,1120,1,0),
11880 (1126,0,1126,1,0),
11881 (1130,0,1130,1,0),
11882 (1160,0,1160,1,0),
11883 (1243,0,1243,1,0),
11884 (1244,1243,1243,2,0),
11885 (1245,1244,1243,3,0),
11886 (1329,0,1329,1,0),
11887 (1430,1058,774,3,0),
11888 (1449,0,1449,1,0),
11889 (1454,0,1454,1,0),
11890 (1455,1454,1454,2,0),
11891 (1456,1455,1454,3,0),
11892 (1459,0,1459,1,0),
11893 (1460,1459,1459,2,0),
11894 (1461,1460,1459,3,0),
11895 (1463,0,1463,1,0),
11896 (1464,0,1464,1,0),
11897 (1490,0,1490,1,0),
11898 (1495,0,1495,1,0),
11899 (1499,0,1499,1,0),
11900 (1510,0,1510,1,0),
11901 (1513,0,1513,1,0),
11902 (1535,0,1535,1,0),
11903 (1608,285,78,4,0),
11904 (1671,72,72,2,0),
11905 (1672,1671,72,3,0),
11906 (1714,0,1714,1,0),
11907 (1715,0,1715,1,0),
11908 (1735,99,99,2,0),
11909 (1742,0,1742,1,0),
11910 (1752,0,1752,1,0),
11911 (1753,1742,1742,2,0),
11912 (1754,1753,1742,3,0),
11913 (1755,1754,1742,4,0),
11914 (1756,1755,1742,5,0),
11915 (1757,1752,1752,2,0),
11916 (1758,1757,1752,3,0),
11917 (1759,1758,1752,4,0),
11918 (1760,1759,1752,5,0),
11919 (1766,0,1766,1,0),
11920 (1767,1766,1766,2,0),
11921 (1768,1767,1766,3,0),
11922 (1769,1768,1766,4,0),
11923 (1776,0,1776,1,0),
11924 (1777,1776,1776,2,0),
11925 (1784,0,1784,1,0),
11926 (1785,1784,1784,2,0),
11927 (1786,1785,1784,3,0),
11928 (1787,1786,1784,4,0),
11929 (1804,0,1804,1,0),
11930 (1822,0,1822,1,0),
11931 (1823,1822,1822,2,0),
11932 (1824,1823,1822,3,0),
11933 (1850,0,1850,1,0),
11934 (1856,0,1856,1,0),
11935 (1857,1856,1856,2,0),
11936 (1943,0,1943,1,0),
11937 (1949,0,1949,1,0),
11938 (1966,0,1966,1,0),
11939 (1978,0,1978,1,0),
11940 (2006,0,2006,1,0),
11941 (2008,0,2008,1,0),
11942 (2010,2006,2006,2,0),
11943 (2018,0,2018,1,0),
11944 (2048,25289,6673,8,0),
11945 (2050,0,2050,1,0),
11946 (2052,2050,2050,2,0),
11947 (2053,2052,2050,3,0),
11948 (2054,0,2054,1,0),
11949 (2055,2054,2054,2,0),
11950 (2060,0,2060,1,0),
11951 (2061,0,2061,1,0),
11952 (2062,0,2062,1,0),
11953 (2070,6770,6770,2,0),
11954 (2090,1430,774,4,0),
11955 (2091,2090,774,5,0),
11956 (2096,0,2096,1,0),
11957 (2098,0,2098,1,0),
11958 (2108,0,2108,1,0),
11959 (2120,0,2120,1,0),
11960 (2121,2120,2120,2,0),
11961 (2136,0,2136,1,0),
11962 (2137,2136,2136,2,0),
11963 (2138,2137,2136,3,0),
11964 (2259,0,2259,1,0),
11965 (2362,0,2362,1,0),
11966 (2366,0,2366,1,0),
11967 (2368,2366,2366,2,0),
11968 (2550,0,2550,1,0),
11969 (2575,0,2575,1,0),
11970 (2576,2575,2575,2,0),
11971 (2589,53,53,2,0),
11972 (2590,2589,53,3,0),
11973 (2591,2590,53,4,0),
11974 (2637,0,2637,1,0),
11975 (2643,0,2643,1,0),
11976 (2649,0,2649,1,0),
11977 (2651,0,2651,1,0),
11978 (2652,0,2652,1,0),
11979 (2767,992,589,5,0),
11980 (2791,1245,1243,4,0),
11981 (2800,633,633,2,0),
11982 (2812,0,2812,1,0),
11983 (2825,0,2825,1,0),
11984 (2835,0,2835,1,0),
11985 (2837,2835,2835,2,0),
11986 (2860,930,421,3,0),
11987 (2878,0,2878,1,0),
11988 (2894,0,2894,1,0),
11989 (2908,0,2908,1,0),
11990 (2912,0,2912,1,0),
11991 (2941,1094,348,4,0),
11992 (2944,0,2944,1,0),
11993 (2947,0,2947,1,0),
11994 (2948,0,2948,1,0),
11995 (2973,0,2973,1,0),
11996 (2974,0,2974,1,0),
11997 (2983,0,2983,1,0),
11998 (3009,3010,16827,8,0),
11999 (3010,16832,16827,7,0),
12000 (3029,1082,1082,2,0),
12001 (3034,0,3034,1,0),
12002 (3044,0,3044,1,0),
12003 (3100,2018,2018,2,0),
12004 (3101,2259,2259,2,0),
12005 (3102,2550,2550,2,0),
12006 (3104,2108,2108,2,0),
12007 (3110,0,3110,1,0),
12008 (3111,136,136,2,0),
12009 (3140,145,133,4,0),
12010 (3273,0,3273,1,0),
12011 (3274,3273,3273,2,0),
12012 (3413,3102,2550,3,0),
12013 (3420,0,3420,1,0),
12014 (3421,3420,3420,2,0),
12015 (3464,3101,2259,3,0),
12016 (3472,1042,635,6,0),
12017 (3538,3100,2018,3,0),
12018 (3564,2576,2575,3,0),
12019 (3570,2368,2366,3,0),
12020 (3599,0,3599,1,0),
12021 (3627,2091,774,6,0),
12022 (3661,3111,136,3,0),
12023 (3662,3661,136,4,0),
12024 (3698,755,755,2,0),
12025 (3699,3698,755,3,0),
12026 (3700,3699,755,4,0),
12027 (3716,0,3716,1,0),
12028 (3738,0,3738,1,0),
12029 (3747,600,17,4,0),
12030 (3811,3104,2108,3,0),
12031 (3908,0,3908,1,0),
12032 (3909,3908,3908,2,0),
12033 (3910,3909,3908,3,0),
12034 (4036,0,4036,1,0),
12035 (4037,4036,4036,2,0),
12036 (4038,4037,4036,3,0),
12037 (4187,0,4187,1,0),
12038 (4188,4187,4187,2,0),
12039 (4189,4188,4187,3,0),
12040 (4190,4189,4187,4,0),
12041 (4191,4190,4187,5,0),
12042 (4192,4191,4187,6,0),
12043 (4193,4192,4187,7,0),
12044 (4194,4193,4187,8,0),
12045 (5041,4194,4187,9,0),
12046 (5042,5041,4187,10,0),
12047 (5138,0,5138,1,0),
12048 (5143,0,5143,1,0),
12049 (5144,5143,5143,2,0),
12050 (5145,5144,5143,3,0),
12051 (5171,0,5171,1,0),
12052 (5176,0,5176,1,0),
12053 (5177,5176,5176,2,0),
12054 (5178,5177,5176,3,0),
12055 (5179,5178,5176,4,0),
12056 (5180,5179,5176,5,0),
12057 (5185,0,5185,1,0),
12058 (5186,5185,5185,2,0),
12059 (5187,5186,5185,3,0),
12060 (5188,5187,5185,4,0),
12061 (5189,5188,5185,5,0),
12062 (5195,1062,339,3,0),
12063 (5196,5195,339,4,0),
12064 (5201,3029,1082,3,0),
12065 (5211,0,5211,1,0),
12066 (5215,0,5215,1,0),
12067 (5217,0,5217,1,0),
12068 (5221,0,5221,1,0),
12069 (5232,1126,1126,2,0),
12070 (5234,6756,1126,4,0),
12071 (5242,6673,6673,2,0),
12072 (5277,0,5277,1,0),
12073 (5308,0,5308,1,0),
12074 (5394,0,5394,1,0),
12075 (5484,0,5484,1,0),
12076 (5487,0,5487,1,0),
12077 (5504,0,5504,1,0),
12078 (5505,5504,5504,2,0),
12079 (5506,5505,5504,3,0),
12080 (5570,0,5570,1,0),
12081 (5573,498,498,2,0),
12082 (5588,853,853,2,0),
12083 (5589,5588,853,3,0),
12084 (5599,1022,1022,2,0),
12085 (5614,879,879,2,0),
12086 (5615,5614,879,3,0),
12087 (5627,2878,2878,2,0),
12088 (5675,0,5675,1,0),
12089 (5676,0,5676,1,0),
12090 (5699,6202,6201,3,0),
12091 (5730,0,5730,1,0),
12092 (5740,0,5740,1,0),
12093 (5763,0,5763,1,0),
12094 (5782,0,5782,1,0),
12095 (5938,0,5938,1,0),
12096 (6041,943,403,6,0),
12097 (6060,1004,585,6,0),
12098 (6063,2055,2054,3,0),
12099 (6064,6063,2054,4,0),
12100 (6065,3747,17,5,0),
12101 (6066,6065,17,6,0),
12102 (6074,139,139,2,0),
12103 (6075,6074,139,3,0),
12104 (6076,6075,139,4,0),
12105 (6077,6076,139,5,0),
12106 (6078,6077,139,6,0),
12107 (6117,0,6117,1,0),
12108 (6127,5506,5504,4,0),
12109 (6129,990,587,4,0),
12110 (6131,865,122,3,0),
12111 (6141,10,10,2,0),
12112 (6143,0,6143,1,0),
12113 (6178,100,100,2,0),
12114 (6190,1160,1160,2,0),
12115 (6192,5242,6673,3,0),
12116 (6201,0,6201,1,0),
12117 (6202,6201,6201,2,0),
12118 (6205,1108,702,3,0),
12119 (6213,5782,5782,2,0),
12120 (6215,6213,5782,3,0),
12121 (6217,1014,980,3,0),
12122 (6219,5740,5740,2,0),
12123 (6222,172,172,2,0),
12124 (6223,6222,172,3,0),
12125 (6226,5138,5138,2,0),
12126 (6229,0,6229,1,0),
12127 (6307,0,6307,1,0),
12128 (6343,0,6343,1,0),
12129 (6353,0,6353,1,0),
12130 (6360,0,6360,1,0),
12131 (6363,3599,3599,2,0),
12132 (6364,6363,3599,3,0),
12133 (6365,6364,3599,4,0),
12134 (6366,0,6366,1,0),
12135 (6375,5394,5394,2,0),
12136 (6377,6375,5394,3,0),
12137 (6390,5730,5730,2,0),
12138 (6391,6390,5730,3,0),
12139 (6392,6391,5730,4,0),
12140 (6542,0,6542,1,0),
12141 (6546,772,772,2,0),
12142 (6547,6546,772,3,0),
12143 (6548,6547,772,4,0),
12144 (6552,0,6552,1,0),
12145 (6554,6552,6552,2,0),
12146 (6572,0,6572,1,0),
12147 (6574,6572,6572,2,0),
12148 (6673,0,6673,1,0),
12149 (6756,5232,1126,3,0),
12150 (6760,2098,2098,2,0),
12151 (6761,6760,2098,3,0),
12152 (6762,6761,2098,4,0),
12153 (6768,1966,1966,2,0),
12154 (6770,0,6770,1,0),
12155 (6774,5171,5171,2,0),
12156 (6778,5189,5185,6,0),
12157 (6780,5180,5176,6,0),
12158 (6783,5215,5215,2,0),
12159 (6785,0,6785,1,0),
12160 (6787,6785,6785,2,0),
12161 (6789,0,6789,1,0),
12162 (6793,5217,5217,2,0),
12163 (6798,5211,5211,2,0),
12164 (6800,5221,5221,2,0),
12165 (6807,0,6807,1,0),
12166 (6808,6807,6807,2,0),
12167 (6809,6808,6807,3,0),
12168 (6940,0,6940,1,0),
12169 (7128,588,588,2,0),
12170 (7294,0,7294,1,0),
12171 (7300,168,168,2,0),
12172 (7301,7300,168,3,0),
12173 (7302,0,7302,1,0),
12174 (7320,7302,7302,2,0),
12175 (7322,837,116,4,0),
12176 (7328,0,7328,1,0),
12177 (7369,845,845,2,0),
12178 (7371,0,7371,1,0),
12179 (7372,1715,1715,2,0),
12180 (7373,7372,1715,3,0),
12181 (7379,6574,6572,3,0),
12182 (7384,0,7384,1,0),
12183 (7386,0,7386,1,0),
12184 (7400,694,694,2,0),
12185 (7402,7400,694,3,0),
12186 (7405,7386,7386,2,0),
12187 (7411,0,7411,1,0),
12188 (7412,7411,7411,2,0),
12189 (7413,7412,7411,3,0),
12190 (7620,0,7620,1,0),
12191 (7641,1106,686,6,0),
12192 (7646,6205,702,4,0),
12193 (7648,6223,172,4,0),
12194 (7651,709,689,4,0),
12195 (7658,704,704,2,0),
12196 (7659,7658,704,3,0),
12197 (7731,7620,7620,2,0),
12198 (7732,7731,7620,3,0),
12199 (7799,3110,3110,2,0),
12200 (7800,7799,3110,3,0),
12201 (7801,7800,3110,4,0),
12202 (7802,7801,3110,5,0),
12203 (7804,6307,6307,2,0),
12204 (7805,7804,6307,3,0),
12205 (7809,3716,3716,2,0),
12206 (7810,7809,3716,3,0),
12207 (7811,7810,3716,4,0),
12208 (7812,0,7812,1,0),
12209 (7813,6360,6360,2,0),
12210 (7814,0,7814,1,0),
12211 (7815,7814,7814,2,0),
12212 (7816,7815,7814,3,0),
12213 (7887,7384,7384,2,0),
12214 (7924,3274,3273,3,0),
12215 (8004,0,8004,1,0),
12216 (8005,959,331,7,0),
12217 (8008,8004,8004,2,0),
12218 (8010,8008,8004,3,0),
12219 (8012,370,370,2,0),
12220 (8017,0,8017,1,0),
12221 (8018,8017,8017,2,0),
12222 (8019,8018,8017,3,0),
12223 (8024,0,8024,1,0),
12224 (8027,8024,8024,2,0),
12225 (8030,8027,8024,3,0),
12226 (8033,0,8033,1,0),
12227 (8038,8033,8033,2,0),
12228 (8042,0,8042,1,0),
12229 (8044,8042,8042,2,0),
12230 (8045,8044,8042,3,0),
12231 (8046,8045,8042,4,0),
12232 (8050,0,8050,1,0),
12233 (8052,8050,8050,2,0),
12234 (8053,8052,8050,3,0),
12235 (8056,0,8056,1,0),
12236 (8058,8056,8056,2,0),
12237 (8071,0,8071,1,0),
12238 (8075,0,8075,1,0),
12239 (8092,0,8092,1,0),
12240 (8102,8092,8092,2,0),
12241 (8103,8102,8092,3,0),
12242 (8104,8103,8092,4,0),
12243 (8105,8104,8092,5,0),
12244 (8106,8105,8092,6,0),
12245 (8122,0,8122,1,0),
12246 (8124,8122,8122,2,0),
12247 (8129,0,8129,1,0),
12248 (8131,8129,8129,2,0),
12249 (8134,945,324,5,0),
12250 (8154,8071,8071,2,0),
12251 (8155,8154,8071,3,0),
12252 (8160,8075,8075,2,0),
12253 (8161,8160,8075,3,0),
12254 (8181,0,8181,1,0),
12255 (8184,0,8184,1,0),
12256 (8190,0,8190,1,0),
12257 (8192,453,453,2,0),
12258 (8198,6343,6343,2,0),
12259 (8204,8198,6343,3,0),
12260 (8205,8204,6343,4,0),
12261 (8227,0,8227,1,0),
12262 (8232,0,8232,1,0),
12263 (8235,8232,8232,2,0),
12264 (8249,8227,8227,2,0),
12265 (8288,1120,1120,2,0),
12266 (8289,8288,1120,3,0),
12267 (8316,2947,2947,2,0),
12268 (8317,8316,2947,3,0),
12269 (8380,7405,7386,3,0),
12270 (8400,3140,133,5,0),
12271 (8401,8400,133,6,0),
12272 (8402,8401,133,7,0),
12273 (8406,7322,116,5,0),
12274 (8407,8406,116,6,0),
12275 (8408,8407,116,7,0),
12276 (8412,2138,2136,4,0),
12277 (8413,8412,2136,5,0),
12278 (8416,5145,5143,4,0),
12279 (8417,8416,5143,5,0),
12280 (8422,2121,2120,3,0),
12281 (8423,8422,2120,4,0),
12282 (8427,6141,10,3,0),
12283 (8437,1449,1449,2,0),
12284 (8438,8437,1449,3,0),
12285 (8439,8438,1449,4,0),
12286 (8444,2948,2948,2,0),
12287 (8445,8444,2948,3,0),
12288 (8446,8445,2948,4,0),
12289 (8450,604,604,2,0),
12290 (8451,8450,604,3,0),
12291 (8455,1008,1008,2,0),
12292 (8457,543,543,2,0),
12293 (8458,8457,543,3,0),
12294 (8461,6143,6143,2,0),
12295 (8462,8461,6143,3,0),
12296 (8492,120,120,2,0),
12297 (8494,1463,1463,2,0),
12298 (8495,8494,1463,3,0),
12299 (8498,1535,1535,2,0),
12300 (8499,8498,1535,3,0),
12301 (8512,0,8512,1,0),
12302 (8613,0,8613,1,0),
12303 (8617,8613,8613,2,0),
12304 (8618,8617,8613,3,0),
12305 (8621,1760,1752,6,0),
12306 (8623,6762,2098,5,0),
12307 (8624,8623,2098,6,0),
12308 (8629,1777,1776,3,0),
12309 (8631,703,703,2,0),
12310 (8632,8631,703,3,0),
12311 (8633,8632,703,4,0),
12312 (8637,6768,1966,3,0),
12313 (8639,1943,1943,2,0),
12314 (8640,8639,1943,3,0),
12315 (8643,408,408,2,0),
12316 (8647,0,8647,1,0),
12317 (8649,8647,8647,2,0),
12318 (8650,8649,8647,3,0),
12319 (8676,0,8676,1,0),
12320 (8681,0,8681,1,0),
12321 (8687,8681,8681,2,0),
12322 (8691,8687,8681,3,0),
12323 (8694,5763,5763,2,0),
12324 (8696,2983,2983,2,0),
12325 (8721,2591,53,5,0),
12326 (8724,8676,8676,2,0),
12327 (8725,8724,8676,3,0),
12328 (8820,1464,1464,2,0),
12329 (8835,0,8835,1,0),
12330 (8903,6778,5185,7,0),
12331 (8905,6780,5176,7,0),
12332 (8907,5234,1126,5,0),
12333 (8910,3627,774,7,0),
12334 (8914,1075,467,4,0),
12335 (8918,740,740,2,0),
12336 (8921,0,8921,1,0),
12337 (8924,8921,8921,2,0),
12338 (8925,8924,8921,3,0),
12339 (8926,8925,8921,4,0),
12340 (8927,8926,8921,5,0),
12341 (8928,8927,8921,6,0),
12342 (8929,8928,8921,7,0),
12343 (8936,0,8936,1,0),
12344 (8938,8936,8936,2,0),
12345 (8939,8938,8936,3,0),
12346 (8940,8939,8936,4,0),
12347 (8941,8940,8936,5,0),
12348 (8949,2912,2912,2,0),
12349 (8950,8949,2912,3,0),
12350 (8951,8950,2912,4,0),
12351 (8955,2908,2908,2,0),
12352 (8972,6809,6807,4,0),
12353 (8983,6798,5211,3,0),
12354 (8992,6800,5221,3,0),
12355 (8998,0,8998,1,0),
12356 (9000,8998,8998,2,0),
12357 (9005,0,9005,1,0),
12358 (9035,0,9035,1,0),
12359 (9472,2061,2061,2,0),
12360 (9473,9472,2061,3,0),
12361 (9474,9473,2061,4,0),
12362 (9484,0,9484,1,0),
12363 (9485,9484,9484,2,0),
12364 (9490,1735,99,3,0),
12365 (9492,1079,1079,2,0),
12366 (9493,9492,1079,3,0),
12367 (9578,586,586,2,0),
12368 (9579,9578,586,3,0),
12369 (9592,9579,586,4,0),
12370 (9634,5487,5487,2,0),
12371 (9745,8972,6807,5,0),
12372 (9747,9490,99,4,0),
12373 (9749,778,770,3,0),
12374 (9750,8941,8936,6,0),
12375 (9752,9493,1079,4,0),
12376 (9754,769,779,4,0),
12377 (9756,8914,467,5,0),
12378 (9758,8903,5185,8,0),
12379 (9785,3538,2018,4,0),
12380 (9787,9785,2018,5,0),
12381 (9788,9785,2018,5,0),
12382 (9821,1850,1850,2,0),
12383 (9823,9005,9005,2,0),
12384 (9827,9823,9005,3,0),
12385 (9829,8992,5221,4,0),
12386 (9830,9829,5221,5,0),
12387 (9833,8929,8921,8,0),
12388 (9834,9833,8921,9,0),
12389 (9835,9834,8921,10,0),
12390 (9839,8910,774,8,0),
12391 (9840,9839,774,9,0),
12392 (9841,9840,774,10,0),
12393 (9845,6793,5217,3,0),
12394 (9846,9845,5217,4,0),
12395 (9849,5201,1082,4,0),
12396 (9850,9849,1082,5,0),
12397 (9852,5196,339,5,0),
12398 (9853,9852,339,6,0),
12399 (9856,9750,8936,7,0),
12400 (9857,9856,8936,8,0),
12401 (9858,9857,8936,9,0),
12402 (9862,8918,740,3,0),
12403 (9863,9862,740,4,0),
12404 (9866,6787,6785,3,0),
12405 (9867,9866,6785,4,0),
12406 (9875,8951,2912,5,0),
12407 (9876,9875,2912,6,0),
12408 (9880,9745,6807,6,0),
12409 (9881,9880,6807,7,0),
12410 (9884,8907,1126,6,0),
12411 (9885,9884,1126,7,0),
12412 (9888,9758,5185,9,0),
12413 (9889,9888,5185,10,0),
12414 (9892,9000,8998,3,0),
12415 (9894,9752,1079,5,0),
12416 (9896,9894,1079,6,0),
12417 (9898,9747,99,5,0),
12418 (9901,8955,2908,3,0),
12419 (9904,1824,1822,4,0),
12420 (9907,9749,770,4,0),
12421 (9908,9754,779,5,0),
12422 (9910,9756,467,6,0),
12423 (9912,8905,5176,8,0),
12424 (9913,6783,5215,3,0),
12425 (10138,6127,5504,5,0),
12426 (10139,10138,5504,6,0),
12427 (10140,10139,5504,7,0),
12428 (10144,6129,587,5,0),
12429 (10145,10144,587,6,0),
12430 (10148,8402,133,8,0),
12431 (10149,10148,133,9,0),
12432 (10150,10149,133,10,0),
12433 (10151,10150,133,11,0),
12434 (10156,1461,1459,4,0),
12435 (10157,10156,1459,5,0),
12436 (10159,8492,120,3,0),
12437 (10160,10159,120,4,0),
12438 (10161,10160,120,5,0),
12439 (10169,8455,1008,3,0),
12440 (10170,10169,1008,4,0),
12441 (10173,8451,604,4,0),
12442 (10174,10173,604,5,0),
12443 (10177,8462,6143,4,0),
12444 (10179,8408,116,8,0),
12445 (10180,10179,116,9,0),
12446 (10181,10180,116,10,0),
12447 (10185,8427,10,4,0),
12448 (10186,10185,10,5,0),
12449 (10187,10186,10,6,0),
12450 (10191,8495,1463,4,0),
12451 (10192,10191,1463,5,0),
12452 (10193,10192,1463,6,0),
12453 (10197,8413,2136,6,0),
12454 (10199,10197,2136,7,0),
12455 (10201,8439,1449,5,0),
12456 (10202,10201,1449,6,0),
12457 (10205,8446,2948,5,0),
12458 (10206,10205,2948,6,0),
12459 (10207,10206,2948,7,0),
12460 (10211,8417,5143,6,0),
12461 (10212,10211,5143,7,0),
12462 (10215,8423,2120,5,0),
12463 (10216,10215,2120,6,0),
12464 (10219,7320,7302,3,0),
12465 (10220,10219,7302,4,0),
12466 (10223,8458,543,4,0),
12467 (10225,10223,543,5,0),
12468 (10230,6131,122,4,0),
12469 (10248,3564,2575,4,0),
12470 (10278,5599,1022,3,0),
12471 (10290,465,465,2,0),
12472 (10291,643,465,4,0),
12473 (10292,1032,465,6,0),
12474 (10293,10292,465,7,0),
12475 (10298,7294,7294,2,0),
12476 (10299,10298,7294,3,0),
12477 (10300,10299,7294,4,0),
12478 (10301,10300,7294,5,0),
12479 (10308,5589,853,4,0),
12480 (10310,2800,633,3,0),
12481 (10312,5615,879,4,0),
12482 (10313,10312,879,5,0),
12483 (10314,10313,879,6,0),
12484 (10318,2812,2812,2,0),
12485 (10322,7328,7328,2,0),
12486 (10324,10322,7328,3,0),
12487 (10326,5627,2878,3,0),
12488 (10328,3472,635,7,0),
12489 (10329,10328,635,8,0),
12490 (10391,6041,403,7,0),
12491 (10392,10391,403,8,0),
12492 (10395,8005,331,8,0),
12493 (10396,10395,331,9,0),
12494 (10399,8019,8017,4,0),
12495 (10406,8155,8071,4,0),
12496 (10407,10406,8071,5,0),
12497 (10408,10407,8071,6,0),
12498 (10412,8046,8042,5,0),
12499 (10413,10412,8042,6,0),
12500 (10414,10413,8042,7,0),
12501 (10427,6392,5730,5,0),
12502 (10428,10427,5730,6,0),
12503 (10431,8134,324,6,0),
12504 (10432,10431,324,7,0),
12505 (10437,6365,3599,5,0),
12506 (10438,10437,3599,6,0),
12507 (10442,8161,8075,4,0),
12508 (10447,8053,8050,4,0),
12509 (10448,10447,8050,5,0),
12510 (10456,8038,8033,3,0),
12511 (10462,6377,5394,4,0),
12512 (10463,10462,5394,5,0),
12513 (10466,8010,8004,4,0),
12514 (10467,10466,8004,5,0),
12515 (10468,10467,8004,6,0),
12516 (10472,8058,8056,3,0),
12517 (10473,10472,8056,4,0),
12518 (10478,8181,8181,2,0),
12519 (10479,10478,8181,3,0),
12520 (10486,8235,8232,3,0),
12521 (10495,5675,5675,2,0),
12522 (10496,10495,5675,3,0),
12523 (10497,10496,5675,4,0),
12524 (10526,8249,8227,3,0),
12525 (10537,8184,8184,2,0),
12526 (10538,10537,8184,3,0),
12527 (10585,8190,8190,2,0),
12528 (10586,10585,8190,3,0),
12529 (10587,10586,8190,4,0),
12530 (10595,0,10595,1,0),
12531 (10600,10595,10595,2,0),
12532 (10601,10600,10595,3,0),
12533 (10605,2860,421,4,0),
12534 (10613,8512,8512,2,0),
12535 (10614,10613,8512,3,0),
12536 (10622,1064,1064,2,0),
12537 (10623,10622,1064,3,0),
12538 (10627,8835,8835,2,0),
12539 (10656,10662,2108,5,0),
12540 (10658,10662,2108,5,0),
12541 (10660,10662,2108,5,0),
12542 (10662,3811,2108,4,0),
12543 (10768,8618,8613,4,0),
12544 (10797,0,10797,1,0),
12545 (10846,7924,3273,4,0),
12546 (10874,8131,8129,3,0),
12547 (10875,10874,8129,4,0),
12548 (10876,10875,8129,5,0),
12549 (10880,2010,2006,3,0),
12550 (10881,10880,2006,4,0),
12551 (10888,8124,8122,3,0),
12552 (10890,10888,8122,4,0),
12553 (10892,2767,589,6,0),
12554 (10893,10892,589,7,0),
12555 (10894,10893,589,8,0),
12556 (10898,6066,17,7,0),
12557 (10899,10898,17,8,0),
12558 (10900,10899,17,9,0),
12559 (10901,10900,17,10,0),
12560 (10909,2096,2096,2,0),
12561 (10911,605,605,2,0),
12562 (10912,10911,605,3,0),
12563 (10915,9474,2061,5,0),
12564 (10916,10915,2061,6,0),
12565 (10917,10916,2061,7,0),
12566 (10927,6078,139,7,0),
12567 (10928,10927,139,8,0),
12568 (10929,10928,139,9,0),
12569 (10933,6060,585,7,0),
12570 (10934,10933,585,8,0),
12571 (10937,2791,1243,5,0),
12572 (10938,10937,1243,6,0),
12573 (10941,9592,586,5,0),
12574 (10942,10941,586,6,0),
12575 (10945,8106,8092,7,0),
12576 (10946,10945,8092,8,0),
12577 (10947,10946,8092,9,0),
12578 (10951,1006,588,5,0),
12579 (10952,10951,588,6,0),
12580 (10953,8192,453,3,0),
12581 (10955,9485,9484,3,0),
12582 (10957,976,976,2,0),
12583 (10958,10957,976,3,0),
12584 (10960,996,596,3,0),
12585 (10961,10960,596,4,0),
12586 (10963,2060,2060,2,0),
12587 (10964,10963,2060,3,0),
12588 (10965,10964,2060,4,0),
12589 (11113,0,11113,1,0),
12590 (11197,8650,8647,4,0),
12591 (11198,11197,8647,5,0),
12592 (11267,8725,8676,4,0),
12593 (11268,11267,8676,5,0),
12594 (11269,11268,8676,6,0),
12595 (11273,8640,1943,4,0),
12596 (11274,11273,1943,5,0),
12597 (11275,11274,1943,6,0),
12598 (11279,8721,53,6,0),
12599 (11280,11279,53,7,0),
12600 (11281,11280,53,8,0),
12601 (11285,8629,1776,4,0),
12602 (11286,11285,1776,5,0),
12603 (11289,8633,703,5,0),
12604 (11290,11289,703,6,0),
12605 (11293,8621,1752,7,0),
12606 (11294,11293,1752,8,0),
12607 (11297,2070,6770,3,0),
12608 (11299,8624,2098,7,0),
12609 (11300,11299,2098,8,0),
12610 (11303,8637,1966,4,0),
12611 (11305,8696,2983,3,0),
12612 (11314,8499,1535,4,0),
12613 (11315,11314,1535,5,0),
12614 (11341,8691,8681,4,0),
12615 (11342,11341,8681,5,0),
12616 (11343,11342,8681,6,0),
12617 (11357,2837,2835,3,0),
12618 (11358,11357,2835,4,0),
12619 (11366,0,11366,1,0),
12620 (11400,8694,5763,3,0),
12621 (11426,0,11426,1,0),
12622 (11549,6192,6673,4,0),
12623 (11550,11549,6673,5,0),
12624 (11551,11550,6673,6,0),
12625 (11554,6190,1160,3,0),
12626 (11555,11554,1160,4,0),
12627 (11556,11555,1160,5,0),
12628 (11564,1608,78,5,0),
12629 (11565,11564,78,6,0),
12630 (11566,11565,78,7,0),
12631 (11567,11566,78,8,0),
12632 (11572,6548,772,5,0),
12633 (11573,11572,772,6,0),
12634 (11574,11573,772,7,0),
12635 (11578,6178,100,3,0),
12636 (11580,8205,6343,5,0),
12637 (11581,11580,6343,6,0),
12638 (11584,7887,7384,3,0),
12639 (11585,11584,7384,4,0),
12640 (11596,8380,7386,4,0),
12641 (11597,11596,7386,5,0),
12642 (11600,7379,6572,4,0),
12643 (11601,11600,6572,5,0),
12644 (11604,8820,1464,3,0),
12645 (11605,11604,1464,4,0),
12646 (11608,7369,845,3,0),
12647 (11609,11608,845,4,0),
12648 (11611,3464,2259,4,0),
12649 (11659,7641,686,7,0),
12650 (11660,11659,686,8,0),
12651 (11661,11660,686,9,0),
12652 (11665,2941,348,5,0),
12653 (11667,11665,348,6,0),
12654 (11668,11667,348,7,0),
12655 (11671,7648,172,5,0),
12656 (11672,11671,172,6,0),
12657 (11675,8289,1120,4,0),
12658 (11677,6219,5740,3,0),
12659 (11678,11677,5740,4,0),
12660 (11683,1949,1949,2,0),
12661 (11684,11683,1949,3,0),
12662 (11687,1456,1454,4,0),
12663 (11688,11687,1454,5,0),
12664 (11689,11688,1454,6,0),
12665 (11693,3700,755,5,0),
12666 (11694,11693,755,6,0),
12667 (11695,11694,755,7,0),
12668 (11699,7651,689,5,0),
12669 (11700,11699,689,6,0),
12670 (11703,6226,5138,3,0),
12671 (11704,11703,5138,4,0),
12672 (11707,7646,702,5,0),
12673 (11708,11707,702,6,0),
12674 (11711,6217,980,4,0),
12675 (11712,11711,980,5,0),
12676 (11713,11712,980,6,0),
12677 (11717,7659,704,4,0),
12678 (11719,1714,1714,2,0),
12679 (11721,1490,1490,2,0),
12680 (11722,11721,1490,3,0),
12681 (11725,1098,1098,2,0),
12682 (11726,11725,1098,3,0),
12683 (11729,5699,6201,4,0),
12684 (11730,11729,6201,5,0),
12685 (11733,1086,706,3,0),
12686 (11734,11733,706,4,0),
12687 (11735,11734,706,5,0),
12688 (11739,6229,6229,2,0),
12689 (11740,11739,6229,3,0),
12690 (11762,7802,3110,6,0),
12691 (11763,11762,3110,7,0),
12692 (11766,7805,6307,4,0),
12693 (11767,11766,6307,5,0),
12694 (11770,8317,2947,4,0),
12695 (11771,11770,2947,5,0),
12696 (11774,7811,3716,5,0),
12697 (11775,11774,3716,6,0),
12698 (11778,7816,7814,4,0),
12699 (11779,11778,7814,5,0),
12700 (11780,11779,7814,6,0),
12701 (11784,7813,6360,3,0),
12702 (11785,11784,6360,4,0),
12703 (11993,3570,2366,4,0),
12704 (12180,3910,3908,4,0),
12705 (12656,4038,4036,4,0),
12706 (12294,0,12294,1,0),
12707 (12505,11366,11366,2,0),
12708 (12522,12505,11366,3,0),
12709 (12523,12522,11366,4,0),
12710 (12524,12523,11366,5,0),
12711 (12525,12524,11366,6,0),
12712 (12526,12525,11366,7,0),
12713 (12824,118,118,2,0),
12714 (12825,12824,118,3,0),
12715 (12826,12825,118,4,0),
12716 (13018,11113,11113,2,0),
12717 (13019,13018,11113,3,0),
12718 (13020,13019,11113,4,0),
12719 (13021,13020,11113,5,0),
12720 (13031,11426,11426,2,0),
12721 (13032,13031,11426,3,0),
12722 (13033,13032,11426,4,0),
12723 (13165,0,13165,1,0),
12724 (13220,0,13220,1,0),
12725 (13228,13220,13220,2,0),
12726 (13229,13228,13220,3,0),
12727 (13230,13229,13220,4,0),
12728 (13542,3662,136,5,0),
12729 (13543,13542,136,6,0),
12730 (13544,13543,136,7,0),
12731 (13549,1978,1978,2,0),
12732 (13550,13549,1978,3,0),
12733 (13551,13550,1978,4,0),
12734 (13552,13551,1978,5,0),
12735 (13553,13552,1978,6,0),
12736 (13554,13553,1978,7,0),
12737 (13555,13554,1978,8,0),
12738 (13795,0,13795,1,0),
12739 (13813,0,13813,1,0),
12740 (13896,0,13896,1,0),
12741 (13908,0,13908,1,0),
12742 (13920,7413,7411,4,0),
12743 (14260,2973,2973,2,0),
12744 (14261,14260,2973,3,0),
12745 (14262,14261,2973,4,0),
12746 (14263,14262,2973,5,0),
12747 (14264,14263,2973,6,0),
12748 (14265,14264,2973,7,0),
12749 (14266,14265,2973,8,0),
12750 (14267,2974,2974,2,0),
12751 (14268,14267,2974,3,0),
12752 (14269,1495,1495,2,0),
12753 (14270,14269,1495,3,0),
12754 (14271,14270,1495,4,0),
12755 (14272,781,781,2,0),
12756 (14273,14272,781,3,0),
12757 (14274,20736,20736,2,0),
12758 (14279,3034,3034,2,0),
12759 (14280,14279,3034,3,0),
12760 (14281,3044,3044,2,0),
12761 (14282,14281,3044,3,0),
12762 (14283,14282,3044,4,0),
12763 (14284,14283,3044,5,0),
12764 (14285,14284,3044,6,0),
12765 (14286,14285,3044,7,0),
12766 (14287,14286,3044,8,0),
12767 (14288,2643,2643,2,0),
12768 (14289,14288,2643,3,0),
12769 (14290,14289,2643,4,0),
12770 (14294,1510,1510,2,0),
12771 (14295,14294,1510,3,0),
12772 (14302,13795,13795,2,0),
12773 (14303,14302,13795,3,0),
12774 (14304,14303,13795,4,0),
12775 (14305,14304,13795,5,0),
12776 (14310,1499,1499,2,0),
12777 (14311,14310,1499,3,0),
12778 (14316,13813,13813,2,0),
12779 (14317,14316,13813,3,0),
12780 (14318,13165,13165,2,0),
12781 (14319,14318,13165,3,0),
12782 (14320,14319,13165,4,0),
12783 (14321,14320,13165,5,0),
12784 (14322,14321,13165,6,0),
12785 (14323,1130,1130,2,0),
12786 (14324,14323,1130,3,0),
12787 (14325,14324,1130,4,0),
12788 (14326,1513,1513,2,0),
12789 (14327,14326,1513,3,0),
12790 (14752,0,14752,1,0),
12791 (14818,14752,14752,2,0),
12792 (14819,14818,14752,3,0),
12793 (14914,0,14914,1,0),
12794 (14916,2649,2649,2,0),
12795 (14917,14916,2649,3,0),
12796 (14918,14917,2649,4,0),
12797 (14919,14918,2649,5,0),
12798 (14920,14919,2649,6,0),
12799 (14921,14920,2649,7,0),
12800 (15107,0,15107,1,0),
12801 (15111,15107,15107,2,0),
12802 (15112,15111,15107,3,0),
12803 (15207,10392,403,9,0),
12804 (15208,15207,403,10,0),
12805 (15237,0,15237,1,0),
12806 (15261,15267,14914,8,0),
12807 (15262,14914,14914,2,0),
12808 (15263,15262,14914,3,0),
12809 (15264,15263,14914,4,0),
12810 (15265,15264,14914,5,0),
12811 (15266,15265,14914,6,0),
12812 (15267,15266,14914,7,0),
12813 (15407,0,15407,1,0),
12814 (15430,15237,15237,2,0),
12815 (15431,15430,15237,3,0),
12816 (15629,14274,20736,3,0),
12817 (15630,15629,20736,4,0),
12818 (15631,15630,20736,5,0),
12819 (15632,15631,20736,6,0),
12820 (16314,10399,8017,5,0),
12821 (16315,16314,8017,6,0),
12822 (16316,16315,8017,7,0),
12823 (16339,8030,8024,4,0),
12824 (16341,16339,8024,5,0),
12825 (16342,16341,8024,6,0),
12826 (16355,10456,8033,4,0),
12827 (16356,16355,8033,5,0),
12828 (16362,10486,8232,4,0),
12829 (16387,10526,8227,4,0),
12830 (16511,0,16511,1,0),
12831 (16689,0,16689,1,339),
12832 (16697,1756,1742,6,0),
12833 (16810,16689,16689,2,1062),
12834 (16811,16810,16689,3,5195),
12835 (16812,16811,16689,4,5196),
12836 (16813,16812,16689,5,9852),
12837 (16827,0,16827,1,0),
12838 (16828,16827,16827,2,0),
12839 (16829,16828,16827,3,0),
12840 (16830,16829,16827,4,0),
12841 (16831,16830,16827,5,0),
12842 (16832,16831,16827,6,0),
12843 (16857,0,16857,1,0),
12844 (16914,0,16914,1,0),
12845 (17039,9787,2018,6,0),
12846 (17040,9787,2018,6,0),
12847 (17041,9787,2018,6,0),
12848 (17253,0,17253,1,0),
12849 (17255,17253,17253,2,0),
12850 (17256,17255,17253,3,0),
12851 (17257,17256,17253,4,0),
12852 (17258,17257,17253,5,0),
12853 (17259,17258,17253,6,0),
12854 (17260,17259,17253,7,0),
12855 (17261,17260,17253,8,0),
12856 (17311,15407,15407,2,0),
12857 (17312,17311,15407,3,0),
12858 (17313,17312,15407,4,0),
12859 (17314,17313,15407,5,0),
12860 (17329,16813,16689,6,9853),
12861 (17347,16511,16511,2,0),
12862 (17348,17347,16511,3,0),
12863 (17390,16857,16857,2,0),
12864 (17391,17390,16857,3,0),
12865 (17392,17391,16857,4,0),
12866 (17401,16914,16914,2,0),
12867 (17402,17401,16914,3,0),
12868 (17727,2362,2362,2,0),
12869 (17728,17727,2362,3,0),
12870 (17735,0,17735,1,0),
12871 (17750,17735,17735,2,0),
12872 (17751,17750,17735,3,0),
12873 (17752,17751,17735,4,0),
12874 (17767,0,17767,1,0),
12875 (17850,17767,17767,2,0),
12876 (17851,17850,17767,3,0),
12877 (17852,17851,17767,4,0),
12878 (17853,17852,17767,5,0),
12879 (17854,17853,17767,6,0),
12880 (17862,0,17862,1,0),
12881 (17877,0,17877,1,0),
12882 (17919,5676,5676,2,0),
12883 (17920,17919,5676,3,0),
12884 (17921,17920,5676,4,0),
12885 (17922,17921,5676,5,0),
12886 (17923,17922,5676,6,0),
12887 (17924,6353,6353,2,0),
12888 (17925,6789,6789,2,0),
12889 (17926,17925,6789,3,0),
12890 (17928,5484,5484,2,0),
12891 (17937,17862,17862,2,0),
12892 (17951,6366,6366,2,0),
12893 (17952,17951,6366,3,0),
12894 (17953,17952,6366,4,0),
12895 (17962,0,17962,1,0),
12896 (18137,0,18137,1,0),
12897 (18220,0,18220,1,0),
12898 (18248,7732,7620,4,0),
12899 (18260,3413,2550,4,0),
12900 (18265,0,18265,1,0),
12901 (18647,710,710,2,0),
12902 (18657,2637,2637,2,0),
12903 (18658,18657,2637,3,0),
12904 (18807,17314,15407,6,0),
12905 (18809,12526,11366,8,0),
12906 (18867,17877,17877,2,0),
12907 (18868,18867,17877,3,0),
12908 (18869,18868,17877,4,0),
12909 (18870,18869,17877,5,0),
12910 (18871,18870,17877,6,0),
12911 (18879,18265,18265,2,0),
12912 (18880,18879,18265,3,0),
12913 (18881,18880,18265,4,0),
12914 (18930,17962,17962,2,0),
12915 (18931,18930,17962,3,0),
12916 (18932,18931,17962,4,0),
12917 (18937,18220,18220,2,0),
12918 (18938,18937,18220,3,0),
12919 (19236,13908,13908,2,0),
12920 (19238,19236,13908,3,0),
12921 (19240,19238,13908,4,0),
12922 (19241,19240,13908,5,0),
12923 (19242,19241,13908,6,0),
12924 (19243,19242,13908,7,0),
12925 (19261,2652,2652,2,0),
12926 (19262,19261,2652,3,0),
12927 (19264,19262,2652,4,0),
12928 (19265,19264,2652,5,0),
12929 (19266,19265,2652,6,0),
12930 (19271,13896,13896,2,0),
12931 (19273,19271,13896,3,0),
12932 (19274,19273,13896,4,0),
12933 (19275,19274,13896,5,0),
12934 (19276,2944,2944,2,0),
12935 (19277,19276,2944,3,0),
12936 (19278,19277,2944,4,0),
12937 (19279,19278,2944,5,0),
12938 (19280,19279,2944,6,0),
12939 (19281,9035,9035,2,0),
12940 (19282,19281,9035,3,0),
12941 (19283,19282,9035,4,0),
12942 (19284,19283,9035,5,0),
12943 (19285,19284,9035,6,0),
12944 (19296,10797,10797,2,0),
12945 (19299,19296,10797,3,0),
12946 (19302,19299,10797,4,0),
12947 (19303,19302,10797,5,0),
12948 (19304,19303,10797,6,0),
12949 (19305,19304,10797,7,0),
12950 (19306,0,19306,1,0),
12951 (19308,18137,18137,2,0),
12952 (19309,19308,18137,3,0),
12953 (19310,19309,18137,4,0),
12954 (19311,19310,18137,5,0),
12955 (19312,19311,18137,6,0),
12956 (19386,0,19386,1,0),
12957 (19434,0,19434,1,0),
12958 (19438,7812,7812,2,0),
12959 (19440,19438,7812,3,0),
12960 (19441,19440,7812,4,0),
12961 (19442,19441,7812,5,0),
12962 (19443,19442,7812,6,0),
12963 (19244,0,19244,1,0),
12964 (19478,0,19478,1,0),
12965 (19505,0,19505,1,0),
12966 (19506,0,19506,1,0),
12967 (19647,19244,19244,2,0),
12968 (19655,19478,19478,2,0),
12969 (19656,19655,19478,3,0),
12970 (19660,19656,19478,4,0),
12971 (19731,19505,19505,2,0),
12972 (19734,19731,19505,3,0),
12973 (19736,19734,19505,4,0),
12974 (19740,0,19740,1,0),
12975 (19742,0,19742,1,0),
12976 (19750,0,19750,1,0),
12977 (19834,19740,19740,2,0),
12978 (19835,19834,19740,3,0),
12979 (19836,19835,19740,4,0),
12980 (19837,19836,19740,5,0),
12981 (19838,19837,19740,6,0),
12982 (19850,19742,19742,2,0),
12983 (19852,19850,19742,3,0),
12984 (19853,19852,19742,4,0),
12985 (19854,19853,19742,5,0),
12986 (19876,0,19876,1,0),
12987 (19888,0,19888,1,0),
12988 (19891,0,19891,1,0),
12989 (19895,19876,19876,2,0),
12990 (19896,19895,19876,3,0),
12991 (19897,19888,19888,2,0),
12992 (19898,19897,19888,3,0),
12993 (19899,19891,19891,2,0),
12994 (19900,19899,19891,3,0),
12995 (19939,19750,19750,2,0),
12996 (19940,19939,19750,3,0),
12997 (19941,19940,19750,4,0),
12998 (19942,19941,19750,5,0),
12999 (19943,19942,19750,6,0),
13000 (19977,0,19977,1,0),
13001 (19978,19977,19977,2,0),
13002 (19979,19978,19977,3,0),
13003 (20043,0,20043,1,0),
13004 (20116,26573,26573,2,0),
13005 (20162,21082,21082,2,0),
13006 (20164,0,20164,1,0),
13007 (20165,0,20165,1,0),
13008 (20166,0,20166,1,0),
13009 (20190,20043,20043,2,0),
13010 (20217,0,20217,1,0),
13011 (20219,12656,4036,5,0),
13012 (20222,12656,4036,5,0),
13013 (20243,0,20243,1,0),
13014 (20252,0,20252,1,0),
13015 (20287,21084,21084,2,0),
13016 (20288,20287,21084,3,0),
13017 (20289,20288,21084,4,0),
13018 (20290,20289,21084,5,0),
13019 (20291,20290,21084,6,0),
13020 (20292,20291,21084,7,0),
13021 (20293,20292,21084,8,0),
13022 (20305,20162,21082,3,0),
13023 (20306,20305,21082,4,0),
13024 (20307,20306,21082,5,0),
13025 (20308,20307,21082,6,0),
13026 (20347,20165,20165,2,0),
13027 (20348,20347,20165,3,0),
13028 (20349,20348,20165,4,0),
13029 (20356,20166,20166,2,0),
13030 (20357,20356,20166,3,0),
13031 (20375,0,20375,1,0),
13032 (20473,0,20473,1,0),
13033 (20484,0,20484,1,0),
13034 (20559,7402,694,4,0),
13035 (20560,20559,694,5,0),
13036 (20569,11609,845,5,0),
13037 (20609,2008,2008,2,0),
13038 (20610,20609,2008,3,0),
13039 (20616,20252,20252,2,0),
13040 (20617,20616,20252,3,0),
13041 (20658,5308,5308,2,0),
13042 (20660,20658,5308,3,0),
13043 (20661,20660,5308,4,0),
13044 (20662,20661,5308,5,0),
13045 (20729,6940,6940,2,0),
13046 (20736,0,20736,1,0),
13047 (20739,20484,20484,2,0),
13048 (20742,20739,20484,3,0),
13049 (20747,20742,20484,4,0),
13050 (20748,20747,20484,5,0),
13051 (20752,693,693,2,0),
13052 (20755,20752,693,3,0),
13053 (20756,20755,693,4,0),
13054 (20757,20756,693,5,0),
13055 (20770,10881,2006,5,0),
13056 (20772,10324,7328,4,0),
13057 (20773,20772,7328,5,0),
13058 (20776,20610,2008,4,0),
13059 (20777,20776,2008,5,0),
13060 (20900,19434,19434,2,0),
13061 (20901,20900,19434,3,0),
13062 (20902,20901,19434,4,0),
13063 (20903,20902,19434,5,0),
13064 (20904,20903,19434,6,0),
13065 (20905,19506,19506,2,0),
13066 (20906,20905,19506,3,0),
13067 (20909,19306,19306,2,0),
13068 (20910,20909,19306,3,0),
13069 (20911,0,20911,1,0),
13070 (20912,20911,20911,2,0),
13071 (20913,20912,20911,3,0),
13072 (20914,20913,20911,4,0),
13073 (20915,20375,20375,2,0),
13074 (20918,20915,20375,3,0),
13075 (20919,20918,20375,4,0),
13076 (20920,20919,20375,5,0),
13077 (20922,20116,26573,3,0),
13078 (20923,20922,26573,4,0),
13079 (20924,20923,26573,5,0),
13080 (20925,0,20925,1,0),
13081 (20927,20925,20925,2,0),
13082 (20928,20927,20925,3,0),
13083 (20929,20473,20473,2,0),
13084 (20930,20929,20473,3,0),
13085 (21082,0,21082,1,0),
13086 (21084,0,21084,1,0),
13087 (21551,12294,12294,2,0),
13088 (21552,21551,12294,3,0),
13089 (21553,21552,12294,4,0),
13090 (21562,0,21562,1,0),
13091 (21564,21562,21562,2,0),
13092 (21849,0,21849,1,0),
13093 (21850,21849,21849,2,0),
13094 (22568,0,22568,1,0),
13095 (22782,6117,6117,2,0),
13096 (22783,22782,6117,3,0),
13097 (22827,22568,22568,2,0),
13098 (22828,22827,22568,3,0),
13099 (22829,22828,22568,4,0),
13100 (22842,0,22842,1,0),
13101 (22895,22842,22842,2,0),
13102 (22896,22895,22842,3,0),
13103 (23028,0,23028,1,0),
13104 (23099,0,23099,1,0),
13105 (23109,23099,23099,2,0),
13106 (23110,23109,23099,3,0),
13107 (23145,0,23145,1,0),
13108 (23147,23145,23145,2,0),
13109 (23148,23147,23145,3,0),
13110 (23881,0,23881,1,0),
13111 (23892,23881,23881,2,0),
13112 (23893,23892,23881,3,0),
13113 (23894,23893,23881,4,0),
13114 (23922,0,23922,1,0),
13115 (23923,23922,23922,2,0),
13116 (23924,23923,23922,3,0),
13117 (23925,23924,23922,4,0),
13118 (23992,0,23992,1,0),
13119 (24132,19386,19386,2,0),
13120 (24133,24132,19386,3,0),
13121 (24224,0,24224,1,0),
13122 (24239,24274,24275,3,0),
13123 (24248,31018,22568,6,0),
13124 (24274,24275,24275,2,0),
13125 (24275,0,24275,1,0),
13126 (24398,0,24398,1,0),
13127 (24423,0,24423,1,0),
13128 (24439,23992,23992,2,0),
13129 (24444,24439,23992,3,0),
13130 (24445,24444,23992,4,0),
13131 (24446,0,24446,1,0),
13132 (24447,24446,24446,2,0),
13133 (24448,24447,24446,3,0),
13134 (24449,24448,24446,4,0),
13135 (24450,0,24450,1,0),
13136 (24452,24450,24450,2,0),
13137 (24453,24452,24450,3,0),
13138 (24488,0,24488,1,0),
13139 (24492,0,24492,1,0),
13140 (24493,0,24493,1,0),
13141 (24497,24493,24493,2,0),
13142 (24500,24497,24493,3,0),
13143 (24501,24500,24493,4,0),
13144 (24502,24492,24492,2,0),
13145 (24503,24502,24492,3,0),
13146 (24504,24503,24492,4,0),
13147 (24505,24488,24488,2,0),
13148 (24506,24505,24488,3,0),
13149 (24507,24506,24488,4,0),
13150 (24545,0,24545,1,0),
13151 (24549,24545,24545,2,0),
13152 (24550,24549,24545,3,0),
13153 (24551,24550,24545,4,0),
13154 (24552,24551,24545,5,0),
13155 (24553,24552,24545,6,0),
13156 (24554,24553,24545,7,0),
13157 (24555,24554,24545,8,0),
13158 (24577,24423,24423,2,0),
13159 (24578,24577,24423,3,0),
13160 (24579,24578,24423,4,0),
13161 (24583,24640,24640,2,0),
13162 (24586,24583,24640,3,0),
13163 (24587,24586,24640,4,0),
13164 (24597,24603,24604,4,0),
13165 (24604,0,24604,1,0),
13166 (24605,24604,24604,2,0),
13167 (24603,24605,24604,3,0),
13168 (24629,24555,24545,9,0),
13169 (24630,24629,24545,10,0),
13170 (24640,0,24640,1,0),
13171 (24844,0,24844,1,0),
13172 (24974,5570,5570,2,0),
13173 (24975,24974,5570,3,0),
13174 (24976,24975,5570,4,0),
13175 (24977,24976,5570,5,0),
13176 (25008,24844,24844,2,0),
13177 (25009,25008,24844,3,0),
13178 (25010,25009,24844,4,0),
13179 (25011,25010,24844,5,0),
13180 (25012,25011,24844,6,0),
13181 (25076,0,25076,1,0),
13182 (25202,11556,1160,6,0),
13183 (25203,25202,1160,7,0),
13184 (25208,11574,772,8,0),
13185 (25210,25314,2060,6,0),
13186 (25212,7373,1715,4,0),
13187 (25213,25210,2060,7,0),
13188 (25217,10901,17,11,0),
13189 (25218,25217,17,12,0),
13190 (25221,25315,139,11,0),
13191 (25222,25221,139,12,0),
13192 (25225,11597,7386,6,0),
13193 (25229,0,25229,1,0),
13194 (25230,25229,25229,2,0),
13195 (25231,20569,845,6,0),
13196 (25233,10917,2061,8,0),
13197 (25234,20662,5308,6,0),
13198 (25235,25233,2061,9,0),
13199 (25236,25234,5308,7,0),
13200 (25241,11605,1464,5,0),
13201 (25242,25241,1464,6,0),
13202 (25248,21553,12294,5,0),
13203 (25251,23894,23881,5,0),
13204 (25258,23925,23922,5,0),
13205 (25264,11581,6343,7,0),
13206 (25266,20560,694,6,0),
13207 (25269,25288,6572,7,0),
13208 (25272,20617,20252,4,0),
13209 (25275,25272,20252,5,0),
13210 (25286,11567,78,9,0),
13211 (25288,11601,6572,6,0),
13212 (25289,11551,6673,7,0),
13213 (25290,19854,19742,6,0),
13214 (25291,19838,19740,7,0),
13215 (25292,10329,635,9,0),
13216 (25294,14290,2643,5,0),
13217 (25295,13555,1978,9,0),
13218 (25296,14322,13165,7,0),
13219 (25297,9889,5185,11,0),
13220 (25298,9876,2912,7,0),
13221 (25299,9841,774,11,0),
13222 (25300,11281,53,9,0),
13223 (25302,11303,1966,5,0),
13224 (25304,10181,116,11,0),
13225 (25306,10151,133,12,0),
13226 (25307,11661,686,10,0),
13227 (25308,25316,596,6,0),
13228 (25309,11668,348,8,0),
13229 (25311,11672,172,7,0),
13230 (25312,27841,14752,5,0),
13231 (25314,10965,2060,5,0),
13232 (25315,10929,139,10,0),
13233 (25316,10961,596,5,0),
13234 (25331,27801,15237,7,0),
13235 (25345,10212,5143,8,0),
13236 (25347,11358,2835,5,0),
13237 (25357,10396,331,10,0),
13238 (25359,10627,8835,3,0),
13239 (25361,10442,8075,5,0),
13240 (25363,10934,585,9,0),
13241 (25364,25363,585,10,0),
13242 (25367,10894,589,9,0),
13243 (25368,25367,589,10,0),
13244 (25372,10947,8092,10,0),
13245 (25375,25372,8092,11,0),
13246 (25379,10876,8129,6,0),
13247 (25380,25379,8129,7,0),
13248 (25384,15261,14914,9,0),
13249 (25387,18807,15407,7,0),
13250 (25389,10938,1243,7,0),
13251 (25391,25357,331,11,0),
13252 (25396,25391,331,12,0),
13253 (25420,10468,8004,7,0),
13254 (25422,10623,1064,4,0),
13255 (25423,25422,1064,5,0),
13256 (25429,10942,586,7,0),
13257 (25431,10952,588,7,0),
13258 (25433,10958,976,4,0),
13259 (25435,20770,2006,6,0),
13260 (25437,19243,13908,8,0),
13261 (25439,10605,421,5,0),
13262 (25441,19275,13896,6,0),
13263 (25442,25439,421,6,0),
13264 (25446,19305,10797,8,0),
13265 (25448,15208,403,11,0),
13266 (25449,25448,403,12,0),
13267 (25454,10414,8042,8,0),
13268 (25457,29228,8050,7,0),
13269 (25464,10473,8056,5,0),
13270 (25467,19280,2944,7,0),
13271 (25469,10432,324,8,0),
13272 (25470,19285,9035,7,0),
13273 (25472,25469,324,9,0),
13274 (25477,19312,18137,7,0),
13275 (25479,16316,8017,8,0),
13276 (25485,25479,8017,9,0),
13277 (25489,16342,8024,7,0),
13278 (25500,16356,8033,6,0),
13279 (25505,16362,8232,5,0),
13280 (25508,10408,8071,7,0),
13281 (25509,25508,8071,8,0),
13282 (25525,10428,5730,7,0),
13283 (25528,25361,8075,6,0),
13284 (25533,10438,3599,7,0),
13285 (25546,11315,1535,6,0),
13286 (25547,25546,1535,7,0),
13287 (25552,10587,8190,5,0),
13288 (25557,16387,8227,5,0),
13289 (25560,10479,8181,4,0),
13290 (25563,10538,8184,4,0),
13291 (25567,10463,5394,6,0),
13292 (25570,10497,5675,5,0),
13293 (25574,10601,10595,4,0),
13294 (25577,15112,15107,4,0),
13295 (25585,10614,8512,4,0),
13296 (25587,25585,8512,5,0),
13297 (25596,10953,453,4,0),
13298 (25782,0,25782,1,19838),
13299 (25890,0,25890,1,19979),
13300 (25894,0,25894,1,19854),
13301 (25895,0,25895,1,1038),
13302 (25898,0,25898,1,20217),
13303 (25899,0,25899,1,20914),
13304 (25916,25782,25782,2,25291),
13305 (25918,25894,25894,2,25290),
13306 (26064,0,26064,1,0),
13307 (26090,0,26090,1,0),
13308 (26177,7371,7371,2,0),
13309 (26178,26177,7371,3,0),
13310 (26179,26178,7371,4,0),
13311 (26187,26090,26090,2,0),
13312 (26188,26187,26090,3,0),
13313 (26201,26179,7371,5,0),
13314 (26573,0,26573,1,0),
13315 (26790,12180,3908,5,0),
13316 (26797,12180,3908,5,0),
13317 (26798,12180,3908,5,0),
13318 (26801,12180,3908,5,0),
13319 (26839,11290,703,7,0),
13320 (26861,11294,1752,9,0),
13321 (26862,26861,1752,10,0),
13322 (26863,25300,53,10,0),
13323 (26864,17348,16511,4,0),
13324 (26865,31016,2098,10,0),
13325 (26866,11198,8647,6,0),
13326 (26867,11275,1943,7,0),
13327 (26884,26839,703,8,0),
13328 (26889,1857,1856,3,0),
13329 (26892,11343,8681,7,0),
13330 (26969,25347,2835,6,0),
13331 (26978,25297,5185,12,0),
13332 (26979,26978,5185,13,0),
13333 (26980,9858,8936,10,0),
13334 (26981,25299,774,12,0),
13335 (26982,26981,774,13,0),
13336 (26983,9863,740,5,0),
13337 (26984,9912,5176,9,0),
13338 (26985,26984,5176,10,0),
13339 (26986,25298,2912,8,0),
13340 (26987,9835,8921,11,0),
13341 (26988,26987,8921,12,0),
13342 (26989,9853,339,7,0),
13343 (26990,9885,1126,8,0),
13344 (26992,9910,467,7,0),
13345 (26993,9907,770,5,0),
13346 (26994,20748,20484,6,0),
13347 (26995,9901,2908,4,0),
13348 (26996,9881,6807,8,0),
13349 (26997,9908,779,6,0),
13350 (26998,9898,99,6,0),
13351 (26999,22896,22842,4,0),
13352 (27001,9830,5221,6,0),
13353 (27002,27001,5221,7,0),
13354 (27003,9904,1822,5,0),
13355 (27005,9867,6785,5,0),
13356 (27006,9827,9005,4,0),
13357 (27008,9896,1079,7,0),
13358 (27009,17329,16689,7,26989),
13359 (27011,17392,16857,5,0),
13360 (27012,17402,16914,4,0),
13361 (27013,24977,5570,6,0),
13362 (27014,14266,2973,9,0),
13363 (27015,14273,781,4,0),
13364 (27016,25295,1978,10,0),
13365 (27018,14280,3034,4,0),
13366 (27019,14287,3044,9,0),
13367 (27020,15632,20736,7,0),
13368 (27021,25294,2643,6,0),
13369 (27022,14295,1510,4,0),
13370 (27023,14305,13795,6,0),
13371 (27025,14317,13813,4,0),
13372 (27028,10846,3273,5,0),
13373 (27044,25296,13165,8,0),
13374 (27045,20190,20043,3,0),
13375 (27046,13544,136,8,0),
13376 (27047,14921,2649,8,0),
13377 (27048,16697,1742,7,0),
13378 (27049,3009,16827,9,0),
13379 (27050,17261,17253,9,0),
13380 (27051,24579,24423,5,0),
13381 (27052,24501,24493,5,0),
13382 (27053,24445,23992,5,0),
13383 (27054,24449,24446,5,0),
13384 (27055,24504,24492,5,0),
13385 (27056,24507,24488,5,0),
13386 (27060,24587,24640,5,0),
13387 (27061,24630,24545,11,0),
13388 (27062,5042,4187,11,0),
13389 (27063,26188,26090,4,0),
13390 (27065,20904,19434,7,0),
13391 (27066,20906,19506,4,0),
13392 (27067,20910,19306,4,0),
13393 (27068,24133,19386,4,0),
13394 (27070,25306,133,13,0),
13395 (27071,25304,116,12,0),
13396 (27072,27071,116,13,0),
13397 (27073,10207,2948,8,0),
13398 (27074,27073,2948,9,0),
13399 (27075,25345,5143,9,0),
13400 (27078,10199,2136,8,0),
13401 (27079,27078,2136,9,0),
13402 (27080,10202,1449,7,0),
13403 (27082,27080,1449,8,0),
13404 (27085,10187,10,7,0),
13405 (27086,10216,2120,7,0),
13406 (27087,10161,120,6,0),
13407 (27088,10230,122,5,0),
13408 (27090,37420,5504,9,0),
13409 (27124,10220,7302,5,0),
13410 (27125,22783,6117,4,0),
13411 (27126,10157,1459,6,0),
13412 (27128,10225,543,6,0),
13413 (27130,10170,1008,5,0),
13414 (27131,10193,1463,7,0),
13415 (27132,18809,11366,9,0),
13416 (27133,13021,11113,6,0),
13417 (27134,13033,11426,5,0),
13418 (27135,25292,635,10,0),
13419 (27136,27135,635,11,0),
13420 (27137,19943,19750,7,0),
13421 (27138,10314,879,7,0),
13422 (27139,10318,2812,3,0),
13423 (27140,25291,19740,8,0),
13424 (27141,25916,25782,3,27140),
13425 (27142,25290,19742,7,0),
13426 (27143,25918,25894,3,27142),
13427 (27144,19979,19977,4,0),
13428 (27145,25890,25890,2,27144),
13429 (27147,20729,6940,3,0),
13430 (27148,27147,6940,4,0),
13431 (27149,10293,465,8,0),
13432 (27150,10301,7294,6,0),
13433 (27151,19896,19876,4,0),
13434 (27152,19898,19888,4,0),
13435 (27153,19900,19891,4,0),
13436 (27154,10310,633,4,0),
13437 (27155,20293,21084,9,0),
13438 (27158,20308,21082,7,0),
13439 (27166,20357,20166,4,0),
13440 (27168,20914,20911,5,0),
13441 (27169,25899,25899,2,27168),
13442 (27170,20920,20375,6,0),
13443 (27173,20924,26573,6,0),
13444 (27174,20930,20473,4,0),
13445 (27179,20928,20925,4,0),
13446 (27180,24239,24275,4,0),
13447 (27209,25307,686,11,0),
13448 (27210,17923,5676,7,0),
13449 (27211,17924,6353,3,0),
13450 (27212,11678,5740,5,0),
13451 (27213,11684,1949,4,0),
13452 (27215,25309,348,9,0),
13453 (27216,25311,172,8,0),
13454 (27217,11675,1120,5,0),
13455 (27218,11713,980,7,0),
13456 (27219,11700,689,7,0),
13457 (27220,27219,689,8,0),
13458 (27221,11704,5138,5,0),
13459 (27222,11689,1454,7,0),
13460 (27223,17926,6789,4,0),
13461 (27224,11708,702,7,0),
13462 (27226,11717,704,5,0),
13463 (27228,11722,1490,4,0),
13464 (27229,17937,17862,3,0),
13465 (27230,11730,6201,6,0),
13466 (27238,20757,693,6,0),
13467 (27250,17953,6366,5,0),
13468 (27259,11695,755,8,0),
13469 (27260,11735,706,6,0),
13470 (27263,18871,17877,7,0),
13471 (27264,18881,18265,5,0),
13472 (27265,18938,18220,4,0),
13473 (27266,18932,17962,5,0),
13474 (27267,11763,3110,8,0),
13475 (27268,11767,6307,6,0),
13476 (27269,11771,2947,6,0),
13477 (27270,11775,3716,7,0),
13478 (27271,17752,17735,5,0),
13479 (27272,17854,17767,7,0),
13480 (27273,19443,7812,7,0),
13481 (27274,11780,7814,7,0),
13482 (27275,11785,6360,5,0),
13483 (27276,19736,19505,5,0),
13484 (27277,27276,19505,6,0),
13485 (27280,19660,19478,5,0),
13486 (27282,26969,2835,7,0),
13487 (27283,13230,13220,5,0),
13488 (27441,11269,8676,7,0),
13489 (27448,25302,1966,6,0),
13490 (27681,14752,14752,2,0),
13491 (27683,0,27683,1,0),
13492 (27685,26201,7371,6,0),
13493 (27799,15431,15237,4,0),
13494 (27800,27799,15237,5,0),
13495 (27801,27800,15237,6,0),
13496 (27841,14819,14752,4,0),
13497 (27870,724,724,2,0),
13498 (27871,27870,724,3,0),
13499 (28029,13920,7411,5,0),
13500 (28172,17728,2362,4,0),
13501 (28176,0,28176,1,0),
13502 (28189,28176,28176,2,0),
13503 (28275,27871,724,4,0),
13504 (28596,11611,2259,5,0),
13505 (28609,10177,6143,5,0),
13506 (28610,11740,6229,4,0),
13507 (28612,10145,587,7,0),
13508 (28672,11611,2259,5,0),
13509 (28675,11611,2259,5,0),
13510 (28677,11611,2259,5,0),
13511 (28695,11993,2366,5,0),
13512 (28894,25230,25229,3,0),
13513 (28895,28894,25229,4,0),
13514 (28897,28895,25229,5,0),
13515 (29228,10448,8050,6,0),
13516 (29354,10248,2575,5,0),
13517 (29704,1672,72,4,0),
13518 (29707,25286,78,10,0),
13519 (29722,0,29722,1,0),
13520 (29801,0,29801,1,0),
13521 (29844,9785,2018,5,0),
13522 (30016,20243,20243,2,0),
13523 (30022,30016,20243,3,0),
13524 (30030,29801,29801,2,0),
13525 (30033,30030,29801,3,0),
13526 (30108,0,30108,1,0),
13527 (30151,0,30151,1,0),
13528 (30194,30151,30151,2,0),
13529 (30198,30194,30151,3,0),
13530 (30213,0,30213,1,0),
13531 (30219,30213,30213,2,0),
13532 (30223,30219,30213,3,0),
13533 (30283,0,30283,1,0),
13534 (30324,29707,78,11,0),
13535 (30330,25248,12294,6,0),
13536 (30335,25251,23881,6,0),
13537 (30350,12656,4036,5,0),
13538 (30356,25258,23922,6,0),
13539 (30357,25269,6572,8,0),
13540 (30404,30108,30108,2,0),
13541 (30405,30404,30108,3,0),
13542 (30413,30283,30283,2,0),
13543 (30414,30413,30283,3,0),
13544 (30459,27210,5676,8,0),
13545 (30545,27211,6353,4,0),
13546 (30546,27263,17877,8,0),
13547 (30908,27221,5138,6,0),
13548 (30909,27224,702,8,0),
13549 (30910,603,603,2,0),
13550 (30911,27264,18265,6,0),
13551 (30912,27266,17962,6,0),
13552 (31016,11300,2098,9,0),
13553 (31018,22829,22568,5,0),
13554 (31661,0,31661,1,0),
13555 (31785,0,31785,1,0),
13556 (31895,20164,20164,2,0),
13557 (31935,0,31935,1,0),
13558 (32231,29722,29722,2,0),
13559 (32379,0,32379,1,0),
13560 (32549,10662,2108,5,0),
13561 (32593,974,974,2,0),
13562 (32594,32593,974,3,0),
13563 (32645,0,32645,1,0),
13564 (32678,10768,8613,5,0),
13565 (32684,32645,32645,2,0),
13566 (32699,31935,31935,2,0),
13567 (32700,32699,31935,3,0),
13568 (32796,28609,6143,6,0),
13569 (32996,32379,32379,2,0),
13570 (32999,27681,14752,3,0),
13571 (33041,31661,31661,2,0),
13572 (33042,33041,31661,3,0),
13573 (33043,33042,31661,4,0),
13574 (33072,27174,20473,5,0),
13575 (33095,18248,7620,5,0),
13576 (33142,0,33142,1,0),
13577 (33145,33142,33142,2,0),
13578 (33146,33145,33142,3,0),
13579 (33359,18260,2550,5,0),
13580 (33388,0,33388,1,0),
13581 (33391,33388,33388,2,0),
13582 (33405,27134,11426,6,0),
13583 (33698,0,33698,1,0),
13584 (33699,33698,33698,2,0),
13585 (33700,33699,33698,3,0),
13586 (33701,27271,17735,6,0),
13587 (33717,28612,587,8,0),
13588 (33736,24398,24398,2,0),
13589 (33776,31785,31785,2,0),
13590 (33876,0,33876,1,0),
13591 (33878,0,33878,1,0),
13592 (33933,27133,11113,7,0),
13593 (33938,27132,11366,10,0),
13594 (33943,0,33943,1,0),
13595 (33944,10174,604,6,0),
13596 (33946,27130,1008,6,0),
13597 (33982,33876,33876,2,0),
13598 (33983,33982,33876,3,0),
13599 (33986,33878,33878,2,0),
13600 (33987,33986,33878,3,0),
13601 (34411,1329,1329,2,0),
13602 (34412,34411,1329,3,0),
13603 (34413,34412,1329,4,0),
13604 (34506,0,34506,1,0),
13605 (34507,34506,34506,2,0),
13606 (34508,34507,34506,3,0),
13607 (34838,34508,34506,4,0),
13608 (34839,34838,34506,5,0),
13609 (34861,0,34861,1,0),
13610 (34863,34861,34861,2,0),
13611 (34864,34863,34861,3,0),
13612 (34865,34864,34861,4,0),
13613 (34866,34865,34861,5,0),
13614 (34889,0,34889,1,0),
13615 (34914,0,34914,1,0),
13616 (34916,34914,34914,2,0),
13617 (34917,34916,34914,3,0),
13618 (34950,0,34950,1,0),
13619 (34954,34950,34950,2,0),
13620 (35323,34889,34889,2,0),
13621 (35290,0,35290,1,0),
13622 (35291,35290,35290,2,0),
13623 (35292,35291,35290,3,0),
13624 (35293,35292,35290,4,0),
13625 (35294,35293,35290,5,0),
13626 (35295,35294,35290,6,0),
13627 (35296,35295,35290,7,0),
13628 (35297,35296,35290,8,0),
13629 (35298,35297,35290,9,0),
13630 (35387,0,35387,1,0),
13631 (35389,35387,35387,2,0),
13632 (35392,35389,35387,3,0),
13633 (35346,0,35346,1,0),
13634 (35694,0,35694,1,0),
13635 (35698,35694,35694,2,0),
13636 (36916,14271,1495,5,0),
13637 (37420,10140,5504,8,0),
13638 (38692,27070,133,14,0),
13639 (38697,27072,116,14,0),
13640 (38699,27075,5143,10,0),
13641 (38704,38699,5143,11,0),
13642 (38764,11286,1776,6,0),
13643 (38768,1769,1766,5,0),
13644 (40120,33943,33943,2,0);
13645 /*!40000 ALTER TABLE `spell_chain` ENABLE KEYS */;
13646 UNLOCK TABLES;
13649 -- Table structure for table `spell_elixir`
13652 DROP TABLE IF EXISTS `spell_elixir`;
13653 CREATE TABLE `spell_elixir` (
13654   `entry` int(11) unsigned NOT NULL default '0' COMMENT 'SpellId of potion',
13655   `mask` tinyint(1) unsigned NOT NULL default '0' COMMENT 'Mask 0x1 battle 0x2 guardian 0x3 flask 0x7 unstable flasks 0xB shattrath flasks',
13656   PRIMARY KEY  (`entry`)
13657 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Spell System';
13660 -- Dumping data for table `spell_elixir`
13663 LOCK TABLES `spell_elixir` WRITE;
13664 /*!40000 ALTER TABLE `spell_elixir` DISABLE KEYS */;
13665 INSERT INTO `spell_elixir` VALUES
13666 (  673,0x2),
13667 ( 2367,0x1),
13668 ( 2374,0x1),
13669 ( 2378,0x2),
13670 ( 2380,0x2),
13671 ( 3160,0x1),
13672 ( 3164,0x1),
13673 ( 3166,0x2),
13674 ( 3219,0x2),
13675 ( 3220,0x2),
13676 ( 3222,0x2),
13677 ( 3223,0x2),
13678 ( 3593,0x2),
13679 ( 7844,0x1),
13680 ( 8212,0x1),
13681 (10667,0x1),
13682 (10668,0x2),
13683 (10669,0x1),
13684 (10692,0x2),
13685 (10693,0x2),
13686 (11319,0x2),
13687 (11328,0x1),
13688 (11334,0x1),
13689 (11348,0x2),
13690 (11349,0x2),
13691 (11364,0x2),
13692 (11371,0x2),
13693 (11390,0x1),
13694 (11396,0x2),
13695 (11405,0x1),
13696 (11406,0x1),
13697 (11474,0x1),
13698 (15231,0x2),
13699 (15233,0x2),
13700 (16321,0x2),
13701 (16322,0x1),
13702 (16323,0x1),
13703 (16325,0x2),
13704 (16326,0x2),
13705 (16327,0x2),
13706 (16329,0x1),
13707 (17038,0x1),
13708 (17535,0x2),
13709 (17537,0x1),
13710 (17538,0x1),
13711 (17539,0x1),
13712 (17624,0x3),
13713 (17626,0x3),
13714 (17627,0x3),
13715 (17629,0x3),
13716 (17628,0x3),
13717 (21920,0x1),
13718 (24361,0x2),
13719 (24363,0x2),
13720 (24382,0x2),
13721 (24383,0x2),
13722 (24417,0x2),
13723 (26276,0x1),
13724 (27652,0x2),
13725 (27653,0x2),
13726 (28486,0x1),
13727 (28488,0x1),
13728 (28490,0x1),
13729 (28491,0x1),
13730 (28493,0x1),
13731 (28497,0x1),
13732 (28501,0x1),
13733 (28502,0x2),
13734 (28503,0x1),
13735 (28509,0x2),
13736 (28514,0x2),
13737 (28518,0x3),
13738 (28519,0x3),
13739 (28520,0x3),
13740 (28521,0x3),
13741 (28540,0x3),
13742 (29348,0x2),
13743 (33720,0x1),
13744 (33721,0x1),
13745 (33726,0x1),
13746 (38954,0x1),
13747 (39625,0x2),
13748 (39626,0x2),
13749 (39627,0x2),
13750 (39628,0x2),
13751 (40567,0x7),
13752 (40568,0x7),
13753 (40572,0x7),
13754 (40573,0x7),
13755 (40575,0x7),
13756 (40576,0x7),
13757 (41608,0xB),
13758 (41609,0xB),
13759 (41610,0xB),
13760 (41611,0xB),
13761 (42735,0x3),
13762 (45373,0x1),
13763 (46837,0xB),
13764 (46839,0xB);
13765 /*!40000 ALTER TABLE `spell_elixir` ENABLE KEYS */;
13766 UNLOCK TABLES;
13769 -- Table structure for table `spell_learn_spell`
13772 DROP TABLE IF EXISTS `spell_learn_spell`;
13773 CREATE TABLE `spell_learn_spell` (
13774   `entry` smallint(5) unsigned NOT NULL default '0',
13775   `SpellID` smallint(5) unsigned NOT NULL default '0',
13776   PRIMARY KEY  (`entry`,`SpellID`)
13777 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item System';
13780 -- Dumping data for table `spell_learn_spell`
13783 LOCK TABLES `spell_learn_spell` WRITE;
13784 /*!40000 ALTER TABLE `spell_learn_spell` DISABLE KEYS */;
13785 INSERT INTO `spell_learn_spell` VALUES
13786 (2842,8681),
13787 (5784,33388),
13788 (13819,33388),
13789 (17002,24867),
13790 (23161,33391),
13791 (23214,33391),
13792 (24866,24864),
13793 (33872,47179),
13794 (33873,47180),
13795 (33943,34090),
13796 (34767,33391),
13797 (34769,33388);
13799 /*!40000 ALTER TABLE `spell_learn_spell` ENABLE KEYS */;
13800 UNLOCK TABLES;
13803 -- Table structure for table `spell_pet_auras`
13806 DROP TABLE IF EXISTS `spell_pet_auras`;
13807 CREATE TABLE `spell_pet_auras` (
13808   `spell` mediumint(8) unsigned NOT NULL COMMENT 'dummy spell id',
13809   `pet` mediumint(8) unsigned NOT NULL default '0' COMMENT 'pet id; 0 = all',
13810   `aura` mediumint(8) unsigned NOT NULL COMMENT 'pet aura id',
13811   PRIMARY KEY  (`spell`,`pet`)
13812 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
13815 -- Dumping data for table `spell_pet_auras`
13818 LOCK TABLES `spell_pet_auras` WRITE;
13819 /*!40000 ALTER TABLE `spell_pet_auras` DISABLE KEYS */;
13820 INSERT INTO `spell_pet_auras` VALUES
13821 (19028, 0, 25228),
13822 (19578, 0, 19579),
13823 (20895, 0, 24529),
13824 (28757, 0, 28758),
13825 (35029, 0, 35060),
13826 (35030, 0, 35061),
13827 (35691, 0, 35696),
13828 (35692, 0, 35696),
13829 (35693, 0, 35696),
13830 (23785, 416, 23759),
13831 (23822, 416, 23826),
13832 (23823, 416, 23827),
13833 (23824, 416, 23828),
13834 (23825, 416, 23829),
13835 (23785, 417, 23762),
13836 (23822, 417, 23837),
13837 (23823, 417, 23838),
13838 (23824, 417, 23839),
13839 (23825, 417, 23840),
13840 (23785, 1860, 23760),
13841 (23822, 1860, 23841),
13842 (23823, 1860, 23842),
13843 (23824, 1860, 23843),
13844 (23825, 1860, 23844),
13845 (23785, 1863, 23761),
13846 (23822, 1863, 23833),
13847 (23823, 1863, 23834),
13848 (23824, 1863, 23835),
13849 (23825, 1863, 23836),
13850 (23785, 17252, 35702),
13851 (23822, 17252, 35703),
13852 (23823, 17252, 35704),
13853 (23824, 17252, 35705),
13854 (23825, 17252, 35706);
13856 /*!40000 ALTER TABLE `spell_pet_auras` ENABLE KEYS */;
13857 UNLOCK TABLES;
13860 -- Table structure for table `spell_proc_event`
13863 DROP TABLE IF EXISTS `spell_proc_event`;
13864 CREATE TABLE `spell_proc_event` (
13865   `entry` smallint(5) unsigned NOT NULL default '0',
13866   `SchoolMask` tinyint(4) NOT NULL default '0',
13867   `Category` smallint(6) NOT NULL default '0',
13868   `SkillID` smallint(6) NOT NULL default '0',
13869   `SpellFamilyName` smallint(5) unsigned NOT NULL default '0',
13870   `SpellFamilyMask` bigint(20) unsigned NOT NULL default '0',
13871   `procFlags` int(10) unsigned NOT NULL default '0',
13872   `ppmRate` float NOT NULL default '0',
13873   `cooldown` int(10) unsigned NOT NULL default '0',
13874   PRIMARY KEY  (`entry`)
13875 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
13878 -- Dumping data for table `spell_proc_event`
13881 LOCK TABLES `spell_proc_event` WRITE;
13882 /*!40000 ALTER TABLE `spell_proc_event` DISABLE KEYS */;
13883 INSERT INTO `spell_proc_event` VALUES
13884 (168,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13885 (324,0,0,0,0,0x0000000000000000,0x00100402,0,3),
13886 (325,0,0,0,0,0x0000000000000000,0x00100402,0,3),
13887 (588,0,0,0,0,0x0000000000000000,0x00000402,0,0),
13888 (602,0,0,0,0,0x0000000000000000,0x00000402,0,0),
13889 (742,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13890 (905,0,0,0,0,0x0000000000000000,0x00100402,0,3),
13891 (945,0,0,0,0,0x0000000000000000,0x00100402,0,3),
13892 (974,0,0,0,0,0x0000000000000000,0x00100402,0,3),
13893 (1006,0,0,0,0,0x0000000000000000,0x00000402,0,0),
13894 (1120,0,0,0,0,0x0000000000000000,0x00000004,0,0),
13895 (2565,0,0,0,0,0x0000000000000000,0x00000040,0,0),
13896 (2652,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13897 (3235,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13898 (3284,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13899 (3338,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13900 (3394,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13901 (3417,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13902 (3418,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13903 (3424,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13904 (3436,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13905 (3439,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13906 (3440,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13907 (3509,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13908 (3512,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13909 (3582,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13910 (3616,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13911 (3637,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13912 (4070,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13913 (4112,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13914 (4113,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13915 (4114,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13916 (4115,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13917 (4133,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13918 (4136,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13919 (4138,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13920 (4140,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13921 (4142,0,0,0,0,0x0000000000000000,0x00000004,0,0),
13922 (4144,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13923 (4241,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13924 (4242,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13925 (4245,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13926 (4279,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13927 (4283,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13928 (4284,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13929 (4315,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13930 (4317,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13931 (4493,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13932 (4525,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13933 (4932,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13934 (4951,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13935 (5104,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13936 (5118,0,0,0,0,0x0000000000000000,0x00008000,0,0),
13937 (5202,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13938 (5205,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13939 (5262,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13940 (5301,0,0,0,0,0x0000000000000000,0x00000000,0,0),
13941 (5364,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13942 (5368,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13943 (5369,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13944 (5370,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13945 (5377,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13946 (5427,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13947 (5680,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13948 (5728,0,0,0,0,0x0000000000000000,0x00100402,0,0),
13949 (5811,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13950 (6268,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13951 (6397,0,0,0,0,0x0000000000000000,0x00100402,0,0),
13952 (6398,0,0,0,0,0x0000000000000000,0x00100402,0,0),
13953 (6399,0,0,0,0,0x0000000000000000,0x00100402,0,0),
13954 (6433,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13955 (6645,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13956 (6750,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13957 (6752,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13958 (6866,0,0,0,0,0x0000000000000000,0x00000072,0,0),
13959 (6867,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13960 (6870,0,0,0,0,0x0000000000000000,0x00000000,0,0),
13961 (6871,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13962 (6909,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13963 (6921,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13964 (6923,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13965 (6947,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13966 (6961,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13967 (7095,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13968 (7098,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13969 (7102,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13970 (7103,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13971 (7128,0,0,0,0,0x0000000000000000,0x00000402,0,0),
13972 (7131,0,0,0,0,0x0000000000000000,0x000A22A8,0,0),
13973 (7137,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13974 (7276,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13975 (7300,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13976 (7301,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13977 (7302,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13978 (7320,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13979 (7445,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13980 (7446,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13981 (7486,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13982 (7617,0,0,0,0,0x0000000000000000,0x00100002,0,0),
13983 (7619,0,0,0,0,0x0000000000000000,0x00100002,0,0),
13984 (7711,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13985 (7721,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13986 (7722,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13987 (7723,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13988 (7724,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13989 (7725,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13990 (7726,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13991 (7806,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13992 (7807,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13993 (7808,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13994 (7849,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13995 (7999,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13996 (8134,0,0,0,0,0x0000000000000000,0x00100402,0,3),
13997 (8224,0,0,0,0,0x0000000000000000,0x00000002,0,0),
13998 (8247,0,0,0,0,0x0000000000000000,0x00000001,0,0),
13999 (8260,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14000 (8288,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14001 (8289,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14002 (8397,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14003 (8601,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14004 (8612,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14005 (8788,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14006 (8852,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14007 (8876,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14008 (8981,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14009 (9084,0,0,0,0,0x0000000000000000,0x00000008,0,0),
14010 (9160,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14011 (9233,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14012 (9276,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14013 (9452,0,0,0,0,0x0000000000000000,0x00000014,3,0),
14014 (9460,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14015 (9463,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14016 (9778,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14017 (9782,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14018 (9784,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14019 (9799,0,0,0,0,0x0000000000000000,0x00040000,0,0),
14020 (10022,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14021 (10092,0,0,0,0,0x0000000000000000,0x00000080,0,0),
14022 (10219,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14023 (10220,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14024 (10425,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14025 (10426,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14026 (10431,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14027 (10432,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14028 (10951,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14029 (10952,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14030 (11103,4,0,0,0,0x0000000000000000,0x00020000,0,0),
14031 (11119,4,0,0,0,0x0000000000000000,0x00010000,0,0),
14032 (11120,4,0,0,0,0x0000000000000000,0x00010000,0,0),
14033 (11129,4,0,0,0,0x0000000000000000,0x00020000,0,0),
14034 (11180,16,0,0,0,0x0000000000000000,0x00020000,0,0),
14035 (11185,0,0,0,3,0x0000000000000080,0x00020000,0,0),
14036 (11213,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14037 (11255,0,0,0,3,0x0000000000004000,0x00004000,0,0),
14038 (11371,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14039 (11441,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14040 (11675,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14041 (11919,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14042 (11959,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14043 (11964,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14044 (11984,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14045 (12099,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14046 (12169,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14047 (12246,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14048 (12254,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14049 (12281,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14050 (12284,0,0,0,0,0x0000000000000000,0x00000001,0.33252,0),
14051 (12289,0,0,26,0,0x0000000000000002,0x00020000,0,0),
14052 (12292,0,0,0,0,0x0000000000000000,0x00000080,0,0),
14053 (12298,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14054 (12311,0,0,0,4,0x0000000000000800,0x00020000,0,0),
14055 (12317,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14056 (12319,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14057 (12322,0,0,0,0,0x0000000000000000,0x00000001,2,0),
14058 (12328,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14059 (12357,4,0,0,0,0x0000000000000000,0x00020000,0,0),
14060 (12358,4,0,0,0,0x0000000000000000,0x00020000,0,0),
14061 (12359,4,0,0,0,0x0000000000000000,0x00020000,0,0),
14062 (12360,4,0,0,0,0x0000000000000000,0x00020000,0,0),
14063 (12487,0,0,0,3,0x0000000000000080,0x00020000,0,0),
14064 (12488,0,0,0,3,0x0000000000000080,0x00020000,0,0),
14065 (12529,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14066 (12539,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14067 (12544,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14068 (12550,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14069 (12556,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14070 (12574,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14071 (12575,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14072 (12576,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14073 (12577,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14074 (12598,0,0,0,3,0x0000000000004000,0x00004000,0,0),
14075 (12668,0,0,26,0,0x0000000000000002,0x00020000,0,0),
14076 (12701,0,0,0,0,0x0000000000000000,0x00000001,0.66504,0),
14077 (12702,0,0,0,0,0x0000000000000000,0x00000001,0.99756,0),
14078 (12703,0,0,0,0,0x0000000000000000,0x00000001,1.33008,0),
14079 (12704,0,0,0,0,0x0000000000000000,0x00000001,1.6626,0),
14080 (12724,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14081 (12725,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14082 (12726,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14083 (12727,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14084 (12782,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14085 (12787,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14086 (12797,0,0,0,0,0x0000000000000400,0x00020000,0,0),
14087 (12799,0,0,0,0,0x0000000000000400,0x00020000,0,0),
14088 (12800,0,0,0,0,0x0000000000000400,0x00020000,0,0),
14089 (12812,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14090 (12813,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14091 (12814,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14092 (12815,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14093 (12834,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14094 (12846,4,0,0,0,0x0000000000000000,0x00010000,0,0),
14095 (12847,4,0,0,0,0x0000000000000000,0x00010000,0,0),
14096 (12848,4,0,0,0,0x0000000000000000,0x00010000,0,0),
14097 (12849,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14098 (12867,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14099 (12947,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14100 (12958,0,0,0,4,0x0000000000000800,0x00020000,0,0),
14101 (12966,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14102 (12967,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14103 (12968,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14104 (12969,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14105 (12970,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14106 (12971,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14107 (12972,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14108 (12973,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14109 (12974,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14110 (12999,0,0,0,0,0x0000000000000000,0x00000001,4,0),
14111 (13000,0,0,0,0,0x0000000000000000,0x00000001,6,0),
14112 (13001,0,0,0,0,0x0000000000000000,0x00000001,8,0),
14113 (13002,0,0,0,0,0x0000000000000000,0x00000001,10,0),
14114 (13045,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14115 (13046,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14116 (13047,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14117 (13048,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14118 (13159,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14119 (13165,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14120 (13299,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14121 (13358,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14122 (13585,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14123 (13616,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14124 (13709,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14125 (13716,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14126 (13754,0,0,0,0,0x0000000000000010,0x00020000,0,0),
14127 (13800,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14128 (13801,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14129 (13802,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14130 (13803,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14131 (13867,0,0,0,0,0x0000000000000010,0x00020000,0,0),
14132 (13877,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14133 (13879,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14134 (13886,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14135 (13896,0,0,0,0,0x0000000000000000,0x00100000,0,0),
14136 (13959,0,0,0,0,0x0000000000000000,0x00100002,0,0),
14137 (13960,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14138 (13961,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14139 (13962,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14140 (13963,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14141 (13964,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14142 (13983,0,0,0,0,0x0000000000000000,0x01000010,0,0),
14143 (14070,0,0,0,0,0x0000000000000000,0x01000010,0,0),
14144 (14071,0,0,0,0,0x0000000000000000,0x01000010,0,0),
14145 (14108,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14146 (14111,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14147 (14133,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14148 (14144,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14149 (14148,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14150 (14156,0,0,0,0,0x00000000003E0000,0x00020000,0,0),
14151 (14160,0,0,0,0,0x00000000003E0000,0x00020000,0,0),
14152 (14161,0,0,0,0,0x00000000003E0000,0x00020000,0,0),
14153 (14178,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14154 (14186,0,0,0,8,0x0000000040800508,0x00010000,0,0),
14155 (14190,0,0,0,8,0x0000000040800508,0x00010000,0,0),
14156 (14193,0,0,0,8,0x0000000040800508,0x00010000,0,0),
14157 (14194,0,0,0,8,0x0000000040800508,0x00010000,0,0),
14158 (14195,0,0,0,8,0x0000000040800508,0x00010000,0,0),
14159 (14318,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14160 (14319,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14161 (14320,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14162 (14321,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14163 (14322,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14164 (14531,0,0,0,0,0x0000000000000000,0x00002000,0,0),
14165 (14774,0,0,0,0,0x0000000000000000,0x00002000,0,0),
14166 (14796,0,0,0,0,0x0000000000000000,0x00000800,0,0),
14167 (14869,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14168 (14892,0,0,0,6,0x0000000410001E00,0x10000000,0,0),
14169 (15088,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14170 (15097,0,0,0,0,0x0000000000000000,0x00002000,0,0),
14171 (15268,32,0,0,0,0x0000000000000000,0x00020000,0,0),
14172 (15270,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14173 (15277,0,0,0,0,0x0000000000000000,0x00000001,6,0),
14174 (15286,32,0,0,0,0x0000000000000000,0x00008000,0,0),
14175 (15323,32,0,0,0,0x0000000000000000,0x00020000,0,0),
14176 (15324,32,0,0,0,0x0000000000000000,0x00020000,0,0),
14177 (15325,32,0,0,0,0x0000000000000000,0x00020000,0,0),
14178 (15326,32,0,0,0,0x0000000000000000,0x00020000,0,0),
14179 (15335,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14180 (15336,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14181 (15337,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14182 (15338,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14183 (15346,0,0,0,0,0x0000000000000000,0x00000001,6,0),
14184 (15362,0,0,0,6,0x0000000410001E00,0x10000000,0,0),
14185 (15363,0,0,0,6,0x0000000410001E00,0x10000000,0,0),
14186 (15506,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14187 (15507,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14188 (15573,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14189 (15594,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14190 (15599,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14191 (15600,0,0,0,0,0x0000000000000000,0x00000001,0.6,0),
14192 (15603,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14193 (15636,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14194 (15641,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14195 (15730,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14196 (15733,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14197 (15784,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14198 (15849,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14199 (15852,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14200 (15876,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14201 (15978,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14202 (16092,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14203 (16142,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14204 (16146,0,0,0,0,0x0000000000000000,0x00000800,0,0),
14205 (16164,28,0,0,0,0x0000000000000000,0x00010000,0,0),
14206 (16176,0,0,0,0,0x0000000000000000,0x10000000,0,0),
14207 (16235,0,0,0,0,0x0000000000000000,0x10000000,0,0),
14208 (16240,0,0,0,0,0x0000000000000000,0x10000000,0,0),
14209 (16247,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14210 (16256,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14211 (16257,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14212 (16277,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14213 (16278,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14214 (16279,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14215 (16280,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14216 (16281,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14217 (16282,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14218 (16283,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14219 (16284,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14220 (16428,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14221 (16487,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14222 (16489,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14223 (16492,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14224 (16550,0,0,0,0,0x0000000000000000,0x00002000,0,0),
14225 (16574,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14226 (16575,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14227 (16611,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14228 (16615,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14229 (16620,0,0,0,0,0x0000000000000000,0x00100402,0,30),
14230 (16624,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14231 (16689,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14232 (16792,0,0,0,0,0x0000000000000000,0x00002000,0,0),
14233 (16800,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14234 (16810,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14235 (16811,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14236 (16812,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14237 (16813,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14238 (16843,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14239 (16850,0,0,0,0,0x0000000000000004,0x00020000,0,0),
14240 (16864,0,0,0,0,0x0000000000000000,0x00000001,2,0),
14241 (16880,0,0,0,0,0x0000000000000000,0x00010000,0,0),
14242 (16923,0,0,0,0,0x0000000000000004,0x00020000,0,0),
14243 (16924,0,0,0,0,0x0000000000000004,0x00020000,0,0),
14244 (16952,0,0,0,0,0x0000040000039000,0x00010000,0,0),
14245 (16954,0,0,0,0,0x0000040000039000,0x00010000,0,0),
14246 (16958,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14247 (16961,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14248 (16982,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14249 (17010,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14250 (17106,0,0,0,7,0x0000000000080000,0x00004000,0,0),
14251 (17107,0,0,0,7,0x0000000000080000,0x00004000,0,0),
14252 (17108,0,0,0,7,0x0000000000080000,0x00004000,0,0),
14253 (17329,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14254 (17332,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14255 (17350,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14256 (17364,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14257 (17495,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14258 (17670,0,0,0,0,0x0000000000000000,0x00000008,0,0),
14259 (17687,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14260 (17688,0,0,0,0,0x0000000000000000,0x00000080,0,0),
14261 (17690,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14262 (17793,0,0,0,5,0x0000000000000001,0x00010000,0,0),
14263 (17794,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14264 (17796,0,0,0,5,0x0000000000000001,0x00010000,0,0),
14265 (17797,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14266 (17798,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14267 (17799,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14268 (17800,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14269 (17801,0,0,0,5,0x0000000000000001,0x00010000,0,0),
14270 (17802,0,0,0,5,0x0000000000000001,0x00010000,0,0),
14271 (17803,0,0,0,5,0x0000000000000001,0x00010000,0,0),
14272 (18073,0,0,0,0,0x0000008000000060,0x00020000,0,0),
14273 (18094,0,0,0,5,0x000000000000000A,0x00020000,0,0),
14274 (18095,0,0,0,5,0x000000000000000A,0x00020000,0,0),
14275 (18096,0,0,0,0,0x0000008000000060,0x00020000,0,0),
14276 (18097,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14277 (18100,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14278 (18119,0,0,593,0,0x0000000000000000,0x00020000,0,0),
14279 (18120,0,0,593,0,0x0000000000000000,0x00020000,0,0),
14280 (18121,0,0,593,0,0x0000000000000000,0x00020000,0,0),
14281 (18122,0,0,593,0,0x0000000000000000,0x00020000,0,0),
14282 (18123,0,0,593,0,0x0000000000000000,0x00020000,0,0),
14283 (18137,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14284 (18146,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14285 (18167,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14286 (18186,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14287 (18189,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14288 (18542,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14289 (18765,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14290 (18799,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14291 (18800,0,0,0,0,0x0000000000000000,0x00000008,0,0),
14292 (18803,0,0,0,0,0x0000000000000000,0x00004000,0,0),
14293 (18815,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14294 (18816,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14295 (18847,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14296 (18943,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14297 (18979,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14298 (18983,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14299 (19184,0,0,0,0,0x0000000000000000,0x00200000,0,0),
14300 (19194,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14301 (19228,0,0,0,0,0x0000000000000040,0x00020000,0,0),
14302 (19232,0,0,0,0,0x0000000000000040,0x00020000,0,0),
14303 (19233,0,0,0,0,0x0000000000000040,0x00020000,0,0),
14304 (19261,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14305 (19262,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14306 (19264,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14307 (19265,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14308 (19266,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14309 (19271,0,0,0,0,0x0000000000000000,0x00100000,0,0),
14310 (19273,0,0,0,0,0x0000000000000000,0x00100000,0,0),
14311 (19274,0,0,0,0,0x0000000000000000,0x00100000,0,0),
14312 (19275,0,0,0,0,0x0000000000000000,0x00100000,0,0),
14313 (19308,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14314 (19309,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14315 (19310,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14316 (19311,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14317 (19312,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14318 (19387,0,0,0,0,0x0000000000000000,0x00200000,0,0),
14319 (19388,0,0,0,0,0x0000000000000000,0x00200000,0,0),
14320 (19407,0,0,0,0,0x0000000000000200,0x00020000,0,0),
14321 (19409,0,0,0,0,0x0000000000000000,0x00100002,0,0),
14322 (19412,0,0,0,0,0x0000000000000200,0x00020000,0,0),
14323 (19413,0,0,0,0,0x0000000000000200,0x00020000,0,0),
14324 (19414,0,0,0,0,0x0000000000000200,0x00020000,0,0),
14325 (19415,0,0,0,0,0x0000000000000200,0x00020000,0,0),
14326 (19449,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14327 (19478,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14328 (19514,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14329 (19572,0,0,0,9,0x0000000000800000,0x08000000,0,0),
14330 (19573,0,0,0,9,0x0000000000800000,0x08000000,0,0),
14331 (19577,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14332 (19655,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14333 (19656,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14334 (19660,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14335 (19817,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14336 (19818,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14337 (20049,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14338 (20056,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14339 (20057,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14340 (20058,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14341 (20059,0,0,0,0,0x0000000000000000,0x00011000,0,0),
14342 (20127,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14343 (20128,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14344 (20130,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14345 (20131,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14346 (20132,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14347 (20133,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14348 (20134,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14349 (20135,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14350 (20136,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14351 (20137,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14352 (20154,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14353 (20164,0,0,0,0,0x0000000000000000,0x00000001,5,0),
14354 (20165,0,0,0,0,0x0000000000000000,0x00000001,20,0),
14355 (20166,0,0,0,0,0x0000000000000000,0x00000001,20,0),
14356 (20177,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14357 (20178,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14358 (20179,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14359 (20180,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14360 (20181,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14361 (20182,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14362 (20185,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14363 (20186,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14364 (20210,0,0,0,10,0x00010000C0000000,0x10000000,0,0),
14365 (20212,0,0,0,10,0x00010000C0000000,0x10000000,0,0),
14366 (20213,0,0,0,10,0x00010000C0000000,0x10000000,0,0),
14367 (20214,0,0,0,10,0x00010000C0000000,0x10000000,0,0),
14368 (20215,0,0,0,10,0x00010000C0000000,0x10000000,0,0),
14369 (20230,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14370 (20234,0,0,0,0,0x0000000000008000,0x00020000,0,0),
14371 (20235,0,0,0,0,0x0000000000008000,0x00020000,0,0),
14372 (20287,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14373 (20288,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14374 (20289,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14375 (20290,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14376 (20291,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14377 (20292,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14378 (20293,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14379 (20344,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14380 (20345,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14381 (20346,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14382 (20347,0,0,0,0,0x0000000000000000,0x00000001,20,0),
14383 (20348,0,0,0,0,0x0000000000000000,0x00000001,20,0),
14384 (20349,0,0,0,0,0x0000000000000000,0x00000001,20,0),
14385 (20354,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14386 (20355,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14387 (20356,0,0,0,0,0x0000000000000000,0x00000001,20,0),
14388 (20357,0,0,0,0,0x0000000000000000,0x00000001,20,0),
14389 (20375,0,0,0,0,0x0000000000000000,0x00000001,7,0),
14390 (20500,0,0,0,4,0x0000000010000000,0x00004000,0,0),
14391 (20501,0,0,0,4,0x0000000010000000,0x00004000,0,0),
14392 (20545,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14393 (20705,0,0,0,0,0x0000000000000000,0x00002000,0,0),
14394 (20725,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14395 (20784,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14396 (20847,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14397 (20884,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14398 (20891,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14399 (20911,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14400 (20912,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14401 (20913,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14402 (20914,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14403 (20915,0,0,0,0,0x0000000000000000,0x00000001,7,0),
14404 (20918,0,0,0,0,0x0000000000000000,0x00000001,7,0),
14405 (20919,0,0,0,0,0x0000000000000000,0x00000001,7,0),
14406 (20920,0,0,0,0,0x0000000000000000,0x00000001,7,0),
14407 (20925,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14408 (20927,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14409 (20928,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14410 (21053,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14411 (21061,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14412 (21063,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14413 (21080,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14414 (21084,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14415 (21185,0,0,0,0,0x0000000000000000,0x00000004,0,10),
14416 (21334,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14417 (21645,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14418 (21747,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14419 (21788,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14420 (21838,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14421 (21841,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14422 (21853,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14423 (21882,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14424 (21890,0,0,0,4,0x0000036C2A764EEF,0x00082001,0,0),
14425 (21893,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14426 (21897,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14427 (21911,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14428 (21969,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14429 (21978,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14430 (22007,0,0,0,0,0x0000000000200821,0x00004000,0,0),
14431 (22413,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14432 (22438,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14433 (22618,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14434 (22620,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14435 (22648,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14436 (22835,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14437 (22857,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14438 (23340,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14439 (23378,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14440 (23547,0,0,0,0,0x0000000000000000,0x00000020,0,0),
14441 (23548,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14442 (23551,0,0,0,0,0x00000000000000C0,0x00004000,0,0),
14443 (23552,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14444 (23572,0,0,0,0,0x00000000000000C0,0x00004000,0,0),
14445 (23578,0,0,0,0,0x0000000000000000,0x00080000,2,0),
14446 (23581,0,0,0,0,0x0000000000000000,0x00000001,2,0),
14447 (23686,0,0,0,0,0x0000000000000000,0x00000001,2,0),
14448 (23688,0,0,0,0,0x0000000000000000,0x00004000,0,0),
14449 (23689,0,0,0,0,0x0000000000000000,0x00000001,4,0),
14450 (23695,0,0,0,0,0x0000000000000002,0x00020000,0,0),
14451 (23721,0,0,0,0,0x0000000000000800,0x00020000,0,0),
14452 (23771,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14453 (23780,0,0,0,0,0x0000000000000000,0x00100002,0,0),
14454 (23863,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14455 (23867,0,0,0,0,0x0000000000000000,0x00000081,0,0),
14456 (23885,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14457 (23886,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14458 (23887,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14459 (23888,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14460 (24051,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14461 (24256,0,0,0,0,0x0000000000000000,0x00080001,0,0),
14462 (24389,4,0,0,0,0x0000000000000000,0x00020000,0,0),
14463 (24398,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14464 (24574,0,0,0,0,0x0000000000000000,0x00100002,0,0),
14465 (24596,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14466 (24597,0,0,0,0,0x0000000000000000,0x00080001,0,0),
14467 (24603,0,0,0,0,0x0000000000000000,0x00080001,0,0),
14468 (24604,0,0,0,0,0x0000000000000000,0x00080001,0,0),
14469 (24605,0,0,0,0,0x0000000000000000,0x00080001,0,0),
14470 (24658,0,0,0,0,0x0000000000000000,0x00004000,0,0),
14471 (24661,0,0,0,0,0x0000000000000000,0x00080001,0,0),
14472 (24905,0,0,0,0,0x0000000000000000,0x00000001,15,0),
14473 (24932,0,0,0,0,0x0000000000000000,0x00001000,0,6),
14474 (24949,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14475 (25020,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14476 (25023,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14477 (25296,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14478 (25431,0,0,0,0,0x0000000000000000,0x00000402,0,0),
14479 (25441,0,0,0,0,0x0000000000000000,0x00100000,0,0),
14480 (25461,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14481 (25469,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14482 (25472,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14483 (25477,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14484 (25513,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14485 (25669,0,0,0,0,0x0000000000000000,0x00000001,1,0),
14486 (25759,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14487 (25760,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14488 (25761,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14489 (25762,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14490 (25767,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14491 (25820,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14492 (25899,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14493 (25906,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14494 (25937,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14495 (25988,0,0,0,0,0x0000000000000000,0x00040000,0,0),
14496 (26016,0,0,0,0,0x0000000000000000,0x00000001,2,0),
14497 (26021,0,0,0,0,0x0000000000000000,0x00000001,2,0),
14498 (26107,0,0,0,7,0x0000008000800000,0xC4000000,0,0),
14499 (26119,0,0,0,11,0x0000000090100003,0x00004000,0,0),
14500 (26128,0,0,0,0,0x0000000000000000,0x02000000,0,0),
14501 (26135,0,0,0,0,0x0000000000800000,0x00004000,0,0),
14502 (26169,0,0,0,0,0x0000000000000000,0x08000000,0,0),
14503 (26376,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14504 (26463,0,0,0,0,0x0000000000000000,0x00100000,0,0),
14505 (26467,0,0,0,0,0x0000000000000000,0x08000000,0,0),
14506 (26480,0,0,0,0,0x0000000000000000,0x00080001,3,0),
14507 (27009,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14508 (27044,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14509 (27124,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14510 (27155,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14511 (27160,0,0,0,0,0x0000000000000000,0x00000001,20,0),
14512 (27162,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14513 (27164,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14514 (27166,0,0,0,0,0x0000000000000000,0x00000001,20,0),
14515 (27168,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14516 (27169,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14517 (27170,0,0,0,0,0x0000000000000000,0x00000001,7,0),
14518 (27179,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14519 (27200,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14520 (27217,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14521 (27243,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14522 (27280,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14523 (27419,0,0,0,0,0x0000000000000000,0x00000001,3,0),
14524 (27420,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14525 (27498,0,0,0,0,0x0000000000000000,0x00000001,3,0),
14526 (27521,0,0,0,0,0x0000000000000000,0x00004000,0,0),
14527 (27522,0,0,0,0,0x0000000000000000,0x00080001,0,0),
14528 (27539,0,0,0,0,0x0000000000000000,0x00100000,0,0),
14529 (27561,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14530 (27656,0,0,0,0,0x0000000000000000,0x00000001,3,0),
14531 (27688,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14532 (27774,0,0,0,0,0x0000000000000000,0x00004000,0,0),
14533 (27776,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14534 (27778,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14535 (27780,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14536 (27781,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14537 (27785,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14538 (27787,0,0,0,0,0x0000000000000000,0x00000001,3,0),
14539 (27811,0,0,0,0,0x0000000000000000,0x00802000,0,0),
14540 (27815,0,0,0,0,0x0000000000000000,0x00802000,0,0),
14541 (27816,0,0,0,0,0x0000000000000000,0x00802000,0,0),
14542 (27852,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14543 (27861,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14544 (27863,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14545 (27864,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14546 (27865,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14547 (27867,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14548 (28200,0,0,0,0,0x0000000000000000,0x08000000,0,0),
14549 (28305,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14550 (28429,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14551 (28458,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14552 (28460,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14553 (28592,16,0,0,0,0x0000000000000000,0x00020000,0,0),
14554 (28593,16,0,0,0,0x0000000000000000,0x00020000,0,0),
14555 (28594,16,0,0,0,0x0000000000000000,0x00020000,0,0),
14556 (28595,16,0,0,0,0x0000000000000000,0x00020000,0,0),
14557 (28716,0,0,0,7,0x0000000000000010,0x08000000,0,0),
14558 (28719,0,0,0,7,0x0000000000000020,0x10000000,0,0),
14559 (28744,0,0,0,7,0x0000000000000040,0x08000000,0,0),
14560 (28752,0,0,0,0,0x0000000000000000,0x00400000,0,0),
14561 (28761,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14562 (28764,0,0,0,0,0x0000000000000000,0x00100000,0,0),
14563 (28771,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14564 (28780,0,0,0,0,0x0000000000000000,0x08020000,0,0),
14565 (28789,0,0,0,10,0x0000000000006000,0x20000000,0,0),
14566 (28802,0,0,0,0,0x0000000000000000,0x00004000,0,0),
14567 (28809,0,0,0,0,0x0000000000001000,0x10000000,0,0),
14568 (28812,0,0,0,0,0x0000000000000000,0x00010000,0,0),
14569 (28816,0,0,0,0,0x0000000000000000,0x00000001,3,0),
14570 (28823,0,0,0,0,0x00000000000000C0,0x08000000,0,0),
14571 (28845,0,0,0,0,0x0000000000000000,0x00000200,0,0),
14572 (28847,0,0,0,7,0x0000000000000020,0x00004000,0,0),
14573 (28849,0,0,0,11,0x0000000000000080,0x00004000,0,0),
14574 (29062,0,0,0,0,0x0000000000000000,0x00802000,0,0),
14575 (29064,0,0,0,0,0x0000000000000000,0x00802000,0,0),
14576 (29065,0,0,0,0,0x0000000000000000,0x00802000,0,0),
14577 (29074,20,0,0,0,0x0000000000000000,0x00010000,0,0),
14578 (29075,20,0,0,0,0x0000000000000000,0x00010000,0,0),
14579 (29076,20,0,0,0,0x0000000000000000,0x00010000,0,0),
14580 (29150,0,0,0,0,0x0000000000000000,0x00000001,3,0),
14581 (29162,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14582 (29179,0,0,0,0,0x0000000000000000,0x00010000,0,0),
14583 (29180,0,0,0,0,0x0000000000000000,0x00010000,0,0),
14584 (29185,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14585 (29194,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14586 (29196,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14587 (29198,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14588 (29220,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14589 (29307,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14590 (29441,0,0,0,0,0x0000000000000000,0x01000000,0,1),
14591 (29444,0,0,0,0,0x0000000000000000,0x01000000,0,1),
14592 (29445,0,0,0,0,0x0000000000000000,0x01000000,0,1),
14593 (29446,0,0,0,0,0x0000000000000000,0x01000000,0,1),
14594 (29447,0,0,0,0,0x0000000000000000,0x01000000,0,1),
14595 (29448,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14596 (29501,0,0,0,0,0x0000000000000000,0x00080000,3,0),
14597 (29601,0,0,0,7,0x0000000000000000,0x00004000,0,0),
14598 (29624,0,0,0,0,0x0000000000000000,0x00080000,3,0),
14599 (29625,0,0,0,0,0x0000000000000000,0x00080000,3,0),
14600 (29626,0,0,0,0,0x0000000000000000,0x00080000,3,0),
14601 (29632,0,0,0,0,0x0000000000000000,0x00080000,3,0),
14602 (29633,0,0,0,0,0x0000000000000000,0x00080000,3,0),
14603 (29634,0,0,0,0,0x0000000000000000,0x00080000,3,0),
14604 (29635,0,0,0,0,0x0000000000000000,0x00080000,3,0),
14605 (29636,0,0,0,0,0x0000000000000000,0x00080000,3,0),
14606 (29637,0,0,0,0,0x0000000000000000,0x00080000,3,0),
14607 (29801,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14608 (30030,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14609 (30033,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14610 (30079,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14611 (30080,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14612 (30081,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14613 (30160,0,0,0,0,0x0000000000000000,0x00010000,0,0),
14614 (30293,0,0,0,5,0x000000C000000381,0x00020000,0,0),
14615 (30295,0,0,0,5,0x000000C000000381,0x00020000,0,0),
14616 (30296,0,0,0,5,0x000000C000000381,0x00020000,0,0),
14617 (30299,36,0,0,0,0x0000000000000000,0x00100000,0,0),
14618 (30301,36,0,0,0,0x0000000000000000,0x00100000,0,0),
14619 (30302,36,0,0,0,0x0000000000000000,0x00100000,0,0),
14620 (30339,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14621 (30482,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14622 (30636,0,0,0,0,0x0000000000000000,0x00080001,0,0),
14623 (30675,0,0,0,11,0x0000000000000003,0x00004000,0,0),
14624 (30678,0,0,0,11,0x0000000000000003,0x00004000,0,0),
14625 (30679,0,0,0,11,0x0000000000000003,0x00004000,0,0),
14626 (30680,0,0,0,11,0x0000000000000003,0x00004000,0,0),
14627 (30681,0,0,0,11,0x0000000000000003,0x00004000,0,0),
14628 (30802,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14629 (30808,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14630 (30809,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14631 (30810,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14632 (30811,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14633 (30823,0,0,0,0,0x0000000000000000,0x00000001,10.5,0),
14634 (30881,0,0,0,0,0x0000000000000000,0x00008000,0,5),
14635 (30883,0,0,0,0,0x0000000000000000,0x00008000,0,5),
14636 (30884,0,0,0,0,0x0000000000000000,0x00008000,0,5),
14637 (30885,0,0,0,0,0x0000000000000000,0x00008000,0,5),
14638 (30886,0,0,0,0,0x0000000000000000,0x00008000,0,5),
14639 (31233,0,0,0,8,0x00000009003E0000,0x00020000,0,0),
14640 (31239,0,0,0,8,0x00000009003E0000,0x00020000,0,0),
14641 (31240,0,0,0,8,0x00000009003E0000,0x00020000,0,0),
14642 (31241,0,0,0,8,0x00000009003E0000,0x00020000,0,0),
14643 (31242,0,0,0,8,0x00000009003E0000,0x00020000,0,0),
14644 (31244,0,0,0,0,0x0000000000000000,0x80000000,0,0),
14645 (31245,0,0,0,0,0x0000000000000000,0x80000000,0,0),
14646 (31255,0,0,0,0,0x0000000000000000,0x00000100,0,0),
14647 (31316,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14648 (31569,0,0,0,3,0x0000000000010000,0x00004000,0,0),
14649 (31570,0,0,0,3,0x0000000000010000,0x00004000,0,0),
14650 (31641,0,0,0,0,0x0000000000000000,0x00080002,0,0),
14651 (31642,0,0,0,0,0x0000000000000000,0x00080002,0,0),
14652 (31785,0,0,0,0,0x0000000000000000,0x20000000,0,0),
14653 (31794,0,0,0,0,0x0000000000000000,0x00004000,0,0),
14654 (31801,0,0,0,0,0x0000000000000000,0x00000001,20,0),
14655 (31828,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14656 (31829,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14657 (31830,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14658 (31833,0,0,0,10,0x0000000080000000,0x00004000,0,0),
14659 (31835,0,0,0,10,0x0000000080000000,0x00004000,0,0),
14660 (31836,0,0,0,10,0x0000000080000000,0x00004000,0,0),
14661 (31892,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14662 (31895,0,0,0,0,0x0000000000000000,0x00000001,5,0),
14663 (31896,0,0,0,0,0x0000000000000000,0x00000001,2,0),
14664 (32215,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14665 (32385,0,0,0,5,0x0000001100000402,0x00020000,0,0),
14666 (32387,0,0,0,5,0x0000001100000402,0x00020000,0,0),
14667 (32392,0,0,0,5,0x0000001100000402,0x00020000,0,0),
14668 (32393,0,0,0,5,0x0000001100000402,0x00020000,0,0),
14669 (32394,0,0,0,5,0x0000001100000402,0x00020000,0,0),
14670 (32587,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14671 (32593,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14672 (32594,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14673 (32642,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14674 (32734,0,0,0,0,0x0000000000000000,0x00000002,0,3),
14675 (32748,0,0,0,8,0x0000000100000000,0x00080000,0,0),
14676 (32776,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14677 (32777,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14678 (32837,0,0,0,0,0x0000000000000000,0x00004000,0,45),
14679 (32850,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14680 (32863,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14681 (33012,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14682 (33014,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14683 (33089,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14684 (33142,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14685 (33145,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14686 (33146,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14687 (33150,0,0,0,0,0x0000000000000000,0x10010000,0,0),
14688 (33154,0,0,0,0,0x0000000000000000,0x10010000,0,0),
14689 (33191,0,0,0,6,0x0000040000808000,0x00020000,0,0),
14690 (33192,0,0,0,6,0x0000040000808000,0x00020000,0,0),
14691 (33193,0,0,0,6,0x0000040000808000,0x00020000,0,0),
14692 (33194,0,0,0,6,0x0000040000808000,0x00020000,0,0),
14693 (33195,0,0,0,6,0x0000040000808000,0x00020000,0,0),
14694 (33297,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14695 (33299,0,0,0,0,0x0000000000000000,0x00004000,0,0),
14696 (33493,0,0,0,0,0x0000000000000000,0x00000002,0,0),
14697 (33510,0,0,0,0,0x0000000000000000,0x00080001,5,0),
14698 (33511,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14699 (33522,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14700 (33648,0,0,0,0,0x0000000000000000,0x00401000,0,0),
14701 (33727,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14702 (33735,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14703 (33736,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14704 (33746,0,0,0,0,0x0000000000000000,0x00000004,0,10),
14705 (33754,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14706 (33755,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14707 (33756,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14708 (33757,0,0,0,0,0x0000000000000000,0x00000001,0,3),
14709 (33759,0,0,0,0,0x0000000000000000,0x00000004,0,10),
14710 (33776,0,0,0,0,0x0000000000000000,0x20000000,0,0),
14711 (33881,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14712 (33882,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14713 (33883,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14714 (33953,0,0,0,0,0x0000000000000000,0x08000000,0,0),
14715 (34082,0,0,0,0,0x0000000000000000,0x00000000,0,0),
14716 (34138,0,0,0,11,0x0000000000000080,0x08000000,0,0),
14717 (34139,0,0,0,10,0x0000000040000000,0x08000000,0,0),
14718 (34303,0,0,0,0,0x0000000000000000,0x00000080,0,0),
14719 (34320,0,0,0,0,0x0000000000000000,0x00010000,0,0),
14720 (34355,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14721 (34457,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14722 (34497,0,0,0,0,0x0000000000000000,0x00400000,0,0),
14723 (34498,0,0,0,0,0x0000000000000000,0x00400000,0,0),
14724 (34499,0,0,0,0,0x0000000000000000,0x00400000,0,0),
14725 (34500,0,0,0,0,0x0000000000000000,0x00400000,0,0),
14726 (34502,0,0,0,0,0x0000000000000000,0x00400000,0,0),
14727 (34503,0,0,0,0,0x0000000000000000,0x00400000,0,0),
14728 (34506,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14729 (34507,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14730 (34508,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14731 (34584,0,0,0,0,0x0000000000000000,0x00004000,0,30),
14732 (34586,0,0,0,0,0x0000000000000000,0x00080001,1.5,0),
14733 (34598,0,0,0,0,0x0000000000000000,0x00020000,0,45),
14734 (34749,0,0,0,0,0x0000000000000000,0x02000000,0,0),
14735 (34753,0,0,0,6,0x0000000000001800,0x08000000,0,0),
14736 (34774,0,0,0,0,0x0000000000000000,0x00080001,1.5,20),
14737 (34827,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14738 (34838,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14739 (34839,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14740 (34859,0,0,0,6,0x0000000000001800,0x08000000,0,0),
14741 (34860,0,0,0,6,0x0000000000001800,0x08000000,0,0),
14742 (34914,32,0,0,0,0x0000000000000000,0x00008000,0,0),
14743 (34916,32,0,0,0,0x0000000000000000,0x00008000,0,0),
14744 (34917,32,0,0,0,0x0000000000000000,0x00008000,0,0),
14745 (34935,0,0,0,0,0x0000000000000000,0x00000002,0,8),
14746 (34938,0,0,0,0,0x0000000000000000,0x00000002,0,8),
14747 (34939,0,0,0,0,0x0000000000000000,0x00000002,0,8),
14748 (34948,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14749 (34949,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14750 (34950,0,0,0,0,0x0000000000000000,0x00400000,0,0),
14751 (34954,0,0,0,0,0x0000000000000000,0x00400000,0,0),
14752 (35077,0,0,0,0,0x0000000000000000,0x00008000,0,60),
14753 (35080,0,0,0,0,0x0000000000000000,0x00080001,0,60),
14754 (35083,0,0,0,0,0x0000000000000000,0x00020000,0,60),
14755 (35086,0,0,0,0,0x0000000000000000,0x08020000,0,60),
14756 (35100,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14757 (35102,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14758 (35103,0,0,0,0,0x0000000000000000,0x00080000,0,0),
14759 (35205,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14760 (35541,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14761 (35550,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14762 (35551,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14763 (35552,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14764 (35553,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14765 (35942,0,0,0,0,0x0000000000000000,0x00080001,0,0),
14766 (36111,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14767 (36123,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14768 (36488,0,0,0,0,0x0000000000000000,0x08000000,0,0),
14769 (36576,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14770 (37168,0,0,0,8,0x00000009003E0000,0x00020000,0,0),
14771 (37169,0,0,0,8,0x0000000000020000,0x00000000,0,0),
14772 (37170,0,0,0,0,0x0000000000000000,0x00000001,1,0),
14773 (37173,0,0,0,8,0x000001062CBC0598,0x000A0001,0,30),
14774 (37188,0,0,0,10,0x0000000000800000,0x00004000,0,0),
14775 (37189,0,0,0,10,0x0000000000006000,0x10000000,0,60),
14776 (37195,0,0,0,10,0x0000000000800000,0x00004000,0,0),
14777 (37197,0,0,0,0,0x0000000000000000,0x00004000,0,45),
14778 (37213,0,0,0,11,0x0000000090100007,0x00010000,0,0),
14779 (37227,0,0,0,11,0x00000000000001C0,0x10000000,0,60),
14780 (37228,0,0,0,11,0x0000000090100007,0x00020000,0,0),
14781 (37237,0,0,0,11,0x0000000000000001,0x00010000,0,0),
14782 (37239,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14783 (37247,8,0,0,0,0x0000000000000000,0x00004000,0,45),
14784 (37288,0,0,0,0,0x0000000000000000,0x08000000,0,0),
14785 (37295,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14786 (37306,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14787 (37311,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14788 (37336,0,0,0,0,0x0000000000000000,0x00084001,0,0),
14789 (37377,32,0,0,0,0x0000000000000000,0x00004000,0,0),
14790 (37381,0,0,0,0,0x0000000000000000,0x000A0001,0,0),
14791 (37443,0,0,0,0,0x0000000000000000,0x00010000,0,0),
14792 (37447,0,0,0,3,0x0000010000000000,0x00004000,0,0),
14793 (37514,0,0,0,0,0x0000000000000000,0x00000020,0,0),
14794 (37519,0,0,0,0,0x0000000000000000,0x04000000,0,0),
14795 (37525,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14796 (37528,0,0,0,4,0x0000000000000004,0x00000001,0,0),
14797 (37604,0,0,0,0,0x0000000000000000,0x00004000,0,0),
14798 (37617,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14799 (37655,0,0,0,0,0x0000000000000000,0x00004000,0,60),
14800 (37657,0,0,0,0,0x0000000000000000,0x00010000,0,0),
14801 (37705,0,0,0,0,0x0000000000000000,0x08000000,0,0),
14802 (37982,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14803 (38031,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14804 (38196,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14805 (38252,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14806 (38290,0,0,0,0,0x0000000000000000,0x00080000,3,0),
14807 (38299,0,0,0,0,0x0000000000000000,0x08000000,0,0),
14808 (38319,0,0,0,0,0x0000000000000000,0x00004000,0,0),
14809 (38332,0,0,0,0,0x0000000000000000,0x08000000,0,0),
14810 (38334,0,0,0,0,0x0000000000000000,0x00004000,0,60),
14811 (38347,0,0,0,0,0x0000000000000000,0x00010000,0,0),
14812 (38350,0,0,0,0,0x0000000000000000,0x00401000,0,0),
14813 (38394,0,0,0,5,0x0000000000000006,0x00020000,0,0),
14814 (38427,0,0,0,0,0x0000000000000000,0x00000001,0,0),
14815 (39027,0,0,0,0,0x0000000000000000,0x00100402,0,3),
14816 (39367,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14817 (39372,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14818 (39437,4,0,0,0,0x0000000000000000,0x00004000,0,0),
14819 (39438,0,0,0,0,0x0000000000000000,0x00080001,0,0),
14820 (39440,0,0,0,0,0x0000000000000000,0x00020000,0,0),
14821 (39442,0,0,0,0,0x0000000000000000,0x00020001,0,0),
14822 (39443,0,0,0,0,0x0000000000000000,0x00401000,0,0),
14823 (39444,0,0,0,0,0x0000000000000000,0x00100002,0,0),
14824 (39446,0,0,0,0,0x0000000000000000,0x00000004,0,0),
14825 (39530,0,0,0,0,0x0000000000000000,0x00004000,0,0),
14826 (39958,0,0,0,0,0x0000000000000000,0x00000001,0.7,40),
14827 (40353,0,0,0,0,0x0000000000000000,0xC4000001,0,0),
14828 (40407,0,0,0,0,0x0000000000000000,0x00000402,6,0),
14829 (40438,0,0,0,6,0x0000000000008010,0x08020000,0,0),
14830 (40442,0,0,0,7,0x0000044000000014,0x00004001,0,0),
14831 (40444,0,0,0,0,0x0000000000000000,0x00000040,0,0),
14832 (40458,0,0,0,4,0x0000060102000000,0x00000001,0,0),
14833 (40463,0,0,0,11,0x0000001000000081,0x00004001,0,0),
14834 (40470,0,0,0,10,0x00000000C0800000,0x00004000,0,0),
14835 (40475,0,0,0,0,0x0000000000000000,0x00080001,3,0),
14836 (40482,0,0,0,0,0x0000000000000000,0x00010000,0,0),
14837 (40485,0,0,0,9,0x0000000100000000,0x00080000,0,0),
14838 (40478,0,0,0,5,0x0000000000000002,0x00020000,0,0),
14839 (40971,0,0,0,0,0x0000000000000000,0x08000000,0,0),
14840 (41260,0,0,0,0,0x0000000000000000,0x00000004,0,10),
14841 (41262,0,0,0,0,0x0000000000000000,0x00000004,0,10),
14842 (41434,0,0,0,0,0x0000000000000000,0x00000001,2,45),
14843 (41635,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14844 (41989,0,0,0,0,0x0000000000000000,0x00000001,3,0),
14845 (42083,0,0,0,0,0x0000000000000000,0x00401000,0,45),
14846 (42135,0,0,0,0,0x0000000000000000,0x00100402,0,90),
14847 (42136,0,0,0,0,0x0000000000000000,0x00100402,0,90),
14848 (42368,0,0,0,10,0x0000000040000000,0x08000000,0,0),
14849 (42370,0,0,0,11,0x0000000000000080,0x08000000,0,0),
14850 (43338,0,0,0,0,0x0000000000000000,0x00001000,0,0),
14851 (43726,0,0,0,10,0x0000000040000000,0x08000000,0,0),
14852 (43728,0,0,0,11,0x0000000000000080,0x08000000,0,0),
14853 (43737,0,0,0,7,0x0000044000000000,0x00000001,0,10),
14854 (43739,0,0,0,7,0x0000000000000002,0x00020000,0,0),
14855 (43745,0,0,0,10,0x0000020000000000,0x00020000,0,0),
14856 (43748,0,0,0,11,0x0000000090100000,0x00004000,0,0),
14857 (43750,0,0,0,11,0x0000000000000001,0x00004000,0,0),
14858 (43823,0,0,0,0,0x0000000000000000,0x00008000,0,0),
14859 (44604,0,0,0,0,0x0000000000000000,0x00004000,0,0),
14860 (44599,0,0,0,0,0x0000000000000000,0x00000001,0,5),
14861 (44835,0,0,0,7,0x0000008000000000,0x00000001,0,0),
14862 (45040,0,0,0,0,0x0000000000000000,0x00080001,0,0),
14863 (45054,0,0,0,0,0x0000000000000000,0x00020000,0,15),
14864 (45057,0,0,0,0,0x0000000000000000,0x00000002,0,30),
14865 (45059,0,0,0,0,0x0000000000000000,0x08000000,0,0),
14866 (45234,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14867 (45243,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14868 (45244,0,0,0,0,0x0000000000000000,0x00842000,0,0),
14869 (45354,0,0,0,0,0x0000000000000000,0x00000001,0,45),
14870 (45355,0,0,0,0,0x0000000000000000,0x00080001,0,0),
14871 (45444,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14872 (45481,0,0,0,0,0x0000000000000000,0x08020000,0,45),
14873 (45482,0,0,0,0,0x0000000000000000,0x00080001,0,45),
14874 (45483,0,0,0,0,0x0000000000000000,0x00080001,0,45),
14875 (45484,0,0,0,0,0x0000000000000000,0x08000000,0,45),
14876 (46046,0,0,0,0,0x0000000000000000,0x00000001,0,5),
14877 (46092,0,0,0,10,0x0000000040000000,0x08000000,0,0),
14878 (46098,0,0,0,11,0x0000000000000080,0x08000000,0,0),
14879 (46364,0,0,0,0,0x0000000000000000,0x00100402,0,0),
14880 (46569,0,0,0,0,0x0000000000000000,0x00004000,0,45),
14881 (46832,0,0,0,7,0x0000000000000001,0x00004000,0,0);
14882 /*!40000 ALTER TABLE `spell_proc_event` ENABLE KEYS */;
14883 UNLOCK TABLES;
14886 -- Table structure for table `spell_script_target`
14889 DROP TABLE IF EXISTS `spell_script_target`;
14890 CREATE TABLE `spell_script_target` (
14891   `entry` mediumint(8) unsigned NOT NULL,
14892   `type` tinyint(3) unsigned NOT NULL default '0',
14893   `targetEntry` mediumint(8) unsigned NOT NULL default '0',
14894   UNIQUE KEY `entry_type_target` (`entry`,`type`,`targetEntry`)
14895 ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Spell System';
14898 -- Dumping data for table `spell_script_target`
14901 LOCK TABLES `spell_script_target` WRITE;
14902 /*!40000 ALTER TABLE `spell_script_target` DISABLE KEYS */;
14903 /*!40000 ALTER TABLE `spell_script_target` ENABLE KEYS */;
14904 UNLOCK TABLES;
14907 -- Table structure for table `spell_scripts`
14910 DROP TABLE IF EXISTS `spell_scripts`;
14911 CREATE TABLE `spell_scripts` (
14912   `id` mediumint(8) unsigned NOT NULL default '0',
14913   `delay` int(10) unsigned NOT NULL default '0',
14914   `command` mediumint(8) unsigned NOT NULL default '0',
14915   `datalong` mediumint(8) unsigned NOT NULL default '0',
14916   `datalong2` int(10) unsigned NOT NULL default '0',
14917   `dataint` int(11) NOT NULL default '0',
14918   `x` float NOT NULL default '0',
14919   `y` float NOT NULL default '0',
14920   `z` float NOT NULL default '0',
14921   `o` float NOT NULL default '0'
14922 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
14925 -- Dumping data for table `spell_scripts`
14928 LOCK TABLES `spell_scripts` WRITE;
14929 /*!40000 ALTER TABLE `spell_scripts` DISABLE KEYS */;
14930 /*!40000 ALTER TABLE `spell_scripts` ENABLE KEYS */;
14931 UNLOCK TABLES;
14934 -- Table structure for table `spell_target_position`
14937 DROP TABLE IF EXISTS `spell_target_position`;
14938 CREATE TABLE `spell_target_position` (
14939   `id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Identifier',
14940   `target_map` smallint(5) unsigned NOT NULL default '0',
14941   `target_position_x` float NOT NULL default '0',
14942   `target_position_y` float NOT NULL default '0',
14943   `target_position_z` float NOT NULL default '0',
14944   `target_orientation` float NOT NULL default '0',
14945   PRIMARY KEY  (`id`)
14946 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Spell System';
14949 -- Dumping data for table `spell_target_position`
14952 LOCK TABLES `spell_target_position` WRITE;
14953 /*!40000 ALTER TABLE `spell_target_position` DISABLE KEYS */;
14954 /*!40000 ALTER TABLE `spell_target_position` ENABLE KEYS */;
14955 UNLOCK TABLES;
14958 -- Table structure for table `spell_threat`
14961 DROP TABLE IF EXISTS `spell_threat`;
14962 CREATE TABLE `spell_threat` (
14963   `entry` mediumint(8) unsigned NOT NULL,
14964   `Threat` smallint(6) NOT NULL,
14965   PRIMARY KEY  (`entry`)
14966 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED;
14969 -- Dumping data for table `spell_threat`
14972 LOCK TABLES `spell_threat` WRITE;
14973 /*!40000 ALTER TABLE `spell_threat` DISABLE KEYS */;
14974 INSERT INTO `spell_threat` VALUES
14975 (78,20),
14976 (284,39),
14977 (285,59),
14978 (770,108),
14979 (778,108),
14980 (1608,78),
14981 (1672,180),
14982 (1715,61),
14983 (2139,300),
14984 (6343,17),
14985 (6572,155),
14986 (6574,195),
14987 (6809,89),
14988 (7372,101),
14989 (7373,141),
14990 (7379,235),
14991 (7386,100),
14992 (7405,140),
14993 (8198,40),
14994 (8204,64),
14995 (8205,96),
14996 (8380,180),
14997 (8972,118),
14998 (9745,148),
14999 (9749,108),
15000 (9880,178),
15001 (9881,207),
15002 (9907,108),
15003 (11556,43),
15004 (11564,98),
15005 (11565,118),
15006 (11566,137),
15007 (11567,145),
15008 (11580,143),
15009 (11581,180),
15010 (11596,220),
15011 (11597,261),
15012 (11600,275),
15013 (11601,315),
15014 (11775,395),
15015 (14274,200),
15016 (14921,415),
15017 (15629,300),
15018 (15630,400),
15019 (15631,500),
15020 (15632,600),
15021 (16857,108),
15022 (17735,200),
15023 (17750,300),
15024 (17751,450),
15025 (17752,600),
15026 (17390,108),
15027 (17391,108),
15028 (17392,108),
15029 (20569,100),
15030 (20736,100),
15031 (20925,20),
15032 (20927,30),
15033 (20928,40),
15034 (23922,160),
15035 (23923,190),
15036 (23924,220),
15037 (23925,250),
15038 (24394,580),
15039 (24583,5),
15040 (25225,300),
15041 (25231,130),
15042 (25258,286),
15043 (25264,215),
15044 (25269,400),
15045 (25286,175),
15046 (25288,355),
15047 (25289,60),
15048 (26993,127),
15049 (26996,176),
15050 (27011,127),
15051 (27179,54),
15052 (29704,230),
15053 (29707,196),
15054 (30324,220),
15055 (30356,323),
15056 (30357,483),
15057 (33745,285),
15058 (33878,129),
15059 (33986,180),
15060 (33987,232);
15061 /*!40000 ALTER TABLE `spell_threat` ENABLE KEYS */;
15062 UNLOCK TABLES;
15065 -- Table structure for table `transports`
15068 DROP TABLE IF EXISTS `transports`;
15069 CREATE TABLE `transports` (
15070   `entry` mediumint(8) unsigned NOT NULL default '0',
15071   `name` text,
15072   `period` mediumint(8) unsigned NOT NULL default '0',
15073   PRIMARY KEY  (`entry`)
15074 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Transports';
15077 -- Dumping data for table `transports`
15080 LOCK TABLES `transports` WRITE;
15081 /*!40000 ALTER TABLE `transports` DISABLE KEYS */;
15082 /*!40000 ALTER TABLE `transports` ENABLE KEYS */;
15083 UNLOCK TABLES;
15086 -- Table structure for table `uptime`
15089 DROP TABLE IF EXISTS `uptime`;
15090 CREATE TABLE `uptime` (
15091   `starttime` bigint(20) unsigned NOT NULL default '0',
15092   `startstring` varchar(64) NOT NULL default '',
15093   `uptime` bigint(20) unsigned NOT NULL default '0',
15094   `maxplayers` smallint(5) unsigned NOT NULL default '0',
15095   PRIMARY KEY  (`starttime`)
15096 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Uptime system';
15099 -- Dumping data for table `uptime`
15102 LOCK TABLES `uptime` WRITE;
15103 /*!40000 ALTER TABLE `uptime` DISABLE KEYS */;
15104 /*!40000 ALTER TABLE `uptime` ENABLE KEYS */;
15105 UNLOCK TABLES;
15106 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
15108 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
15109 /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
15110 /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
15111 /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
15112 /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
15113 /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
15114 /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
15116 -- Dump completed on 2008-03-30 15:34:54