[7026] Current arena season id and state send and setting in mangosd.conf.
[getmangos.git] / sql / mangos.sql
blobf947dc103ed09005f848c357ab2a5bb47c2bc889
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_7026_01_mangos_battleground_template` 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 (9,0,0,0,0,1367,0,1368,0),
165 (10,5,5,10,80,1362,0,1363,0),
166 (11,5,5,10,80,1364,0,1365,0);
167 /*!40000 ALTER TABLE `battleground_template` ENABLE KEYS */;
168 UNLOCK TABLES;
171 -- Table structure for table `battlemaster_entry`
174 DROP TABLE IF EXISTS `battlemaster_entry`;
175 CREATE TABLE `battlemaster_entry` (
176   `entry` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Entry of a creature',
177   `bg_template` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Battleground template id',
178   PRIMARY KEY  (`entry`)
179 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
182 -- Dumping data for table `battlemaster_entry`
185 LOCK TABLES `battlemaster_entry` WRITE;
186 /*!40000 ALTER TABLE `battlemaster_entry` DISABLE KEYS */;
187 /*!40000 ALTER TABLE `battlemaster_entry` ENABLE KEYS */;
188 UNLOCK TABLES;
191 -- Table structure for table `command`
194 DROP TABLE IF EXISTS `command`;
195 CREATE TABLE `command` (
196   `name` varchar(50) NOT NULL default '',
197   `security` tinyint(3) unsigned NOT NULL default '0',
198   `help` longtext,
199   PRIMARY KEY  (`name`)
200 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Chat System';
203 -- Dumping data for table `command`
206 LOCK TABLES `command` WRITE;
207 /*!40000 ALTER TABLE `command` DISABLE KEYS */;
208 INSERT INTO `command` VALUES
209 ('account',0,'Syntax: .account\r\n\r\nDisplay the access level of your account.'),
210 ('account create',4,'Syntax: .account create $account $password\r\n\r\nCreate account and set password to it.'),
211 ('account delete',4,'Syntax: .account delete $account\r\n\r\nDelete account with all characters.'),
212 ('account onlinelist',4,'Syntax: .account onlinelist\r\n\r\nShow list of online accounts.'),
213 ('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.'),
214 ('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.'),
215 ('account set password',4,'Syntax: .account set password $account $password $password\r\n\r\nSet password for account.'),
216 ('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.'),
217 ('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.'),
218 ('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.'),
219 ('announce',1,'Syntax: .announce $MessageToBroadcast\r\n\r\nSend a global message to all players online in chat log.'),
220 ('aura',3,'Syntax: .aura #spellid\r\n\r\nAdd the aura from spell #spellid to the selected Unit.'),
221 ('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\".'),
222 ('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\".'),
223 ('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\".'),
224 ('baninfo account',3,'Syntax is: baninfo account\r\nWatch full information about a specific ban.'),
225 ('baninfo character',3,'Syntax is: baninfo character\r\nWatch full information about a specific ban.'),
226 ('baninfo ip',3,'Syntax is: baninfo ip\r\nWatch full information about a specific ban.'),
227 ('bank',3,'Syntax: .bank\r\n\r\nShow your bank inventory.'),
228 ('banlist account',3,'Syntax is: banlist account [$Name]\r\nSearches the banlist for a account name pattern or show full list account bans.'),
229 ('banlist character',3,'Syntax is: banlist character $Name\r\nSearches the banlist for a character name pattern. Pattern required.'),
230 ('banlist ip',3,'Syntax is: banlist ip [$Ip]\r\nSearches the banlist for a IP pattern or show full list of IP bans.'),
231 ('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.'),
232 ('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.'),
233 ('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.'),
234 ('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.'),
235 ('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.'),
236 ('chardelete',4,'Syntax: .chardelete $charactername\r\n\r\nDelete character.'),
237 ('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.'),
238 ('commands',0,'Syntax: .commands\r\n\r\nDisplay a list of available commands for your account level.'),
239 ('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).'),
240 ('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.'),
241 ('debug anim',2,'Syntax: .debug anim #emoteid\r\n\r\nPlay emote #emoteid for your character.'),
242 ('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.'),
243 ('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...'),
244 ('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.'),
245 ('debug standstate',2,'Syntax: .debug standstate #emoteid\r\n\r\nChange the emote of your character while standing to #emoteid.'),
246 ('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.'),
247 ('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.'),
248 ('demorph',2,'Syntax: .demorph\r\n\r\nDemorph the selected player.'),
249 ('die',3,'Syntax: .die\r\n\r\nKill the selected player. If no player is selected, it will kill you.'),
250 ('dismount',0,'Syntax: .dismount\r\n\r\nDismount you, if you are mounted.'),
251 ('distance',3,'Syntax: .distance\r\n\r\nDisplay the distance from your character to the selected creature.'),
252 ('event',2,'Syntax: .event #event_id\r\nShow details about event with #event_id.'),
253 ('event activelist',2,'Syntax: .event activelist\r\nShow list of currently active events.'),
254 ('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).'),
255 ('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).'),
256 ('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.'),
257 ('flusharenapoints','3','Syntax: .flusharenapoints\r\n\r\nUse it to distribute arena points based on arena team ratings, and start a new week.'),
258 ('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.'),
259 ('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.'),
260 ('gm fly',3,'Syntax: .gm fly on/off\r\nEnable/disable gm fly mode.'),
261 ('gm ingame',0,'Syntax: .gm ingame\r\n\r\nDisplay a list of available in game Game Masters.'),
262 ('gm list',3,'Syntax: .gm list\r\n\r\nDisplay a list of all Game Masters accounts and security levels.'),
263 ('gm online',0,'Syntax: .gm online\r\n\r\nDisplay a list of available Game Masters.'),
264 ('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.'),
265 ('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.'),
266 ('go graveyard',2,'Syntax: .go graveyard #graveyardId\r\n Teleport to graveyard with the graveyardId specified.'),
267 ('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).'),
268 ('go object',1,'Syntax: .go object #object_guid\r\nTeleport your character to gameobject with guid #object_guid'),
269 ('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.'),
270 ('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.'),
271 ('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.'),
272 ('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'),
273 ('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.'),
274 ('gobject delete',2,'Syntax: .gobject delete #go_guid\r\nDelete gameobject with guid #go_guid.'),
275 ('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).'),
276 ('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.'),
277 ('gobject turn',2,'Syntax: .gobject turn #goguid \r\n\r\nSet for gameobject #goguid orientation same as current character orientation.'),
278 ('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.'),
279 ('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.'),
280 ('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'),
281 ('groupgo',1,'Syntax: .groupgo $charactername\r\n\r\nTeleport the given character and his group to you.'),
282 ('guid',2,'Syntax: .guid\r\n\r\nDisplay the GUID for the selected character.'),
283 ('guild create',2,'Syntax: .guild create $GuildLeaderName $GuildName\r\n\r\nCreate a guild named $GuildName with the player $GuildLeaderName as leader.'),
284 ('guild delete',2,'Syntax: .guild delete $GuildName\r\n\r\nDelete guild $GuildName.'),
285 ('guild invite',2,'Syntax: .guild invite $CharacterName $GuildName\r\n\r\nAdd $CharacterName into a guild $GuildName.'),
286 ('guild rank',2,'Syntax: .guild rank $CharacterName #Rank\r\n\r\nSet for $CharacterName rank #Rank in a guild.'),
287 ('guild uninvite',2,'Syntax: .guild uninvite $CharacterName\r\n\r\nRemove $CharacterName from a guild.'),
288 ('help',0,'Syntax: .help [$command]\r\n\r\nDisplay usage instructions for the given $command. If no $command provided show list available commands.'),
289 ('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.'),
290 ('honor add',2,'Syntax: .honor add $amount\r\n\r\nAdd a certain amount of honor (gained today) to the selected player.'),
291 ('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)'),
292 ('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.'),
293 ('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.'),
294 ('instance unbind',3,'Syntax: .instance unbind all\r\n  All of the selected player\'s binds will be cleared.'),
295 ('instance listbinds',3,'Syntax: .instance listbinds\r\n  Lists the binds of the selected player.'),
296 ('instance stats',3,'Syntax: .instance stats\r\n  Shows statistics about instances.'),
297 ('instance savedata',3,'Syntax: .instance savedata\r\n  Save the InstanceData for the current player\'s map to the DB.'),
298 ('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'),
299 ('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.'),
300 ('learn',3,'Syntax: .learn #parameter\r\n\r\nSelected character learn a spell of id #parameter.'),
301 ('learn all',3,'Syntax: .learn all\r\n\r\nLearn all big set different spell maybe useful for Administaror.'),
302 ('learn all_crafts',2,'Syntax: .learn crafts\r\n\r\nLearn all professions and recipes.'),
303 ('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.'),
304 ('learn all_gm',2,'Syntax: .learn all_gm\r\n\r\nLearn all default spells for Game Masters.'),
305 ('learn all_lang',1,'Syntax: .learn all_lang\r\n\r\nLearn all languages'),
306 ('learn all_myclass',3,'Syntax: .learn all_myclass\r\n\r\nLearn all spells and talents available for his class.'),
307 ('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.'),
308 ('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.'),
309 ('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'),
310 ('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.'),
311 ('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).'),
312 ('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.'),
313 ('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.'),
314 ('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.'),
315 ('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.'),
316 ('lockaccount',0,'Syntax: .lockaccount [on|off]\r\n\r\nAllow login from account only from current used IP or remove this requirement.'),
317 ('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.'),
318 ('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.'),
319 ('lookup event',2,'Syntax: .lookup event $name\r\nAttempts to find the ID of the event with the provided $name.'),
320 ('lookup faction',3,'Syntax: .lookup faction $name\r\nAttempts to find the ID of the faction with the provided $name.'),
321 ('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.'),
322 ('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.'),
323 ('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.'),
324 ('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.'),
325 ('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.'),
326 ('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.'),
327 ('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.'),
328 ('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.'),
329 ('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.'),
330 ('lookup tele',1,'Syntax: .lookup tele $substring\r\n\r\nSearch and output all .tele command locations with provide $substring in name.'),
331 ('maxskill',3,'Syntax: .maxskill\r\nSets all skills of the targeted player to their maximum VALUESfor its current level.'),
332 ('Mod32Value',3,'Syntax: .Mod32Value #field #value\r\n\r\nAdd #value to field #field of your character.'),
333 ('modify arena',3,'Syntax: .modify arena #value\r\nAdd $amount arena points to the selected player.'),
334 ('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.'),
335 ('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.'),
336 ('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.'),
337 ('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.'),
338 ('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.'),
339 ('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.'),
340 ('modify gender',2,'Syntax: .modify gender male/female\r\n\r\nChange gender of selected player.'),
341 ('modify honor',1,'Syntax: .modify honor $amount\r\n\r\nAdd $amount honor points to the selected player.'),
342 ('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.'),
343 ('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.'),
344 ('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.'),
345 ('modify morph',2,'Syntax: .modify morph #displayid\r\n\r\nChange your current model id to #displayid.'),
346 ('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.'),
347 ('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.'),
348 ('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.'),
349 ('modify runicpower',1,'Syntax: .modify runicpower #newrunicpower\r\n\r\nModify the runic power of the selected player. If no player is selected, modify your runic power.'),
350 ('modify scale',1,''),
351 ('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.'),
352 ('modify spell',1,''),
353 ('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.'),
354 ('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'),
355 ('movegens',3,'Syntax: .movegens\r\n  Show movement generators stack for selected creature or player.'),
356 ('mute',1,'Syntax: .mute $playerName $timeInMinutes\r\n\r\nDisible chat messaging for any character from account of character $playerName at $timeInMinutes minutes.'),
357 ('namego',1,'Syntax: .namego $charactername\r\n\r\nTeleport the given character to you.'),
358 ('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).'),
359 ('notify',1,'Syntax: .notify $MessageToBroadcast\r\n\r\nSend a global message to all players online in screen.'),
360 ('npc add',2,'Syntax: .npc add #creatureid\r\n\r\nSpawn a creature by the given template id of #creatureid.'),
361 ('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.'),
362 ('npc addweapon',3,'Not yet implemented.'),
363 ('npc allowmove',3,'Syntax: .npc allowmove\r\n\r\nEnable or disable movement for the selected creature.'),
364 ('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.'),
365 ('npc delete',2,'Syntax: .npc delete [#guid]\r\n\r\nDelete creature with guid #guid (or the selected if no guid is provided)'),
366 ('npc delitem',2,'Syntax: .npc delitem #itemId\r\n\r\nRemove item #itemid from item list of selected vendor.'),
367 ('npc factionid',2,'Syntax: .npc factionid #factionid\r\n\r\nSet the faction of the selected creature to #factionid.'),
368 ('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.'),
369 ('npc follow',2,'Syntax: .npc follow\r\n\r\nSelected creature start follow you until death/fight/etc.'),
370 ('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.'),
371 ('npc move',2,'Syntax: .npc move [#creature_guid]\r\n\r\nMove the targeted creature spawn point to your coordinates.'),
372 ('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.'),
373 ('npc playemote',3,'Syntax: .npc playemote #emoteid\r\n\r\nMake the selected creature emote with an emote of id #emoteid.'),
374 ('npc setmodel',2,'Syntax: .npc setmodel #displayid\r\n\r\nChange the model id of the selected creature to #displayid.'),
375 ('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.'),
376 ('npc spawndist',2,'Syntax: .npc spawndist #dist\r\n\r\nAdjust spawndistance of selected creature to dist.'),
377 ('npc spawntime',2,'Syntax: .npc spawntime #time \r\n\r\nAdjust spawntime of selected creature to time.'),
378 ('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.'),
379 ('npc tame',2,'Syntax: .npc tame\r\n\r\nTame selected creature (tameable non pet creature). You don''t must have pet.'),
380 ('npc textemote',3,'Syntax: .npc textemote #emoteid\r\n\r\nMake the selected creature to do textemote with an emote of id #emoteid.'),
381 ('npc whisper',1,'Syntax: .npc whisper #playerguid #text\r\nMake the selected npc whisper #text to  #playerguid.'),
382 ('npc unfollow',2,'Syntax: .npc unfollow\r\n\r\nSelected creature (non pet) stop follow you.'),
383 ('password',0,'Syntax: .password $old_password $new_password $new_password\r\n\r\nChange your account password.'),
384 ('pdump write',3,'Syntax is: pdump write $filename $playerNameOrGUID\r\nWrite character dump with name/guid $playerNameOrGUID to file $filename.'),
385 ('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.'),
386 ('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.'),
387 ('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'),
388 ('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.'),
389 ('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.'),
390 ('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.'),
391 ('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.'),
392 ('reload all',3,'Syntax: .reload all\r\n\r\nReload all tables with reload support added and that can be _safe_ reloaded.'),
393 ('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.'),
394 ('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.'),
395 ('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.'),
396 ('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.'),
397 ('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.'),
398 ('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.'),
399 ('repairitems',2,'Syntax: .repairitems\r\n\r\nRepair all selected player''s items.'),
400 ('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.'),
401 ('reset honor',3,'Syntax:\r\n.reset honor [Playername]\r\n  Reset all honor data for targeted character.'),
402 ('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.'),
403 ('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.'),
404 ('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.'),
405 ('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.'),
406 ('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.'),
407 ('revive',3,'Syntax: .revive\r\n\r\nRevive the selected player. If no player is selected, it will revive you.'),
408 ('save',0,'Syntax: .save\r\n\r\nSaves your character.'),
409 ('saveall',1,'Syntax: .saveall\r\n\r\nSave all characters in game.'),
410 ('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.'),
411 ('sendmail',1,'Syntax: .sendmail #playername "#subject" "#text"\r\n\r\nSend a mail to a player. Subject and mail text must be in "".'),
412 ('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 "".'),
413 ('sendmessage',3,'Syntax: .sendmessage $playername $message\r\n\r\nSend screen message to player from ADMINISTRATOR.'),
414 ('server corpses',2,'Syntax: .server corpses\r\n\r\nTriggering corpses expire check in world.'),
415 ('server exit',4,'Syntax: .server exit\r\n\r\nTerminate mangosd NOW. Exit code 0.'),
416 ('server info',0,'Syntax: .server info\r\n\r\nDisplay server version and the number of connected players.'),
417 ('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.'),
418 ('server idleshutdown cancel',3,'Syntax: .server idleshutdown cancel\r\n\r\nCancel the restart/shutdown timer if any.'),
419 ('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.'),
420 ('server idlerestart cancel',3,'Syntax: .server idlerestart cancel\r\n\r\nCancel the restart/shutdown timer if any.'),
421 ('server motd',0,'Syntax: .server motd\r\n\r\nShow server Message of the day.'),
422 ('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.'),
423 ('server restart cancel',3,'Syntax: .server restart cancel\r\n\r\nCancel the restart/shutdown timer if any.'),
424 ('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).'),
425 ('server set motd',3,'Syntax: .server set motd $MOTD\r\n\r\nSet server Message of the day.'),
426 ('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.'),
427 ('server shutdown cancel',3,'Syntax: .server shutdown cancel\r\n\r\nCancel the restart/shutdown timer if any.'),
428 ('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.'),
429 ('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.'),
430 ('start',0,'Syntax: .start\r\n\r\nTeleport you to the starting area of your character.'),
431 ('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.'),
432 ('tele',1,'Syntax: .tele #location\r\n\r\nTeleport player to a given location.'),
433 ('tele add',3,'Syntax: .tele add $name\r\n\r\nAdd current your position to .tele command target locations list with name $name.'),
434 ('tele del',3,'Syntax: .tele del $name\r\n\r\nRemove location with name $name for .tele command locations list.'),
435 ('tele group',1,'Syntax: .tele group#location\r\n\r\nTeleport a selected player and his group members to a given location.'),
436 ('tele name',1,'Syntax: .tele name #playername #location\r\n\r\nTeleport a player to a given location.'),
437 ('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.'),
438 ('unaura',3,'Syntax: .unaura #spellid\r\n\r\nRemove aura due to spell #spellid from the selected Unit.'),
439 ('unban account',3,'Syntax is: unban account $Name\r\nUnban accounts for account name pattern.'),
440 ('unban character',3,'Syntax is: unban character $Name\r\nUnban accounts for character name pattern.'),
441 ('unban ip',3,'Syntax is: unban ip $Ip\r\nUnban accounts for IP pattern.'),
442 ('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.'),
443 ('unmute',1,'Syntax: .unmute $playerName\r\n\r\nRestore chat messaging for any character from account of character $playerName.'),
444 ('waterwalk',2,'Syntax: .waterwalk on/off\r\n\r\nSet on/off waterwalk state for selected player.'),
445 ('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.'),
446 ('whispers',1,'Syntax: .whispers on|off\r\nEnable/disable accepting whispers by GM from players. By default use mangosd.conf setting.'),
447 ('wp',2,'Using WP Command:\r\nEach Waypoint Command has it\'s own description!'),
448 ('wp add',2,'Syntax: .wp add [#creature_guid or Select a Creature]'),
449 ('wp export',3,'Syntax: .wp export [#creature_guid or Select a Creature] $filename'),
450 ('wp import',3,'Syntax: .wp import $filename'),
451 ('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!'),
452 ('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!');
453 /*!40000 ALTER TABLE `command` ENABLE KEYS */;
454 UNLOCK TABLES;
457 -- Table structure for table `creature`
460 DROP TABLE IF EXISTS `creature`;
461 CREATE TABLE `creature` (
462   `guid` int(10) unsigned NOT NULL auto_increment COMMENT 'Global Unique Identifier',
463   `id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Creature Identifier',
464   `map` smallint(5) unsigned NOT NULL default '0' COMMENT 'Map Identifier',
465   `spawnMask` tinyint(3) unsigned NOT NULL default '1',
466   `modelid` mediumint(8) unsigned NOT NULL default '0',
467   `equipment_id` mediumint(9) NOT NULL default '0',
468   `position_x` float NOT NULL default '0',
469   `position_y` float NOT NULL default '0',
470   `position_z` float NOT NULL default '0',
471   `orientation` float NOT NULL default '0',
472   `spawntimesecs` int(10) unsigned NOT NULL default '120',
473   `spawndist` float NOT NULL default '5',
474   `currentwaypoint` mediumint(8) unsigned NOT NULL default '0',
475   `curhealth` int(10) unsigned NOT NULL default '1',
476   `curmana` int(10) unsigned NOT NULL default '0',
477   `DeathState` tinyint(3) unsigned NOT NULL default '0',
478   `MovementType` tinyint(3) unsigned NOT NULL default '0',
479   PRIMARY KEY  (`guid`),
480   KEY `idx_map` (`map`),
481   KEY `index_id` (`id`)
482 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Creature System';
485 -- Dumping data for table `creature`
488 LOCK TABLES `creature` WRITE;
489 /*!40000 ALTER TABLE `creature` DISABLE KEYS */;
490 /*!40000 ALTER TABLE `creature` ENABLE KEYS */;
491 UNLOCK TABLES;
494 -- Table structure for table `creature_addon`
497 DROP TABLE IF EXISTS `creature_addon`;
498 CREATE TABLE `creature_addon` (
499   `guid` int(11) NOT NULL default '0',
500   `mount` mediumint(8) unsigned NOT NULL default '0',
501   `bytes0` int(10) unsigned NOT NULL default '0',
502   `bytes1` int(10) unsigned NOT NULL default '0',
503   `bytes2` int(10) unsigned NOT NULL default '0',
504   `emote` int(10) unsigned NOT NULL default '0',
505   `moveflags` int(10) unsigned NOT NULL default '0',
506   `auras` text,
507   PRIMARY KEY  (`guid`)
508 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
511 -- Dumping data for table `creature_addon`
514 LOCK TABLES `creature_addon` WRITE;
515 /*!40000 ALTER TABLE `creature_addon` DISABLE KEYS */;
516 /*!40000 ALTER TABLE `creature_addon` ENABLE KEYS */;
517 UNLOCK TABLES;
520 -- Table structure for table `creature_equip_template`
523 DROP TABLE IF EXISTS `creature_equip_template`;
524 CREATE TABLE `creature_equip_template` (
525   `entry` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Unique entry',
526   `equipentry1` mediumint(8) unsigned NOT NULL default '0',
527   `equipentry2` mediumint(8) unsigned NOT NULL default '0',
528   `equipentry3` mediumint(8) unsigned NOT NULL default '0',
529   PRIMARY KEY  (`entry`)
530 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Creature System (Equipment)';
533 -- Dumping data for table `creature_equip_template`
536 LOCK TABLES `creature_equip_template` WRITE;
537 /*!40000 ALTER TABLE `creature_equip_template` DISABLE KEYS */;
538 /*!40000 ALTER TABLE `creature_equip_template` ENABLE KEYS */;
539 UNLOCK TABLES;
542 -- Table structure for table `creature_involvedrelation`
545 DROP TABLE IF EXISTS `creature_involvedrelation`;
546 CREATE TABLE `creature_involvedrelation` (
547   `id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Identifier',
548   `quest` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
549   PRIMARY KEY  (`id`,`quest`)
550 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Creature System';
553 -- Dumping data for table `creature_involvedrelation`
556 LOCK TABLES `creature_involvedrelation` WRITE;
557 /*!40000 ALTER TABLE `creature_involvedrelation` DISABLE KEYS */;
558 /*!40000 ALTER TABLE `creature_involvedrelation` ENABLE KEYS */;
559 UNLOCK TABLES;
562 -- Table structure for table `creature_loot_template`
565 DROP TABLE IF EXISTS `creature_loot_template`;
566 CREATE TABLE `creature_loot_template` (
567   `entry` mediumint(8) unsigned NOT NULL default '0',
568   `item` mediumint(8) unsigned NOT NULL default '0',
569   `ChanceOrQuestChance` float NOT NULL default '100',
570   `groupid` tinyint(3) unsigned NOT NULL default '0',
571   `mincountOrRef` mediumint(9) NOT NULL default '1',
572   `maxcount` tinyint(3) unsigned NOT NULL default '1',
573   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
574   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
575   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
576   PRIMARY KEY  (`entry`,`item`)
577 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
580 -- Dumping data for table `creature_loot_template`
583 LOCK TABLES `creature_loot_template` WRITE;
584 /*!40000 ALTER TABLE `creature_loot_template` DISABLE KEYS */;
585 /*!40000 ALTER TABLE `creature_loot_template` ENABLE KEYS */;
586 UNLOCK TABLES;
589 -- Table structure for table `creature_model_info`
592 DROP TABLE IF EXISTS `creature_model_info`;
593 CREATE TABLE `creature_model_info` (
594   `modelid` mediumint(8) unsigned NOT NULL default '0',
595   `bounding_radius` float NOT NULL default '0',
596   `combat_reach` float NOT NULL default '0',
597   `gender` tinyint(3) unsigned NOT NULL default '2',
598   `modelid_other_gender` mediumint(8) unsigned NOT NULL default '0',
599   PRIMARY KEY  (`modelid`)
600 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Creature System (Model related info)';
603 -- Dumping data for table `creature_model_info`
606 LOCK TABLES `creature_model_info` WRITE;
607 /*!40000 ALTER TABLE `creature_model_info` DISABLE KEYS */;
608 /*!40000 ALTER TABLE `creature_model_info` ENABLE KEYS */;
609 UNLOCK TABLES;
612 -- Table structure for table `creature_movement`
615 DROP TABLE IF EXISTS `creature_movement`;
616 CREATE TABLE `creature_movement` (
617   `id` int(10) unsigned NOT NULL COMMENT 'Creature GUID',
618   `point` mediumint(8) unsigned NOT NULL default '0',
619   `position_x` float NOT NULL default '0',
620   `position_y` float NOT NULL default '0',
621   `position_z` float NOT NULL default '0',
622   `waittime` int(10) unsigned NOT NULL default '0',
623   `textid1` int(11) NOT NULL default '0',
624   `textid2` int(11) NOT NULL default '0',
625   `textid3` int(11) NOT NULL default '0',
626   `textid4` int(11) NOT NULL default '0',
627   `textid5` int(11) NOT NULL default '0',
628   `emote` mediumint(8) unsigned NOT NULL default '0',
629   `spell` mediumint(8) unsigned NOT NULL default '0',
630   `wpguid` int(11) NOT NULL default '0',
631   `orientation` float NOT NULL default '0',
632   `model1` mediumint(9) NOT NULL default '0',
633   `model2` mediumint(9) NOT NULL default '0',
634   PRIMARY KEY  (`id`,`point`)
635 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Creature System';
638 -- Dumping data for table `creature_movement`
641 LOCK TABLES `creature_movement` WRITE;
642 /*!40000 ALTER TABLE `creature_movement` DISABLE KEYS */;
643 /*!40000 ALTER TABLE `creature_movement` ENABLE KEYS */;
644 UNLOCK TABLES;
647 -- Table structure for table `creature_onkill_reputation`
650 DROP TABLE IF EXISTS `creature_onkill_reputation`;
651 CREATE TABLE `creature_onkill_reputation` (
652   `creature_id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Creature Identifier',
653   `RewOnKillRepFaction1` smallint(6) NOT NULL default '0',
654   `RewOnKillRepFaction2` smallint(6) NOT NULL default '0',
655   `MaxStanding1` tinyint(4) NOT NULL default '0',
656   `IsTeamAward1` tinyint(4) NOT NULL default '0',
657   `RewOnKillRepValue1` mediumint(9) NOT NULL default '0',
658   `MaxStanding2` tinyint(4) NOT NULL default '0',
659   `IsTeamAward2` tinyint(4) NOT NULL default '0',
660   `RewOnKillRepValue2` mediumint(9) NOT NULL default '0',
661   `TeamDependent` tinyint(3) unsigned NOT NULL default '0',
662   PRIMARY KEY  (`creature_id`)
663 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Creature OnKill Reputation gain';
666 -- Dumping data for table `creature_onkill_reputation`
669 LOCK TABLES `creature_onkill_reputation` WRITE;
670 /*!40000 ALTER TABLE `creature_onkill_reputation` DISABLE KEYS */;
671 /*!40000 ALTER TABLE `creature_onkill_reputation` ENABLE KEYS */;
672 UNLOCK TABLES;
675 -- Table structure for table `creature_questrelation`
678 DROP TABLE IF EXISTS `creature_questrelation`;
679 CREATE TABLE `creature_questrelation` (
680   `id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Identifier',
681   `quest` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
682   PRIMARY KEY  (`id`,`quest`)
683 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Creature System';
686 -- Dumping data for table `creature_questrelation`
689 LOCK TABLES `creature_questrelation` WRITE;
690 /*!40000 ALTER TABLE `creature_questrelation` DISABLE KEYS */;
691 /*!40000 ALTER TABLE `creature_questrelation` ENABLE KEYS */;
692 UNLOCK TABLES;
695 -- Table structure for table `creature_respawn`
698 DROP TABLE IF EXISTS `creature_respawn`;
699 CREATE TABLE `creature_respawn` (
700   `guid` int(10) unsigned NOT NULL default '0' COMMENT 'Global Unique Identifier',
701   `respawntime` bigint(20) NOT NULL default '0',
702   `instance` mediumint(8) unsigned NOT NULL default '0',
703   PRIMARY KEY  (`guid`,`instance`),
704   KEY `instance` (`instance`)
705 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Grid Loading System';
708 -- Dumping data for table `creature_respawn`
711 LOCK TABLES `creature_respawn` WRITE;
712 /*!40000 ALTER TABLE `creature_respawn` DISABLE KEYS */;
713 /*!40000 ALTER TABLE `creature_respawn` ENABLE KEYS */;
714 UNLOCK TABLES;
717 -- Table structure for table `creature_template`
720 DROP TABLE IF EXISTS `creature_template`;
721 CREATE TABLE `creature_template` (
722   `entry` mediumint(8) unsigned NOT NULL default '0',
723   `heroic_entry` mediumint(8) unsigned NOT NULL default '0',
724   `modelid_A` mediumint(8) unsigned NOT NULL default '0',
725   `modelid_A2` mediumint(8) unsigned NOT NULL default '0',
726   `modelid_H` mediumint(8) unsigned NOT NULL default '0',
727   `modelid_H2` mediumint(8) unsigned NOT NULL default '0',
728   `name` char(100) NOT NULL default '0',
729   `subname` char(100) default NULL,
730   `IconName` char(100) default NULL,
731   `minlevel` tinyint(3) unsigned NOT NULL default '1',
732   `maxlevel` tinyint(3) unsigned NOT NULL default '1',
733   `minhealth` int(10) unsigned NOT NULL default '0',
734   `maxhealth` int(10) unsigned NOT NULL default '0',
735   `minmana` int(10) unsigned NOT NULL default '0',
736   `maxmana` int(10) unsigned NOT NULL default '0',
737   `armor` mediumint(8) unsigned NOT NULL default '0',
738   `faction_A` smallint(5) unsigned NOT NULL default '0',
739   `faction_H` smallint(5) unsigned NOT NULL default '0',
740   `npcflag` int(10) unsigned NOT NULL default '0',
741   `speed` float NOT NULL default '1',
742   `scale` float NOT NULL default '1',
743   `rank` tinyint(3) unsigned NOT NULL default '0',
744   `mindmg` float NOT NULL default '0',
745   `maxdmg` float NOT NULL default '0',
746   `dmgschool` tinyint(4) NOT NULL default '0',
747   `attackpower` int(10) unsigned NOT NULL default '0',
748   `baseattacktime` int(10) unsigned NOT NULL default '0',
749   `rangeattacktime` int(10) unsigned NOT NULL default '0',
750   `unit_flags` int(10) unsigned NOT NULL default '0',
751   `dynamicflags` int(10) unsigned NOT NULL default '0',
752   `family` tinyint(4) NOT NULL default '0',
753   `trainer_type` tinyint(4) NOT NULL default '0',
754   `trainer_spell` mediumint(8) unsigned NOT NULL default '0',
755   `class` tinyint(3) unsigned NOT NULL default '0',
756   `race` tinyint(3) unsigned NOT NULL default '0',
757   `minrangedmg` float NOT NULL default '0',
758   `maxrangedmg` float NOT NULL default '0',
759   `rangedattackpower` smallint(5) unsigned NOT NULL default '0',
760   `type` tinyint(3) unsigned NOT NULL default '0',
761   `type_flags` int(10) unsigned NOT NULL default '0',
762   `lootid` mediumint(8) unsigned NOT NULL default '0',
763   `pickpocketloot` mediumint(8) unsigned NOT NULL default '0',
764   `skinloot` mediumint(8) unsigned NOT NULL default '0',
765   `resistance1` smallint(5) NOT NULL default '0',
766   `resistance2` smallint(5) NOT NULL default '0',
767   `resistance3` smallint(5) NOT NULL default '0',
768   `resistance4` smallint(5) NOT NULL default '0',
769   `resistance5` smallint(5) NOT NULL default '0',
770   `resistance6` smallint(5) NOT NULL default '0',
771   `spell1` mediumint(8) unsigned NOT NULL default '0',
772   `spell2` mediumint(8) unsigned NOT NULL default '0',
773   `spell3` mediumint(8) unsigned NOT NULL default '0',
774   `spell4` mediumint(8) unsigned NOT NULL default '0',
775   `PetSpellDataId` mediumint(8) unsigned NOT NULL default '0',
776   `mingold` mediumint(8) unsigned NOT NULL default '0',
777   `maxgold` mediumint(8) unsigned NOT NULL default '0',
778   `AIName` char(64) NOT NULL default '',
779   `MovementType` tinyint(3) unsigned NOT NULL default '0',
780   `InhabitType` tinyint(3) unsigned NOT NULL default '3',
781   `RacialLeader` tinyint(3) unsigned NOT NULL default '0',
782   `RegenHealth` tinyint(3) unsigned NOT NULL default '1',
783   `equipment_id` mediumint(8) unsigned NOT NULL default '0',
784   `mechanic_immune_mask` int(10) unsigned NOT NULL default '0',
785   `flags_extra` int(10) unsigned NOT NULL default '0',
786   `ScriptName` char(64) NOT NULL default '',
787   PRIMARY KEY  (`entry`)
788 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Creature System';
791 -- Dumping data for table `creature_template`
794 LOCK TABLES `creature_template` WRITE;
795 /*!40000 ALTER TABLE `creature_template` DISABLE KEYS */;
796 INSERT INTO `creature_template` VALUES
797 (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,'');
798 /*!40000 ALTER TABLE `creature_template` ENABLE KEYS */;
799 UNLOCK TABLES;
802 -- Table structure for table `creature_template_addon`
805 DROP TABLE IF EXISTS `creature_template_addon`;
806 CREATE TABLE `creature_template_addon` (
807   `entry` mediumint(8) unsigned NOT NULL default '0',
808   `mount` mediumint(8) unsigned NOT NULL default '0',
809   `bytes0` int(10) unsigned NOT NULL default '0',
810   `bytes1` int(10) unsigned NOT NULL default '0',
811   `bytes2` int(10) unsigned NOT NULL default '0',
812   `emote` mediumint(8) unsigned NOT NULL default '0',
813   `moveflags` int(10) unsigned NOT NULL default '0',
814   `auras` text,
815   PRIMARY KEY  (`entry`)
816 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
819 -- Dumping data for table `creature_template_addon`
822 LOCK TABLES `creature_template_addon` WRITE;
823 /*!40000 ALTER TABLE `creature_template_addon` DISABLE KEYS */;
824 /*!40000 ALTER TABLE `creature_template_addon` ENABLE KEYS */;
825 UNLOCK TABLES;
828 -- Table structure for table `db_script_string`
831 DROP TABLE IF EXISTS `db_script_string`;
832 CREATE TABLE `db_script_string` (
833   `entry` mediumint(8) unsigned NOT NULL default '0',
834   `content_default` text NOT NULL,
835   `content_loc1` text,
836   `content_loc2` text,
837   `content_loc3` text,
838   `content_loc4` text,
839   `content_loc5` text,
840   `content_loc6` text,
841   `content_loc7` text,
842   `content_loc8` text,
843   PRIMARY KEY  (`entry`)
844 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
847 -- Dumping data for table `db_script_string`
850 LOCK TABLES `db_script_string` WRITE;
851 /*!40000 ALTER TABLE `db_script_string` DISABLE KEYS */;
852 /*!40000 ALTER TABLE `db_script_string` ENABLE KEYS */;
853 UNLOCK TABLES;
856 -- Table structure for table `disenchant_loot_template`
859 DROP TABLE IF EXISTS `disenchant_loot_template`;
860 CREATE TABLE `disenchant_loot_template` (
861   `entry` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Recommended id selection: item_level*100 + item_quality',
862   `item` mediumint(8) unsigned NOT NULL default '0',
863   `ChanceOrQuestChance` float NOT NULL default '100',
864   `groupid` tinyint(3) unsigned NOT NULL default '0',
865   `mincountOrRef` mediumint(9) NOT NULL default '1',
866   `maxcount` tinyint(3) unsigned NOT NULL default '1',
867   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
868   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
869   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
870   PRIMARY KEY  (`entry`,`item`)
871 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
874 -- Dumping data for table `disenchant_loot_template`
877 LOCK TABLES `disenchant_loot_template` WRITE;
878 /*!40000 ALTER TABLE `disenchant_loot_template` DISABLE KEYS */;
879 /*!40000 ALTER TABLE `disenchant_loot_template` ENABLE KEYS */;
880 UNLOCK TABLES;
883 -- Table structure for table `event_scripts`
886 DROP TABLE IF EXISTS `event_scripts`;
887 CREATE TABLE `event_scripts` (
888   `id` mediumint(8) unsigned NOT NULL default '0',
889   `delay` int(10) unsigned NOT NULL default '0',
890   `command` mediumint(8) unsigned NOT NULL default '0',
891   `datalong` mediumint(8) unsigned NOT NULL default '0',
892   `datalong2` int(10) unsigned NOT NULL default '0',
893   `dataint` int(11) NOT NULL default '0',
894   `x` float NOT NULL default '0',
895   `y` float NOT NULL default '0',
896   `z` float NOT NULL default '0',
897   `o` float NOT NULL default '0'
898 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
901 -- Dumping data for table `event_scripts`
904 LOCK TABLES `event_scripts` WRITE;
905 /*!40000 ALTER TABLE `event_scripts` DISABLE KEYS */;
906 /*!40000 ALTER TABLE `event_scripts` ENABLE KEYS */;
907 UNLOCK TABLES;
910 -- Table structure for table `exploration_basexp`
913 DROP TABLE IF EXISTS `exploration_basexp`;
914 CREATE TABLE `exploration_basexp` (
915   `level` tinyint(4) NOT NULL default '0',
916   `basexp` mediumint(9) NOT NULL default '0',
917   PRIMARY KEY  (`level`)
918 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Exploration System';
921 -- Dumping data for table `exploration_basexp`
924 LOCK TABLES `exploration_basexp` WRITE;
925 /*!40000 ALTER TABLE `exploration_basexp` DISABLE KEYS */;
926 INSERT INTO `exploration_basexp` VALUES
927 (0,0),
928 (1,5),
929 (2,15),
930 (3,25),
931 (4,35),
932 (5,45),
933 (6,55),
934 (7,65),
935 (8,70),
936 (9,80),
937 (10,85),
938 (11,90),
939 (12,90),
940 (13,90),
941 (14,100),
942 (15,105),
943 (16,115),
944 (17,125),
945 (18,135),
946 (19,145),
947 (20,155),
948 (21,165),
949 (22,175),
950 (23,185),
951 (24,195),
952 (25,200),
953 (26,210),
954 (27,220),
955 (28,230),
956 (29,240),
957 (30,245),
958 (31,250),
959 (32,255),
960 (33,265),
961 (34,270),
962 (35,275),
963 (36,280),
964 (37,285),
965 (38,285),
966 (39,300),
967 (40,315),
968 (41,330),
969 (42,345),
970 (43,360),
971 (44,375),
972 (45,390),
973 (46,405),
974 (47,420),
975 (48,440),
976 (49,455),
977 (50,470),
978 (51,490),
979 (52,510),
980 (53,530),
981 (54,540),
982 (55,560),
983 (56,580),
984 (57,600),
985 (58,620),
986 (59,640),
987 (60,660),
988 (61,970),
989 (62,1000),
990 (63,1050),
991 (64,1080),
992 (65,1100),
993 (66,1130),
994 (67,1160),
995 (68,1200),
996 (69,1230),
997 (70,1250);
998 /*!40000 ALTER TABLE `exploration_basexp` ENABLE KEYS */;
999 UNLOCK TABLES;
1002 -- Table structure for table `fishing_loot_template`
1005 DROP TABLE IF EXISTS `fishing_loot_template`;
1006 CREATE TABLE `fishing_loot_template` (
1007   `entry` mediumint(8) unsigned NOT NULL default '0',
1008   `item` mediumint(8) unsigned NOT NULL default '0',
1009   `ChanceOrQuestChance` float NOT NULL default '100',
1010   `groupid` tinyint(3) unsigned NOT NULL default '0',
1011   `mincountOrRef` mediumint(9) NOT NULL default '1',
1012   `maxcount` tinyint(3) unsigned NOT NULL default '1',
1013   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
1014   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
1015   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
1016   PRIMARY KEY  (`entry`,`item`)
1017 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
1020 -- Dumping data for table `fishing_loot_template`
1023 LOCK TABLES `fishing_loot_template` WRITE;
1024 /*!40000 ALTER TABLE `fishing_loot_template` DISABLE KEYS */;
1025 /*!40000 ALTER TABLE `fishing_loot_template` ENABLE KEYS */;
1026 UNLOCK TABLES;
1029 -- Table structure for table `game_event`
1032 DROP TABLE IF EXISTS `game_event`;
1033 CREATE TABLE `game_event` (
1034   `entry` mediumint(8) unsigned NOT NULL COMMENT 'Entry of the game event',
1035   `start_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Absolute start date, the event will never start before',
1036   `end_time` timestamp NOT NULL default '0000-00-00 00:00:00' COMMENT 'Absolute end date, the event will never start afler',
1037   `occurence` bigint(20) unsigned NOT NULL default '86400' COMMENT 'Delay in hours between occurences of the event',
1038   `length` bigint(20) unsigned NOT NULL default '43200' COMMENT 'Length in hours of the event',
1039   `description` varchar(255) default NULL COMMENT 'Description of the event displayed in console',
1040   PRIMARY KEY  (`entry`)
1041 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1044 -- Dumping data for table `game_event`
1047 LOCK TABLES `game_event` WRITE;
1048 /*!40000 ALTER TABLE `game_event` DISABLE KEYS */;
1049 /*!40000 ALTER TABLE `game_event` ENABLE KEYS */;
1050 UNLOCK TABLES;
1053 -- Table structure for table `game_event_creature`
1056 DROP TABLE IF EXISTS `game_event_creature`;
1057 CREATE TABLE `game_event_creature` (
1058   `guid` int(10) unsigned NOT NULL,
1059   `event` smallint(6) NOT NULL default '0' COMMENT 'Put negatives values to remove during event',
1060   PRIMARY KEY  (`guid`)
1061 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1064 -- Dumping data for table `game_event_creature`
1067 LOCK TABLES `game_event_creature` WRITE;
1068 /*!40000 ALTER TABLE `game_event_creature` DISABLE KEYS */;
1069 /*!40000 ALTER TABLE `game_event_creature` ENABLE KEYS */;
1070 UNLOCK TABLES;
1073 -- Table structure for table `game_event_creature_quest`
1076 DROP TABLE IF EXISTS `game_event_creature_quest`;
1077 CREATE TABLE `game_event_creature_quest` (
1078   `id` mediumint(8) unsigned NOT NULL default '0',
1079   `quest` mediumint(8) unsigned NOT NULL default '0',
1080   `event` smallint(5) unsigned NOT NULL default '0',
1081   PRIMARY KEY  (`id`,`quest`)
1082 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1085 -- Dumping data for table `game_event_creature_quest`
1088 LOCK TABLES `game_event_creature_quest` WRITE;
1089 /*!40000 ALTER TABLE `game_event_creature_quest` DISABLE KEYS */;
1090 /*!40000 ALTER TABLE `game_event_creature_quest` ENABLE KEYS */;
1091 UNLOCK TABLES;
1094 -- Table structure for table `game_event_gameobject`
1097 DROP TABLE IF EXISTS `game_event_gameobject`;
1098 CREATE TABLE `game_event_gameobject` (
1099   `guid` int(10) unsigned NOT NULL,
1100   `event` smallint(6) NOT NULL default '0' COMMENT 'Put negatives values to remove during event',
1101   PRIMARY KEY  (`guid`)
1102 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1105 -- Dumping data for table `game_event_gameobject`
1108 LOCK TABLES `game_event_gameobject` WRITE;
1109 /*!40000 ALTER TABLE `game_event_gameobject` DISABLE KEYS */;
1110 /*!40000 ALTER TABLE `game_event_gameobject` ENABLE KEYS */;
1111 UNLOCK TABLES;
1114 -- Table structure for table `game_event_model_equip`
1117 DROP TABLE IF EXISTS `game_event_model_equip`;
1118 CREATE TABLE `game_event_model_equip` (
1119   `guid` int(10) unsigned NOT NULL default '0',
1120   `modelid` mediumint(8) unsigned NOT NULL default '0',
1121   `equipment_id` mediumint(8) unsigned NOT NULL default '0',
1122   `event` smallint(5) unsigned NOT NULL default '0',
1123   PRIMARY KEY  (`guid`)
1124 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1127 -- Dumping data for table `game_event_model_equip`
1130 LOCK TABLES `game_event_model_equip` WRITE;
1131 /*!40000 ALTER TABLE `game_event_model_equip` DISABLE KEYS */;
1132 /*!40000 ALTER TABLE `game_event_model_equip` ENABLE KEYS */;
1133 UNLOCK TABLES;
1136 -- Table structure for table `game_graveyard_zone`
1139 DROP TABLE IF EXISTS `game_graveyard_zone`;
1140 CREATE TABLE `game_graveyard_zone` (
1141   `id` mediumint(8) unsigned NOT NULL default '0',
1142   `ghost_zone` mediumint(8) unsigned NOT NULL default '0',
1143   `faction` smallint(5) unsigned NOT NULL default '0',
1144   PRIMARY KEY  (`id`,`ghost_zone`)
1145 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Trigger System';
1148 -- Dumping data for table `game_graveyard_zone`
1151 LOCK TABLES `game_graveyard_zone` WRITE;
1152 /*!40000 ALTER TABLE `game_graveyard_zone` DISABLE KEYS */;
1153 /*!40000 ALTER TABLE `game_graveyard_zone` ENABLE KEYS */;
1154 UNLOCK TABLES;
1157 -- Table structure for table `game_tele`
1160 DROP TABLE IF EXISTS `game_tele`;
1161 CREATE TABLE `game_tele` (
1162   `id` mediumint(8) unsigned NOT NULL auto_increment,
1163   `position_x` float NOT NULL default '0',
1164   `position_y` float NOT NULL default '0',
1165   `position_z` float NOT NULL default '0',
1166   `orientation` float NOT NULL default '0',
1167   `map` smallint(5) unsigned NOT NULL default '0',
1168   `name` varchar(100) NOT NULL default '',
1169   PRIMARY KEY  (`id`)
1170 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Tele Command';
1173 -- Dumping data for table `game_tele`
1176 LOCK TABLES `game_tele` WRITE;
1177 /*!40000 ALTER TABLE `game_tele` DISABLE KEYS */;
1178 /*!40000 ALTER TABLE `game_tele` ENABLE KEYS */;
1179 UNLOCK TABLES;
1182 -- Table structure for table `game_weather`
1185 DROP TABLE IF EXISTS `game_weather`;
1186 CREATE TABLE `game_weather` (
1187   `zone` mediumint(8) unsigned NOT NULL default '0',
1188   `spring_rain_chance` tinyint(3) unsigned NOT NULL default '25',
1189   `spring_snow_chance` tinyint(3) unsigned NOT NULL default '25',
1190   `spring_storm_chance` tinyint(3) unsigned NOT NULL default '25',
1191   `summer_rain_chance` tinyint(3) unsigned NOT NULL default '25',
1192   `summer_snow_chance` tinyint(3) unsigned NOT NULL default '25',
1193   `summer_storm_chance` tinyint(3) unsigned NOT NULL default '25',
1194   `fall_rain_chance` tinyint(3) unsigned NOT NULL default '25',
1195   `fall_snow_chance` tinyint(3) unsigned NOT NULL default '25',
1196   `fall_storm_chance` tinyint(3) unsigned NOT NULL default '25',
1197   `winter_rain_chance` tinyint(3) unsigned NOT NULL default '25',
1198   `winter_snow_chance` tinyint(3) unsigned NOT NULL default '25',
1199   `winter_storm_chance` tinyint(3) unsigned NOT NULL default '25',
1200   PRIMARY KEY  (`zone`)
1201 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Weather System';
1204 -- Dumping data for table `game_weather`
1207 LOCK TABLES `game_weather` WRITE;
1208 /*!40000 ALTER TABLE `game_weather` DISABLE KEYS */;
1209 /*!40000 ALTER TABLE `game_weather` ENABLE KEYS */;
1210 UNLOCK TABLES;
1213 -- Table structure for table `gameobject`
1216 DROP TABLE IF EXISTS `gameobject`;
1217 CREATE TABLE `gameobject` (
1218   `guid` int(10) unsigned NOT NULL auto_increment COMMENT 'Global Unique Identifier',
1219   `id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Gameobject Identifier',
1220   `map` smallint(5) unsigned NOT NULL default '0' COMMENT 'Map Identifier',
1221   `spawnMask` tinyint(3) unsigned NOT NULL default '1',
1222   `position_x` float NOT NULL default '0',
1223   `position_y` float NOT NULL default '0',
1224   `position_z` float NOT NULL default '0',
1225   `orientation` float NOT NULL default '0',
1226   `rotation0` float NOT NULL default '0',
1227   `rotation1` float NOT NULL default '0',
1228   `rotation2` float NOT NULL default '0',
1229   `rotation3` float NOT NULL default '0',
1230   `spawntimesecs` int(11) NOT NULL default '0',
1231   `animprogress` tinyint(3) unsigned NOT NULL default '0',
1232   `state` tinyint(3) unsigned NOT NULL default '0',
1233   PRIMARY KEY  (`guid`)
1234 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Gameobject System';
1237 -- Dumping data for table `gameobject`
1240 LOCK TABLES `gameobject` WRITE;
1241 /*!40000 ALTER TABLE `gameobject` DISABLE KEYS */;
1242 /*!40000 ALTER TABLE `gameobject` ENABLE KEYS */;
1243 UNLOCK TABLES;
1246 -- Table structure for table `gameobject_involvedrelation`
1249 DROP TABLE IF EXISTS `gameobject_involvedrelation`;
1250 CREATE TABLE `gameobject_involvedrelation` (
1251   `id` mediumint(8) unsigned NOT NULL default '0',
1252   `quest` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
1253   PRIMARY KEY  (`id`,`quest`)
1254 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1257 -- Dumping data for table `gameobject_involvedrelation`
1260 LOCK TABLES `gameobject_involvedrelation` WRITE;
1261 /*!40000 ALTER TABLE `gameobject_involvedrelation` DISABLE KEYS */;
1262 /*!40000 ALTER TABLE `gameobject_involvedrelation` ENABLE KEYS */;
1263 UNLOCK TABLES;
1266 -- Table structure for table `gameobject_loot_template`
1269 DROP TABLE IF EXISTS `gameobject_loot_template`;
1270 CREATE TABLE `gameobject_loot_template` (
1271   `entry` mediumint(8) unsigned NOT NULL default '0',
1272   `item` mediumint(8) unsigned NOT NULL default '0',
1273   `ChanceOrQuestChance` float NOT NULL default '100',
1274   `groupid` tinyint(3) unsigned NOT NULL default '0',
1275   `mincountOrRef` mediumint(9) NOT NULL default '1',
1276   `maxcount` tinyint(3) unsigned NOT NULL default '1',
1277   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
1278   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
1279   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
1280   PRIMARY KEY  (`entry`,`item`)
1281 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
1284 -- Dumping data for table `gameobject_loot_template`
1287 LOCK TABLES `gameobject_loot_template` WRITE;
1288 /*!40000 ALTER TABLE `gameobject_loot_template` DISABLE KEYS */;
1289 /*!40000 ALTER TABLE `gameobject_loot_template` ENABLE KEYS */;
1290 UNLOCK TABLES;
1293 -- Table structure for table `gameobject_questrelation`
1296 DROP TABLE IF EXISTS `gameobject_questrelation`;
1297 CREATE TABLE `gameobject_questrelation` (
1298   `id` mediumint(8) unsigned NOT NULL default '0',
1299   `quest` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Quest Identifier',
1300   PRIMARY KEY  (`id`,`quest`)
1301 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1304 -- Dumping data for table `gameobject_questrelation`
1307 LOCK TABLES `gameobject_questrelation` WRITE;
1308 /*!40000 ALTER TABLE `gameobject_questrelation` DISABLE KEYS */;
1309 /*!40000 ALTER TABLE `gameobject_questrelation` ENABLE KEYS */;
1310 UNLOCK TABLES;
1313 -- Table structure for table `gameobject_respawn`
1316 DROP TABLE IF EXISTS `gameobject_respawn`;
1317 CREATE TABLE `gameobject_respawn` (
1318   `guid` int(10) unsigned NOT NULL default '0' COMMENT 'Global Unique Identifier',
1319   `respawntime` bigint(20) NOT NULL default '0',
1320   `instance` mediumint(8) unsigned NOT NULL default '0',
1321   PRIMARY KEY  (`guid`,`instance`),
1322   KEY `instance` (`instance`)
1323 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Grid Loading System';
1326 -- Dumping data for table `gameobject_respawn`
1329 LOCK TABLES `gameobject_respawn` WRITE;
1330 /*!40000 ALTER TABLE `gameobject_respawn` DISABLE KEYS */;
1331 /*!40000 ALTER TABLE `gameobject_respawn` ENABLE KEYS */;
1332 UNLOCK TABLES;
1335 -- Table structure for table `gameobject_scripts`
1338 DROP TABLE IF EXISTS `gameobject_scripts`;
1339 CREATE TABLE `gameobject_scripts` (
1340   `id` mediumint(8) unsigned NOT NULL default '0',
1341   `delay` int(10) unsigned NOT NULL default '0',
1342   `command` mediumint(8) unsigned NOT NULL default '0',
1343   `datalong` mediumint(8) unsigned NOT NULL default '0',
1344   `datalong2` int(10) unsigned NOT NULL default '0',
1345   `dataint` int(11) NOT NULL default '0',
1346   `x` float NOT NULL default '0',
1347   `y` float NOT NULL default '0',
1348   `z` float NOT NULL default '0',
1349   `o` float NOT NULL default '0'
1350 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1353 -- Dumping data for table `gameobject_scripts`
1356 LOCK TABLES `gameobject_scripts` WRITE;
1357 /*!40000 ALTER TABLE `gameobject_scripts` DISABLE KEYS */;
1358 /*!40000 ALTER TABLE `gameobject_scripts` ENABLE KEYS */;
1359 UNLOCK TABLES;
1362 -- Table structure for table `gameobject_template`
1365 DROP TABLE IF EXISTS `gameobject_template`;
1366 CREATE TABLE `gameobject_template` (
1367   `entry` mediumint(8) unsigned NOT NULL default '0',
1368   `type` tinyint(3) unsigned NOT NULL default '0',
1369   `displayId` mediumint(8) unsigned NOT NULL default '0',
1370   `name` varchar(100) NOT NULL default '',
1371   `castBarCaption` varchar(100) NOT NULL default '',
1372   `faction` smallint(5) unsigned NOT NULL default '0',
1373   `flags` int(10) unsigned NOT NULL default '0',
1374   `size` float NOT NULL default '1',
1375   `data0` int(10) unsigned NOT NULL default '0',
1376   `data1` int(10) unsigned NOT NULL default '0',
1377   `data2` int(10) unsigned NOT NULL default '0',
1378   `data3` int(10) unsigned NOT NULL default '0',
1379   `data4` int(10) unsigned NOT NULL default '0',
1380   `data5` int(10) unsigned NOT NULL default '0',
1381   `data6` int(10) unsigned NOT NULL default '0',
1382   `data7` int(10) unsigned NOT NULL default '0',
1383   `data8` int(10) unsigned NOT NULL default '0',
1384   `data9` int(10) unsigned NOT NULL default '0',
1385   `data10` int(10) unsigned NOT NULL default '0',
1386   `data11` int(10) unsigned NOT NULL default '0',
1387   `data12` int(10) unsigned NOT NULL default '0',
1388   `data13` int(10) unsigned NOT NULL default '0',
1389   `data14` int(10) unsigned NOT NULL default '0',
1390   `data15` int(10) unsigned NOT NULL default '0',
1391   `data16` int(10) unsigned NOT NULL default '0',
1392   `data17` int(10) unsigned NOT NULL default '0',
1393   `data18` int(10) unsigned NOT NULL default '0',
1394   `data19` int(10) unsigned NOT NULL default '0',
1395   `data20` int(10) unsigned NOT NULL default '0',
1396   `data21` int(10) unsigned NOT NULL default '0',
1397   `data22` int(10) unsigned NOT NULL default '0',
1398   `data23` int(10) unsigned NOT NULL default '0',
1399   `ScriptName` varchar(64) NOT NULL default '',
1400   PRIMARY KEY  (`entry`)
1401 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Gameobject System';
1404 -- Dumping data for table `gameobject_template`
1407 LOCK TABLES `gameobject_template` WRITE;
1408 /*!40000 ALTER TABLE `gameobject_template` DISABLE KEYS */;
1409 /*!40000 ALTER TABLE `gameobject_template` ENABLE KEYS */;
1410 UNLOCK TABLES;
1413 -- Table structure for table `instance_template`
1416 DROP TABLE IF EXISTS `instance_template`;
1417 CREATE TABLE `instance_template` (
1418   `map` smallint(5) unsigned NOT NULL,
1419   `parent` int(10) unsigned NOT NULL,
1420   `levelMin` tinyint(3) unsigned NOT NULL default '0',
1421   `levelMax` tinyint(3) unsigned NOT NULL default '0',
1422   `maxPlayers` tinyint(3) unsigned NOT NULL default '0',
1423   `reset_delay` int(10) unsigned NOT NULL default '0',
1424   `startLocX` float default NULL,
1425   `startLocY` float default NULL,
1426   `startLocZ` float default NULL,
1427   `startLocO` float default NULL,
1428   `script` varchar(128) NOT NULL default '',
1429   PRIMARY KEY  (`map`)
1430 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1433 -- Dumping data for table `instance_template`
1436 LOCK TABLES `instance_template` WRITE;
1437 /*!40000 ALTER TABLE `instance_template` DISABLE KEYS */;
1438 INSERT INTO `instance_template` VALUES
1439 (33,0,22,30,10,7200,NULL,NULL,NULL,NULL,''),
1440 (34,0,24,32,10,7200,NULL,NULL,NULL,NULL,''),
1441 (36,0,15,20,10,7200,NULL,NULL,NULL,NULL,''),
1442 (43,0,15,21,10,7200,NULL,NULL,NULL,NULL,''),
1443 (47,0,29,38,10,7200,NULL,NULL,NULL,NULL,''),
1444 (48,0,24,32,10,7200,NULL,NULL,NULL,NULL,''),
1445 (70,0,35,47,10,7200,NULL,NULL,NULL,NULL,''),
1446 (90,0,29,38,10,7200,NULL,NULL,NULL,NULL,''),
1447 (109,0,45,55,10,7200,NULL,NULL,NULL,NULL,''),
1448 (129,0,37,46,10,7200,NULL,NULL,NULL,NULL,''),
1449 (189,0,34,45,10,7200,NULL,NULL,NULL,NULL,''),
1450 (209,0,44,54,10,7200,NULL,NULL,NULL,NULL,''),
1451 (229,0,58,0,10,120000,78.5083,-225.044,49.839,5.1,''),
1452 (230,0,52,0,5,7200,NULL,NULL,NULL,NULL,''),
1453 (249,0,60,0,40,432000,NULL,NULL,NULL,NULL,''),
1454 (289,0,57,0,5,7200,NULL,NULL,NULL,NULL,''),
1455 (309,0,60,0,20,259200,NULL,NULL,NULL,NULL,''),
1456 (329,0,58,60,5,7200,NULL,NULL,NULL,NULL,''),
1457 (349,0,46,55,10,7200,NULL,NULL,NULL,NULL,''),
1458 (389,0,13,18,10,7200,NULL,NULL,NULL,NULL,''),
1459 (409,0,60,0,40,604800,NULL,NULL,NULL,NULL,''),
1460 (429,0,55,60,5,7200,NULL,NULL,NULL,NULL,''),
1461 (469,0,60,0,40,604800,NULL,NULL,NULL,NULL,''),
1462 (509,0,60,0,20,259200,NULL,NULL,NULL,NULL,''),
1463 (531,0,60,0,40,604800,NULL,NULL,NULL,NULL,''),
1464 (533,0,60,0,40,604800,NULL,NULL,NULL,NULL,'');
1465 /*!40000 ALTER TABLE `instance_template` ENABLE KEYS */;
1466 UNLOCK TABLES;
1469 -- Table structure for table `item_enchantment_template`
1472 DROP TABLE IF EXISTS `item_enchantment_template`;
1473 CREATE TABLE `item_enchantment_template` (
1474   `entry` mediumint(8) unsigned NOT NULL default '0',
1475   `ench` mediumint(8) unsigned NOT NULL default '0',
1476   `chance` float unsigned NOT NULL default '0',
1477   PRIMARY KEY  (`entry`,`ench`)
1478 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item Random Enchantment System';
1481 -- Dumping data for table `item_enchantment_template`
1484 LOCK TABLES `item_enchantment_template` WRITE;
1485 /*!40000 ALTER TABLE `item_enchantment_template` DISABLE KEYS */;
1486 /*!40000 ALTER TABLE `item_enchantment_template` ENABLE KEYS */;
1487 UNLOCK TABLES;
1490 -- Table structure for table `item_loot_template`
1493 DROP TABLE IF EXISTS `item_loot_template`;
1494 CREATE TABLE `item_loot_template` (
1495   `entry` mediumint(8) unsigned NOT NULL default '0',
1496   `item` mediumint(8) unsigned NOT NULL default '0',
1497   `ChanceOrQuestChance` float NOT NULL default '100',
1498   `groupid` tinyint(3) unsigned NOT NULL default '0',
1499   `mincountOrRef` mediumint(9) NOT NULL default '1',
1500   `maxcount` tinyint(3) unsigned NOT NULL default '1',
1501   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
1502   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
1503   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
1504   PRIMARY KEY  (`entry`,`item`)
1505 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
1508 -- Dumping data for table `item_loot_template`
1511 LOCK TABLES `item_loot_template` WRITE;
1512 /*!40000 ALTER TABLE `item_loot_template` DISABLE KEYS */;
1513 /*!40000 ALTER TABLE `item_loot_template` ENABLE KEYS */;
1514 UNLOCK TABLES;
1517 -- Table structure for table `item_template`
1520 DROP TABLE IF EXISTS `item_template`;
1521 CREATE TABLE `item_template` (
1522   `entry` mediumint(8) unsigned NOT NULL default '0',
1523   `class` tinyint(3) unsigned NOT NULL default '0',
1524   `subclass` tinyint(3) unsigned NOT NULL default '0',
1525   `unk0` int(11) NOT NULL default '-1',
1526   `name` varchar(255) NOT NULL default '',
1527   `displayid` mediumint(8) unsigned NOT NULL default '0',
1528   `Quality` tinyint(3) unsigned NOT NULL default '0',
1529   `Flags` int(10) unsigned NOT NULL default '0',
1530   `BuyCount` tinyint(3) unsigned NOT NULL default '1',
1531   `BuyPrice` int(10) unsigned NOT NULL default '0',
1532   `SellPrice` int(10) unsigned NOT NULL default '0',
1533   `InventoryType` tinyint(3) unsigned NOT NULL default '0',
1534   `AllowableClass` mediumint(9) NOT NULL default '-1',
1535   `AllowableRace` mediumint(9) NOT NULL default '-1',
1536   `ItemLevel` tinyint(3) unsigned NOT NULL default '0',
1537   `RequiredLevel` tinyint(3) unsigned NOT NULL default '0',
1538   `RequiredSkill` smallint(5) unsigned NOT NULL default '0',
1539   `RequiredSkillRank` smallint(5) unsigned NOT NULL default '0',
1540   `requiredspell` mediumint(8) unsigned NOT NULL default '0',
1541   `requiredhonorrank` mediumint(8) unsigned NOT NULL default '0',
1542   `RequiredCityRank` mediumint(8) unsigned NOT NULL default '0',
1543   `RequiredReputationFaction` smallint(5) unsigned NOT NULL default '0',
1544   `RequiredReputationRank` smallint(5) unsigned NOT NULL default '0',
1545   `maxcount` smallint(5) NOT NULL default '-1',
1546   `stackable` smallint(5) NOT NULL default '1',
1547   `ContainerSlots` tinyint(3) unsigned NOT NULL default '0',
1548   `StatsCount` tinyint(3) unsigned NOT NULL default '0',
1549   `stat_type1` tinyint(3) unsigned NOT NULL default '0',
1550   `stat_value1` smallint(6) NOT NULL default '0',
1551   `stat_type2` tinyint(3) unsigned NOT NULL default '0',
1552   `stat_value2` smallint(6) NOT NULL default '0',
1553   `stat_type3` tinyint(3) unsigned NOT NULL default '0',
1554   `stat_value3` smallint(6) NOT NULL default '0',
1555   `stat_type4` tinyint(3) unsigned NOT NULL default '0',
1556   `stat_value4` smallint(6) NOT NULL default '0',
1557   `stat_type5` tinyint(3) unsigned NOT NULL default '0',
1558   `stat_value5` smallint(6) NOT NULL default '0',
1559   `stat_type6` tinyint(3) unsigned NOT NULL default '0',
1560   `stat_value6` smallint(6) NOT NULL default '0',
1561   `stat_type7` tinyint(3) unsigned NOT NULL default '0',
1562   `stat_value7` smallint(6) NOT NULL default '0',
1563   `stat_type8` tinyint(3) unsigned NOT NULL default '0',
1564   `stat_value8` smallint(6) NOT NULL default '0',
1565   `stat_type9` tinyint(3) unsigned NOT NULL default '0',
1566   `stat_value9` smallint(6) NOT NULL default '0',
1567   `stat_type10` tinyint(3) unsigned NOT NULL default '0',
1568   `stat_value10` smallint(6) NOT NULL default '0',
1569   `ScalingStatDistribution` smallint(6) NOT NULL default '0',
1570   `ScalingStatValue` 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` mediumint(9) 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   `Duration` int(11) NOT NULL default '0' COMMENT 'Duration in seconds. Negative value means realtime, postive value ingame time',
1660   `ItemLimitCategory` smallint(6) NOT NULL default '0',
1661   `ScriptName` varchar(64) NOT NULL default '',
1662   `DisenchantID` mediumint(8) unsigned NOT NULL default '0',
1663   `FoodType` tinyint(3) unsigned NOT NULL default '0',
1664   `minMoneyLoot` int(10) unsigned NOT NULL default '0',
1665   `maxMoneyLoot` int(10) unsigned NOT NULL default '0',
1666   PRIMARY KEY  (`entry`),
1667   KEY `items_index` (`class`)
1668 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item System';
1671 -- Dumping data for table `item_template`
1674 LOCK TABLES `item_template` WRITE;
1675 /*!40000 ALTER TABLE `item_template` DISABLE KEYS */;
1676 INSERT INTO `item_template` VALUES
1677 (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,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,0,'internalItemHandler',0,0,0,0,0),
1678 (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,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,0,'internalItemHandler',0,0,0,0,0),
1679 (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,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,0,'internalItemHandler',0,0,0,0,0),
1680 (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,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,0,'internalItemHandler',0,0,0,0,0),
1681 (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,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,0,'internalItemHandler',0,0,0,0,0),
1682 (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,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,0,'internalItemHandler',0,0,0,0,0),
1683 (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,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,0,'internalItemHandler',0,0,0,0,0),
1684 (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,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,0,'internalItemHandler',0,0,0,0,0),
1685 (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,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,0,'internalItemHandler',0,0,0,0,0),
1686 (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,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,0,'internalItemHandler',0,0,0,0,0),
1687 (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,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,0,'internalItemHandler',0,0,0,0,0),
1688 (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,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,0,'internalItemHandler',0,0,0,0,0),
1689 (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,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,0,'internalItemHandler',0,0,0,0,0),
1690 (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,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,0,'internalItemHandler',0,0,0,0,0),
1691 (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,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,0,'internalItemHandler',0,0,0,0,0),
1692 (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,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,0,'internalItemHandler',0,0,0,0,0),
1693 (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,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,0,'internalItemHandler',0,0,0,0,0),
1694 (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,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,0,'internalItemHandler',0,0,0,0,0),
1695 (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,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,0,'internalItemHandler',0,0,0,0,0),
1696 (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,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,0,'internalItemHandler',0,0,0,0,0),
1697 (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,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,0,'internalItemHandler',0,0,0,0,0),
1698 (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,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,0,'internalItemHandler',0,0,0,0,0),
1699 (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,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,0,'internalItemHandler',0,0,0,0,0),
1700 (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,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,0,'internalItemHandler',0,0,0,0,0),
1701 (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,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,0,'internalItemHandler',0,0,0,0,0),
1702 (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,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,0,'internalItemHandler',0,0,0,0,0),
1703 (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,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,0,'internalItemHandler',0,0,0,0,0),
1704 (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,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,0,'internalItemHandler',0,0,0,0,0),
1705 (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,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,0,'internalItemHandler',0,0,0,0,0),
1706 (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,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,0,'internalItemHandler',0,0,0,0,0),
1707 (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,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,0,'internalItemHandler',0,0,0,0,0),
1708 (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,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,0,'internalItemHandler',0,0,0,0,0),
1709 (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,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,0,'internalItemHandler',0,0,0,0,0),
1710 (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,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,0,'internalItemHandler',0,0,0,0,0),
1711 (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,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,0,'internalItemHandler',0,0,0,0,0),
1712 (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,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,0,'internalItemHandler',0,0,0,0,0),
1713 (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,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,0,'internalItemHandler',0,0,0,0,0),
1714 (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,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,0,'internalItemHandler',0,0,0,0,0),
1715 (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,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,0,'internalItemHandler',0,0,0,0,0),
1716 (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,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,0,'internalItemHandler',0,0,0,0,0),
1717 (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,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,0,'internalItemHandler',0,0,0,0,0),
1718 (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,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,0,'internalItemHandler',0,0,0,0,0),
1719 (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,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,0,'internalItemHandler',0,0,0,0,0),
1720 (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,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,0,'internalItemHandler',0,0,0,0,0),
1721 (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,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,0,'internalItemHandler',0,0,0,0,0),
1722 (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,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,0,'internalItemHandler',0,0,0,0,0),
1723 (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,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,0,'internalItemHandler',0,0,0,0,0),
1724 (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,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,0,'internalItemHandler',0,0,0,0,0),
1725 (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,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,0,'internalItemHandler',0,0,0,0,0),
1726 (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,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,0,'internalItemHandler',0,0,0,0,0),
1727 (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,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,0,'internalItemHandler',0,0,0,0,0),
1728 (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,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,0,'internalItemHandler',0,0,0,0,0),
1729 (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,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,0,'internalItemHandler',0,0,0,0,0),
1730 (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,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,0,'internalItemHandler',0,0,0,0,0),
1731 (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,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,0,'internalItemHandler',0,0,0,0,0),
1732 (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,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,0,'internalItemHandler',0,0,0,0,0),
1733 (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,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,0,'internalItemHandler',0,0,0,0,0),
1734 (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,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,0,'internalItemHandler',0,0,0,0,0),
1735 (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,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,0,'internalItemHandler',0,0,0,0,0),
1736 (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,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,0,'internalItemHandler',0,0,0,0,0),
1737 (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,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,0,'internalItemHandler',0,0,0,0,0),
1738 (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,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,0,'internalItemHandler',0,0,0,0,0),
1739 (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,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,0,'internalItemHandler',0,0,0,0,0),
1740 (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,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,0,'internalItemHandler',0,0,0,0,0),
1741 (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,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,0,'internalItemHandler',0,0,0,0,0),
1742 (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,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,0,'internalItemHandler',0,0,0,0,0),
1743 (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,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,0,'internalItemHandler',0,0,0,0,0),
1744 (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,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,0,'internalItemHandler',0,0,0,0,0),
1745 (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,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,0,'internalItemHandler',0,0,0,0,0),
1746 (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,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,0,'internalItemHandler',0,0,0,0,0),
1747 (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,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,0,'internalItemHandler',0,0,0,0,0),
1748 (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,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,0,'internalItemHandler',0,0,0,0,0),
1749 (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,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,0,'internalItemHandler',0,0,0,0,0),
1750 (34648,4,4,-1,'Acherus Knight\'s Greaves',51496,2,32768,1,51,10,8,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,10,7,12,3,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,392,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,55,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,'',0,0,0,0),
1751 (34649,4,4,-1,'Acherus Knight\'s Gauntlets',51498,2,32768,1,34,6,10,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,15,7,6,32,8,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,356,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,'',0,0,0,0),
1752 (34650,4,4,-1,'Acherus Knight\'s Tunic',51494,2,32768,1,69,13,5,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,20,7,11,32,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,570,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,115,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,'',0,0,0,0),
1753 (34651,4,4,-1,'Acherus Knight\'s Girdle',51497,2,32768,1,35,7,6,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,10,32,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,320,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,'',0,0,0,0),
1754 (34652,4,4,-1,'Acherus Knight\'s Hood',51495,2,32768,1,52,10,1,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,15,7,15,32,9,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,463,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,'',0,0,0,0),
1755 (34653,4,4,-1,'Acherus Knight\'s Wristguard',51500,2,32768,1,36,7,9,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,7,31,7,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,249,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,40,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,'',0,0,0,0),
1756 (34655,4,4,-1,'Acherus Knight\'s Pauldrons',51501,2,32768,1,54,10,3,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,11,3,9,7,11,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,427,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,70,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,'',0,0,0,0),
1757 (34656,4,4,-1,'Acherus Knight\'s Cover',51499,2,32768,1,73,14,7,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,13,3,10,7,15,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,499,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,6,0,0,0,0,0,85,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,0,0,'',0,0,0,0),
1758 (34657,4,0,-1,'Choker of Damnation',6539,2,32768,1,2303,575,2,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,9,7,8,31,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,0,0,0,0,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,3,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),
1759 (34658,4,0,-1,'Plague Band',963,2,32768,1,534,133,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,11,3,6,7,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',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,0,0,'',0,0,0,0),
1760 (34659,4,1,-1,'Acherus Knight\'s Shroud',49738,2,32768,1,31,6,16,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,2,4,12,7,7,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,39,0,0,0,0,0,0,0,0,0,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',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,0,0,'',0,0,0,0),
1761 (38145,1,0,-1,'Deathweave Bag',1282,1,32768,1,0,0,18,-1,-1,35,0,0,0,0,0,0,0,0,0,1,12,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',0,0,0,0,0,8,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),
1762 (38147,4,0,-1,'Corrupted Band',963,2,32768,1,534,133,11,-1,-1,60,55,0,0,0,0,0,0,0,0,1,0,3,4,11,3,6,32,4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,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,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,1,'',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,0,0,'',0,0,0,0),
1763 (41751,0,5,-1,'Black Mushroom',36728,1,0,1,100,5,0,-1,-1,65,55,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,0,0,0,0,0,0,27094,0,-1,0,0,11,1000,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,0,0,0,-1,0,-1,0,'',0,0,0,0,0,4,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);
1764 /*!40000 ALTER TABLE `item_template` ENABLE KEYS */;
1765 UNLOCK TABLES;
1768 -- Table structure for table `locales_creature`
1771 DROP TABLE IF EXISTS `locales_creature`;
1772 CREATE TABLE `locales_creature` (
1773   `entry` mediumint(8) unsigned NOT NULL default '0',
1774   `name_loc1` varchar(100) NOT NULL default '',
1775   `name_loc2` varchar(100) NOT NULL default '',
1776   `name_loc3` varchar(100) NOT NULL default '',
1777   `name_loc4` varchar(100) NOT NULL default '',
1778   `name_loc5` varchar(100) NOT NULL default '',
1779   `name_loc6` varchar(100) NOT NULL default '',
1780   `name_loc7` varchar(100) NOT NULL default '',
1781   `name_loc8` varchar(100) NOT NULL default '',
1782   `subname_loc1` varchar(100) default NULL,
1783   `subname_loc2` varchar(100) default NULL,
1784   `subname_loc3` varchar(100) default NULL,
1785   `subname_loc4` varchar(100) default NULL,
1786   `subname_loc5` varchar(100) default NULL,
1787   `subname_loc6` varchar(100) default NULL,
1788   `subname_loc7` varchar(100) default NULL,
1789   `subname_loc8` varchar(100) default NULL,
1790   PRIMARY KEY  (`entry`)
1791 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1794 -- Dumping data for table `locales_creature`
1797 LOCK TABLES `locales_creature` WRITE;
1798 /*!40000 ALTER TABLE `locales_creature` DISABLE KEYS */;
1799 /*!40000 ALTER TABLE `locales_creature` ENABLE KEYS */;
1800 UNLOCK TABLES;
1803 -- Table structure for table `locales_gameobject`
1806 DROP TABLE IF EXISTS `locales_gameobject`;
1807 CREATE TABLE `locales_gameobject` (
1808   `entry` mediumint(8) unsigned NOT NULL default '0',
1809   `name_loc1` varchar(100) NOT NULL default '',
1810   `name_loc2` varchar(100) NOT NULL default '',
1811   `name_loc3` varchar(100) NOT NULL default '',
1812   `name_loc4` varchar(100) NOT NULL default '',
1813   `name_loc5` varchar(100) NOT NULL default '',
1814   `name_loc6` varchar(100) NOT NULL default '',
1815   `name_loc7` varchar(100) NOT NULL default '',
1816   `name_loc8` varchar(100) NOT NULL default '',
1817   `castbarcaption_loc1` varchar(100) NOT NULL default '',
1818   `castbarcaption_loc2` varchar(100) NOT NULL default '',
1819   `castbarcaption_loc3` varchar(100) NOT NULL default '',
1820   `castbarcaption_loc4` varchar(100) NOT NULL default '',
1821   `castbarcaption_loc5` varchar(100) NOT NULL default '',
1822   `castbarcaption_loc6` varchar(100) NOT NULL default '',
1823   `castbarcaption_loc7` varchar(100) NOT NULL default '',
1824   `castbarcaption_loc8` varchar(100) NOT NULL default '',
1825   PRIMARY KEY  (`entry`)
1826 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1829 -- Dumping data for table `locales_gameobject`
1832 LOCK TABLES `locales_gameobject` WRITE;
1833 /*!40000 ALTER TABLE `locales_gameobject` DISABLE KEYS */;
1834 /*!40000 ALTER TABLE `locales_gameobject` ENABLE KEYS */;
1835 UNLOCK TABLES;
1838 -- Table structure for table `locales_item`
1841 DROP TABLE IF EXISTS `locales_item`;
1842 CREATE TABLE `locales_item` (
1843   `entry` mediumint(8) unsigned NOT NULL default '0',
1844   `name_loc1` varchar(100) NOT NULL default '',
1845   `name_loc2` varchar(100) NOT NULL default '',
1846   `name_loc3` varchar(100) NOT NULL default '',
1847   `name_loc4` varchar(100) NOT NULL default '',
1848   `name_loc5` varchar(100) NOT NULL default '',
1849   `name_loc6` varchar(100) NOT NULL default '',
1850   `name_loc7` varchar(100) NOT NULL default '',
1851   `name_loc8` varchar(100) NOT NULL default '',
1852   `description_loc1` varchar(255) default NULL,
1853   `description_loc2` varchar(255) default NULL,
1854   `description_loc3` varchar(255) default NULL,
1855   `description_loc4` varchar(255) default NULL,
1856   `description_loc5` varchar(255) default NULL,
1857   `description_loc6` varchar(255) default NULL,
1858   `description_loc7` varchar(255) default NULL,
1859   `description_loc8` varchar(255) default NULL,
1860   PRIMARY KEY  (`entry`)
1861 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1864 -- Dumping data for table `locales_item`
1867 LOCK TABLES `locales_item` WRITE;
1868 /*!40000 ALTER TABLE `locales_item` DISABLE KEYS */;
1869 /*!40000 ALTER TABLE `locales_item` ENABLE KEYS */;
1870 UNLOCK TABLES;
1874 -- Table structure for table `locales_npc_option`
1877 DROP TABLE IF EXISTS `locales_npc_option`;
1878 CREATE TABLE `locales_npc_option` (
1879   `entry` mediumint(8) unsigned NOT NULL default '0',
1880   `option_text_loc1` text,
1881   `option_text_loc2` text,
1882   `option_text_loc3` text,
1883   `option_text_loc4` text,
1884   `option_text_loc5` text,
1885   `option_text_loc6` text,
1886   `option_text_loc7` text,
1887   `option_text_loc8` text,
1888   `box_text_loc1` text,
1889   `box_text_loc2` text,
1890   `box_text_loc3` text,
1891   `box_text_loc4` text,
1892   `box_text_loc5` text,
1893   `box_text_loc6` text,
1894   `box_text_loc7` text,
1895   `box_text_loc8` text,
1896   PRIMARY KEY  (`entry`)
1897 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
1900 -- Dumping data for table `locales_npc_option`
1903 LOCK TABLES `locales_npc_option` WRITE;
1904 /*!40000 ALTER TABLE `locales_npc_option` DISABLE KEYS */;
1905 /*!40000 ALTER TABLE `locales_npc_option` ENABLE KEYS */;
1906 UNLOCK TABLES;
1909 -- Table structure for table `locales_npc_text`
1912 DROP TABLE IF EXISTS `locales_npc_text`;
1913 CREATE TABLE `locales_npc_text` (
1914   `entry` mediumint(8) unsigned NOT NULL default '0',
1915   `Text0_0_loc1` longtext,
1916   `Text0_0_loc2` longtext,
1917   `Text0_0_loc3` longtext,
1918   `Text0_0_loc4` longtext,
1919   `Text0_0_loc5` longtext,
1920   `Text0_0_loc6` longtext,
1921   `Text0_0_loc7` longtext,
1922   `Text0_0_loc8` longtext,
1923   `Text0_1_loc1` longtext,
1924   `Text0_1_loc2` longtext,
1925   `Text0_1_loc3` longtext,
1926   `Text0_1_loc4` longtext,
1927   `Text0_1_loc5` longtext,
1928   `Text0_1_loc6` longtext,
1929   `Text0_1_loc7` longtext,
1930   `Text0_1_loc8` longtext,
1931   `Text1_0_loc1` longtext,
1932   `Text1_0_loc2` longtext,
1933   `Text1_0_loc3` longtext,
1934   `Text1_0_loc4` longtext,
1935   `Text1_0_loc5` longtext,
1936   `Text1_0_loc6` longtext,
1937   `Text1_0_loc7` longtext,
1938   `Text1_0_loc8` longtext,
1939   `Text1_1_loc1` longtext,
1940   `Text1_1_loc2` longtext,
1941   `Text1_1_loc3` longtext,
1942   `Text1_1_loc4` longtext,
1943   `Text1_1_loc5` longtext,
1944   `Text1_1_loc6` longtext,
1945   `Text1_1_loc7` longtext,
1946   `Text1_1_loc8` longtext,
1947   `Text2_0_loc1` longtext,
1948   `Text2_0_loc2` longtext,
1949   `Text2_0_loc3` longtext,
1950   `Text2_0_loc4` longtext,
1951   `Text2_0_loc5` longtext,
1952   `Text2_0_loc6` longtext,
1953   `Text2_0_loc7` longtext,
1954   `Text2_0_loc8` longtext,
1955   `Text2_1_loc1` longtext,
1956   `Text2_1_loc2` longtext,
1957   `Text2_1_loc3` longtext,
1958   `Text2_1_loc4` longtext,
1959   `Text2_1_loc5` longtext,
1960   `Text2_1_loc6` longtext,
1961   `Text2_1_loc7` longtext,
1962   `Text2_1_loc8` longtext,
1963   `Text3_0_loc1` longtext,
1964   `Text3_0_loc2` longtext,
1965   `Text3_0_loc3` longtext,
1966   `Text3_0_loc4` longtext,
1967   `Text3_0_loc5` longtext,
1968   `Text3_0_loc6` longtext,
1969   `Text3_0_loc7` longtext,
1970   `Text3_0_loc8` longtext,
1971   `Text3_1_loc1` longtext,
1972   `Text3_1_loc2` longtext,
1973   `Text3_1_loc3` longtext,
1974   `Text3_1_loc4` longtext,
1975   `Text3_1_loc5` longtext,
1976   `Text3_1_loc6` longtext,
1977   `Text3_1_loc7` longtext,
1978   `Text3_1_loc8` longtext,
1979   `Text4_0_loc1` longtext,
1980   `Text4_0_loc2` longtext,
1981   `Text4_0_loc3` longtext,
1982   `Text4_0_loc4` longtext,
1983   `Text4_0_loc5` longtext,
1984   `Text4_0_loc6` longtext,
1985   `Text4_0_loc7` longtext,
1986   `Text4_0_loc8` longtext,
1987   `Text4_1_loc1` longtext,
1988   `Text4_1_loc2` longtext,
1989   `Text4_1_loc3` longtext,
1990   `Text4_1_loc4` longtext,
1991   `Text4_1_loc5` longtext,
1992   `Text4_1_loc6` longtext,
1993   `Text4_1_loc7` longtext,
1994   `Text4_1_loc8` longtext,
1995   `Text5_0_loc1` longtext,
1996   `Text5_0_loc2` longtext,
1997   `Text5_0_loc3` longtext,
1998   `Text5_0_loc4` longtext,
1999   `Text5_0_loc5` longtext,
2000   `Text5_0_loc6` longtext,
2001   `Text5_0_loc7` longtext,
2002   `Text5_0_loc8` longtext,
2003   `Text5_1_loc1` longtext,
2004   `Text5_1_loc2` longtext,
2005   `Text5_1_loc3` longtext,
2006   `Text5_1_loc4` longtext,
2007   `Text5_1_loc5` longtext,
2008   `Text5_1_loc6` longtext,
2009   `Text5_1_loc7` longtext,
2010   `Text5_1_loc8` longtext,
2011   `Text6_0_loc1` longtext,
2012   `Text6_0_loc2` longtext,
2013   `Text6_0_loc3` longtext,
2014   `Text6_0_loc4` longtext,
2015   `Text6_0_loc5` longtext,
2016   `Text6_0_loc6` longtext,
2017   `Text6_0_loc7` longtext,
2018   `Text6_0_loc8` longtext,
2019   `Text6_1_loc1` longtext,
2020   `Text6_1_loc2` longtext,
2021   `Text6_1_loc3` longtext,
2022   `Text6_1_loc4` longtext,
2023   `Text6_1_loc5` longtext,
2024   `Text6_1_loc6` longtext,
2025   `Text6_1_loc7` longtext,
2026   `Text6_1_loc8` longtext,
2027   `Text7_0_loc1` longtext,
2028   `Text7_0_loc2` longtext,
2029   `Text7_0_loc3` longtext,
2030   `Text7_0_loc4` longtext,
2031   `Text7_0_loc5` longtext,
2032   `Text7_0_loc6` longtext,
2033   `Text7_0_loc7` longtext,
2034   `Text7_0_loc8` longtext,
2035   `Text7_1_loc1` longtext,
2036   `Text7_1_loc2` longtext,
2037   `Text7_1_loc3` longtext,
2038   `Text7_1_loc4` longtext,
2039   `Text7_1_loc5` longtext,
2040   `Text7_1_loc6` longtext,
2041   `Text7_1_loc7` longtext,
2042   `Text7_1_loc8` longtext,
2043   PRIMARY KEY  (`entry`)
2044 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2047 -- Dumping data for table `locales_npc_text`
2050 LOCK TABLES `locales_npc_text` WRITE;
2051 /*!40000 ALTER TABLE `locales_npc_text` DISABLE KEYS */;
2052 /*!40000 ALTER TABLE `locales_npc_text` ENABLE KEYS */;
2053 UNLOCK TABLES;
2056 -- Table structure for table `locales_page_text`
2059 DROP TABLE IF EXISTS `locales_page_text`;
2060 CREATE TABLE `locales_page_text` (
2061   `entry` mediumint(8) unsigned NOT NULL default '0',
2062   `Text_loc1` longtext,
2063   `Text_loc2` longtext,
2064   `Text_loc3` longtext,
2065   `Text_loc4` longtext,
2066   `Text_loc5` longtext,
2067   `Text_loc6` longtext,
2068   `Text_loc7` longtext,
2069   `Text_loc8` longtext,
2070   PRIMARY KEY  (`entry`)
2071 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2074 -- Dumping data for table `locales_page_text`
2077 LOCK TABLES `locales_page_text` WRITE;
2078 /*!40000 ALTER TABLE `locales_page_text` DISABLE KEYS */;
2079 /*!40000 ALTER TABLE `locales_page_text` ENABLE KEYS */;
2080 UNLOCK TABLES;
2083 -- Table structure for table `locales_quest`
2086 DROP TABLE IF EXISTS `locales_quest`;
2087 CREATE TABLE `locales_quest` (
2088   `entry` mediumint(8) unsigned NOT NULL default '0',
2089   `Title_loc1` text,
2090   `Title_loc2` text,
2091   `Title_loc3` text,
2092   `Title_loc4` text,
2093   `Title_loc5` text,
2094   `Title_loc6` text,
2095   `Title_loc7` text,
2096   `Title_loc8` text,
2097   `Details_loc1` text,
2098   `Details_loc2` text,
2099   `Details_loc3` text,
2100   `Details_loc4` text,
2101   `Details_loc5` text,
2102   `Details_loc6` text,
2103   `Details_loc7` text,
2104   `Details_loc8` text,
2105   `Objectives_loc1` text,
2106   `Objectives_loc2` text,
2107   `Objectives_loc3` text,
2108   `Objectives_loc4` text,
2109   `Objectives_loc5` text,
2110   `Objectives_loc6` text,
2111   `Objectives_loc7` text,
2112   `Objectives_loc8` text,
2113   `OfferRewardText_loc1` text,
2114   `OfferRewardText_loc2` text,
2115   `OfferRewardText_loc3` text,
2116   `OfferRewardText_loc4` text,
2117   `OfferRewardText_loc5` text,
2118   `OfferRewardText_loc6` text,
2119   `OfferRewardText_loc7` text,
2120   `OfferRewardText_loc8` text,
2121   `RequestItemsText_loc1` text,
2122   `RequestItemsText_loc2` text,
2123   `RequestItemsText_loc3` text,
2124   `RequestItemsText_loc4` text,
2125   `RequestItemsText_loc5` text,
2126   `RequestItemsText_loc6` text,
2127   `RequestItemsText_loc7` text,
2128   `RequestItemsText_loc8` text,
2129   `EndText_loc1` text,
2130   `EndText_loc2` text,
2131   `EndText_loc3` text,
2132   `EndText_loc4` text,
2133   `EndText_loc5` text,
2134   `EndText_loc6` text,
2135   `EndText_loc7` text,
2136   `EndText_loc8` text,
2137   `ObjectiveText1_loc1` text,
2138   `ObjectiveText1_loc2` text,
2139   `ObjectiveText1_loc3` text,
2140   `ObjectiveText1_loc4` text,
2141   `ObjectiveText1_loc5` text,
2142   `ObjectiveText1_loc6` text,
2143   `ObjectiveText1_loc7` text,
2144   `ObjectiveText1_loc8` text,
2145   `ObjectiveText2_loc1` text,
2146   `ObjectiveText2_loc2` text,
2147   `ObjectiveText2_loc3` text,
2148   `ObjectiveText2_loc4` text,
2149   `ObjectiveText2_loc5` text,
2150   `ObjectiveText2_loc6` text,
2151   `ObjectiveText2_loc7` text,
2152   `ObjectiveText2_loc8` text,
2153   `ObjectiveText3_loc1` text,
2154   `ObjectiveText3_loc2` text,
2155   `ObjectiveText3_loc3` text,
2156   `ObjectiveText3_loc4` text,
2157   `ObjectiveText3_loc5` text,
2158   `ObjectiveText3_loc6` text,
2159   `ObjectiveText3_loc7` text,
2160   `ObjectiveText3_loc8` text,
2161   `ObjectiveText4_loc1` text,
2162   `ObjectiveText4_loc2` text,
2163   `ObjectiveText4_loc3` text,
2164   `ObjectiveText4_loc4` text,
2165   `ObjectiveText4_loc5` text,
2166   `ObjectiveText4_loc6` text,
2167   `ObjectiveText4_loc7` text,
2168   `ObjectiveText4_loc8` text,
2169   PRIMARY KEY  (`entry`)
2170 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2173 -- Dumping data for table `locales_quest`
2176 LOCK TABLES `locales_quest` WRITE;
2177 /*!40000 ALTER TABLE `locales_quest` DISABLE KEYS */;
2178 /*!40000 ALTER TABLE `locales_quest` ENABLE KEYS */;
2179 UNLOCK TABLES;
2182 -- Table structure for table `mangos_string`
2185 DROP TABLE IF EXISTS `mangos_string`;
2186 CREATE TABLE `mangos_string` (
2187   `entry` mediumint(8) unsigned NOT NULL default '0',
2188   `content_default` text NOT NULL,
2189   `content_loc1` text,
2190   `content_loc2` text,
2191   `content_loc3` text,
2192   `content_loc4` text,
2193   `content_loc5` text,
2194   `content_loc6` text,
2195   `content_loc7` text,
2196   `content_loc8` text,
2197   PRIMARY KEY  (`entry`)
2198 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2201 -- Dumping data for table `mangos_string`
2204 LOCK TABLES `mangos_string` WRITE;
2205 /*!40000 ALTER TABLE `mangos_string` DISABLE KEYS */;
2206 INSERT INTO `mangos_string` VALUES
2207 (1,'You should select a character or a creature.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2208 (2,'You should select a creature.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2209 (3,'|cffff0000[System Message]: %s|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2210 (4,'|cffff0000[Event Message]: %s|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2211 (5,'There is no help for that command',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2212 (6,'There is no such command',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2213 (7,'There is no such subcommand',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2214 (8,'Command %s have subcommands:%s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2215 (9,'Commands available to you:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2216 (10,'Incorrect syntax.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2217 (11,'Your account level is: %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2218 (12,'Online players: %u (max: %u) Queued players: %u (max: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2219 (13,'Server uptime: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2220 (14,'Player saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2221 (15,'All players saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2222 (16,'There are the following active GMs on this server:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2223 (17,'There are no GMs currently logged in on this server.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2224 (18,'Cannot do that while flying.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2225 (19,'Cannot do that in Battlegrounds.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2226 (20,'Target is flying you can\'t do that.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2227 (21,'%s is flying command failed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2228 (22,'You are not mounted so you can\'t dismount.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2229 (23,'Cannot do that while fighting.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2230 (24,'You used it recently.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2231 (25,'Password not changed (unknown error)!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2232 (26,'The password was changed',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2233 (27,'The new passwords do not match or the old password is wrong',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2234 (28,'Your account is now locked.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2235 (29,'Your account is now unlocked.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2236 (30,', rank ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2237 (31,' [known]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2238 (32,' [learn]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2239 (33,' [passive]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2240 (34,' [talent]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2241 (35,' [active]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2242 (36,' [complete]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2243 (37,' (offline)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2244 (38,'on',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2245 (39,'off',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2246 (40,'You are: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2247 (41,'visible',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2248 (42,'invisible',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2249 (43,'done',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2250 (44,'You',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2251 (45,' <unknown> ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2252 (46,'<error>',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2253 (47,'<non-existing character>',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2254 (48,'UNKNOWN',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2255 (49,'You must be at least level %u to enter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2256 (50,'You must be at least level %u and have item %s to enter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2257 (51,'Hello! Ready for some training?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2258 (52,'Invaid item count (%u) for item %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2259 (53,'Mail can\'t have more %u item stacks',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2260 (54,'The new passwords do not match',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2261 (55,'Your password can\'t be longer than 16 characters (client limit), password not changed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2262 (56,'Current Message of the day: \r\n%s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2263 (57,'Using World DB: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2264 (58,'Using script library: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2265 (100,'Global notify: ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2266 (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),
2267 (102,'%s is already being teleported.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2268 (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),
2269 (104,'You cannot go to the player\'s instance because you are in a party now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2270 (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),
2271 (106,'You can not go to player %s from instance to instance.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2272 (107,'You can not summon player %s from instance to instance.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2273 (108,'You are summoning %s%s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2274 (109,'You are being summoned by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2275 (110,'You are teleporting %s%s to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2276 (111,'You are being teleported by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2277 (112,'Player (%s) does not exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2278 (113,'Appearing at %s\'s location.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2279 (114,'%s is appearing to your location.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2280 (115,'Incorrect values.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2281 (116,'No character selected.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2282 (117,'%s is not in a group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2283 (118,'You changed HP of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2284 (119,'%s changed your HP to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2285 (120,'You changed MANA of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2286 (121,'%s changed your MANA to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2287 (122,'You changed ENERGY of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2288 (123,'%s changed your ENERGY to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2289 (124,'Current energy: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2290 (125,'You changed rage of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2291 (126,'%s changed your rage to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2292 (127,'You changed level of %s to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2293 (128,'GUID %i, faction is %i, flags is %i, npcflag is %i, DY flag is %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2294 (129,'Wrong faction: %u (not found in factiontemplate.dbc).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2295 (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),
2296 (131,'You changed the spellflatid=%i, val= %i, mark =%i to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2297 (132,'%s changed your spellflatid=%i, val= %i, mark =%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2298 (133,'%s has access to all taxi nodes now (until logout).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2299 (134,'%s has no more access to all taxi nodes now (only visited accessible).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2300 (135,'%s has given you access to all taxi nodes (until logout).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2301 (136,'%s has removed access to all taxi nodes (only visited still accessible).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2302 (137,'You set all speeds to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2303 (138,'%s set all your speeds to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2304 (139,'You set the speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2305 (140,'%s set your speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2306 (141,'You set the swim speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2307 (142,'%s set your swim speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2308 (143,'You set the backwards run speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2309 (144,'%s set your backwards run speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2310 (145,'You set the fly speed to %2.2f from normal of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2311 (146,'%s set your fly speed to %2.2f from normal.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2312 (147,'You set the size %2.2f of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2313 (148,'%s set your size to %2.2f.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2314 (149,'There is no such mount.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2315 (150,'You give a mount to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2316 (151,'%s gave you a mount.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2317 (152,'USER1: %i, ADD: %i, DIF: %i\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2318 (153,'You take all copper of %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2319 (154,'%s took you all of your copper.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2320 (155,'You take %i copper from %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2321 (156,'%s took %i copper from you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2322 (157,'You give %i copper to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2323 (158,'%s gave you %i copper.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2324 (159,'You hear sound %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2325 (160,'USER2: %i, ADD: %i, RESULT: %i\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2326 (161,'Removed bit %i in field %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2327 (162,'Set bit %i in field %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2328 (163,'Teleport location table is empty!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2329 (164,'Teleport location not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2330 (165,'Requires search parameter.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2331 (166,'There are no teleport locations matching your request.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2332 (168,'Locations found are:\n %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2333 (169,'Mail sent to %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2334 (170,'You try to hear sound %u but it doesn\'t exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2335 (172,'server console command',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2336 (173,'You changed runic power of %s to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2337 (174,'%s changed your runic power to %i/%i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2338 (200,'No selection.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2339 (201,'Object GUID is: lowpart %u highpart %X',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2340 (202,'The name was too long by %i characters.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2341 (203,'Error, name can only contain characters A-Z and a-z.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2342 (204,'The subname was too long by %i characters.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2343 (205,'Not yet implemented',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2344 (206,'Item \'%i\' \'%s\' added to list with maxcount \'%i\' and incrtime \'%i\' and extendedcost \'%i\'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2345 (207,'Item \'%i\' not found in database.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2346 (208,'Item \'%i\' \'%s\' deleted from vendor list',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2347 (209,'Item \'%i\' not found in vendor list.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2348 (210,'Item \'%i\' already in vendor list.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2349 (211,'Spells of %s reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2350 (212,'Spells of %s will reset at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2351 (213,'Talents of %s reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2352 (214,'Talents of %s will reset at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2353 (215,'Your spells have been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2354 (216,'Your talents have been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2355 (217,'Unknown case \'%s\' for .resetall command. Type full correct case name.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2356 (218,'Spells will reset for all players at login. Strongly recommend re-login!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2357 (219,'Talents will reset for all players at login. Strongly recommend re-login!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2358 (220,'Creature (GUID: %u) No waypoint found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2359 (221,'Creature (GUID: %u) Last waypoint not found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2360 (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),
2361 (223,'Creature (GUID: %u) No waypoints found - This is a MaNGOS db problem (single float).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2362 (224,'Selected creature is ignored - provided GUID is used',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2363 (225,'Creature (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2364 (226,'You must select a visual waypoint.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2365 (227,'No visual waypoints found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2366 (228,'Could not create visual waypoint with creatureID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2367 (229,'All visual waypoints removed',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2368 (230,'Could not create waypoint-creature with ID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2369 (231,'No GUID provided.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2370 (232,'No waypoint number provided.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2371 (233,'Argument required for \'%s\'.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2372 (234,'Waypoint %i added to GUID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2373 (235,'Waypoint %d added.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2374 (236,'Waypoint changed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2375 (237,'Waypoint %s modified.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2376 (238,'WP export successfull.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2377 (239,'No waypoints found inside the database.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2378 (240,'File imported.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2379 (241,'Waypoint removed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2380 (242,'Warning: Could not delete WP from the world with ID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2381 (243,'This happens if the waypoint is too far away from your char.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2382 (244,'The WP is deleted from the database, but not from the world here.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2383 (245,'They will disappear after a server restart.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2384 (246,'Waypoint %d: Info for creature: %s, GUID: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2385 (247,'Waittime: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2386 (248,'Model %d: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2387 (249,'Emote: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2388 (250,'Spell: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2389 (251,'Text%d (ID: %i): %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2390 (252,'AIScript: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2391 (253,'Forced rename for player %s will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2392 (254,'Forced rename for player %s (GUID #%u) will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2393 (255,'Waypoint-Creature (GUID: %u) Not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2394 (256,'Could not find NPC...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2395 (257,'Creature movement type set to \'%s\', waypoints removed (if any).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2396 (258,'Creature movement type set to \'%s\', waypoints were not removed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2397 (259,'Incorrect value, use on or off',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2398 (260,'Value saved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2399 (261,'Value saved, you may need to rejoin or clean your client cache.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2400 (262,'Areatrigger ID %u not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2401 (263,'Target map or coordinates is invalid (X: %f Y: %f MapId: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2402 (264,'Zone coordinates is invalid (X: %f Y: %f AreaId: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2403 (265,'Zone %u (%s) is part of instanceable map %u (%s)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2404 (266,'Nothing found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2405 (267,'Object not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2406 (268,'Creature not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2407 (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),
2408 (270,'Creature Removed',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2409 (271,'Creature moved.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2410 (272,'Creature (GUID:%u) must be on the same map as player!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2411 (273,'Game Object (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2412 (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),
2413 (275,'Game Object (GUID: %u) removed',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2414 (276,'Game Object (GUID: %u) turned',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2415 (277,'Game Object (GUID: %u) moved',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2416 (278,'You must select a vendor',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2417 (279,'You must send id for item',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2418 (280,'Vendor has too many items (max 128)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2419 (281,'You can\'t kick self, logout instead',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2420 (282,'Player %s kicked.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2421 (283,'Player %s not found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2422 (284,'Accepting Whisper: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2423 (285,'Accepting Whisper: ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2424 (286,'Accepting Whisper: OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2425 (287,'Creature (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2426 (288,'Tickets count: %i show new tickets: %s\n',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2427 (289,'New ticket from %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2428 (290,'Ticket of %s (Last updated: %s):\n%s ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2429 (291,'New ticket show: ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2430 (292,'New ticket show: OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2431 (293,'Ticket %i doesn\'t exist',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2432 (294,'All tickets deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2433 (295,'Character %s ticket deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2434 (296,'Ticket deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2435 (297,'Spawn distance changed to: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2436 (298,'Spawn time changed to: %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2437 (299,'The honor of %s was set to %u!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2438 (300,'Your chat has been disabled for %u minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2439 (301,'You have disabled %s\'s chat for %u minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2440 (302,'Player\'s chat is already enabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2441 (303,'Your chat has been enabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2442 (304,'You have enabled %s\'s chat.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2443 (305, 'Faction %s (%u) reputation of %s was set to %5d!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2444 (306, 'The arena points of %s was set to %u!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2445 (307, 'No faction found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2446 (308, 'Faction %i unknown!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2447 (309, 'Invalid parameter %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2448 (310, 'delta must be between 0 and %d (inclusive)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2449 (311, '%d - |cffffffff|Hfaction:%d|h[%s]|h|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2450 (312, ' [visible]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2451 (313, ' [at war]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2452 (314, ' [peace forced]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2453 (315, ' [hidden]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2454 (316, ' [invisible forced]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2455 (317, ' [inactive]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2456 (318, 'Hated',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2457 (319, 'Hostile',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2458 (320, 'Unfriendly',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2459 (321, 'Neutral',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2460 (322, 'Friendly',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2461 (323, 'Honored',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2462 (324, 'Revered',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2463 (325, 'Exalted',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2464 (326, 'Faction %s (%u) can\'not have reputation.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2465 (327, ' [no reputation]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2466 (328,'Characters at account %s (Id: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2467 (329,'  %s (GUID %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2468 (330,'No players found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2469 (331,'Extended item cost %u not exist',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2470 (332,'GM mode is ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2471 (333,'GM mode is OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2472 (334,'GM Chat Badge is ON',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2473 (335,'GM Chat Badge is OFF',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2474 (336,'You repair all %s''s items.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2475 (337,'All your items repaired by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2476 (338,'You set waterwalk mode %s for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2477 (339,'Your waterwalk mode %s by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2478 (340,'%s is now following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2479 (341,'%s is not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2480 (342,'%s is now not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2481 (343,'Creature (Entry: %u) cannot be tamed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2482 (344,'You already have pet.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2483 (345,'Forced customize for player %s will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2484 (346,'Forced customize for player %s (GUID #%u) will be requested at next login.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2485 (400,'|cffff0000[System Message]:|rScripts reloaded',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2486 (401,'You change security level of account %s to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2487 (402,'%s changed your security level to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2488 (403,'You have low security level for this.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2489 (404,'Creature movement disabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2490 (405,'Creature movement enabled.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2491 (406,'Weather can\'t be changed for this zone.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2492 (407,'Weather system disabled at server.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2493 (408,'%s is banned for %s. Reason: %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2494 (409,'%s is banned permanently for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2495 (410,'%s %s not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2496 (411,'%s unbanned.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2497 (412,'There was an error removing the ban on %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2498 (413,'Account not exist: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2499 (414,'There is no such character.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2500 (415,'There is no such IP in banlist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2501 (416,'Account %s has never been banned',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2502 (417,'Ban history for account %s:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2503 (418,'Ban Date: %s Bantime: %s Still active: %s  Reason: %s Set by: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2504 (419,'Inf.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2505 (420,'Never',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2506 (421,'Yes',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2507 (422,'No',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2508 (423,'IP: %s\nBan Date: %s\nUnban Date: %s\nRemaining: %s\nReason: %s\nSet by: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2509 (424,'There is no matching IPban.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2510 (425,'There is no matching account.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2511 (426,'There is no banned account owning a character matching this part.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2512 (427,'The following IPs match your pattern:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2513 (428,'The following accounts match your query:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2514 (429,'You learned many spells/skills.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2515 (430,'You learned all spells for class.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2516 (431,'You learned all talents for class.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2517 (432,'You learned all languages.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2518 (433,'You learned all craft skills and recipes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2519 (434,'Could not find \'%s\'',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2520 (435,'Invalid item id: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2521 (436,'No items found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2522 (437,'Invalid gameobject id: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2523 (438,'Found items %u: %u ( inventory %u mail %u auction %u guild %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2524 (439,'Found gameobjects %u: %u ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2525 (440,'Invalid creature id: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2526 (441,'Found creatures %u: %u ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2527 (442,'No area found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2528 (443,'No item sets found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2529 (444,'No skills found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2530 (445,'No spells found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2531 (446,'No quests found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2532 (447,'No creatures found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2533 (448,'No gameobjects found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2534 (449,'Graveyard #%u doesn\'t exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2535 (450,'Graveyard #%u already linked to zone #%u (current).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2536 (451,'Graveyard #%u linked to zone #%u (current).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2537 (452,'Graveyard #%u can\'t be linked to subzone or not existed zone #%u (internal error).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2538 (454,'No faction in Graveyard with id= #%u , fix your DB',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2539 (455,'invalid team, please fix database',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2540 (456,'any',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2541 (457,'alliance',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2542 (458,'horde',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2543 (459,'Graveyard #%u (faction: %s) is nearest from linked to zone #%u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2544 (460,'Zone #%u doesn\'t have linked graveyards.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2545 (461,'Zone #%u doesn\'t have linked graveyards for faction: %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2546 (462,'Teleport location already exists!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2547 (463,'Teleport location added.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2548 (464,'Teleport location NOT added: database error.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2549 (465,'Teleport location deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2550 (467,'Target unit has %d auras:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2551 (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),
2552 (469,'Target unit has %d auras of type %d:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2553 (470,'id: %d eff: %d name: %s%s%s caster: %s %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2554 (471,'Quest %u not found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2555 (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),
2556 (473,'Quest removed.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2557 (474,' [rewarded]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2558 (475,' [complete]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2559 (476,' [active]',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2560 (477,'%s\'s Fly Mode %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2561 (478,'Opcode %u sent to %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2562 (479,'Character loaded successfully!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2563 (480,'Failed to load the character!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2564 (481,'Character dumped successfully!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2565 (482,'Character dump failed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2566 (483,'Spell %u broken and not allowed to cast or learn!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2567 (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),
2568 (485,'Player %s must have skill %u (%s) before using this command.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2569 (486,'Invalid skill id (%u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2570 (487,'You learned default GM spells/skills.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2571 (488,'You already know that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2572 (489,'Target(%s) already know that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2573 (490,'%s doesn\'t know that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2574 (491,'You already forgot that spell.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2575 (492,'All spell cooldowns removed for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2576 (493,'Spell %u cooldown removed for %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2577 (494,'Command : Additem, itemId = %i, amount = %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2578 (495,'Command : Additemset, itemsetId = %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2579 (496,'Removed itemID = %i, amount = %i from %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2580 (497,'Cannot create item \'%i\' (amount: %i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2581 (498,'You need to provide a guild name!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2582 (499,'Player not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2583 (500,'Player already has a guild!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2584 (501,'Guild not created! (already exists?)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2585 (502,'No items from itemset \'%u\' found.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2586 (503,'The distance is: (3D) %f (2D) %f yards.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2587 (504,'Item \'%i\' \'%s\' Item Slot %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2588 (505,'Item \'%i\' doesn\'t exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2589 (506,'Item \'%i\' \'%s\' Added to Slot %i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2590 (507,'Item save failed!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2591 (508,'%d - owner: %s (guid: %u account: %u ) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2592 (509,'%d - sender: %s (guid: %u account: %u ) receiver: %s (guid: %u account: %u ) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2593 (510,'%d - owner: %s (guid: %u account: %u ) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2594 (511,'Wrong link type!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2595 (512,'%d - |cffffffff|Hitem:%d:0:0:0:0:0:0:0|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2596 (513,'%d - |cffffffff|Hquest:%d|h[%s]|h|r %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2597 (514,'%d - |cffffffff|Hcreature_entry:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2598 (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),
2599 (516,'%d - |cffffffff|Hgameobject_entry:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2600 (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),
2601 (518,'%d - |cffffffff|Hitemset:%d|h[%s %s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2602 (519,'|cffffffff|Htele:%s|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2603 (520,'%d - |cffffffff|Hspell:%d|h[%s]|h|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2604 (521,'%d - |cffffffff|Hskill:%d|h[%s %s]|h|r %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2605 (522,'Game Object (GUID: %u) not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2606 (523,'>> Game Object %s (GUID: %u) at %f %f %f. Orientation %f.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2607 (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),
2608 (525,'>> Add Game Object \'%i\' (%s) (GUID: %i) added at \'%f %f %f\'.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2609 (526,'%s (lowguid: %u) movement generators stack:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2610 (527,'   Idle',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2611 (528,'   Random',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2612 (529,'   Waypoint',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2613 (530,'   Animal random',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2614 (531,'   Confused',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2615 (532,'   Targeted to player %s (lowguid %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2616 (533,'   Targeted to creature %s (lowguid %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2617 (534,'   Targeted to <NULL>',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2618 (535,'   Home movement to (X:%f Y:%f Z:%f)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2619 (536,'   Home movement used for player?!?',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2620 (537,'   Taxi flight',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2621 (538,'   Unknown movement generator (%u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2622 (539,'Player selected NPC\nGUID: %u.\nFaction: %u.\nnpcFlags: %u.\nEntry: %u.\nDisplayID: %u (Native: %u).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2623 (540,'Level: %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2624 (541,'Health (base): %u. (max): %u. (current): %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2625 (542,'Field Flags: %u.\nDynamic Flags: %u.\nFaction Template: %u.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2626 (543,'Loot: %u Pickpocket: %u Skinning: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2627 (544,'Position: %f %f %f.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2628 (545,'*** Is a vendor!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2629 (546,'*** Is a trainer!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2630 (547,'InstanceID: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2631 (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),
2632 (549,'Played time: %s Level: %u Money: %ug%us%uc',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2633 (550,'Command .pinfo doesn\'t support \'rep\' option for offline players.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2634 (551,'%s has explored all zones now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2635 (552,'%s has no more explored zones.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2636 (553,'%s has explored all zones for you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2637 (554,'%s has hidden all zones from you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2638 (555,'Hover enabled',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2639 (556,'Hover disabled',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2640 (557,'You have been leveled up (%i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2641 (558,'You have been leveled down (%i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2642 (559,'Your level progress has been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2643 (560,'The area has been set as explored.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2644 (561,'The area has been set as not explored.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2645 (562,'GUID=%i \'s updateIndex: %i, value:  %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2646 (563,'You change GUID=%i \'s UpdateIndex: %i value to %i.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2647 (564,'The value index %u is too big to %u(count: %u).',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2648 (565,'Set %u uint32 Value:[OPCODE]:%u [VALUE]:%u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2649 (566,'You Set %u Field:%u to uint32 Value: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2650 (567,'Set %u float Value:[OPCODE]:%u [VALUE]:%f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2651 (568,'You Set %u Field:%i to float Value: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2652 (569,'Get %u uint32 Value:[OPCODE]:%u [VALUE]:%u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2653 (570,'The uint32 value of %u in %u is: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2654 (571,'Get %u float Value:[OPCODE]:%u [VALUE]:%f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2655 (572,'The float of %u value in %u is: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2656 (573,'.Set32Bit:[OPCODE]:%u [VALUE]:%u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2657 (574,'You set Bit of Field:%u to Value: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2658 (575,'.Mod32Value:[OPCODE]:%u [VALUE]:%i',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2659 (576,'You modified the value of Field:%u to Value: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2660 (577,'You are now invisible.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2661 (578,'You are now visible.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2662 (579,'Selected player or creature not have victim.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2663 (580,'You learned all default spells for race/class and completed quests rewarded spells.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2664 (581,'Found near gameobjects (distance %f): %u ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2665 (582,'SpawnTime: Full:%s Remain:%s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2666 (583,'%d - |cffffffff|Hgameevent:%d|h[%s]|h|r%s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2667 (584,'No event found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2668 (585,'Event not exist!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2669 (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),
2670 (587,'Event %u already active!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2671 (588,'Event %u not active!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2672 (589,'   Point movement to (X:%f Y:%f Z:%f)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2673 (590,'   Fear movement',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2674 (591,'   Distract movement',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2675 (592,'You have learned all spells in craft: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2676 (593,'Currently Banned Accounts:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2677 (594,'|    Account    |   BanDate    |   UnbanDate  |  Banned By    |   Ban Reason  |',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2678 (595,'Currently Banned IPs:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2679 (596,'|      IP       |   BanDate    |   UnbanDate  |  Banned By    |   Ban Reason  |',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2680 (597,'Current gamemasters:',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2681 (598,'|    Account    |  GM  |',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2682 (599,'No gamemasters.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2683 (600,'The Alliance wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2684 (601,'The Horde wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2685 (602,'The battle for Warsong Gulch begins in 1 minute.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2686 (603,'The battle for Warsong Gulch begins in 30 seconds. Prepare yourselves!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2687 (604,'Let the battle for Warsong Gulch begin!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2688 (605,'$n captured the Horde flag!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2689 (606,'$n captured the Alliance flag!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2690 (607,'The Horde flag was dropped by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2691 (608,'The Alliance Flag was dropped by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2692 (609,'The Alliance Flag was returned to its base by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2693 (610,'The Horde flag was returned to its base by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2694 (611,'The Horde flag was picked up by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2695 (612,'The Alliance Flag was picked up by $n!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2696 (613,'The flags are now placed at their bases.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2697 (636,'The Battle for Eye of the Storm begins in 1 minute.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2698 (637,'The Battle for Eye of the Storm begins in 30 seconds.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2699 (638,'The Battle for Eye of the Storm has begun!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2700 (650,'Alliance',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2701 (651,'Horde',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2702 (652,'stables',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2703 (653,'blacksmith',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2704 (654,'farm',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2705 (655,'lumber mill',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2706 (656,'mine',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2707 (657,'The %s has taken the %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2708 (658,'$n has defended the %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2709 (659,'$n has assaulted the %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2710 (660,'$n claims the %s! If left unchallenged, the %s will control it in 1 minute!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2711 (661,'The Battle for Arathi Basin begins in 1 minute.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2712 (662,'The Battle for Arathi Basin begins in 30 seconds. Prepare yourselves!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2713 (663,'The Battle for Arathi Basin has begun!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2714 (664,'The Alliance has gathered $1776W resources, and is near victory!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2715 (665,'The Horde has gathered $1777W resources, and is near victory!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2716 (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),
2717 (700,'You must be level %u to form an arena team',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2718 (701,'One minute until the Arena battle begins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2719 (702,'Thirty seconds until the Arena battle begins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2720 (703,'Fifteen seconds until the Arena battle begins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2721 (704,'The Arena battle has begun!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2722 (705,'You must wait %s before speaking again.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2723 (706,'This item(s) have problems with equipping/storing in inventory.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2724 (707,'%s wishes to not be disturbed and cannot receive whisper messages: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2725 (708,'%s is Away from Keyboard: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2726 (709,'Do not Disturb',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2727 (710,'Away from Keyboard',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2728 (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),
2729 (712,'|cffff0000[BG Queue Announcer]:|r %s -- [%u-%u] A: %u/%u, H: %u/%u|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2730 (713,'You must be level %u to join an arena team!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2731 (714,'%s is not high enough level to join your team',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2732 (715,'You don\'t meet Battleground level requirements',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2733 (716,'Your arena team is full, %s cannot join it.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2734 (717,'|cffff0000[BG Queue Announcer]:|r %s -- [%u-%u] Started!|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2735 (718,'|cffff0000[Arena Queue Announcer]:|r %s -- Joined : %ux%u : %u|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2736 (719,'|cffff0000[Arena Queue Announcer]:|r %s -- Exited : %ux%u : %u|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2737 (720,'Your group is too large for this battleground. Please regroup to join.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2738 (721,'Your group is too large for this arena. Please regroup to join.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2739 (722,'Your group has members not in your arena team. Please regroup to join.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2740 (723,'Your group does not have enough players to join this match.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2741 (724,'The Gold Team wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2742 (725,'The Green Team wins!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2743 (726,'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),
2744 (727,'Your group has an offline member. Please remove him before joining.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2745 (728,'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),
2746 (729,'Your group has players from different battleground brakets. You can\'t join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2747 (730,'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),
2748 (731,'Someone in your party is Deserter. You can\'t join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2749 (732,'Someone in your party is already in three battleground queues. You cannot join as group.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2750 (733,'You cannot teleport to a battleground or arena map.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2751 (734,'You cannot summon players to a battleground or arena map.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2752 (735,'You must be in GM mode to teleport to a player in a battleground.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2753 (736,'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2754 (801,'You do not have enough gold',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2755 (802,'You do not have enough free slots',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2756 (803,'Your partner does not have enough free bag slots',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2757 (804,'You do not have permission to perform that function',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2758 (805,'Unknown language',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2759 (806,'You don\'t know that language',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2760 (807,'Please provide character name',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2761 (808,'Player %s not found or offline',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2762 (809,'Account for character %s not found',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2763 (1000,'Exiting daemon...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2764 (1001,'Account deleted: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2765 (1002,'Account %s NOT deleted (probably sql file format was updated)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2766 (1003,'Account %s NOT deleted (unknown error)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2767 (1004,'Account created: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2768 (1005,'Account name can\'t be longer than 16 characters (client limit), account not created!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2769 (1006,'Account with this name already exist!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2770 (1007,'Account %s NOT created (probably sql file format was updated)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2771 (1008,'Account %s NOT created (unknown error)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2772 (1009,'Player %s (Guid: %u) Account %s (Id: %u) deleted.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2773 (1010,'|    Account    |       Character      |       IP        | GM | TBC |',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2774 (1011,'|<Error>        | %20s |<Error>          |<Er>|<Err>|',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2775 (1100,'Account %s (Id: %u) have up to %u expansion allowed now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2776 (1101,'Message of the day changed to:\r\n%s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2777 (1102,'Message sent to %s: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2778 (1103,'%d - %s %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2779 (1104,'%d - %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2780 (1105,'%d - %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2781 (1106,'%d - %s %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2782 (1107,'%d - %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2783 (1108,'%d - %s %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2784 (1109,'%d - %s %s %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2785 (1110,'%d - %s X:%f Y:%f Z:%f MapId:%d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2786 (1111,'%d - %s X:%f Y:%f Z:%f MapId:%d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2787 (1112,'Failed to open file: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2788 (1113,'Account %s (%u) have max amount allowed characters (client limit)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2789 (1114,'Dump file have broken data!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2790 (1115,'Invalid character name!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2791 (1116,'Invalid character guid!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2792 (1117,'Character guid %u in use!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2793 (1118,'%d - guild: %s (guid: %u) %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2794 (1119,'You must use male or female as gender.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2795 (1120,'You change gender of %s to %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL),
2796 (1121,'Your gender changed to %s by %s.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL);
2797 /*!40000 ALTER TABLE `mangos_string` ENABLE KEYS */;
2798 UNLOCK TABLES;
2801 -- Table structure for table `milling_loot_template`
2804 DROP TABLE IF EXISTS `milling_loot_template`;
2805 CREATE TABLE `milling_loot_template` (
2806   `entry` mediumint(8) unsigned NOT NULL default '0',
2807   `item` mediumint(8) unsigned NOT NULL default '0',
2808   `ChanceOrQuestChance` float NOT NULL default '100',
2809   `groupid` tinyint(3) unsigned NOT NULL default '0',
2810   `mincountOrRef` mediumint(9) NOT NULL default '1',
2811   `maxcount` tinyint(3) unsigned NOT NULL default '1',
2812   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
2813   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
2814   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
2815   PRIMARY KEY  (`entry`,`item`)
2816 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
2819 -- Dumping data for table `milling_loot_template`
2822 LOCK TABLES `milling_loot_template` WRITE;
2823 /*!40000 ALTER TABLE `milling_loot_template` DISABLE KEYS */;
2824 /*!40000 ALTER TABLE `milling_loot_template` ENABLE KEYS */;
2825 UNLOCK TABLES;
2828 -- Table structure for table `npc_gossip`
2831 DROP TABLE IF EXISTS `npc_gossip`;
2832 CREATE TABLE `npc_gossip` (
2833   `npc_guid` int(10) unsigned NOT NULL default '0',
2834   `textid` mediumint(8) unsigned NOT NULL default '0',
2835   PRIMARY KEY  (`npc_guid`)
2836 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2839 -- Dumping data for table `npc_gossip`
2842 LOCK TABLES `npc_gossip` WRITE;
2843 /*!40000 ALTER TABLE `npc_gossip` DISABLE KEYS */;
2844 /*!40000 ALTER TABLE `npc_gossip` ENABLE KEYS */;
2845 UNLOCK TABLES;
2848 -- Table structure for table `npc_gossip_textid`
2851 DROP TABLE IF EXISTS `npc_gossip_textid`;
2852 CREATE TABLE `npc_gossip_textid` (
2853   `zoneid` smallint(5) unsigned NOT NULL default '0',
2854   `action` smallint(5) unsigned NOT NULL default '0',
2855   `textid` mediumint(8) unsigned NOT NULL default '0',
2856   KEY `zoneid` (`zoneid`)
2857 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2860 -- Dumping data for table `npc_gossip_textid`
2863 LOCK TABLES `npc_gossip_textid` WRITE;
2864 /*!40000 ALTER TABLE `npc_gossip_textid` DISABLE KEYS */;
2865 /*!40000 ALTER TABLE `npc_gossip_textid` ENABLE KEYS */;
2866 UNLOCK TABLES;
2869 -- Table structure for table `npc_option`
2872 DROP TABLE IF EXISTS `npc_option`;
2873 CREATE TABLE `npc_option` (
2874   `id` mediumint(8) unsigned NOT NULL default '0',
2875   `gossip_id` mediumint(8) unsigned NOT NULL default '0',
2876   `npcflag` int(10) unsigned NOT NULL default '0',
2877   `icon` tinyint(3) unsigned NOT NULL default '0',
2878   `action` mediumint(8) unsigned NOT NULL default '0',
2879   `box_money` int(10) unsigned NOT NULL default '0',
2880   `coded` tinyint(3) unsigned NOT NULL default '0',
2881   `option_text` text,
2882   `box_text` text,
2883   PRIMARY KEY  (`id`)
2884 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2887 -- Dumping data for table `npc_option`
2890 LOCK TABLES `npc_option` WRITE;
2891 /*!40000 ALTER TABLE `npc_option` DISABLE KEYS */;
2892 /*!40000 ALTER TABLE `npc_option` ENABLE KEYS */;
2893 UNLOCK TABLES;
2896 -- Table structure for table `npc_text`
2899 DROP TABLE IF EXISTS `npc_text`;
2900 CREATE TABLE `npc_text` (
2901   `ID` mediumint(8) unsigned NOT NULL default '0',
2902   `text0_0` longtext,
2903   `text0_1` longtext,
2904   `lang0` tinyint(3) unsigned NOT NULL default '0',
2905   `prob0` float NOT NULL default '0',
2906   `em0_0` smallint(5) unsigned NOT NULL default '0',
2907   `em0_1` smallint(5) unsigned NOT NULL default '0',
2908   `em0_2` smallint(5) unsigned NOT NULL default '0',
2909   `em0_3` smallint(5) unsigned NOT NULL default '0',
2910   `em0_4` smallint(5) unsigned NOT NULL default '0',
2911   `em0_5` smallint(5) unsigned NOT NULL default '0',
2912   `text1_0` longtext,
2913   `text1_1` longtext,
2914   `lang1` tinyint(3) unsigned NOT NULL default '0',
2915   `prob1` float NOT NULL default '0',
2916   `em1_0` smallint(5) unsigned NOT NULL default '0',
2917   `em1_1` smallint(5) unsigned NOT NULL default '0',
2918   `em1_2` smallint(5) unsigned NOT NULL default '0',
2919   `em1_3` smallint(5) unsigned NOT NULL default '0',
2920   `em1_4` smallint(5) unsigned NOT NULL default '0',
2921   `em1_5` smallint(5) unsigned NOT NULL default '0',
2922   `text2_0` longtext,
2923   `text2_1` longtext,
2924   `lang2` tinyint(3) unsigned NOT NULL default '0',
2925   `prob2` float NOT NULL default '0',
2926   `em2_0` smallint(5) unsigned NOT NULL default '0',
2927   `em2_1` smallint(5) unsigned NOT NULL default '0',
2928   `em2_2` smallint(5) unsigned NOT NULL default '0',
2929   `em2_3` smallint(5) unsigned NOT NULL default '0',
2930   `em2_4` smallint(5) unsigned NOT NULL default '0',
2931   `em2_5` smallint(5) unsigned NOT NULL default '0',
2932   `text3_0` longtext,
2933   `text3_1` longtext,
2934   `lang3` tinyint(3) unsigned NOT NULL default '0',
2935   `prob3` float NOT NULL default '0',
2936   `em3_0` smallint(5) unsigned NOT NULL default '0',
2937   `em3_1` smallint(5) unsigned NOT NULL default '0',
2938   `em3_2` smallint(5) unsigned NOT NULL default '0',
2939   `em3_3` smallint(5) unsigned NOT NULL default '0',
2940   `em3_4` smallint(5) unsigned NOT NULL default '0',
2941   `em3_5` smallint(5) unsigned NOT NULL default '0',
2942   `text4_0` longtext,
2943   `text4_1` longtext,
2944   `lang4` tinyint(3) unsigned NOT NULL default '0',
2945   `prob4` float NOT NULL default '0',
2946   `em4_0` smallint(5) unsigned NOT NULL default '0',
2947   `em4_1` smallint(5) unsigned NOT NULL default '0',
2948   `em4_2` smallint(5) unsigned NOT NULL default '0',
2949   `em4_3` smallint(5) unsigned NOT NULL default '0',
2950   `em4_4` smallint(5) unsigned NOT NULL default '0',
2951   `em4_5` smallint(5) unsigned NOT NULL default '0',
2952   `text5_0` longtext,
2953   `text5_1` longtext,
2954   `lang5` tinyint(3) unsigned NOT NULL default '0',
2955   `prob5` float NOT NULL default '0',
2956   `em5_0` smallint(5) unsigned NOT NULL default '0',
2957   `em5_1` smallint(5) unsigned NOT NULL default '0',
2958   `em5_2` smallint(5) unsigned NOT NULL default '0',
2959   `em5_3` smallint(5) unsigned NOT NULL default '0',
2960   `em5_4` smallint(5) unsigned NOT NULL default '0',
2961   `em5_5` smallint(5) unsigned NOT NULL default '0',
2962   `text6_0` longtext,
2963   `text6_1` longtext,
2964   `lang6` tinyint(3) unsigned NOT NULL default '0',
2965   `prob6` float NOT NULL default '0',
2966   `em6_0` smallint(5) unsigned NOT NULL default '0',
2967   `em6_1` smallint(5) unsigned NOT NULL default '0',
2968   `em6_2` smallint(5) unsigned NOT NULL default '0',
2969   `em6_3` smallint(5) unsigned NOT NULL default '0',
2970   `em6_4` smallint(5) unsigned NOT NULL default '0',
2971   `em6_5` smallint(5) unsigned NOT NULL default '0',
2972   `text7_0` longtext,
2973   `text7_1` longtext,
2974   `lang7` tinyint(3) unsigned NOT NULL default '0',
2975   `prob7` float NOT NULL default '0',
2976   `em7_0` smallint(5) unsigned NOT NULL default '0',
2977   `em7_1` smallint(5) unsigned NOT NULL default '0',
2978   `em7_2` smallint(5) unsigned NOT NULL default '0',
2979   `em7_3` smallint(5) unsigned NOT NULL default '0',
2980   `em7_4` smallint(5) unsigned NOT NULL default '0',
2981   `em7_5` smallint(5) unsigned NOT NULL default '0',
2982   PRIMARY KEY  (`ID`)
2983 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
2986 -- Dumping data for table `npc_text`
2989 LOCK TABLES `npc_text` WRITE;
2990 /*!40000 ALTER TABLE `npc_text` DISABLE KEYS */;
2991 /*!40000 ALTER TABLE `npc_text` ENABLE KEYS */;
2992 UNLOCK TABLES;
2995 -- Table structure for table `npc_trainer`
2998 DROP TABLE IF EXISTS `npc_trainer`;
2999 CREATE TABLE `npc_trainer` (
3000   `entry` mediumint(8) unsigned NOT NULL default '0',
3001   `spell` mediumint(8) unsigned NOT NULL default '0',
3002   `spellcost` int(10) unsigned NOT NULL default '0',
3003   `reqskill` smallint(5) unsigned NOT NULL default '0',
3004   `reqskillvalue` smallint(5) unsigned NOT NULL default '0',
3005   `reqlevel` tinyint(3) unsigned NOT NULL default '0',
3006   UNIQUE KEY `entry_spell` (`entry`,`spell`)
3007 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
3010 -- Dumping data for table `npc_trainer`
3013 LOCK TABLES `npc_trainer` WRITE;
3014 /*!40000 ALTER TABLE `npc_trainer` DISABLE KEYS */;
3015 /*!40000 ALTER TABLE `npc_trainer` ENABLE KEYS */;
3016 UNLOCK TABLES;
3019 -- Table structure for table `npc_vendor`
3022 DROP TABLE IF EXISTS `npc_vendor`;
3023 CREATE TABLE `npc_vendor` (
3024   `entry` mediumint(8) unsigned NOT NULL default '0',
3025   `item` mediumint(8) unsigned NOT NULL default '0',
3026   `maxcount` tinyint(3) unsigned NOT NULL default '0',
3027   `incrtime` int(10) unsigned NOT NULL default '0',
3028   `ExtendedCost` mediumint(8) unsigned NOT NULL default '0',
3029   PRIMARY KEY  (`entry`,`item`)
3030 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Npc System';
3033 -- Dumping data for table `npc_vendor`
3036 LOCK TABLES `npc_vendor` WRITE;
3037 /*!40000 ALTER TABLE `npc_vendor` DISABLE KEYS */;
3038 /*!40000 ALTER TABLE `npc_vendor` ENABLE KEYS */;
3039 UNLOCK TABLES;
3042 -- Table structure for table `page_text`
3045 DROP TABLE IF EXISTS `page_text`;
3046 CREATE TABLE `page_text` (
3047   `entry` mediumint(8) unsigned NOT NULL default '0',
3048   `text` longtext NOT NULL,
3049   `next_page` mediumint(8) unsigned NOT NULL default '0',
3050   PRIMARY KEY  (`entry`)
3051 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item System';
3054 -- Dumping data for table `page_text`
3057 LOCK TABLES `page_text` WRITE;
3058 /*!40000 ALTER TABLE `page_text` DISABLE KEYS */;
3059 /*!40000 ALTER TABLE `page_text` ENABLE KEYS */;
3060 UNLOCK TABLES;
3063 -- Table structure for table `pet_levelstats`
3066 DROP TABLE IF EXISTS `pet_levelstats`;
3067 CREATE TABLE `pet_levelstats` (
3068   `creature_entry` mediumint(8) unsigned NOT NULL,
3069   `level` tinyint(3) unsigned NOT NULL,
3070   `hp` smallint(5) unsigned NOT NULL,
3071   `mana` smallint(5) unsigned NOT NULL,
3072   `armor` int(10) unsigned NOT NULL default '0',
3073   `str` smallint(5) unsigned NOT NULL,
3074   `agi` smallint(5) unsigned NOT NULL,
3075   `sta` smallint(5) unsigned NOT NULL,
3076   `inte` smallint(5) unsigned NOT NULL,
3077   `spi` smallint(5) unsigned NOT NULL,
3078   PRIMARY KEY  (`creature_entry`,`level`)
3079 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 PACK_KEYS=0 COMMENT='Stores pet levels stats.';
3082 -- Dumping data for table `pet_levelstats`
3085 LOCK TABLES `pet_levelstats` WRITE;
3086 /*!40000 ALTER TABLE `pet_levelstats` DISABLE KEYS */;
3087 /*!40000 ALTER TABLE `pet_levelstats` ENABLE KEYS */;
3088 UNLOCK TABLES;
3091 -- Table structure for table `pet_name_generation`
3094 DROP TABLE IF EXISTS `pet_name_generation`;
3095 CREATE TABLE `pet_name_generation` (
3096   `id` mediumint(8) unsigned NOT NULL auto_increment,
3097   `word` tinytext NOT NULL,
3098   `entry` mediumint(8) unsigned NOT NULL default '0',
3099   `half` tinyint(4) NOT NULL default '0',
3100   PRIMARY KEY  (`id`)
3101 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
3104 -- Dumping data for table `pet_name_generation`
3107 LOCK TABLES `pet_name_generation` WRITE;
3108 /*!40000 ALTER TABLE `pet_name_generation` DISABLE KEYS */;
3109 INSERT INTO `pet_name_generation` (`word`,`entry`,`half`) VALUES
3110 ('Aba',416,0),
3111 ('Az',416,0),
3112 ('Bel',416,0),
3113 ('Biz',416,0),
3114 ('Cho',416,0),
3115 ('Dag',416,0),
3116 ('Gak',416,0),
3117 ('Gar',416,0),
3118 ('Gel',416,0),
3119 ('Gho',416,0),
3120 ('Gob',416,0),
3121 ('Gra',416,0),
3122 ('Jak',416,0),
3123 ('Jub',416,0),
3124 ('Kar',416,0),
3125 ('Kup',416,0),
3126 ('Laz',416,0),
3127 ('Nal',416,0),
3128 ('Nok',416,0),
3129 ('Pag',416,0),
3130 ('Pig',416,0),
3131 ('Pip',416,0),
3132 ('Piz',416,0),
3133 ('Quz',416,0),
3134 ('Rui',416,0),
3135 ('Rul',416,0),
3136 ('Rup',416,0),
3137 ('Tar',416,0),
3138 ('Vol',416,0),
3139 ('Yaz',416,0),
3140 ('Zep',416,0),
3141 ('Zig',416,0),
3142 ('Zil',416,0),
3143 ('Zor',416,0),
3144 ('bis',416,1),
3145 ('fip',416,1),
3146 ('gup',416,1),
3147 ('ham',416,1),
3148 ('jub',416,1),
3149 ('kin',416,1),
3150 ('kol',416,1),
3151 ('lop',416,1),
3152 ('loz',416,1),
3153 ('mat',416,1),
3154 ('mir',416,1),
3155 ('nam',416,1),
3156 ('nar',416,1),
3157 ('nik',416,1),
3158 ('nip',416,1),
3159 ('pad',416,1),
3160 ('pep',416,1),
3161 ('pit',416,1),
3162 ('qua',416,1),
3163 ('rai',416,1),
3164 ('rin',416,1),
3165 ('rot',416,1),
3166 ('tai',416,1),
3167 ('tal',416,1),
3168 ('tik',416,1),
3169 ('tip',416,1),
3170 ('tog',416,1),
3171 ('tuk',416,1),
3172 ('uri',416,1),
3173 ('yal',416,1),
3174 ('yap',416,1),
3175 ('Bhee',417,0),
3176 ('Bruu',417,0),
3177 ('Czaa',417,0),
3178 ('Droo',417,0),
3179 ('Flaa',417,0),
3180 ('Fzuu',417,0),
3181 ('Ghaa',417,0),
3182 ('Gree',417,0),
3183 ('Gzaa',417,0),
3184 ('Haa',417,0),
3185 ('Haad',417,0),
3186 ('Haag',417,0),
3187 ('Haap',417,0),
3188 ('Jhaa',417,0),
3189 ('Jhuu',417,0),
3190 ('Khaa',417,0),
3191 ('Khii',417,0),
3192 ('Khuu',417,0),
3193 ('Kree',417,0),
3194 ('Luu',417,0),
3195 ('Maa',417,0),
3196 ('Nhee',417,0),
3197 ('Phuu',417,0),
3198 ('Pryy',417,0),
3199 ('Rhuu',417,0),
3200 ('Shaa',417,0),
3201 ('Sloo',417,0),
3202 ('Sruu',417,0),
3203 ('Thoo',417,0),
3204 ('Traa',417,0),
3205 ('Wraa',417,0),
3206 ('Zhaa',417,0),
3207 ('dhon',417,1),
3208 ('dhum',417,1),
3209 ('dhun',417,1),
3210 ('dom',417,1),
3211 ('don',417,1),
3212 ('drom',417,1),
3213 ('dym',417,1),
3214 ('fenn',417,1),
3215 ('fum',417,1),
3216 ('fun',417,1),
3217 ('ghon',417,1),
3218 ('ghun',417,1),
3219 ('grom',417,1),
3220 ('grym',417,1),
3221 ('hom',417,1),
3222 ('hon',417,1),
3223 ('hun',417,1),
3224 ('jhom',417,1),
3225 ('kun',417,1),
3226 ('lum',417,1),
3227 ('mmon',417,1),
3228 ('mon',417,1),
3229 ('myn',417,1),
3230 ('nam',417,1),
3231 ('nem',417,1),
3232 ('nhym',417,1),
3233 ('nom',417,1),
3234 ('num',417,1),
3235 ('phom',417,1),
3236 ('roon',417,1),
3237 ('rym',417,1),
3238 ('shon',417,1),
3239 ('thun',417,1),
3240 ('tom',417,1),
3241 ('zhem',417,1),
3242 ('zhum',417,1),
3243 ('zun',417,1),
3244 ('Bar',1860,0),
3245 ('Bel',1860,0),
3246 ('Char',1860,0),
3247 ('Grak\'',1860,0),
3248 ('Graz\'',1860,0),
3249 ('Grim',1860,0),
3250 ('Hath',1860,0),
3251 ('Hel',1860,0),
3252 ('Hok',1860,0),
3253 ('Huk',1860,0),
3254 ('Jhaz',1860,0),
3255 ('Jhom',1860,0),
3256 ('Juk\'',1860,0),
3257 ('Kal\'',1860,0),
3258 ('Klath',1860,0),
3259 ('Kon',1860,0),
3260 ('Krag',1860,0),
3261 ('Krak',1860,0),
3262 ('Mak',1860,0),
3263 ('Mezz',1860,0),
3264 ('Orm',1860,0),
3265 ('Phan',1860,0),
3266 ('Sar',1860,0),
3267 ('Tang',1860,0),
3268 ('Than',1860,0),
3269 ('Thog',1860,0),
3270 ('Thok',1860,0),
3271 ('Thul',1860,0),
3272 ('Zag\'',1860,0),
3273 ('Zang',1860,0),
3274 ('Zhar\'',1860,0),
3275 ('kath',1860,1),
3276 ('doc',1860,1),
3277 ('dok',1860,1),
3278 ('gak',1860,1),
3279 ('garth',1860,1),
3280 ('gore',1860,1),
3281 ('gorg',1860,1),
3282 ('grave',1860,1),
3283 ('gron',1860,1),
3284 ('juk',1860,1),
3285 ('krast',1860,1),
3286 ('kresh',1860,1),
3287 ('krit',1860,1),
3288 ('los',1860,1),
3289 ('mon',1860,1),
3290 ('mos',1860,1),
3291 ('moth',1860,1),
3292 ('nagma',1860,1),
3293 ('nak',1860,1),
3294 ('nar',1860,1),
3295 ('nos',1860,1),
3296 ('nuz',1860,1),
3297 ('phog',1860,1),
3298 ('rath',1860,1),
3299 ('tast',1860,1),
3300 ('taz',1860,1),
3301 ('thak',1860,1),
3302 ('thang',1860,1),
3303 ('thyk',1860,1),
3304 ('vhug',1860,1),
3305 ('zazt',1860,1),
3306 ('Ael',1863,0),
3307 ('Aez',1863,0),
3308 ('Ang',1863,0),
3309 ('Ban',1863,0),
3310 ('Bet',1863,0),
3311 ('Bro',1863,0),
3312 ('Bry',1863,0),
3313 ('Cat',1863,0),
3314 ('Dir',1863,0),
3315 ('Dis',1863,0),
3316 ('Dom',1863,0),
3317 ('Drus',1863,0),
3318 ('Fie',1863,0),
3319 ('Fier',1863,0),
3320 ('Gly',1863,0),
3321 ('Hel',1863,0),
3322 ('Hes',1863,0),
3323 ('Kal',1863,0),
3324 ('Lyn',1863,0),
3325 ('Mir',1863,0),
3326 ('Nim',1863,0),
3327 ('Sar',1863,0),
3328 ('Sel',1863,0),
3329 ('Vil',1863,0),
3330 ('Zah',1863,0),
3331 ('aith',1863,1),
3332 ('anda',1863,1),
3333 ('antia',1863,1),
3334 ('evere',1863,1),
3335 ('lia',1863,1),
3336 ('lissa',1863,1),
3337 ('neri',1863,1),
3338 ('neth',1863,1),
3339 ('nia',1863,1),
3340 ('nlissa',1863,1),
3341 ('nora',1863,1),
3342 ('nva',1863,1),
3343 ('nys',1863,1),
3344 ('ola',1863,1),
3345 ('ona',1863,1),
3346 ('ora',1863,1),
3347 ('rah',1863,1),
3348 ('riana',1863,1),
3349 ('riel',1863,1),
3350 ('rona',1863,1),
3351 ('tai',1863,1),
3352 ('tevere',1863,1),
3353 ('thea',1863,1),
3354 ('vina',1863,1),
3355 ('wena',1863,1),
3356 ('wyn',1863,1),
3357 ('xia',1863,1),
3358 ('yla',1863,1),
3359 ('yssa',1863,1),
3360 ('Flaa',17252,0),
3361 ('Haa',17252,0),
3362 ('Jhuu',17252,0),
3363 ('Shaa',17252,0),
3364 ('Thoo',17252,0),
3365 ('dhun',17252,1),
3366 ('ghun',17252,1),
3367 ('roon',17252,1),
3368 ('thun',17252,1),
3369 ('tom',17252,1);
3371 /*!40000 ALTER TABLE `pet_name_generation` ENABLE KEYS */;
3372 UNLOCK TABLES;
3375 -- Table structure for table `petcreateinfo_spell`
3378 DROP TABLE IF EXISTS `petcreateinfo_spell`;
3379 CREATE TABLE `petcreateinfo_spell` (
3380   `entry` mediumint(8) unsigned NOT NULL default '0',
3381   `Spell1` mediumint(8) unsigned NOT NULL default '0',
3382   `Spell2` mediumint(8) unsigned NOT NULL default '0',
3383   `Spell3` mediumint(8) unsigned NOT NULL default '0',
3384   `Spell4` mediumint(8) unsigned NOT NULL default '0',
3385   PRIMARY KEY  (`entry`)
3386 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Pet Create Spells';
3389 -- Dumping data for table `petcreateinfo_spell`
3392 LOCK TABLES `petcreateinfo_spell` WRITE;
3393 /*!40000 ALTER TABLE `petcreateinfo_spell` DISABLE KEYS */;
3394 /*!40000 ALTER TABLE `petcreateinfo_spell` ENABLE KEYS */;
3395 UNLOCK TABLES;
3398 -- Table structure for table `pickpocketing_loot_template`
3401 DROP TABLE IF EXISTS `pickpocketing_loot_template`;
3402 CREATE TABLE `pickpocketing_loot_template` (
3403   `entry` mediumint(8) unsigned NOT NULL default '0',
3404   `item` mediumint(8) unsigned NOT NULL default '0',
3405   `ChanceOrQuestChance` float NOT NULL default '100',
3406   `groupid` tinyint(3) unsigned NOT NULL default '0',
3407   `mincountOrRef` mediumint(9) NOT NULL default '1',
3408   `maxcount` tinyint(3) unsigned NOT NULL default '1',
3409   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
3410   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
3411   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
3412   PRIMARY KEY  (`entry`,`item`)
3413 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
3416 -- Dumping data for table `pickpocketing_loot_template`
3419 LOCK TABLES `pickpocketing_loot_template` WRITE;
3420 /*!40000 ALTER TABLE `pickpocketing_loot_template` DISABLE KEYS */;
3421 /*!40000 ALTER TABLE `pickpocketing_loot_template` ENABLE KEYS */;
3422 UNLOCK TABLES;
3425 -- Table structure for table `player_classlevelstats`
3428 DROP TABLE IF EXISTS `player_classlevelstats`;
3429 CREATE TABLE `player_classlevelstats` (
3430   `class` tinyint(3) unsigned NOT NULL,
3431   `level` tinyint(3) unsigned NOT NULL,
3432   `basehp` smallint(5) unsigned NOT NULL,
3433   `basemana` smallint(5) unsigned NOT NULL,
3434   PRIMARY KEY  (`class`,`level`)
3435 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 PACK_KEYS=0 COMMENT='Stores levels stats.';
3438 -- Dumping data for table `player_classlevelstats`
3441 LOCK TABLES `player_classlevelstats` WRITE;
3442 /*!40000 ALTER TABLE `player_classlevelstats` DISABLE KEYS */;
3443 INSERT INTO `player_classlevelstats` VALUES
3444 (1,1,20,0),
3445 (1,2,29,0),
3446 (1,3,38,0),
3447 (1,4,47,0),
3448 (1,5,56,0),
3449 (1,6,65,0),
3450 (1,7,74,0),
3451 (1,8,83,0),
3452 (1,9,92,0),
3453 (1,10,101,0),
3454 (1,11,100,0),
3455 (1,12,109,0),
3456 (1,13,118,0),
3457 (1,14,128,0),
3458 (1,15,139,0),
3459 (1,16,151,0),
3460 (1,17,154,0),
3461 (1,18,168,0),
3462 (1,19,183,0),
3463 (1,20,199,0),
3464 (1,21,206,0),
3465 (1,22,224,0),
3466 (1,23,243,0),
3467 (1,24,253,0),
3468 (1,25,274,0),
3469 (1,26,296,0),
3470 (1,27,309,0),
3471 (1,28,333,0),
3472 (1,29,348,0),
3473 (1,30,374,0),
3474 (1,31,401,0),
3475 (1,32,419,0),
3476 (1,33,448,0),
3477 (1,34,468,0),
3478 (1,35,499,0),
3479 (1,36,521,0),
3480 (1,37,545,0),
3481 (1,38,581,0),
3482 (1,39,609,0),
3483 (1,40,649,0),
3484 (1,41,681,0),
3485 (1,42,715,0),
3486 (1,43,761,0),
3487 (1,44,799,0),
3488 (1,45,839,0),
3489 (1,46,881,0),
3490 (1,47,935,0),
3491 (1,48,981,0),
3492 (1,49,1029,0),
3493 (1,50,1079,0),
3494 (1,51,1131,0),
3495 (1,52,1185,0),
3496 (1,53,1241,0),
3497 (1,54,1299,0),
3498 (1,55,1359,0),
3499 (1,56,1421,0),
3500 (1,57,1485,0),
3501 (1,58,1551,0),
3502 (1,59,1619,0),
3503 (1,60,1689,0),
3504 (1,61,1902,0),
3505 (1,62,2129,0),
3506 (1,63,2357,0),
3507 (1,64,2612,0),
3508 (1,65,2883,0),
3509 (1,66,3169,0),
3510 (1,67,3455,0),
3511 (1,68,3774,0),
3512 (1,69,4109,0),
3513 (1,70,4444,0),
3514 (1,71,4720,0),
3515 (1,72,5013,0),
3516 (1,73,5325,0),
3517 (1,74,5656,0),
3518 (1,75,6008,0),
3519 (1,76,6381,0),
3520 (1,77,6778,0),
3521 (1,78,7198,0),
3522 (1,79,7646,0),
3523 (1,80,8121,0),
3524 (2,1,28,60),
3525 (2,2,36,78),
3526 (2,3,44,98),
3527 (2,4,52,104),
3528 (2,5,60,111),
3529 (2,6,68,134),
3530 (2,7,76,143),
3531 (2,8,84,153),
3532 (2,9,92,179),
3533 (2,10,100,192),
3534 (2,11,108,205),
3535 (2,12,116,219),
3536 (2,13,124,249),
3537 (2,14,132,265),
3538 (2,15,131,282),
3539 (2,16,141,315),
3540 (2,17,152,334),
3541 (2,18,164,354),
3542 (2,19,177,390),
3543 (2,20,191,412),
3544 (2,21,206,435),
3545 (2,22,222,459),
3546 (2,23,239,499),
3547 (2,24,247,525),
3548 (2,25,266,552),
3549 (2,26,286,579),
3550 (2,27,307,621),
3551 (2,28,329,648),
3552 (2,29,342,675),
3553 (2,30,366,702),
3554 (2,31,391,729),
3555 (2,32,407,756),
3556 (2,33,434,798),
3557 (2,34,462,825),
3558 (2,35,481,852),
3559 (2,36,511,879),
3560 (2,37,542,906),
3561 (2,38,564,933),
3562 (2,39,597,960),
3563 (2,40,621,987),
3564 (2,41,656,1014),
3565 (2,42,682,1041),
3566 (2,43,719,1068),
3567 (2,44,747,1110),
3568 (2,45,786,1137),
3569 (2,46,816,1164),
3570 (2,47,857,1176),
3571 (2,48,889,1203),
3572 (2,49,922,1230),
3573 (2,50,966,1257),
3574 (2,51,1001,1284),
3575 (2,52,1037,1311),
3576 (2,53,1084,1338),
3577 (2,54,1122,1365),
3578 (2,55,1161,1392),
3579 (2,56,1201,1419),
3580 (2,57,1252,1446),
3581 (2,58,1294,1458),
3582 (2,59,1337,1485),
3583 (2,60,1381,1512),
3584 (2,61,1540,1656),
3585 (2,62,1708,1800),
3586 (2,63,1884,1944),
3587 (2,64,2068,2088),
3588 (2,65,2262,2232),
3589 (2,66,2466,2377),
3590 (2,67,2679,2521),
3591 (2,68,2901,2665),
3592 (2,69,3134,2809),
3593 (2,70,3377,2953),
3594 (2,71,3629,3097),
3595 (2,72,3900,3241),
3596 (2,73,4191,3385),
3597 (2,74,4503,3529),
3598 (2,75,4839,3673),
3599 (2,76,5200,3817),
3600 (2,77,5588,3962),
3601 (2,78,6005,4106),
3602 (2,79,6453,4250),
3603 (2,80,6934,4394),
3604 (3,1,46,65),
3605 (3,2,53,70),
3606 (3,3,60,76),
3607 (3,4,67,98),
3608 (3,5,74,106),
3609 (3,6,81,130),
3610 (3,7,88,140),
3611 (3,8,95,166),
3612 (3,9,102,193),
3613 (3,10,109,206),
3614 (3,11,116,235),
3615 (3,12,123,250),
3616 (3,13,130,266),
3617 (3,14,138,298),
3618 (3,15,147,316),
3619 (3,16,157,350),
3620 (3,17,168,370),
3621 (3,18,180,391),
3622 (3,19,193,428),
3623 (3,20,207,451),
3624 (3,21,222,475),
3625 (3,22,238,515),
3626 (3,23,255,541),
3627 (3,24,273,568),
3628 (3,25,292,611),
3629 (3,26,312,640),
3630 (3,27,333,670),
3631 (3,28,355,715),
3632 (3,29,378,745),
3633 (3,30,402,775),
3634 (3,31,417,805),
3635 (3,32,443,850),
3636 (3,33,470,880),
3637 (3,34,498,910),
3638 (3,35,527,940),
3639 (3,36,547,970),
3640 (3,37,578,1015),
3641 (3,38,610,1045),
3642 (3,39,643,1075),
3643 (3,40,667,1105),
3644 (3,41,702,1135),
3645 (3,42,738,1180),
3646 (3,43,775,1210),
3647 (3,44,803,1240),
3648 (3,45,842,1270),
3649 (3,46,872,1300),
3650 (3,47,913,1330),
3651 (3,48,955,1360),
3652 (3,49,994,1390),
3653 (3,50,1047,1420),
3654 (3,51,1067,1450),
3655 (3,52,1113,1480),
3656 (3,53,1150,1510),
3657 (3,54,1198,1540),
3658 (3,55,1237,1570),
3659 (3,56,1287,1600),
3660 (3,57,1328,1630),
3661 (3,58,1370,1660),
3662 (3,59,1423,1690),
3663 (3,60,1467,1720),
3664 (3,61,1633,1886),
3665 (3,62,1819,2053),
3666 (3,63,2003,2219),
3667 (3,64,2195,2385),
3668 (3,65,2397,2552),
3669 (3,66,2623,2718),
3670 (3,67,2844,2884),
3671 (3,68,3075,3050),
3672 (3,69,3316,3217),
3673 (3,70,3568,3383),
3674 (3,71,3834,3549),
3675 (3,72,4120,3716),
3676 (3,73,4427,3882),
3677 (3,74,4757,4048),
3678 (3,75,5112,4215),
3679 (3,76,5493,4381),
3680 (3,77,5903,4547),
3681 (3,78,6343,4713),
3682 (3,79,6816,4880),
3683 (3,80,7324,5046),
3684 (4,1,25,0),
3685 (4,2,32,0),
3686 (4,3,49,0),
3687 (4,4,56,0),
3688 (4,5,63,0),
3689 (4,6,70,0),
3690 (4,7,87,0),
3691 (4,8,94,0),
3692 (4,9,101,0),
3693 (4,10,118,0),
3694 (4,11,125,0),
3695 (4,12,142,0),
3696 (4,13,149,0),
3697 (4,14,156,0),
3698 (4,15,173,0),
3699 (4,16,181,0),
3700 (4,17,190,0),
3701 (4,18,200,0),
3702 (4,19,221,0),
3703 (4,20,233,0),
3704 (4,21,246,0),
3705 (4,22,260,0),
3706 (4,23,275,0),
3707 (4,24,301,0),
3708 (4,25,318,0),
3709 (4,26,336,0),
3710 (4,27,355,0),
3711 (4,28,375,0),
3712 (4,29,396,0),
3713 (4,30,428,0),
3714 (4,31,451,0),
3715 (4,32,475,0),
3716 (4,33,500,0),
3717 (4,34,526,0),
3718 (4,35,553,0),
3719 (4,36,581,0),
3720 (4,37,610,0),
3721 (4,38,640,0),
3722 (4,39,671,0),
3723 (4,40,703,0),
3724 (4,41,736,0),
3725 (4,42,770,0),
3726 (4,43,805,0),
3727 (4,44,841,0),
3728 (4,45,878,0),
3729 (4,46,916,0),
3730 (4,47,955,0),
3731 (4,48,995,0),
3732 (4,49,1026,0),
3733 (4,50,1068,0),
3734 (4,51,1111,0),
3735 (4,52,1155,0),
3736 (4,53,1200,0),
3737 (4,54,1246,0),
3738 (4,55,1283,0),
3739 (4,56,1331,0),
3740 (4,57,1380,0),
3741 (4,58,1430,0),
3742 (4,59,1471,0),
3743 (4,60,1523,0),
3744 (4,61,1702,0),
3745 (4,62,1879,0),
3746 (4,63,2077,0),
3747 (4,64,2285,0),
3748 (4,65,2489,0),
3749 (4,66,2717,0),
3750 (4,67,2941,0),
3751 (4,68,3190,0),
3752 (4,69,3450,0),
3753 (4,70,3704,0),
3754 (4,71,3980,0),
3755 (4,72,4277,0),
3756 (4,73,4596,0),
3757 (4,74,4939,0),
3758 (4,75,5307,0),
3759 (4,76,5703,0),
3760 (4,77,6128,0),
3761 (4,78,6585,0),
3762 (4,79,7076,0),
3763 (4,80,7604,0),
3764 (5,1,52,73),
3765 (5,2,57,76),
3766 (5,3,72,95),
3767 (5,4,77,114),
3768 (5,5,92,133),
3769 (5,6,97,152),
3770 (5,7,112,171),
3771 (5,8,117,190),
3772 (5,9,132,209),
3773 (5,10,137,212),
3774 (5,11,142,215),
3775 (5,12,157,234),
3776 (5,13,172,254),
3777 (5,14,177,260),
3778 (5,15,192,282),
3779 (5,16,197,305),
3780 (5,17,212,329),
3781 (5,18,227,339),
3782 (5,19,232,365),
3783 (5,20,247,377),
3784 (5,21,252,405),
3785 (5,22,268,434),
3786 (5,23,275,449),
3787 (5,24,293,480),
3788 (5,25,302,497),
3789 (5,26,322,530),
3790 (5,27,343,549),
3791 (5,28,355,584),
3792 (5,29,378,605),
3793 (5,30,392,627),
3794 (5,31,417,665),
3795 (5,32,433,689),
3796 (5,33,460,728),
3797 (5,34,478,752),
3798 (5,35,507,776),
3799 (5,36,527,800),
3800 (5,37,548,839),
3801 (5,38,580,863),
3802 (5,39,603,887),
3803 (5,40,637,911),
3804 (5,41,662,950),
3805 (5,42,698,974),
3806 (5,43,725,998),
3807 (5,44,763,1022),
3808 (5,45,792,1046),
3809 (5,46,822,1070),
3810 (5,47,863,1094),
3811 (5,48,895,1118),
3812 (5,49,928,1142),
3813 (5,50,972,1166),
3814 (5,51,1007,1190),
3815 (5,52,1053,1214),
3816 (5,53,1090,1238),
3817 (5,54,1128,1262),
3818 (5,55,1177,1271),
3819 (5,56,1217,1295),
3820 (5,57,1258,1319),
3821 (5,58,1300,1343),
3822 (5,59,1353,1352),
3823 (5,60,1397,1376),
3824 (5,61,1557,1500),
3825 (5,62,1738,1625),
3826 (5,63,1916,1749),
3827 (5,64,2101,1873),
3828 (5,65,2295,1998),
3829 (5,66,2495,2122),
3830 (5,67,2719,2247),
3831 (5,68,2936,2371),
3832 (5,69,3160,2495),
3833 (5,70,3391,2620),
3834 (5,71,3644,2744),
3835 (5,72,3916,2868),
3836 (5,73,4208,2993),
3837 (5,74,4522,3117),
3838 (5,75,4859,3242),
3839 (5,76,5221,3366),
3840 (5,77,5610,3490),
3841 (5,78,6028,3615),
3842 (5,79,6477,3739),
3843 (5,80,6960,3863),
3844 (6,1,22,0),
3845 (6,2,27,0),
3846 (6,3,32,0),
3847 (6,4,37,0),
3848 (6,5,42,0),
3849 (6,6,47,0),
3850 (6,7,52,0),
3851 (6,8,58,0),
3852 (6,9,64,0),
3853 (6,10,70,0),
3854 (6,11,77,0),
3855 (6,12,84,0),
3856 (6,13,92,0),
3857 (6,14,100,0),
3858 (6,15,117,0),
3859 (6,16,127,0),
3860 (6,17,138,0),
3861 (6,18,150,0),
3862 (6,19,163,0),
3863 (6,20,177,0),
3864 (6,21,192,0),
3865 (6,22,208,0),
3866 (6,23,225,0),
3867 (6,24,239,0),
3868 (6,25,258,0),
3869 (6,26,278,0),
3870 (6,27,299,0),
3871 (6,28,321,0),
3872 (6,29,344,0),
3873 (6,30,368,0),
3874 (6,31,393,0),
3875 (6,32,419,0),
3876 (6,33,446,0),
3877 (6,34,474,0),
3878 (6,35,503,0),
3879 (6,36,533,0),
3880 (6,37,564,0),
3881 (6,38,596,0),
3882 (6,39,629,0),
3883 (6,40,698,0),
3884 (6,41,698,0),
3885 (6,42,734,0),
3886 (6,43,771,0),
3887 (6,44,809,0),
3888 (6,45,849,0),
3889 (6,46,891,0),
3890 (6,47,935,0),
3891 (6,48,981,0),
3892 (6,49,1029,0),
3893 (6,50,1079,0),
3894 (6,51,1131,0),
3895 (6,52,1185,0),
3896 (6,53,1241,0),
3897 (6,54,1299,0),
3898 (6,55,1359,0),
3899 (6,56,1421,0),
3900 (6,57,1485,0),
3901 (6,58,1551,0),
3902 (6,59,1619,0),
3903 (6,60,1689,0),
3904 (6,61,1902,0),
3905 (6,62,2129,0),
3906 (6,63,2357,0),
3907 (6,64,2612,0),
3908 (6,65,2883,0),
3909 (6,66,3169,0),
3910 (6,67,3455,0),
3911 (6,68,3774,0),
3912 (6,69,4109,0),
3913 (6,70,4444,0),
3914 (6,71,4720,0),
3915 (6,72,5013,0),
3916 (6,73,5325,0),
3917 (6,74,5656,0),
3918 (6,75,6008,0),
3919 (6,76,6381,0),
3920 (6,77,6778,0),
3921 (6,78,7199,0),
3922 (6,79,7646,0),
3923 (6,80,8121,0),
3924 (7,1,37,85),
3925 (7,2,44,91),
3926 (7,3,51,98),
3927 (7,4,58,106),
3928 (7,5,65,115),
3929 (7,6,72,125),
3930 (7,7,79,136),
3931 (7,8,86,148),
3932 (7,9,93,161),
3933 (7,10,100,175),
3934 (7,11,107,190),
3935 (7,12,114,206),
3936 (7,13,121,223),
3937 (7,14,128,241),
3938 (7,15,135,260),
3939 (7,16,142,280),
3940 (7,17,150,301),
3941 (7,18,159,323),
3942 (7,19,169,346),
3943 (7,20,180,370),
3944 (7,21,192,395),
3945 (7,22,205,421),
3946 (7,23,219,448),
3947 (7,24,234,476),
3948 (7,25,240,505),
3949 (7,26,257,535),
3950 (7,27,275,566),
3951 (7,28,294,598),
3952 (7,29,314,631),
3953 (7,30,335,665),
3954 (7,31,347,699),
3955 (7,32,370,733),
3956 (7,33,394,767),
3957 (7,34,419,786),
3958 (7,35,435,820),
3959 (7,36,462,854),
3960 (7,37,490,888),
3961 (7,38,509,922),
3962 (7,39,539,941),
3963 (7,40,570,975),
3964 (7,41,592,1009),
3965 (7,42,625,1028),
3966 (7,43,649,1062),
3967 (7,44,684,1096),
3968 (7,45,710,1115),
3969 (7,46,747,1149),
3970 (7,47,775,1183),
3971 (7,48,814,1202),
3972 (7,49,844,1236),
3973 (7,50,885,1255),
3974 (7,51,917,1289),
3975 (7,52,960,1323),
3976 (7,53,994,1342),
3977 (7,54,1029,1376),
3978 (7,55,1075,1395),
3979 (7,56,1112,1414),
3980 (7,57,1150,1448),
3981 (7,58,1199,1467),
3982 (7,59,1239,1501),
3983 (7,60,1330,1520),
3984 (7,61,1428,1664),
3985 (7,62,1583,1808),
3986 (7,63,1760,1951),
3987 (7,64,1932,2095),
3988 (7,65,2114,2239),
3989 (7,66,2304,2383),
3990 (7,67,2504,2527),
3991 (7,68,2713,2670),
3992 (7,69,2931,2814),
3993 (7,70,3159,2958),
3994 (7,71,3395,3102),
3995 (7,72,3648,3246),
3996 (7,73,3920,3389),
3997 (7,74,4212,3533),
3998 (7,75,4526,3677),
3999 (7,76,4863,3821),
4000 (7,77,5226,3965),
4001 (7,78,5616,4108),
4002 (7,79,6035,4252),
4003 (7,80,6485,4396),
4004 (8,1,32,100),
4005 (8,2,47,110),
4006 (8,3,52,106),
4007 (8,4,67,118),
4008 (8,5,82,131),
4009 (8,6,97,130),
4010 (8,7,102,145),
4011 (8,8,117,146),
4012 (8,9,132,163),
4013 (8,10,137,196),
4014 (8,11,152,215),
4015 (8,12,167,220),
4016 (8,13,172,241),
4017 (8,14,187,263),
4018 (8,15,202,271),
4019 (8,16,207,295),
4020 (8,17,222,305),
4021 (8,18,237,331),
4022 (8,19,242,343),
4023 (8,20,257,371),
4024 (8,21,272,385),
4025 (8,22,277,415),
4026 (8,23,292,431),
4027 (8,24,298,463),
4028 (8,25,315,481),
4029 (8,26,333,515),
4030 (8,27,342,535),
4031 (8,28,362,556),
4032 (8,29,373,592),
4033 (8,30,395,613),
4034 (8,31,418,634),
4035 (8,32,432,670),
4036 (8,33,457,691),
4037 (8,34,473,712),
4038 (8,35,500,733),
4039 (8,36,518,754),
4040 (8,37,547,790),
4041 (8,38,577,811),
4042 (8,39,598,832),
4043 (8,40,630,853),
4044 (8,41,653,874),
4045 (8,42,687,895),
4046 (8,43,712,916),
4047 (8,44,748,937),
4048 (8,45,775,958),
4049 (8,46,813,979),
4050 (8,47,842,1000),
4051 (8,48,882,1021),
4052 (8,49,913,1042),
4053 (8,50,955,1048),
4054 (8,51,988,1069),
4055 (8,52,1032,1090),
4056 (8,53,1067,1111),
4057 (8,54,1103,1117),
4058 (8,55,1150,1138),
4059 (8,56,1188,1159),
4060 (8,57,1237,1165),
4061 (8,58,1277,1186),
4062 (8,59,1328,1192),
4063 (8,60,1370,1213),
4064 (8,61,1526,1316),
4065 (8,62,1702,1419),
4066 (8,63,1875,1521),
4067 (8,64,2070,1624),
4068 (8,65,2261,1727),
4069 (8,66,2461,1830),
4070 (8,67,2686,1932),
4071 (8,68,2906,2035),
4072 (8,69,3136,2138),
4073 (8,70,3393,2241),
4074 (8,71,3646,2343),
4075 (8,72,3918,2446),
4076 (8,73,4210,2549),
4077 (8,74,4524,2652),
4078 (8,75,4861,2754),
4079 (8,76,5223,2857),
4080 (8,77,5612,2960),
4081 (8,78,6030,3063),
4082 (8,79,6480,3165),
4083 (8,80,6963,3268),
4084 (9,1,23,90),
4085 (9,2,28,98),
4086 (9,3,43,107),
4087 (9,4,48,102),
4088 (9,5,63,113),
4089 (9,6,68,126),
4090 (9,7,83,144),
4091 (9,8,88,162),
4092 (9,9,93,180),
4093 (9,10,108,198),
4094 (9,11,123,200),
4095 (9,12,128,218),
4096 (9,13,143,237),
4097 (9,14,148,257),
4098 (9,15,153,278),
4099 (9,16,168,300),
4100 (9,17,173,308),
4101 (9,18,189,332),
4102 (9,19,196,357),
4103 (9,20,204,383),
4104 (9,21,223,395),
4105 (9,22,233,423),
4106 (9,23,244,452),
4107 (9,24,266,467),
4108 (9,25,279,498),
4109 (9,26,293,530),
4110 (9,27,318,548),
4111 (9,28,334,582),
4112 (9,29,351,602),
4113 (9,30,379,638),
4114 (9,31,398,674),
4115 (9,32,418,695),
4116 (9,33,439,731),
4117 (9,34,471,752),
4118 (9,35,494,788),
4119 (9,36,518,809),
4120 (9,37,543,830),
4121 (9,38,569,866),
4122 (9,39,606,887),
4123 (9,40,634,923),
4124 (9,41,663,944),
4125 (9,42,693,965),
4126 (9,43,724,1001),
4127 (9,44,756,1022),
4128 (9,45,799,1043),
4129 (9,46,832,1064),
4130 (9,47,868,1100),
4131 (9,48,904,1121),
4132 (9,49,941,1142),
4133 (9,50,979,1163),
4134 (9,51,1018,1184),
4135 (9,52,1058,1205),
4136 (9,53,1099,1226),
4137 (9,54,1141,1247),
4138 (9,55,1184,1268),
4139 (9,56,1228,1289),
4140 (9,57,1273,1310),
4141 (9,58,1319,1331),
4142 (9,59,1366,1352),
4143 (9,60,1414,1373),
4144 (9,61,1580,1497),
4145 (9,62,1755,1621),
4146 (9,63,1939,1745),
4147 (9,64,2133,1870),
4148 (9,65,2323,1994),
4149 (9,66,2535,2118),
4150 (9,67,2758,2242),
4151 (9,68,2991,2366),
4152 (9,69,3235,2490),
4153 (9,70,3490,2615),
4154 (9,71,3750,2739),
4155 (9,72,4025,2863),
4156 (9,73,4330,2987),
4157 (9,74,4646,3111),
4158 (9,75,4997,3235),
4159 (9,76,5373,3360),
4160 (9,77,5774,3483),
4161 (9,78,6207,3608),
4162 (9,79,6667,3732),
4163 (9,80,7136,3856),
4164 (11,1,44,60),
4165 (11,2,51,66),
4166 (11,3,58,73),
4167 (11,4,75,81),
4168 (11,5,82,90),
4169 (11,6,89,100),
4170 (11,7,106,111),
4171 (11,8,113,123),
4172 (11,9,120,136),
4173 (11,10,137,150),
4174 (11,11,144,165),
4175 (11,12,151,182),
4176 (11,13,168,200),
4177 (11,14,175,219),
4178 (11,15,182,239),
4179 (11,16,199,260),
4180 (11,17,206,282),
4181 (11,18,214,305),
4182 (11,19,233,329),
4183 (11,20,243,354),
4184 (11,21,254,380),
4185 (11,22,266,392),
4186 (11,23,289,420),
4187 (11,24,303,449),
4188 (11,25,318,479),
4189 (11,26,334,509),
4190 (11,27,361,524),
4191 (11,28,379,554),
4192 (11,29,398,584),
4193 (11,30,418,614),
4194 (11,31,439,629),
4195 (11,32,461,659),
4196 (11,33,494,689),
4197 (11,34,518,704),
4198 (11,35,543,734),
4199 (11,36,569,749),
4200 (11,37,596,779),
4201 (11,38,624,809),
4202 (11,39,653,824),
4203 (11,40,683,854),
4204 (11,41,714,869),
4205 (11,42,746,899),
4206 (11,43,779,914),
4207 (11,44,823,944),
4208 (11,45,858,959),
4209 (11,46,894,989),
4210 (11,47,921,1004),
4211 (11,48,959,1019),
4212 (11,49,998,1049),
4213 (11,50,1038,1064),
4214 (11,51,1079,1079),
4215 (11,52,1121,1109),
4216 (11,53,1164,1124),
4217 (11,54,1208,1139),
4218 (11,55,1253,1154),
4219 (11,56,1299,1169),
4220 (11,57,1346,1199),
4221 (11,58,1384,1214),
4222 (11,59,1433,1229),
4223 (11,60,1483,1244),
4224 (11,61,1657,1357),
4225 (11,62,1840,1469),
4226 (11,63,2020,1582),
4227 (11,64,2222,1694),
4228 (11,65,2433,1807),
4229 (11,66,2640,1919),
4230 (11,67,2872,2032),
4231 (11,68,3114,2145),
4232 (11,69,3351,2257),
4233 (11,70,3614,2370),
4234 (11,71,3883,2482),
4235 (11,72,4172,2595),
4236 (11,73,4483,2708),
4237 (11,74,4817,2820),
4238 (11,75,5176,2933),
4239 (11,76,5562,3045),
4240 (11,77,5977,3158),
4241 (11,78,6423,3270),
4242 (11,79,6902,3383),
4243 (11,80,7417,3496);
4244 /*!40000 ALTER TABLE `player_classlevelstats` ENABLE KEYS */;
4245 UNLOCK TABLES;
4248 -- Table structure for table `player_levelstats`
4251 DROP TABLE IF EXISTS `player_levelstats`;
4252 CREATE TABLE `player_levelstats` (
4253   `race` tinyint(3) unsigned NOT NULL,
4254   `class` tinyint(3) unsigned NOT NULL,
4255   `level` tinyint(3) unsigned NOT NULL,
4256   `str` tinyint(3) unsigned NOT NULL,
4257   `agi` tinyint(3) unsigned NOT NULL,
4258   `sta` tinyint(3) unsigned NOT NULL,
4259   `inte` tinyint(3) unsigned NOT NULL,
4260   `spi` tinyint(3) unsigned NOT NULL,
4261   PRIMARY KEY  (`race`,`class`,`level`)
4262 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 PACK_KEYS=0 COMMENT='Stores levels stats.';
4265 -- Dumping data for table `player_levelstats`
4268 LOCK TABLES `player_levelstats` WRITE;
4269 /*!40000 ALTER TABLE `player_levelstats` DISABLE KEYS */;
4270 INSERT INTO `player_levelstats` VALUES
4271 (1,1,1,23,20,22,20,20),
4272 (1,1,2,24,21,23,20,20),
4273 (1,1,3,26,22,24,20,21),
4274 (1,1,4,27,22,26,20,21),
4275 (1,1,5,28,23,27,20,21),
4276 (1,1,6,30,24,28,20,21),
4277 (1,1,7,31,25,29,21,22),
4278 (1,1,8,32,26,30,21,22),
4279 (1,1,9,34,26,32,21,22),
4280 (1,1,10,35,27,33,21,23),
4281 (1,1,11,36,28,34,21,23),
4282 (1,1,12,38,29,35,21,23),
4283 (1,1,13,39,30,37,21,24),
4284 (1,1,14,41,31,38,21,24),
4285 (1,1,15,42,32,39,21,24),
4286 (1,1,16,44,33,41,21,25),
4287 (1,1,17,45,34,42,22,25),
4288 (1,1,18,47,34,43,22,25),
4289 (1,1,19,48,35,45,22,26),
4290 (1,1,20,50,36,46,22,26),
4291 (1,1,21,51,37,48,22,26),
4292 (1,1,22,53,38,49,22,27),
4293 (1,1,23,54,39,51,22,27),
4294 (1,1,24,56,40,52,23,28),
4295 (1,1,25,58,41,53,23,28),
4296 (1,1,26,59,42,55,23,28),
4297 (1,1,27,61,43,56,23,29),
4298 (1,1,28,63,44,58,23,29),
4299 (1,1,29,64,45,59,23,30),
4300 (1,1,30,66,46,61,24,30),
4301 (1,1,31,68,47,62,24,30),
4302 (1,1,32,69,48,64,24,31),
4303 (1,1,33,71,50,66,24,31),
4304 (1,1,34,73,51,67,24,32),
4305 (1,1,35,74,52,69,24,32),
4306 (1,1,36,76,53,70,25,33),
4307 (1,1,37,78,54,72,25,33),
4308 (1,1,38,80,55,74,25,34),
4309 (1,1,39,82,56,75,25,34),
4310 (1,1,40,83,57,77,25,35),
4311 (1,1,41,85,58,79,26,35),
4312 (1,1,42,87,60,80,26,35),
4313 (1,1,43,89,61,82,26,36),
4314 (1,1,44,91,62,84,26,36),
4315 (1,1,45,93,63,85,26,37),
4316 (1,1,46,95,64,87,27,37),
4317 (1,1,47,97,66,89,27,38),
4318 (1,1,48,99,67,91,27,38),
4319 (1,1,49,101,68,93,27,39),
4320 (1,1,50,103,69,94,28,40),
4321 (1,1,51,105,71,96,28,40),
4322 (1,1,52,107,72,98,28,41),
4323 (1,1,53,109,73,100,28,41),
4324 (1,1,54,111,74,102,29,42),
4325 (1,1,55,113,76,103,29,42),
4326 (1,1,56,115,77,105,29,43),
4327 (1,1,57,117,78,107,29,43),
4328 (1,1,58,119,79,109,30,44),
4329 (1,1,59,121,81,111,30,44),
4330 (1,1,60,123,82,113,30,45),
4331 (1,1,61,125,83,115,30,46),
4332 (1,1,62,127,85,117,31,46),
4333 (1,1,63,129,86,119,31,47),
4334 (1,1,64,132,88,121,31,47),
4335 (1,1,65,134,89,123,32,48),
4336 (1,1,66,136,90,125,32,49),
4337 (1,1,67,138,92,127,32,49),
4338 (1,1,68,140,93,129,32,50),
4339 (1,1,69,143,95,131,33,50),
4340 (1,1,70,145,96,133,33,51),
4341 (1,1,71,148,97,140,33,53),
4342 (1,1,72,156,99,143,33,54),
4343 (1,1,73,162,101,148,33,55),
4344 (1,1,74,162,102,148,34,55),
4345 (1,1,75,165,104,150,34,56),
4346 (1,1,76,171,106,156,34,57),
4347 (1,1,77,171,108,157,35,58),
4348 (1,1,78,174,109,159,35,58),
4349 (1,1,79,181,111,165,35,59),
4350 (1,1,80,184,113,168,36,60),
4351 (1,2,1,22,20,22,20,21),
4352 (1,2,2,23,21,23,21,22),
4353 (1,2,3,24,21,24,21,22),
4354 (1,2,4,25,22,25,22,23),
4355 (1,2,5,26,22,26,23,24),
4356 (1,2,6,28,23,27,23,25),
4357 (1,2,7,29,24,28,24,25),
4358 (1,2,8,30,24,29,25,26),
4359 (1,2,9,31,25,30,25,27),
4360 (1,2,10,32,25,32,26,27),
4361 (1,2,11,33,26,33,27,28),
4362 (1,2,12,35,27,34,27,29),
4363 (1,2,13,36,27,35,28,30),
4364 (1,2,14,37,28,36,29,31),
4365 (1,2,15,38,29,37,30,31),
4366 (1,2,16,40,29,38,30,32),
4367 (1,2,17,41,30,40,31,33),
4368 (1,2,18,42,31,41,32,34),
4369 (1,2,19,43,31,42,33,35),
4370 (1,2,20,45,32,43,33,35),
4371 (1,2,21,46,33,45,34,36),
4372 (1,2,22,47,33,46,35,37),
4373 (1,2,23,49,34,47,36,38),
4374 (1,2,24,50,35,48,37,39),
4375 (1,2,25,51,36,50,37,40),
4376 (1,2,26,53,36,51,38,41),
4377 (1,2,27,54,37,52,39,42),
4378 (1,2,28,56,38,54,40,43),
4379 (1,2,29,57,39,55,41,43),
4380 (1,2,30,58,39,56,42,44),
4381 (1,2,31,60,40,58,43,45),
4382 (1,2,32,61,41,59,43,46),
4383 (1,2,33,63,42,60,44,47),
4384 (1,2,34,64,43,62,45,48),
4385 (1,2,35,66,44,63,46,49),
4386 (1,2,36,67,44,65,47,50),
4387 (1,2,37,69,45,66,48,51),
4388 (1,2,38,70,46,67,49,52),
4389 (1,2,39,72,47,69,50,53),
4390 (1,2,40,73,48,70,51,54),
4391 (1,2,41,75,49,72,52,55),
4392 (1,2,42,77,49,73,53,56),
4393 (1,2,43,78,50,75,54,57),
4394 (1,2,44,80,51,76,55,58),
4395 (1,2,45,81,52,78,56,59),
4396 (1,2,46,83,53,79,57,61),
4397 (1,2,47,85,54,81,58,62),
4398 (1,2,48,86,55,83,59,63),
4399 (1,2,49,88,56,84,60,64),
4400 (1,2,50,90,57,86,61,65),
4401 (1,2,51,91,58,87,62,66),
4402 (1,2,52,93,59,89,63,67),
4403 (1,2,53,95,60,91,64,68),
4404 (1,2,54,97,61,92,65,69),
4405 (1,2,55,98,61,94,66,71),
4406 (1,2,56,100,62,95,67,72),
4407 (1,2,57,102,63,97,68,73),
4408 (1,2,58,104,64,99,69,74),
4409 (1,2,59,105,65,101,70,75),
4410 (1,2,60,107,66,102,71,77),
4411 (1,2,61,109,67,104,73,78),
4412 (1,2,62,111,69,106,74,79),
4413 (1,2,63,113,70,107,75,80),
4414 (1,2,64,115,71,109,76,81),
4415 (1,2,65,116,72,111,77,83),
4416 (1,2,66,118,73,113,78,84),
4417 (1,2,67,120,74,115,79,85),
4418 (1,2,68,122,75,116,81,86),
4419 (1,2,69,124,76,118,82,88),
4420 (1,2,70,126,77,120,83,89),
4421 (1,2,71,148,78,122,84,92),
4422 (1,2,72,150,79,125,86,94),
4423 (1,2,73,152,80,127,87,96),
4424 (1,2,74,156,82,129,89,97),
4425 (1,2,75,158,83,131,90,99),
4426 (1,2,76,162,84,134,92,100),
4427 (1,2,77,164,86,136,93,103),
4428 (1,2,78,167,87,138,95,105),
4429 (1,2,79,170,88,153,96,106),
4430 (1,2,80,173,90,160,98,108),
4431 (1,4,1,21,23,21,20,20),
4432 (1,4,2,22,24,22,20,20),
4433 (1,4,3,23,26,22,20,21),
4434 (1,4,4,23,27,23,20,21),
4435 (1,4,5,24,29,24,21,21),
4436 (1,4,6,25,30,25,21,22),
4437 (1,4,7,26,32,25,21,22),
4438 (1,4,8,26,33,26,21,23),
4439 (1,4,9,27,35,27,21,23),
4440 (1,4,10,28,36,27,21,23),
4441 (1,4,11,29,38,28,22,24),
4442 (1,4,12,30,39,29,22,24),
4443 (1,4,13,31,41,30,22,25),
4444 (1,4,14,31,43,31,22,25),
4445 (1,4,15,32,44,31,22,25),
4446 (1,4,16,33,46,32,23,26),
4447 (1,4,17,34,48,33,23,26),
4448 (1,4,18,35,49,34,23,27),
4449 (1,4,19,36,51,35,23,27),
4450 (1,4,20,37,53,35,23,28),
4451 (1,4,21,38,54,36,24,28),
4452 (1,4,22,39,56,37,24,29),
4453 (1,4,23,40,58,38,24,29),
4454 (1,4,24,41,60,39,24,30),
4455 (1,4,25,42,61,40,25,30),
4456 (1,4,26,43,63,41,25,31),
4457 (1,4,27,44,65,42,25,31),
4458 (1,4,28,45,67,43,25,32),
4459 (1,4,29,46,69,43,25,32),
4460 (1,4,30,47,71,44,26,33),
4461 (1,4,31,48,72,45,26,33),
4462 (1,4,32,49,74,46,26,34),
4463 (1,4,33,50,76,47,27,34),
4464 (1,4,34,51,78,48,27,35),
4465 (1,4,35,52,80,49,27,35),
4466 (1,4,36,53,82,50,27,36),
4467 (1,4,37,54,84,51,28,36),
4468 (1,4,38,55,86,52,28,37),
4469 (1,4,39,56,88,53,28,38),
4470 (1,4,40,57,90,54,28,38),
4471 (1,4,41,58,92,55,29,39),
4472 (1,4,42,60,94,56,29,39),
4473 (1,4,43,61,96,57,29,40),
4474 (1,4,44,62,98,58,30,40),
4475 (1,4,45,63,100,59,30,41),
4476 (1,4,46,64,103,61,30,42),
4477 (1,4,47,65,105,62,31,42),
4478 (1,4,48,66,107,63,31,43),
4479 (1,4,49,68,109,64,31,44),
4480 (1,4,50,69,111,65,32,44),
4481 (1,4,51,70,113,66,32,45),
4482 (1,4,52,71,116,67,32,45),
4483 (1,4,53,73,118,68,33,46),
4484 (1,4,54,74,120,69,33,47),
4485 (1,4,55,75,122,71,33,47),
4486 (1,4,56,76,125,72,34,48),
4487 (1,4,57,78,127,73,34,49),
4488 (1,4,58,79,129,74,34,49),
4489 (1,4,59,80,131,75,35,50),
4490 (1,4,60,81,134,77,35,51),
4491 (1,4,61,83,136,78,35,51),
4492 (1,4,62,84,138,79,36,52),
4493 (1,4,63,85,141,80,36,53),
4494 (1,4,64,87,143,81,37,54),
4495 (1,4,65,88,146,83,37,54),
4496 (1,4,66,89,148,84,37,55),
4497 (1,4,67,91,151,85,38,56),
4498 (1,4,68,92,153,86,38,57),
4499 (1,4,69,94,156,88,39,57),
4500 (1,4,70,95,158,89,39,58),
4501 (1,4,71,97,161,90,39,60),
4502 (1,4,72,99,164,92,40,60),
4503 (1,4,73,100,167,94,40,61),
4504 (1,4,74,102,170,95,41,62),
4505 (1,4,75,104,173,97,41,63),
4506 (1,4,76,105,176,98,41,64),
4507 (1,4,77,107,179,100,42,65),
4508 (1,4,78,109,183,106,42,66),
4509 (1,4,79,111,186,107,43,67),
4510 (1,4,80,113,189,109,43,69),
4511 (1,5,1,20,20,20,22,23),
4512 (1,5,2,20,20,20,23,24),
4513 (1,5,3,20,20,21,25,26),
4514 (1,5,4,20,21,21,26,27),
4515 (1,5,5,21,21,21,27,28),
4516 (1,5,6,21,21,22,29,30),
4517 (1,5,7,21,21,22,30,31),
4518 (1,5,8,21,22,23,31,33),
4519 (1,5,9,21,22,23,33,34),
4520 (1,5,10,21,22,23,34,36),
4521 (1,5,11,22,22,24,36,37),
4522 (1,5,12,22,23,24,37,39),
4523 (1,5,13,22,23,25,38,40),
4524 (1,5,14,22,23,25,40,42),
4525 (1,5,15,22,23,25,41,43),
4526 (1,5,16,23,24,26,43,45),
4527 (1,5,17,23,24,26,44,46),
4528 (1,5,18,23,24,27,46,48),
4529 (1,5,19,23,24,27,47,49),
4530 (1,5,20,23,25,28,49,51),
4531 (1,5,21,24,25,28,51,53),
4532 (1,5,22,24,25,29,52,54),
4533 (1,5,23,24,26,29,54,56),
4534 (1,5,24,24,26,30,55,58),
4535 (1,5,25,25,26,30,57,59),
4536 (1,5,26,25,27,31,59,61),
4537 (1,5,27,25,27,31,60,63),
4538 (1,5,28,25,27,32,62,65),
4539 (1,5,29,25,28,32,64,66),
4540 (1,5,30,26,28,33,65,68),
4541 (1,5,31,26,28,33,67,70),
4542 (1,5,32,26,29,34,69,72),
4543 (1,5,33,27,29,34,70,73),
4544 (1,5,34,27,29,35,72,75),
4545 (1,5,35,27,30,35,74,77),
4546 (1,5,36,27,30,36,76,79),
4547 (1,5,37,28,30,36,78,81),
4548 (1,5,38,28,31,37,79,83),
4549 (1,5,39,28,31,38,81,85),
4550 (1,5,40,28,31,38,83,87),
4551 (1,5,41,29,32,39,85,88),
4552 (1,5,42,29,32,39,87,90),
4553 (1,5,43,29,33,40,89,92),
4554 (1,5,44,30,33,40,91,94),
4555 (1,5,45,30,33,41,92,96),
4556 (1,5,46,30,34,42,94,98),
4557 (1,5,47,31,34,42,96,100),
4558 (1,5,48,31,35,43,98,102),
4559 (1,5,49,31,35,44,100,104),
4560 (1,5,50,32,36,44,102,106),
4561 (1,5,51,32,36,45,104,109),
4562 (1,5,52,32,36,45,106,111),
4563 (1,5,53,33,37,46,108,113),
4564 (1,5,54,33,37,47,110,115),
4565 (1,5,55,33,38,47,112,117),
4566 (1,5,56,34,38,48,114,119),
4567 (1,5,57,34,39,49,117,121),
4568 (1,5,58,34,39,49,119,124),
4569 (1,5,59,35,40,50,121,126),
4570 (1,5,60,35,40,51,123,128),
4571 (1,5,61,35,41,51,125,130),
4572 (1,5,62,36,41,52,127,132),
4573 (1,5,63,36,41,53,129,135),
4574 (1,5,64,37,42,54,132,137),
4575 (1,5,65,37,42,54,134,139),
4576 (1,5,66,37,43,55,136,142),
4577 (1,5,67,38,43,56,138,144),
4578 (1,5,68,38,44,57,140,146),
4579 (1,5,69,39,44,57,143,149),
4580 (1,5,70,39,45,58,145,151),
4581 (1,5,71,39,46,59,148,158),
4582 (1,5,72,40,46,59,151,161),
4583 (1,5,73,40,47,60,154,164),
4584 (1,5,74,41,47,61,156,167),
4585 (1,5,75,41,48,62,159,170),
4586 (1,5,76,41,49,63,162,174),
4587 (1,5,77,42,49,64,165,177),
4588 (1,5,78,42,50,65,168,180),
4589 (1,5,79,43,50,66,171,183),
4590 (1,5,80,43,51,67,174,186),
4591 (1,6,1,23,20,22,20,20),
4592 (1,6,2,24,21,23,20,20),
4593 (1,6,3,26,22,24,20,21),
4594 (1,6,4,27,22,26,20,21),
4595 (1,6,5,28,23,27,20,21),
4596 (1,6,6,30,24,28,20,21),
4597 (1,6,7,31,25,29,21,22),
4598 (1,6,8,32,26,30,21,22),
4599 (1,6,9,34,26,32,21,22),
4600 (1,6,10,35,27,33,21,23),
4601 (1,6,11,36,28,34,21,23),
4602 (1,6,12,38,29,35,21,23),
4603 (1,6,13,39,30,37,21,24),
4604 (1,6,14,41,31,38,21,24),
4605 (1,6,15,42,32,39,21,24),
4606 (1,6,16,44,33,41,21,25),
4607 (1,6,17,45,34,42,22,25),
4608 (1,6,18,47,34,43,22,25),
4609 (1,6,19,48,35,45,22,26),
4610 (1,6,20,50,36,46,22,26),
4611 (1,6,21,51,37,48,22,26),
4612 (1,6,22,53,38,49,22,27),
4613 (1,6,23,54,39,51,22,27),
4614 (1,6,24,56,40,52,23,28),
4615 (1,6,25,58,41,53,23,28),
4616 (1,6,26,59,42,55,23,28),
4617 (1,6,27,61,43,56,23,29),
4618 (1,6,28,63,44,58,23,29),
4619 (1,6,29,64,45,59,23,30),
4620 (1,6,30,66,46,61,24,30),
4621 (1,6,31,68,47,62,24,30),
4622 (1,6,32,69,48,64,24,31),
4623 (1,6,33,71,50,66,24,31),
4624 (1,6,34,73,51,67,24,32),
4625 (1,6,35,74,52,69,24,32),
4626 (1,6,36,76,53,70,25,33),
4627 (1,6,37,78,54,72,25,33),
4628 (1,6,38,80,55,74,25,34),
4629 (1,6,39,82,56,75,25,34),
4630 (1,6,40,83,57,77,25,35),
4631 (1,6,41,85,58,79,26,35),
4632 (1,6,42,87,60,80,26,35),
4633 (1,6,43,89,61,82,26,36),
4634 (1,6,44,91,62,84,26,36),
4635 (1,6,45,93,63,85,26,37),
4636 (1,6,46,95,64,87,27,37),
4637 (1,6,47,97,66,89,27,38),
4638 (1,6,48,99,67,91,27,38),
4639 (1,6,49,101,68,93,27,39),
4640 (1,6,50,103,69,94,28,40),
4641 (1,6,51,105,71,96,28,40),
4642 (1,6,52,106,72,97,28,41),
4643 (1,6,53,107,72,98,28,41),
4644 (1,6,54,107,73,98,29,42),
4645 (1,6,55,108,73,99,29,43),
4646 (1,6,56,111,75,102,29,44),
4647 (1,6,57,113,76,104,29,44),
4648 (1,6,58,118,77,106,30,45),
4649 (1,6,59,118,79,108,30,45),
4650 (1,6,60,123,80,110,30,46),
4651 (1,6,61,125,81,112,30,47),
4652 (1,6,62,128,83,114,30,47),
4653 (1,6,63,130,84,117,31,48),
4654 (1,6,64,130,86,119,31,48),
4655 (1,6,65,140,87,128,31,49),
4656 (1,6,66,143,89,131,31,50),
4657 (1,6,67,146,90,133,32,50),
4658 (1,6,68,148,92,135,32,51),
4659 (1,6,69,151,93,138,32,52),
4660 (1,6,70,154,95,140,32,52),
4661 (1,6,71,162,97,144,33,53),
4662 (1,6,72,164,98,146,33,54),
4663 (1,6,73,165,100,148,33,55),
4664 (1,6,74,166,102,151,33,55),
4665 (1,6,75,169,103,154,34,56),
4666 (1,6,76,172,105,157,34,57),
4667 (1,6,77,175,107,157,34,58),
4668 (1,6,78,176,108,157,34,58),
4669 (1,6,79,177,110,157,35,59),
4670 (1,6,80,180,112,160,35,60),
4671 (1,8,1,20,20,20,23,22),
4672 (1,8,2,20,20,20,24,23),
4673 (1,8,3,20,20,21,26,25),
4674 (1,8,4,20,20,21,27,26),
4675 (1,8,5,20,21,21,28,27),
4676 (1,8,6,20,21,21,30,29),
4677 (1,8,7,21,21,22,31,30),
4678 (1,8,8,21,21,22,33,31),
4679 (1,8,9,21,21,22,34,33),
4680 (1,8,10,21,21,23,36,34),
4681 (1,8,11,21,22,23,37,36),
4682 (1,8,12,21,22,23,39,37),
4683 (1,8,13,21,22,24,40,38),
4684 (1,8,14,21,22,24,42,40),
4685 (1,8,15,21,22,24,43,41),
4686 (1,8,16,21,23,25,45,43),
4687 (1,8,17,22,23,25,46,44),
4688 (1,8,18,22,23,25,48,46),
4689 (1,8,19,22,23,26,49,47),
4690 (1,8,20,22,23,26,51,49),
4691 (1,8,21,22,24,26,53,51),
4692 (1,8,22,22,24,27,54,52),
4693 (1,8,23,22,24,27,56,54),
4694 (1,8,24,23,24,28,58,55),
4695 (1,8,25,23,25,28,59,57),
4696 (1,8,26,23,25,28,61,59),
4697 (1,8,27,23,25,29,63,60),
4698 (1,8,28,23,25,29,65,62),
4699 (1,8,29,23,25,30,66,64),
4700 (1,8,30,24,26,30,68,65),
4701 (1,8,31,24,26,30,70,67),
4702 (1,8,32,24,26,31,72,69),
4703 (1,8,33,24,27,31,73,70),
4704 (1,8,34,24,27,32,75,72),
4705 (1,8,35,24,27,32,77,74),
4706 (1,8,36,25,27,33,79,76),
4707 (1,8,37,25,28,33,81,78),
4708 (1,8,38,25,28,34,83,79),
4709 (1,8,39,25,28,34,85,81),
4710 (1,8,40,25,28,35,87,83),
4711 (1,8,41,26,29,35,88,85),
4712 (1,8,42,26,29,35,90,87),
4713 (1,8,43,26,29,36,92,89),
4714 (1,8,44,26,30,36,94,91),
4715 (1,8,45,26,30,37,96,92),
4716 (1,8,46,27,30,37,98,94),
4717 (1,8,47,27,31,38,100,96),
4718 (1,8,48,27,31,38,102,98),
4719 (1,8,49,27,31,39,104,100),
4720 (1,8,50,28,32,40,106,102),
4721 (1,8,51,28,32,40,109,104),
4722 (1,8,52,28,32,41,111,106),
4723 (1,8,53,28,33,41,113,108),
4724 (1,8,54,29,33,42,115,110),
4725 (1,8,55,29,33,42,117,112),
4726 (1,8,56,29,34,43,119,114),
4727 (1,8,57,29,34,43,121,117),
4728 (1,8,58,30,34,44,124,119),
4729 (1,8,59,30,35,44,126,121),
4730 (1,8,60,30,35,45,128,123),
4731 (1,8,61,30,35,46,130,125),
4732 (1,8,62,31,36,46,132,127),
4733 (1,8,63,31,36,47,135,129),
4734 (1,8,64,31,37,47,137,132),
4735 (1,8,65,32,37,48,139,134),
4736 (1,8,66,32,37,49,142,136),
4737 (1,8,67,32,38,49,144,138),
4738 (1,8,68,32,38,50,146,140),
4739 (1,8,69,33,39,50,149,143),
4740 (1,8,70,33,39,51,151,145),
4741 (1,8,71,33,39,52,154,152),
4742 (1,8,72,33,40,53,160,155),
4743 (1,8,73,33,40,54,160,158),
4744 (1,8,74,34,41,54,163,160),
4745 (1,8,75,34,41,55,166,163),
4746 (1,8,76,34,41,56,169,166),
4747 (1,8,77,35,42,57,172,169),
4748 (1,8,78,35,42,57,175,173),
4749 (1,8,79,35,43,58,178,176),
4750 (1,8,80,36,43,59,181,179),
4751 (1,9,1,20,20,21,22,22),
4752 (1,9,2,20,20,22,23,23),
4753 (1,9,3,21,21,22,24,24),
4754 (1,9,4,21,21,23,26,25),
4755 (1,9,5,21,21,23,27,27),
4756 (1,9,6,21,22,24,28,28),
4757 (1,9,7,22,22,24,29,29),
4758 (1,9,8,22,23,25,30,30),
4759 (1,9,9,22,23,26,32,31),
4760 (1,9,10,23,23,26,33,33),
4761 (1,9,11,23,24,27,34,34),
4762 (1,9,12,23,24,27,35,35),
4763 (1,9,13,24,25,28,37,36),
4764 (1,9,14,24,25,29,38,38),
4765 (1,9,15,24,25,29,39,39),
4766 (1,9,16,25,26,30,41,40),
4767 (1,9,17,25,26,31,42,42),
4768 (1,9,18,25,27,31,43,43),
4769 (1,9,19,26,27,32,45,44),
4770 (1,9,20,26,28,33,46,46),
4771 (1,9,21,26,28,33,48,47),
4772 (1,9,22,27,29,34,49,49),
4773 (1,9,23,27,29,35,51,50),
4774 (1,9,24,28,30,35,52,51),
4775 (1,9,25,28,30,36,53,53),
4776 (1,9,26,28,31,37,55,54),
4777 (1,9,27,29,31,37,56,56),
4778 (1,9,28,29,32,38,58,57),
4779 (1,9,29,30,32,39,59,59),
4780 (1,9,30,30,33,40,61,60),
4781 (1,9,31,30,33,40,62,62),
4782 (1,9,32,31,34,41,64,63),
4783 (1,9,33,31,34,42,66,65),
4784 (1,9,34,32,35,43,67,66),
4785 (1,9,35,32,35,44,69,68),
4786 (1,9,36,33,36,44,70,69),
4787 (1,9,37,33,36,45,72,71),
4788 (1,9,38,34,37,46,74,73),
4789 (1,9,39,34,38,47,75,74),
4790 (1,9,40,35,38,48,77,76),
4791 (1,9,41,35,39,48,79,78),
4792 (1,9,42,35,39,49,80,79),
4793 (1,9,43,36,40,50,82,81),
4794 (1,9,44,36,40,51,84,83),
4795 (1,9,45,37,41,52,85,84),
4796 (1,9,46,37,42,53,87,86),
4797 (1,9,47,38,42,54,89,88),
4798 (1,9,48,38,43,55,91,89),
4799 (1,9,49,39,44,55,93,91),
4800 (1,9,50,40,44,56,94,93),
4801 (1,9,51,40,45,57,96,95),
4802 (1,9,52,41,45,58,98,97),
4803 (1,9,53,41,46,59,100,98),
4804 (1,9,54,42,47,60,102,100),
4805 (1,9,55,42,47,61,103,102),
4806 (1,9,56,43,48,62,105,104),
4807 (1,9,57,43,49,63,107,106),
4808 (1,9,58,44,49,64,109,108),
4809 (1,9,59,44,50,65,111,109),
4810 (1,9,60,45,51,66,113,111),
4811 (1,9,61,46,51,67,115,113),
4812 (1,9,62,46,52,68,117,115),
4813 (1,9,63,47,53,69,119,117),
4814 (1,9,64,47,54,70,121,119),
4815 (1,9,65,48,54,71,123,121),
4816 (1,9,66,49,55,72,125,123),
4817 (1,9,67,49,56,73,127,125),
4818 (1,9,68,50,57,74,129,127),
4819 (1,9,69,50,57,75,131,129),
4820 (1,9,70,51,58,76,133,131),
4821 (1,9,71,52,59,78,135,146),
4822 (1,9,72,53,59,79,138,148),
4823 (1,9,73,54,60,80,140,151),
4824 (1,9,74,54,61,89,143,154),
4825 (1,9,75,55,62,91,145,156),
4826 (1,9,76,56,63,92,148,159),
4827 (1,9,77,57,64,93,151,162),
4828 (1,9,78,57,65,95,153,165),
4829 (1,9,79,58,66,96,156,168),
4830 (1,9,80,59,67,97,159,170),
4831 (2,1,1,26,17,24,17,23),
4832 (2,1,2,27,18,25,17,23),
4833 (2,1,3,29,19,26,17,24),
4834 (2,1,4,30,19,27,17,24),
4835 (2,1,5,31,20,29,17,24),
4836 (2,1,6,32,21,30,17,24),
4837 (2,1,7,34,22,31,18,25),
4838 (2,1,8,35,23,32,18,25),
4839 (2,1,9,37,24,34,18,25),
4840 (2,1,10,38,24,35,18,26),
4841 (2,1,11,39,25,36,18,26),
4842 (2,1,12,41,26,37,18,26),
4843 (2,1,13,42,27,39,18,27),
4844 (2,1,14,44,28,40,18,27),
4845 (2,1,15,45,29,41,18,27),
4846 (2,1,16,47,30,43,19,28),
4847 (2,1,17,48,31,44,19,28),
4848 (2,1,18,50,32,45,19,28),
4849 (2,1,19,51,33,47,19,29),
4850 (2,1,20,53,34,48,19,29),
4851 (2,1,21,54,34,50,19,29),
4852 (2,1,22,56,35,51,19,30),
4853 (2,1,23,57,36,52,20,30),
4854 (2,1,24,59,37,54,20,30),
4855 (2,1,25,60,38,55,20,31),
4856 (2,1,26,62,39,57,20,31),
4857 (2,1,27,64,40,58,20,32),
4858 (2,1,28,65,41,60,20,32),
4859 (2,1,29,67,43,61,21,32),
4860 (2,1,30,69,44,63,21,33),
4861 (2,1,31,70,45,64,21,33),
4862 (2,1,32,72,46,66,21,34),
4863 (2,1,33,74,47,67,21,34),
4864 (2,1,34,76,48,69,21,35),
4865 (2,1,35,77,49,71,22,35),
4866 (2,1,36,79,50,72,22,36),
4867 (2,1,37,81,51,74,22,36),
4868 (2,1,38,83,52,76,22,36),
4869 (2,1,39,84,53,77,22,37),
4870 (2,1,40,86,55,79,23,37),
4871 (2,1,41,88,56,81,23,38),
4872 (2,1,42,90,57,82,23,38),
4873 (2,1,43,92,58,84,23,39),
4874 (2,1,44,94,59,86,23,39),
4875 (2,1,45,96,60,87,24,40),
4876 (2,1,46,98,62,89,24,40),
4877 (2,1,47,100,63,91,24,41),
4878 (2,1,48,101,64,93,24,41),
4879 (2,1,49,103,65,94,25,42),
4880 (2,1,50,105,66,96,25,42),
4881 (2,1,51,107,68,98,25,43),
4882 (2,1,52,109,69,100,25,43),
4883 (2,1,53,111,70,102,25,44),
4884 (2,1,54,113,71,104,26,45),
4885 (2,1,55,115,73,105,26,45),
4886 (2,1,56,118,74,107,26,46),
4887 (2,1,57,120,75,109,26,46),
4888 (2,1,58,122,77,111,27,47),
4889 (2,1,59,124,78,113,27,47),
4890 (2,1,60,126,79,115,27,48),
4891 (2,1,61,128,81,117,27,48),
4892 (2,1,62,130,82,119,28,49),
4893 (2,1,63,132,83,121,28,50),
4894 (2,1,64,135,85,123,28,50),
4895 (2,1,65,137,86,125,29,51),
4896 (2,1,66,139,87,127,29,52),
4897 (2,1,67,141,89,129,29,52),
4898 (2,1,68,143,90,131,29,53),
4899 (2,1,69,146,92,133,30,53),
4900 (2,1,70,148,93,135,30,54),
4901 (2,1,71,157,94,142,30,55),
4902 (2,1,72,162,96,148,30,56),
4903 (2,1,73,165,98,150,30,57),
4904 (2,1,74,168,99,153,31,57),
4905 (2,1,75,170,101,154,31,58),
4906 (2,1,76,172,103,156,31,59),
4907 (2,1,77,174,105,159,32,60),
4908 (2,1,78,179,106,162,32,60),
4909 (2,1,79,184,108,167,32,61),
4910 (2,1,80,187,110,170,33,62),
4911 (2,3,1,23,20,23,17,24),
4912 (2,3,2,23,21,24,18,25),
4913 (2,3,3,24,23,25,18,25),
4914 (2,3,4,24,24,26,19,26),
4915 (2,3,5,25,25,27,19,26),
4916 (2,3,6,25,27,28,20,27),
4917 (2,3,7,26,28,28,21,28),
4918 (2,3,8,26,30,29,21,28),
4919 (2,3,9,26,31,30,22,29),
4920 (2,3,10,27,33,31,22,30),
4921 (2,3,11,27,34,32,23,30),
4922 (2,3,12,28,36,33,24,31),
4923 (2,3,13,28,37,34,24,32),
4924 (2,3,14,29,39,35,25,33),
4925 (2,3,15,29,40,36,26,33),
4926 (2,3,16,30,42,37,26,34),
4927 (2,3,17,30,43,39,27,35),
4928 (2,3,18,31,45,40,28,35),
4929 (2,3,19,31,47,41,28,36),
4930 (2,3,20,32,48,42,29,37),
4931 (2,3,21,32,50,43,30,38),
4932 (2,3,22,33,51,44,31,39),
4933 (2,3,23,34,53,45,31,39),
4934 (2,3,24,34,55,46,32,40),
4935 (2,3,25,35,57,47,33,41),
4936 (2,3,26,35,58,48,34,42),
4937 (2,3,27,36,60,50,34,43),
4938 (2,3,28,36,62,51,35,43),
4939 (2,3,29,37,63,52,36,44),
4940 (2,3,30,38,65,53,37,45),
4941 (2,3,31,38,67,54,37,46),
4942 (2,3,32,39,69,56,38,47),
4943 (2,3,33,39,71,57,39,48),
4944 (2,3,34,40,72,58,40,49),
4945 (2,3,35,41,74,59,41,49),
4946 (2,3,36,41,76,61,42,50),
4947 (2,3,37,42,78,62,42,51),
4948 (2,3,38,43,80,63,43,52),
4949 (2,3,39,43,82,64,44,53),
4950 (2,3,40,44,84,66,45,54),
4951 (2,3,41,45,86,67,46,55),
4952 (2,3,42,45,88,68,47,56),
4953 (2,3,43,46,90,70,47,57),
4954 (2,3,44,47,91,71,48,58),
4955 (2,3,45,47,93,72,49,59),
4956 (2,3,46,48,95,74,50,60),
4957 (2,3,47,49,98,75,51,61),
4958 (2,3,48,50,100,77,52,62),
4959 (2,3,49,50,102,78,53,63),
4960 (2,3,50,51,104,79,54,64),
4961 (2,3,51,52,106,81,55,65),
4962 (2,3,52,52,108,82,56,66),
4963 (2,3,53,53,110,84,57,67),
4964 (2,3,54,54,112,85,58,68),
4965 (2,3,55,55,114,87,59,69),
4966 (2,3,56,55,116,88,60,70),
4967 (2,3,57,56,118,90,61,71),
4968 (2,3,58,57,121,91,62,72),
4969 (2,3,59,58,123,93,63,73),
4970 (2,3,60,59,125,94,64,74),
4971 (2,3,61,59,127,96,65,76),
4972 (2,3,62,60,130,97,66,77),
4973 (2,3,63,61,132,99,67,78),
4974 (2,3,64,62,134,100,68,79),
4975 (2,3,65,63,136,102,69,80),
4976 (2,3,66,64,139,104,70,81),
4977 (2,3,67,64,141,105,71,82),
4978 (2,3,68,65,143,107,72,84),
4979 (2,3,69,66,146,108,73,85),
4980 (2,3,70,67,148,110,74,86),
4981 (2,3,71,68,151,112,75,87),
4982 (2,3,72,69,154,114,76,88),
4983 (2,3,73,70,157,116,77,90),
4984 (2,3,74,71,160,118,79,91),
4985 (2,3,75,72,163,120,80,93),
4986 (2,3,76,73,166,122,81,94),
4987 (2,3,77,74,169,124,83,96),
4988 (2,3,78,75,172,126,84,97),
4989 (2,3,79,76,175,128,85,99),
4990 (2,3,80,77,178,130,87,100),
4991 (2,4,1,24,20,23,17,23),
4992 (2,4,2,25,21,24,17,23),
4993 (2,4,3,25,23,24,17,24),
4994 (2,4,4,26,24,25,17,24),
4995 (2,4,5,27,26,26,18,24),
4996 (2,4,6,28,27,26,18,25),
4997 (2,4,7,29,29,27,18,25),
4998 (2,4,8,29,30,28,18,26),
4999 (2,4,9,30,32,29,18,26),
5000 (2,4,10,31,33,29,19,26),
5001 (2,4,11,32,35,30,19,27),
5002 (2,4,12,33,37,31,19,27),
5003 (2,4,13,34,38,32,19,28),
5004 (2,4,14,34,40,32,19,28),
5005 (2,4,15,35,41,33,19,28),
5006 (2,4,16,36,43,34,20,29),
5007 (2,4,17,37,45,35,20,29),
5008 (2,4,18,38,46,36,20,30),
5009 (2,4,19,39,48,37,20,30),
5010 (2,4,20,40,50,37,21,31),
5011 (2,4,21,41,52,38,21,31),
5012 (2,4,22,42,53,39,21,31),
5013 (2,4,23,43,55,40,21,32),
5014 (2,4,24,43,57,41,21,32),
5015 (2,4,25,44,59,42,22,33),
5016 (2,4,26,45,60,43,22,33),
5017 (2,4,27,46,62,44,22,34),
5018 (2,4,28,47,64,44,22,34),
5019 (2,4,29,48,66,45,23,35),
5020 (2,4,30,49,68,46,23,35),
5021 (2,4,31,50,70,47,23,36),
5022 (2,4,32,51,72,48,23,36),
5023 (2,4,33,53,73,49,24,37),
5024 (2,4,34,54,75,50,24,38),
5025 (2,4,35,55,77,51,24,38),
5026 (2,4,36,56,79,52,24,39),
5027 (2,4,37,57,81,53,25,39),
5028 (2,4,38,58,83,54,25,40),
5029 (2,4,39,59,85,55,25,40),
5030 (2,4,40,60,87,56,26,41),
5031 (2,4,41,61,89,57,26,41),
5032 (2,4,42,62,91,58,26,42),
5033 (2,4,43,63,93,59,27,43),
5034 (2,4,44,65,95,60,27,43),
5035 (2,4,45,66,98,61,27,44),
5036 (2,4,46,67,100,62,27,44),
5037 (2,4,47,68,102,64,28,45),
5038 (2,4,48,69,104,65,28,46),
5039 (2,4,49,71,106,66,28,46),
5040 (2,4,50,72,108,67,29,47),
5041 (2,4,51,73,110,68,29,48),
5042 (2,4,52,74,113,69,29,48),
5043 (2,4,53,75,115,70,30,49),
5044 (2,4,54,77,117,71,30,50),
5045 (2,4,55,78,119,73,30,50),
5046 (2,4,56,79,122,74,31,51),
5047 (2,4,57,80,124,75,31,52),
5048 (2,4,58,82,126,76,31,52),
5049 (2,4,59,83,129,77,32,53),
5050 (2,4,60,84,131,78,32,54),
5051 (2,4,61,86,133,80,33,54),
5052 (2,4,62,87,136,81,33,55),
5053 (2,4,63,88,138,82,33,56),
5054 (2,4,64,90,140,83,34,57),
5055 (2,4,65,91,143,85,34,57),
5056 (2,4,66,92,145,86,34,58),
5057 (2,4,67,94,148,87,35,59),
5058 (2,4,68,95,150,88,35,59),
5059 (2,4,69,97,153,90,36,60),
5060 (2,4,70,98,155,91,36,61),
5061 (2,4,71,100,158,92,36,62),
5062 (2,4,72,102,161,94,37,62),
5063 (2,4,73,103,164,99,37,63),
5064 (2,4,74,105,167,100,38,64),
5065 (2,4,75,107,170,102,38,65),
5066 (2,4,76,108,173,102,38,66),
5067 (2,4,77,110,176,102,39,67),
5068 (2,4,78,112,180,103,39,68),
5069 (2,4,79,114,183,105,40,69),
5070 (2,4,80,116,186,107,40,70),
5071 (2,6,1,26,17,24,17,23),
5072 (2,6,2,27,18,25,17,23),
5073 (2,6,3,29,19,26,17,24),
5074 (2,6,4,30,19,27,17,24),
5075 (2,6,5,31,20,29,17,24),
5076 (2,6,6,32,21,30,17,24),
5077 (2,6,7,34,22,31,18,25),
5078 (2,6,8,35,23,32,18,25),
5079 (2,6,9,37,24,34,18,25),
5080 (2,6,10,38,24,35,18,26),
5081 (2,6,11,39,25,36,18,26),
5082 (2,6,12,41,26,37,18,26),
5083 (2,6,13,42,27,39,18,27),
5084 (2,6,14,44,28,40,18,27),
5085 (2,6,15,45,29,41,18,27),
5086 (2,6,16,47,30,43,19,28),
5087 (2,6,17,48,31,44,19,28),
5088 (2,6,18,50,32,45,19,28),
5089 (2,6,19,51,33,47,19,29),
5090 (2,6,20,53,34,48,19,29),
5091 (2,6,21,54,34,50,19,29),
5092 (2,6,22,56,35,51,19,30),
5093 (2,6,23,57,36,52,20,30),
5094 (2,6,24,59,37,54,20,30),
5095 (2,6,25,60,38,55,20,31),
5096 (2,6,26,62,39,57,20,31),
5097 (2,6,27,64,40,58,20,32),
5098 (2,6,28,65,41,60,20,32),
5099 (2,6,29,67,43,61,21,32),
5100 (2,6,30,69,44,63,21,33),
5101 (2,6,31,70,45,64,21,33),
5102 (2,6,32,72,46,66,21,34),
5103 (2,6,33,74,47,67,21,34),
5104 (2,6,34,76,48,69,21,35),
5105 (2,6,35,77,49,71,22,35),
5106 (2,6,36,79,50,72,22,36),
5107 (2,6,37,81,51,74,22,36),
5108 (2,6,38,83,52,76,22,36),
5109 (2,6,39,84,53,77,22,37),
5110 (2,6,40,86,55,79,23,37),
5111 (2,6,41,88,56,81,23,38),
5112 (2,6,42,90,57,82,23,38),
5113 (2,6,43,92,58,84,23,39),
5114 (2,6,44,94,59,86,23,39),
5115 (2,6,45,96,60,87,24,40),
5116 (2,6,46,98,62,89,24,40),
5117 (2,6,47,100,63,91,24,41),
5118 (2,6,48,101,64,93,24,41),
5119 (2,6,49,103,65,94,25,42),
5120 (2,6,50,105,66,96,25,42),
5121 (2,6,51,107,68,98,25,43),
5122 (2,6,52,109,69,100,25,43),
5123 (2,6,53,110,69,100,25,44),
5124 (2,6,54,111,70,101,26,45),
5125 (2,6,55,111,70,101,26,45),
5126 (2,6,56,114,72,104,26,46),
5127 (2,6,57,116,73,106,26,46),
5128 (2,6,58,118,74,108,27,47),
5129 (2,6,59,124,76,110,27,47),
5130 (2,6,60,126,77,112,27,48),
5131 (2,6,61,128,78,114,27,49),
5132 (2,6,62,131,80,116,27,49),
5133 (2,6,63,133,81,119,28,50),
5134 (2,6,64,136,83,121,28,50),
5135 (2,6,65,136,84,123,28,51),
5136 (2,6,66,142,86,126,28,52),
5137 (2,6,67,145,87,128,29,52),
5138 (2,6,68,147,89,130,29,53),
5139 (2,6,69,150,90,133,29,54),
5140 (2,6,70,157,92,135,29,54),
5141 (2,6,71,160,94,138,30,55),
5142 (2,6,72,163,95,140,30,56),
5143 (2,6,73,166,97,151,30,57),
5144 (2,6,74,169,99,154,30,57),
5145 (2,6,75,172,100,156,31,58),
5146 (2,6,76,175,102,160,31,59),
5147 (2,6,77,179,104,162,31,60),
5148 (2,6,78,182,105,165,31,60),
5149 (2,6,79,191,107,168,32,61),
5150 (2,6,80,194,109,171,32,62),
5151 (2,7,1,24,17,23,18,25),
5152 (2,7,2,25,17,24,19,26),
5153 (2,7,3,26,18,25,20,27),
5154 (2,7,4,26,18,26,21,28),
5155 (2,7,5,27,19,27,22,29),
5156 (2,7,6,28,19,28,23,30),
5157 (2,7,7,29,20,29,24,31),
5158 (2,7,8,30,20,30,25,32),
5159 (2,7,9,31,21,31,26,33),
5160 (2,7,10,32,21,32,27,34),
5161 (2,7,11,33,22,33,28,36),
5162 (2,7,12,34,22,34,29,37),
5163 (2,7,13,34,23,35,30,38),
5164 (2,7,14,35,23,36,31,39),
5165 (2,7,15,36,24,37,32,40),
5166 (2,7,16,37,24,39,33,41),
5167 (2,7,17,38,25,40,34,43),
5168 (2,7,18,39,25,41,35,44),
5169 (2,7,19,40,26,42,36,45),
5170 (2,7,20,41,26,43,37,46),
5171 (2,7,21,42,27,44,38,47),
5172 (2,7,22,43,27,45,39,49),
5173 (2,7,23,44,28,47,40,50),
5174 (2,7,24,45,28,48,41,51),
5175 (2,7,25,47,29,49,43,52),
5176 (2,7,26,48,30,50,44,54),
5177 (2,7,27,49,30,52,45,55),
5178 (2,7,28,50,31,53,46,56),
5179 (2,7,29,51,31,54,47,58),
5180 (2,7,30,52,32,55,48,59),
5181 (2,7,31,53,33,57,50,60),
5182 (2,7,32,54,33,58,51,62),
5183 (2,7,33,55,34,59,52,63),
5184 (2,7,34,57,34,61,53,65),
5185 (2,7,35,58,35,62,55,66),
5186 (2,7,36,59,36,63,56,67),
5187 (2,7,37,60,36,65,57,69),
5188 (2,7,38,61,37,66,58,70),
5189 (2,7,39,62,38,67,60,72),
5190 (2,7,40,64,38,69,61,73),
5191 (2,7,41,65,39,70,62,75),
5192 (2,7,42,66,40,72,64,76),
5193 (2,7,43,67,40,73,65,78),
5194 (2,7,44,69,41,74,66,79),
5195 (2,7,45,70,42,76,68,81),
5196 (2,7,46,71,42,77,69,82),
5197 (2,7,47,72,43,79,70,84),
5198 (2,7,48,74,44,80,72,85),
5199 (2,7,49,75,45,82,73,87),
5200 (2,7,50,76,45,83,75,89),
5201 (2,7,51,78,46,85,76,90),
5202 (2,7,52,79,47,86,77,92),
5203 (2,7,53,80,47,88,79,93),
5204 (2,7,54,82,48,90,80,95),
5205 (2,7,55,83,49,91,82,97),
5206 (2,7,56,85,50,93,83,98),
5207 (2,7,57,86,50,94,85,100),
5208 (2,7,58,87,51,96,86,102),
5209 (2,7,59,89,52,97,88,103),
5210 (2,7,60,90,53,99,89,105),
5211 (2,7,61,92,54,101,91,107),
5212 (2,7,62,93,54,102,92,109),
5213 (2,7,63,95,55,104,94,110),
5214 (2,7,64,96,56,106,95,112),
5215 (2,7,65,97,57,107,97,114),
5216 (2,7,66,99,58,109,99,116),
5217 (2,7,67,100,58,111,100,118),
5218 (2,7,68,102,59,113,102,119),
5219 (2,7,69,103,60,114,103,121),
5220 (2,7,70,105,61,116,105,123),
5221 (2,7,71,106,62,118,117,125),
5222 (2,7,72,108,63,120,119,128),
5223 (2,7,73,110,64,122,122,130),
5224 (2,7,74,112,65,125,124,132),
5225 (2,7,75,114,66,127,126,134),
5226 (2,7,76,116,67,129,128,137),
5227 (2,7,77,117,68,131,128,139),
5228 (2,7,78,119,69,133,133,141),
5229 (2,7,79,121,70,136,135,144),
5230 (2,7,80,123,71,138,137,146),
5231 (2,9,1,23,17,23,19,25),
5232 (2,9,2,23,17,24,20,26),
5233 (2,9,3,24,18,24,21,27),
5234 (2,9,4,24,18,25,23,28),
5235 (2,9,5,24,18,25,24,30),
5236 (2,9,6,24,19,26,25,31),
5237 (2,9,7,25,19,26,26,32),
5238 (2,9,8,25,20,27,27,33),
5239 (2,9,9,25,20,27,29,34),
5240 (2,9,10,26,20,28,30,36),
5241 (2,9,11,26,21,29,31,37),
5242 (2,9,12,26,21,29,33,38),
5243 (2,9,13,27,22,30,34,39),
5244 (2,9,14,27,22,31,35,41),
5245 (2,9,15,27,23,31,37,42),
5246 (2,9,16,28,23,32,38,43),
5247 (2,9,17,28,23,32,39,45),
5248 (2,9,18,28,24,33,41,46),
5249 (2,9,19,29,24,34,42,47),
5250 (2,9,20,29,25,34,43,49),
5251 (2,9,21,29,25,35,45,50),
5252 (2,9,22,30,26,36,46,51),
5253 (2,9,23,30,26,37,48,53),
5254 (2,9,24,30,27,37,49,54),
5255 (2,9,25,31,27,38,51,56),
5256 (2,9,26,31,28,39,52,57),
5257 (2,9,27,32,28,39,54,59),
5258 (2,9,28,32,29,40,55,60),
5259 (2,9,29,32,29,41,57,62),
5260 (2,9,30,33,30,42,58,63),
5261 (2,9,31,33,30,42,60,65),
5262 (2,9,32,34,31,43,61,66),
5263 (2,9,33,34,31,44,63,68),
5264 (2,9,34,35,32,45,64,69),
5265 (2,9,35,35,32,45,66,71),
5266 (2,9,36,36,33,46,68,72),
5267 (2,9,37,36,34,47,69,74),
5268 (2,9,38,36,34,48,71,76),
5269 (2,9,39,37,35,49,72,77),
5270 (2,9,40,37,35,50,74,79),
5271 (2,9,41,38,36,50,76,80),
5272 (2,9,42,38,36,51,77,82),
5273 (2,9,43,39,37,52,79,84),
5274 (2,9,44,39,38,53,81,85),
5275 (2,9,45,40,38,54,83,87),
5276 (2,9,46,40,39,55,84,89),
5277 (2,9,47,41,39,56,86,91),
5278 (2,9,48,41,40,56,88,92),
5279 (2,9,49,42,41,57,90,94),
5280 (2,9,50,42,41,58,91,96),
5281 (2,9,51,43,42,59,93,98),
5282 (2,9,52,43,43,60,95,99),
5283 (2,9,53,44,43,61,97,101),
5284 (2,9,54,45,44,62,99,103),
5285 (2,9,55,45,45,63,101,105),
5286 (2,9,56,46,45,64,102,107),
5287 (2,9,57,46,46,65,104,109),
5288 (2,9,58,47,47,66,106,110),
5289 (2,9,59,47,47,67,108,112),
5290 (2,9,60,48,48,68,110,114),
5291 (2,9,61,48,49,69,112,116),
5292 (2,9,62,49,49,70,114,118),
5293 (2,9,63,50,50,71,116,120),
5294 (2,9,64,50,51,72,118,122),
5295 (2,9,65,51,51,73,120,124),
5296 (2,9,66,52,52,74,122,126),
5297 (2,9,67,52,53,75,124,128),
5298 (2,9,68,53,54,76,126,130),
5299 (2,9,69,53,54,77,128,132),
5300 (2,9,70,54,55,78,130,134),
5301 (2,9,71,55,56,88,134,145),
5302 (2,9,72,56,56,89,135,147),
5303 (2,9,73,57,57,90,137,150),
5304 (2,9,74,57,58,91,142,153),
5305 (2,9,75,58,59,93,142,155),
5306 (2,9,76,59,60,94,145,158),
5307 (2,9,77,60,61,95,148,161),
5308 (2,9,78,60,62,97,150,164),
5309 (2,9,79,61,63,98,153,167),
5310 (2,9,80,62,64,99,156,169),
5311 (3,1,1,25,16,25,19,19),
5312 (3,1,2,26,17,26,19,19),
5313 (3,1,3,28,18,27,19,20),
5314 (3,1,4,29,18,28,19,20),
5315 (3,1,5,30,19,30,19,20),
5316 (3,1,6,31,20,31,19,20),
5317 (3,1,7,33,21,32,20,21),
5318 (3,1,8,34,22,33,20,21),
5319 (3,1,9,36,23,35,20,21),
5320 (3,1,10,37,23,36,20,22),
5321 (3,1,11,38,24,37,20,22),
5322 (3,1,12,40,25,38,20,22),
5323 (3,1,13,41,26,40,20,23),
5324 (3,1,14,43,27,41,20,23),
5325 (3,1,15,44,28,42,20,23),
5326 (3,1,16,46,29,44,21,24),
5327 (3,1,17,47,30,45,21,24),
5328 (3,1,18,49,31,46,21,24),
5329 (3,1,19,50,32,48,21,25),
5330 (3,1,20,52,33,49,21,25),
5331 (3,1,21,53,34,51,21,26),
5332 (3,1,22,55,34,52,21,26),
5333 (3,1,23,56,35,53,21,26),
5334 (3,1,24,58,36,55,22,27),
5335 (3,1,25,59,37,56,22,27),
5336 (3,1,26,61,38,58,22,27),
5337 (3,1,27,63,39,59,22,28),
5338 (3,1,28,64,41,61,22,28),
5339 (3,1,29,66,42,62,22,29),
5340 (3,1,30,68,43,64,23,29),
5341 (3,1,31,69,44,65,23,30),
5342 (3,1,32,71,45,67,23,30),
5343 (3,1,33,73,46,68,23,30),
5344 (3,1,34,75,47,70,23,31),
5345 (3,1,35,76,48,72,24,31),
5346 (3,1,36,78,49,73,24,32),
5347 (3,1,37,80,50,75,24,32),
5348 (3,1,38,82,51,76,24,33),
5349 (3,1,39,84,52,78,24,33),
5350 (3,1,40,85,54,80,24,34),
5351 (3,1,41,87,55,81,25,34),
5352 (3,1,42,89,56,83,25,35),
5353 (3,1,43,91,57,85,25,35),
5354 (3,1,44,93,58,87,25,36),
5355 (3,1,45,95,59,88,26,36),
5356 (3,1,46,97,61,90,26,37),
5357 (3,1,47,99,62,92,26,37),
5358 (3,1,48,101,63,94,26,38),
5359 (3,1,49,102,64,95,26,38),
5360 (3,1,50,104,65,97,27,39),
5361 (3,1,51,106,67,99,27,39),
5362 (3,1,52,108,68,101,27,40),
5363 (3,1,53,110,69,103,27,40),
5364 (3,1,54,112,70,104,28,41),
5365 (3,1,55,115,72,106,28,41),
5366 (3,1,56,117,73,108,28,42),
5367 (3,1,57,119,74,110,28,42),
5368 (3,1,58,121,76,112,29,43),
5369 (3,1,59,123,77,114,29,43),
5370 (3,1,60,125,78,116,29,44),
5371 (3,1,61,127,80,118,29,45),
5372 (3,1,62,129,81,120,30,45),
5373 (3,1,63,131,82,122,30,46),
5374 (3,1,64,134,84,124,30,46),
5375 (3,1,65,136,85,126,31,47),
5376 (3,1,66,138,86,128,31,48),
5377 (3,1,67,140,88,130,31,48),
5378 (3,1,68,142,89,132,31,49),
5379 (3,1,69,145,91,134,32,49),
5380 (3,1,70,147,92,136,32,50),
5381 (3,1,71,150,93,138,32,51),
5382 (3,1,72,152,95,141,32,52),
5383 (3,1,73,164,97,151,32,53),
5384 (3,1,74,164,98,151,33,53),
5385 (3,1,75,170,100,156,33,54),
5386 (3,1,76,173,102,160,33,55),
5387 (3,1,77,173,104,160,34,56),
5388 (3,1,78,176,105,162,34,56),
5389 (3,1,79,183,107,168,34,57),
5390 (3,1,80,186,109,171,35,58),
5391 (3,2,1,24,16,25,19,20),
5392 (3,2,2,25,17,26,20,21),
5393 (3,2,3,26,17,27,20,21),
5394 (3,2,4,27,18,28,21,22),
5395 (3,2,5,28,18,29,22,23),
5396 (3,2,6,29,19,30,22,24),
5397 (3,2,7,31,20,31,23,24),
5398 (3,2,8,32,20,32,24,25),
5399 (3,2,9,33,21,33,24,26),
5400 (3,2,10,34,21,34,25,26),
5401 (3,2,11,35,22,36,26,27),
5402 (3,2,12,36,23,37,26,28),
5403 (3,2,13,38,23,38,27,29),
5404 (3,2,14,39,24,39,28,30),
5405 (3,2,15,40,25,40,29,30),
5406 (3,2,16,41,25,41,29,31),
5407 (3,2,17,43,26,43,30,32),
5408 (3,2,18,44,27,44,31,33),
5409 (3,2,19,45,28,45,32,34),
5410 (3,2,20,47,28,46,32,35),
5411 (3,2,21,48,29,47,33,35),
5412 (3,2,22,49,30,49,34,36),
5413 (3,2,23,51,30,50,35,37),
5414 (3,2,24,52,31,51,36,38),
5415 (3,2,25,53,32,52,36,39),
5416 (3,2,26,55,33,54,37,40),
5417 (3,2,27,56,33,55,38,41),
5418 (3,2,28,57,34,56,39,42),
5419 (3,2,29,59,35,58,40,43),
5420 (3,2,30,60,36,59,41,43),
5421 (3,2,31,62,37,60,42,44),
5422 (3,2,32,63,37,62,42,45),
5423 (3,2,33,65,38,63,43,46),
5424 (3,2,34,66,39,65,44,47),
5425 (3,2,35,68,40,66,45,48),
5426 (3,2,36,69,41,67,46,49),
5427 (3,2,37,71,41,69,47,50),
5428 (3,2,38,72,42,70,48,51),
5429 (3,2,39,74,43,72,49,52),
5430 (3,2,40,75,44,73,50,53),
5431 (3,2,41,77,45,75,51,54),
5432 (3,2,42,78,46,76,52,55),
5433 (3,2,43,80,47,78,53,56),
5434 (3,2,44,82,47,79,54,57),
5435 (3,2,45,83,48,81,55,59),
5436 (3,2,46,85,49,82,56,60),
5437 (3,2,47,87,50,84,57,61),
5438 (3,2,48,88,51,85,58,62),
5439 (3,2,49,90,52,87,59,63),
5440 (3,2,50,92,53,89,60,64),
5441 (3,2,51,93,54,90,61,65),
5442 (3,2,52,95,55,92,62,66),
5443 (3,2,53,97,56,93,63,67),
5444 (3,2,54,98,57,95,64,69),
5445 (3,2,55,100,58,97,65,70),
5446 (3,2,56,102,59,98,66,71),
5447 (3,2,57,104,60,100,67,72),
5448 (3,2,58,106,61,102,68,73),
5449 (3,2,59,107,62,103,69,74),
5450 (3,2,60,109,63,105,70,76),
5451 (3,2,61,111,64,107,72,77),
5452 (3,2,62,113,65,109,73,78),
5453 (3,2,63,115,66,110,74,79),
5454 (3,2,64,117,67,112,75,80),
5455 (3,2,65,118,68,114,76,82),
5456 (3,2,66,120,69,116,77,83),
5457 (3,2,67,122,70,118,78,84),
5458 (3,2,68,124,71,119,80,85),
5459 (3,2,69,126,72,121,81,87),
5460 (3,2,70,128,73,123,82,88),
5461 (3,2,71,150,74,125,83,89),
5462 (3,2,72,152,75,128,85,91),
5463 (3,2,73,156,76,130,86,93),
5464 (3,2,74,158,78,132,88,94),
5465 (3,2,75,161,79,134,89,96),
5466 (3,2,76,164,80,137,91,97),
5467 (3,2,77,166,82,139,92,99),
5468 (3,2,78,170,83,141,94,101),
5469 (3,2,79,172,84,144,95,102),
5470 (3,2,80,175,86,146,97,104),
5471 (3,3,1,22,19,24,19,20),
5472 (3,3,2,22,20,25,20,21),
5473 (3,3,3,23,22,26,20,21),
5474 (3,3,4,23,23,27,21,22),
5475 (3,3,5,24,25,28,21,23),
5476 (3,3,6,24,26,29,22,23),
5477 (3,3,7,25,27,29,23,24),
5478 (3,3,8,25,29,30,23,25),
5479 (3,3,9,25,30,31,24,25),
5480 (3,3,10,26,32,32,24,26),
5481 (3,3,11,26,33,33,25,27),
5482 (3,3,12,27,35,34,26,27),
5483 (3,3,13,27,36,35,26,28),
5484 (3,3,14,28,38,36,27,29),
5485 (3,3,15,28,39,37,28,29),
5486 (3,3,16,29,41,38,28,30),
5487 (3,3,17,29,42,39,29,31),
5488 (3,3,18,30,44,41,30,32),
5489 (3,3,19,30,46,42,30,32),
5490 (3,3,20,31,47,43,31,33),
5491 (3,3,21,32,49,44,32,34),
5492 (3,3,22,32,51,45,33,35),
5493 (3,3,23,33,52,46,33,36),
5494 (3,3,24,33,54,47,34,36),
5495 (3,3,25,34,56,48,35,37),
5496 (3,3,26,34,57,49,35,38),
5497 (3,3,27,35,59,51,36,39),
5498 (3,3,28,35,61,52,37,40),
5499 (3,3,29,36,63,53,38,40),
5500 (3,3,30,37,64,54,39,41),
5501 (3,3,31,37,66,55,39,42),
5502 (3,3,32,38,68,57,40,43),
5503 (3,3,33,38,70,58,41,44),
5504 (3,3,34,39,71,59,42,45),
5505 (3,3,35,40,73,60,43,46),
5506 (3,3,36,40,75,62,43,47),
5507 (3,3,37,41,77,63,44,47),
5508 (3,3,38,42,79,64,45,48),
5509 (3,3,39,42,81,65,46,49),
5510 (3,3,40,43,83,67,47,50),
5511 (3,3,41,44,85,68,48,51),
5512 (3,3,42,44,87,69,49,52),
5513 (3,3,43,45,89,71,49,53),
5514 (3,3,44,46,91,72,50,54),
5515 (3,3,45,46,93,73,51,55),
5516 (3,3,46,47,95,75,52,56),
5517 (3,3,47,48,97,76,53,57),
5518 (3,3,48,49,99,78,54,58),
5519 (3,3,49,49,101,79,55,59),
5520 (3,3,50,50,103,80,56,60),
5521 (3,3,51,51,105,82,57,61),
5522 (3,3,52,51,107,83,58,62),
5523 (3,3,53,52,109,85,59,63),
5524 (3,3,54,53,111,86,60,64),
5525 (3,3,55,54,113,88,61,65),
5526 (3,3,56,55,115,89,62,66),
5527 (3,3,57,55,118,91,62,67),
5528 (3,3,58,56,120,92,63,68),
5529 (3,3,59,57,122,94,64,70),
5530 (3,3,60,58,124,95,65,71),
5531 (3,3,61,58,126,97,67,72),
5532 (3,3,62,59,129,98,68,73),
5533 (3,3,63,60,131,100,69,74),
5534 (3,3,64,61,133,101,70,75),
5535 (3,3,65,62,135,103,71,76),
5536 (3,3,66,63,138,105,72,77),
5537 (3,3,67,63,140,106,73,78),
5538 (3,3,68,64,142,108,74,80),
5539 (3,3,69,65,145,109,75,81),
5540 (3,3,70,66,147,111,76,82),
5541 (3,3,71,67,150,113,77,83),
5542 (3,3,72,68,153,115,78,84),
5543 (3,3,73,69,156,117,79,86),
5544 (3,3,74,70,159,119,81,87),
5545 (3,3,75,71,162,121,82,89),
5546 (3,3,76,72,165,123,83,90),
5547 (3,3,77,73,168,125,85,92),
5548 (3,3,78,74,171,127,86,93),
5549 (3,3,79,75,174,129,87,95),
5550 (3,3,80,76,177,131,89,96),
5551 (3,4,1,23,19,24,19,19),
5552 (3,4,2,24,20,25,19,19),
5553 (3,4,3,24,22,25,19,20),
5554 (3,4,4,25,23,26,19,20),
5555 (3,4,5,26,25,27,20,20),
5556 (3,4,6,27,26,27,20,21),
5557 (3,4,7,28,28,28,20,21),
5558 (3,4,8,28,29,29,20,22),
5559 (3,4,9,29,31,30,20,22),
5560 (3,4,10,30,32,30,20,22),
5561 (3,4,11,31,34,31,21,23),
5562 (3,4,12,32,36,32,21,23),
5563 (3,4,13,33,37,33,21,24),
5564 (3,4,14,33,39,33,21,24),
5565 (3,4,15,34,40,34,21,25),
5566 (3,4,16,35,42,35,22,25),
5567 (3,4,17,36,44,36,22,25),
5568 (3,4,18,37,45,37,22,26),
5569 (3,4,19,38,47,38,22,26),
5570 (3,4,20,39,49,38,22,27),
5571 (3,4,21,40,51,39,23,27),
5572 (3,4,22,41,52,40,23,28),
5573 (3,4,23,42,54,41,23,28),
5574 (3,4,24,43,56,42,23,29),
5575 (3,4,25,44,58,43,24,29),
5576 (3,4,26,44,59,44,24,30),
5577 (3,4,27,45,61,44,24,30),
5578 (3,4,28,46,63,45,24,31),
5579 (3,4,29,47,65,46,25,31),
5580 (3,4,30,48,67,47,25,32),
5581 (3,4,31,49,69,48,25,32),
5582 (3,4,32,51,71,49,25,33),
5583 (3,4,33,52,72,50,26,33),
5584 (3,4,34,53,74,51,26,34),
5585 (3,4,35,54,76,52,26,34),
5586 (3,4,36,55,78,53,26,35),
5587 (3,4,37,56,80,54,27,35),
5588 (3,4,38,57,82,55,27,36),
5589 (3,4,39,58,84,56,27,37),
5590 (3,4,40,59,86,57,28,37),
5591 (3,4,41,60,88,58,28,38),
5592 (3,4,42,61,90,59,28,38),
5593 (3,4,43,63,92,60,28,39),
5594 (3,4,44,64,95,61,29,39),
5595 (3,4,45,65,97,62,29,40),
5596 (3,4,46,66,99,63,29,41),
5597 (3,4,47,67,101,64,30,41),
5598 (3,4,48,68,103,66,30,42),
5599 (3,4,49,70,105,67,30,43),
5600 (3,4,50,71,107,68,31,43),
5601 (3,4,51,72,110,69,31,44),
5602 (3,4,52,73,112,70,31,44),
5603 (3,4,53,74,114,71,32,45),
5604 (3,4,54,76,116,72,32,46),
5605 (3,4,55,77,118,73,32,46),
5606 (3,4,56,78,121,75,33,47),
5607 (3,4,57,80,123,76,33,48),
5608 (3,4,58,81,125,77,33,48),
5609 (3,4,59,82,128,78,34,49),
5610 (3,4,60,83,130,79,34,50),
5611 (3,4,61,85,132,81,34,51),
5612 (3,4,62,86,135,82,35,51),
5613 (3,4,63,87,137,83,35,52),
5614 (3,4,64,89,139,84,36,53),
5615 (3,4,65,90,142,86,36,53),
5616 (3,4,66,91,144,87,36,54),
5617 (3,4,67,93,147,88,37,55),
5618 (3,4,68,94,149,89,37,56),
5619 (3,4,69,96,152,91,38,56),
5620 (3,4,70,97,154,92,38,57),
5621 (3,4,71,99,157,93,38,58),
5622 (3,4,72,101,160,96,39,58),
5623 (3,4,73,102,163,97,39,59),
5624 (3,4,74,104,166,98,40,60),
5625 (3,4,75,106,169,100,40,61),
5626 (3,4,76,107,172,101,40,62),
5627 (3,4,77,109,175,103,41,63),
5628 (3,4,78,111,179,105,41,64),
5629 (3,4,79,113,182,106,42,65),
5630 (3,4,80,115,185,108,42,66),
5631 (3,5,1,22,16,23,21,22),
5632 (3,5,2,22,16,23,22,23),
5633 (3,5,3,22,16,24,24,25),
5634 (3,5,4,22,17,24,25,26),
5635 (3,5,5,23,17,24,26,27),
5636 (3,5,6,23,17,25,28,29),
5637 (3,5,7,23,17,25,29,30),
5638 (3,5,8,23,18,26,30,32),
5639 (3,5,9,23,18,26,32,33),
5640 (3,5,10,23,18,26,33,35),
5641 (3,5,11,24,18,27,35,36),
5642 (3,5,12,24,19,27,36,38),
5643 (3,5,13,24,19,28,37,39),
5644 (3,5,14,24,19,28,39,41),
5645 (3,5,15,24,19,28,40,42),
5646 (3,5,16,24,20,29,42,44),
5647 (3,5,17,25,20,29,43,45),
5648 (3,5,18,25,20,30,45,47),
5649 (3,5,19,25,21,30,46,49),
5650 (3,5,20,25,21,31,48,50),
5651 (3,5,21,25,21,31,50,52),
5652 (3,5,22,26,22,31,51,53),
5653 (3,5,23,26,22,32,53,55),
5654 (3,5,24,26,22,32,54,57),
5655 (3,5,25,26,22,33,56,58),
5656 (3,5,26,27,23,33,58,60),
5657 (3,5,27,27,23,34,59,62),
5658 (3,5,28,27,23,34,61,64),
5659 (3,5,29,27,24,35,63,65),
5660 (3,5,30,28,24,35,64,67),
5661 (3,5,31,28,24,36,66,69),
5662 (3,5,32,28,25,36,68,71),
5663 (3,5,33,28,25,37,70,72),
5664 (3,5,34,29,26,38,71,74),
5665 (3,5,35,29,26,38,73,76),
5666 (3,5,36,29,26,39,75,78),
5667 (3,5,37,29,27,39,77,80),
5668 (3,5,38,30,27,40,78,82),
5669 (3,5,39,30,27,40,80,84),
5670 (3,5,40,30,28,41,82,86),
5671 (3,5,41,31,28,41,84,88),
5672 (3,5,42,31,29,42,86,89),
5673 (3,5,43,31,29,43,88,91),
5674 (3,5,44,32,29,43,90,93),
5675 (3,5,45,32,30,44,92,95),
5676 (3,5,46,32,30,44,93,97),
5677 (3,5,47,32,30,45,95,99),
5678 (3,5,48,33,31,46,97,101),
5679 (3,5,49,33,31,46,99,103),
5680 (3,5,50,33,32,47,101,106),
5681 (3,5,51,34,32,48,103,108),
5682 (3,5,52,34,33,48,105,110),
5683 (3,5,53,35,33,49,107,112),
5684 (3,5,54,35,33,50,109,114),
5685 (3,5,55,35,34,50,111,116),
5686 (3,5,56,36,34,51,113,118),
5687 (3,5,57,36,35,52,116,120),
5688 (3,5,58,36,35,52,118,123),
5689 (3,5,59,37,36,53,120,125),
5690 (3,5,60,37,36,54,122,127),
5691 (3,5,61,37,37,54,124,129),
5692 (3,5,62,38,37,55,126,131),
5693 (3,5,63,38,38,56,128,134),
5694 (3,5,64,39,38,57,131,136),
5695 (3,5,65,39,39,57,133,138),
5696 (3,5,66,39,39,58,135,141),
5697 (3,5,67,40,40,59,137,143),
5698 (3,5,68,40,40,59,139,145),
5699 (3,5,69,41,40,60,142,148),
5700 (3,5,70,41,41,61,144,150),
5701 (3,5,71,41,42,62,147,153),
5702 (3,5,72,42,42,62,150,163),
5703 (3,5,73,42,43,63,153,166),
5704 (3,5,74,43,43,64,155,170),
5705 (3,5,75,43,44,65,158,173),
5706 (3,5,76,43,45,66,161,176),
5707 (3,5,77,44,45,67,164,179),
5708 (3,5,78,44,46,68,167,182),
5709 (3,5,79,45,46,69,170,184),
5710 (3,5,80,45,47,70,173,189),
5711 (3,6,1,25,16,25,19,19),
5712 (3,6,2,26,17,26,19,19),
5713 (3,6,3,28,18,27,19,20),
5714 (3,6,4,29,18,28,19,20),
5715 (3,6,5,30,19,30,19,20),
5716 (3,6,6,31,20,31,19,20),
5717 (3,6,7,33,21,32,20,21),
5718 (3,6,8,34,22,33,20,21),
5719 (3,6,9,36,23,35,20,21),
5720 (3,6,10,37,23,36,20,22),
5721 (3,6,11,38,24,37,20,22),
5722 (3,6,12,40,25,38,20,22),
5723 (3,6,13,41,26,40,20,23),
5724 (3,6,14,43,27,41,20,23),
5725 (3,6,15,44,28,42,20,23),
5726 (3,6,16,46,29,44,21,24),
5727 (3,6,17,47,30,45,21,24),
5728 (3,6,18,49,31,46,21,24),
5729 (3,6,19,50,32,48,21,25),
5730 (3,6,20,52,33,49,21,25),
5731 (3,6,21,53,34,51,21,26),
5732 (3,6,22,55,34,52,21,26),
5733 (3,6,23,56,35,53,21,26),
5734 (3,6,24,58,36,55,22,27),
5735 (3,6,25,59,37,56,22,27),
5736 (3,6,26,61,38,58,22,27),
5737 (3,6,27,63,39,59,22,28),
5738 (3,6,28,64,41,61,22,28),
5739 (3,6,29,66,42,62,22,29),
5740 (3,6,30,68,43,64,23,29),
5741 (3,6,31,69,44,65,23,30),
5742 (3,6,32,71,45,67,23,30),
5743 (3,6,33,73,46,68,23,30),
5744 (3,6,34,75,47,70,23,31),
5745 (3,6,35,76,48,72,24,31),
5746 (3,6,36,78,49,73,24,32),
5747 (3,6,37,80,50,75,24,32),
5748 (3,6,38,82,51,76,24,33),
5749 (3,6,39,84,52,78,24,33),
5750 (3,6,40,85,54,80,24,34),
5751 (3,6,41,87,55,81,25,34),
5752 (3,6,42,89,56,83,25,35),
5753 (3,6,43,91,57,85,25,35),
5754 (3,6,44,93,58,87,25,36),
5755 (3,6,45,95,59,88,26,36),
5756 (3,6,46,97,61,90,26,37),
5757 (3,6,47,99,62,92,26,37),
5758 (3,6,48,101,63,94,26,38),
5759 (3,6,49,102,64,95,26,38),
5760 (3,6,50,104,65,97,27,39),
5761 (3,6,51,106,67,99,27,39),
5762 (3,6,52,108,68,99,27,40),
5763 (3,6,53,109,68,101,27,40),
5764 (3,6,54,110,69,101,28,41),
5765 (3,6,55,110,69,102,28,41),
5766 (3,6,56,113,71,105,28,42),
5767 (3,6,57,118,72,107,28,42),
5768 (3,6,58,120,73,109,29,43),
5769 (3,6,59,123,75,111,29,43),
5770 (3,6,60,125,76,113,29,44),
5771 (3,6,61,126,77,115,29,45),
5772 (3,6,62,127,79,117,29,45),
5773 (3,6,63,129,80,120,30,46),
5774 (3,6,64,132,82,122,30,46),
5775 (3,6,65,135,83,124,30,47),
5776 (3,6,66,137,85,127,30,48),
5777 (3,6,67,144,86,129,31,48),
5778 (3,6,68,146,88,131,31,49),
5779 (3,6,69,149,89,133,31,50),
5780 (3,6,70,152,91,136,31,50),
5781 (3,6,71,154,93,139,32,51),
5782 (3,6,72,157,94,141,32,52),
5783 (3,6,73,160,96,144,32,53),
5784 (3,6,74,163,98,146,32,53),
5785 (3,6,75,166,99,150,33,54),
5786 (3,6,76,169,101,152,33,55),
5787 (3,6,77,172,103,155,33,56),
5788 (3,6,78,176,104,157,33,56),
5789 (3,6,79,179,106,160,34,57),
5790 (3,6,80,182,108,163,34,58),
5791 (4,1,1,20,25,21,20,20),
5792 (4,1,2,21,26,22,20,20),
5793 (4,1,3,23,27,23,20,21),
5794 (4,1,4,24,27,25,20,21),
5795 (4,1,5,25,28,26,20,21),
5796 (4,1,6,27,29,27,20,21),
5797 (4,1,7,28,30,28,21,22),
5798 (4,1,8,29,31,29,21,22),
5799 (4,1,9,31,31,31,21,22),
5800 (4,1,10,32,32,32,21,23),
5801 (4,1,11,33,33,33,21,23),
5802 (4,1,12,35,34,34,21,23),
5803 (4,1,13,36,35,36,21,24),
5804 (4,1,14,38,36,37,21,24),
5805 (4,1,15,39,37,38,21,24),
5806 (4,1,16,41,37,40,21,25),
5807 (4,1,17,42,38,41,22,25),
5808 (4,1,18,44,39,43,22,25),
5809 (4,1,19,45,40,44,22,26),
5810 (4,1,20,47,41,45,22,26),
5811 (4,1,21,48,42,47,22,26),
5812 (4,1,22,50,43,48,22,27),
5813 (4,1,23,52,44,50,22,27),
5814 (4,1,24,53,45,51,23,28),
5815 (4,1,25,55,46,52,23,28),
5816 (4,1,26,56,47,54,23,28),
5817 (4,1,27,58,48,55,23,29),
5818 (4,1,28,60,49,57,23,29),
5819 (4,1,29,61,50,58,23,30),
5820 (4,1,30,63,51,60,24,30),
5821 (4,1,31,65,52,62,24,30),
5822 (4,1,32,66,53,63,24,31),
5823 (4,1,33,68,54,65,24,31),
5824 (4,1,34,70,55,66,24,32),
5825 (4,1,35,72,56,68,24,32),
5826 (4,1,36,73,58,69,25,33),
5827 (4,1,37,75,59,71,25,33),
5828 (4,1,38,77,60,73,25,34),
5829 (4,1,39,79,61,74,25,34),
5830 (4,1,40,81,62,76,25,35),
5831 (4,1,41,82,63,78,26,35),
5832 (4,1,42,84,64,79,26,35),
5833 (4,1,43,86,66,81,26,36),
5834 (4,1,44,88,67,83,26,36),
5835 (4,1,45,90,68,85,26,37),
5836 (4,1,46,92,69,86,27,37),
5837 (4,1,47,94,70,88,27,38),
5838 (4,1,48,96,72,90,27,38),
5839 (4,1,49,98,73,92,27,39),
5840 (4,1,50,100,74,93,28,40),
5841 (4,1,51,102,75,95,28,40),
5842 (4,1,52,104,77,97,28,41),
5843 (4,1,53,106,78,99,28,41),
5844 (4,1,54,108,79,101,29,42),
5845 (4,1,55,110,80,103,29,42),
5846 (4,1,56,112,82,104,29,43),
5847 (4,1,57,114,83,106,29,43),
5848 (4,1,58,116,84,108,30,44),
5849 (4,1,59,118,86,110,30,44),
5850 (4,1,60,120,87,112,30,45),
5851 (4,1,61,122,88,114,30,46),
5852 (4,1,62,124,90,116,31,46),
5853 (4,1,63,127,91,118,31,47),
5854 (4,1,64,129,92,120,31,47),
5855 (4,1,65,131,94,122,32,48),
5856 (4,1,66,133,95,124,32,49),
5857 (4,1,67,135,97,126,32,49),
5858 (4,1,68,138,98,128,32,50),
5859 (4,1,69,140,100,130,33,50),
5860 (4,1,70,142,101,132,33,51),
5861 (4,1,71,145,102,134,33,52),
5862 (4,1,72,147,104,137,33,53),
5863 (4,1,73,150,106,139,33,54),
5864 (4,1,74,153,107,142,34,54),
5865 (4,1,75,156,109,144,34,55),
5866 (4,1,76,159,111,148,34,56),
5867 (4,1,77,162,113,150,35,57),
5868 (4,1,78,165,114,152,35,57),
5869 (4,1,79,178,116,164,35,58),
5870 (4,1,80,181,118,167,36,59),
5871 (4,3,1,17,28,20,20,21),
5872 (4,3,2,17,29,21,21,22),
5873 (4,3,3,18,31,22,21,22),
5874 (4,3,4,18,32,23,22,23),
5875 (4,3,5,19,33,24,22,24),
5876 (4,3,6,19,35,25,23,24),
5877 (4,3,7,20,36,26,24,25),
5878 (4,3,8,20,38,27,24,25),
5879 (4,3,9,21,39,27,25,26),
5880 (4,3,10,21,40,28,25,27),
5881 (4,3,11,22,42,29,26,28),
5882 (4,3,12,22,43,30,27,28),
5883 (4,3,13,23,45,31,27,29),
5884 (4,3,14,23,46,32,28,30),
5885 (4,3,15,24,48,34,29,30),
5886 (4,3,16,24,50,35,29,31),
5887 (4,3,17,25,51,36,30,32),
5888 (4,3,18,25,53,37,31,33),
5889 (4,3,19,26,54,38,31,33),
5890 (4,3,20,26,56,39,32,34),
5891 (4,3,21,27,57,40,33,35),
5892 (4,3,22,27,59,41,33,36),
5893 (4,3,23,28,61,42,34,36),
5894 (4,3,24,28,62,43,35,37),
5895 (4,3,25,29,64,44,36,38),
5896 (4,3,26,30,66,46,36,39),
5897 (4,3,27,30,68,47,37,40),
5898 (4,3,28,31,69,48,38,41),
5899 (4,3,29,31,71,49,39,41),
5900 (4,3,30,32,73,50,39,42),
5901 (4,3,31,33,75,52,40,43),
5902 (4,3,32,33,76,53,41,44),
5903 (4,3,33,34,78,54,42,45),
5904 (4,3,34,34,80,55,43,46),
5905 (4,3,35,35,82,57,44,47),
5906 (4,3,36,36,84,58,44,48),
5907 (4,3,37,36,86,59,45,48),
5908 (4,3,38,37,87,60,46,49),
5909 (4,3,39,38,89,62,47,50),
5910 (4,3,40,38,91,63,48,51),
5911 (4,3,41,39,93,64,49,52),
5912 (4,3,42,40,95,66,49,53),
5913 (4,3,43,40,97,67,50,54),
5914 (4,3,44,41,99,68,51,55),
5915 (4,3,45,42,101,70,52,56),
5916 (4,3,46,42,103,71,53,57),
5917 (4,3,47,43,105,72,54,58),
5918 (4,3,48,44,107,74,55,59),
5919 (4,3,49,45,109,75,56,60),
5920 (4,3,50,45,111,77,57,61),
5921 (4,3,51,46,113,78,58,62),
5922 (4,3,52,47,115,79,59,63),
5923 (4,3,53,47,118,81,60,64),
5924 (4,3,54,48,120,82,61,65),
5925 (4,3,55,49,122,84,61,66),
5926 (4,3,56,50,124,85,62,67),
5927 (4,3,57,50,126,87,63,68),
5928 (4,3,58,51,128,88,64,69),
5929 (4,3,59,52,131,90,65,70),
5930 (4,3,60,53,133,91,66,72),
5931 (4,3,61,54,135,93,67,73),
5932 (4,3,62,54,137,94,69,74),
5933 (4,3,63,55,140,96,70,75),
5934 (4,3,64,56,142,97,71,76),
5935 (4,3,65,57,144,99,72,77),
5936 (4,3,66,58,147,101,73,78),
5937 (4,3,67,58,149,102,74,79),
5938 (4,3,68,59,151,104,75,81),
5939 (4,3,69,60,154,105,76,82),
5940 (4,3,70,61,156,107,77,83),
5941 (4,3,71,62,159,109,78,84),
5942 (4,3,72,63,162,111,79,85),
5943 (4,3,73,64,165,113,80,87),
5944 (4,3,74,65,168,115,82,88),
5945 (4,3,75,66,171,117,83,90),
5946 (4,3,76,67,174,119,84,91),
5947 (4,3,77,68,177,121,86,93),
5948 (4,3,78,69,180,123,87,94),
5949 (4,3,79,70,190,125,91,96),
5950 (4,3,80,71,193,127,93,97),
5951 (4,4,1,18,28,20,20,20),
5952 (4,4,2,19,29,21,20,20),
5953 (4,4,3,20,31,21,20,21),
5954 (4,4,4,20,32,22,20,21),
5955 (4,4,5,21,34,23,21,21),
5956 (4,4,6,22,35,24,21,22),
5957 (4,4,7,23,37,24,21,22),
5958 (4,4,8,24,38,25,21,23),
5959 (4,4,9,24,40,26,21,23),
5960 (4,4,10,25,41,26,21,23),
5961 (4,4,11,26,43,27,22,24),
5962 (4,4,12,27,44,28,22,24),
5963 (4,4,13,28,46,29,22,25),
5964 (4,4,14,29,48,30,22,25),
5965 (4,4,15,29,49,30,22,25),
5966 (4,4,16,30,51,31,23,26),
5967 (4,4,17,31,52,32,23,26),
5968 (4,4,18,32,54,33,23,27),
5969 (4,4,19,33,56,34,23,27),
5970 (4,4,20,34,57,35,23,28),
5971 (4,4,21,35,59,35,24,28),
5972 (4,4,22,36,61,36,24,29),
5973 (4,4,23,37,63,37,24,29),
5974 (4,4,24,38,64,38,24,30),
5975 (4,4,25,39,66,39,25,30),
5976 (4,4,26,40,68,40,25,31),
5977 (4,4,27,41,70,41,25,31),
5978 (4,4,28,42,72,42,25,32),
5979 (4,4,29,43,73,43,25,32),
5980 (4,4,30,44,75,43,26,33),
5981 (4,4,31,45,77,44,26,33),
5982 (4,4,32,46,79,45,26,34),
5983 (4,4,33,47,81,46,27,34),
5984 (4,4,34,48,83,47,27,35),
5985 (4,4,35,49,85,48,27,35),
5986 (4,4,36,50,87,49,27,36),
5987 (4,4,37,51,89,50,28,36),
5988 (4,4,38,52,91,51,28,37),
5989 (4,4,39,53,93,52,28,38),
5990 (4,4,40,54,95,53,28,38),
5991 (4,4,41,56,97,54,29,39),
5992 (4,4,42,57,99,55,29,39),
5993 (4,4,43,58,101,56,29,40),
5994 (4,4,44,59,103,57,30,40),
5995 (4,4,45,60,105,59,30,41),
5996 (4,4,46,61,107,60,30,42),
5997 (4,4,47,62,109,61,31,42),
5998 (4,4,48,64,112,62,31,43),
5999 (4,4,49,65,114,63,31,44),
6000 (4,4,50,66,116,64,32,44),
6001 (4,4,51,67,118,65,32,45),
6002 (4,4,52,68,120,66,32,45),
6003 (4,4,53,70,123,67,33,46),
6004 (4,4,54,71,125,69,33,47),
6005 (4,4,55,72,127,70,33,47),
6006 (4,4,56,73,129,71,34,48),
6007 (4,4,57,75,132,72,34,49),
6008 (4,4,58,76,134,73,34,49),
6009 (4,4,59,77,136,74,35,50),
6010 (4,4,60,79,139,76,35,51),
6011 (4,4,61,80,141,77,35,51),
6012 (4,4,62,81,143,78,36,52),
6013 (4,4,63,82,146,79,36,53),
6014 (4,4,64,84,148,80,37,54),
6015 (4,4,65,85,151,82,37,54),
6016 (4,4,66,87,153,83,37,55),
6017 (4,4,67,88,156,84,38,56),
6018 (4,4,68,89,158,85,38,57),
6019 (4,4,69,91,160,87,39,57),
6020 (4,4,70,92,163,88,39,58),
6021 (4,4,71,94,166,90,39,59),
6022 (4,4,72,96,169,91,40,59),
6023 (4,4,73,97,172,93,40,60),
6024 (4,4,74,99,175,94,41,61),
6025 (4,4,75,101,178,96,41,62),
6026 (4,4,76,102,181,97,41,63),
6027 (4,4,77,104,184,99,42,64),
6028 (4,4,78,106,188,101,42,65),
6029 (4,4,79,108,191,102,43,66),
6030 (4,4,80,110,194,104,43,67),
6031 (4,5,1,17,25,19,22,23),
6032 (4,5,2,17,25,19,23,24),
6033 (4,5,3,17,25,20,25,26),
6034 (4,5,4,17,26,20,26,27),
6035 (4,5,5,18,26,20,27,28),
6036 (4,5,6,18,26,21,29,30),
6037 (4,5,7,18,26,21,30,31),
6038 (4,5,8,18,26,22,31,33),
6039 (4,5,9,18,27,22,33,34),
6040 (4,5,10,19,27,22,34,36),
6041 (4,5,11,19,27,23,36,37),
6042 (4,5,12,19,27,23,37,39),
6043 (4,5,13,19,28,24,38,40),
6044 (4,5,14,19,28,24,40,42),
6045 (4,5,15,19,28,25,41,43),
6046 (4,5,16,20,28,25,43,45),
6047 (4,5,17,20,29,25,44,46),
6048 (4,5,18,20,29,26,46,48),
6049 (4,5,19,20,29,26,47,49),
6050 (4,5,20,21,30,27,49,51),
6051 (4,5,21,21,30,27,51,53),
6052 (4,5,22,21,30,28,52,54),
6053 (4,5,23,21,30,28,54,56),
6054 (4,5,24,21,31,29,55,58),
6055 (4,5,25,22,31,29,57,59),
6056 (4,5,26,22,31,30,59,61),
6057 (4,5,27,22,32,30,60,63),
6058 (4,5,28,22,32,31,62,65),
6059 (4,5,29,23,32,31,64,66),
6060 (4,5,30,23,33,32,65,68),
6061 (4,5,31,23,33,32,67,70),
6062 (4,5,32,23,33,33,69,72),
6063 (4,5,33,24,34,33,70,73),
6064 (4,5,34,24,34,34,72,75),
6065 (4,5,35,24,34,34,74,77),
6066 (4,5,36,24,35,35,76,79),
6067 (4,5,37,25,35,35,78,81),
6068 (4,5,38,25,35,36,79,83),
6069 (4,5,39,25,36,37,81,85),
6070 (4,5,40,26,36,37,83,87),
6071 (4,5,41,26,37,38,85,88),
6072 (4,5,42,26,37,38,87,90),
6073 (4,5,43,27,37,39,89,92),
6074 (4,5,44,27,38,39,91,94),
6075 (4,5,45,27,38,40,92,96),
6076 (4,5,46,27,39,41,94,98),
6077 (4,5,47,28,39,41,96,100),
6078 (4,5,48,28,39,42,98,102),
6079 (4,5,49,28,40,43,100,104),
6080 (4,5,50,29,40,43,102,106),
6081 (4,5,51,29,41,44,104,109),
6082 (4,5,52,29,41,44,106,111),
6083 (4,5,53,30,42,45,108,113),
6084 (4,5,54,30,42,46,110,115),
6085 (4,5,55,30,43,46,112,117),
6086 (4,5,56,31,43,47,114,119),
6087 (4,5,57,31,43,48,117,121),
6088 (4,5,58,31,44,48,119,124),
6089 (4,5,59,32,44,49,121,126),
6090 (4,5,60,32,45,50,123,128),
6091 (4,5,61,33,45,51,125,130),
6092 (4,5,62,33,46,51,127,132),
6093 (4,5,63,33,46,52,129,135),
6094 (4,5,64,34,47,53,132,137),
6095 (4,5,65,34,47,53,134,139),
6096 (4,5,66,34,48,54,136,142),
6097 (4,5,67,35,48,55,138,144),
6098 (4,5,68,35,49,56,140,146),
6099 (4,5,69,36,49,56,143,149),
6100 (4,5,70,36,50,57,145,151),
6101 (4,5,71,36,51,58,148,161),
6102 (4,5,72,37,51,58,151,164),
6103 (4,5,73,37,52,59,154,168),
6104 (4,5,74,38,52,60,156,171),
6105 (4,5,75,38,53,61,159,174),
6106 (4,5,76,38,54,62,162,177),
6107 (4,5,77,39,54,63,165,180),
6108 (4,5,78,39,55,64,168,183),
6109 (4,5,79,40,55,65,171,186),
6110 (4,5,80,40,56,66,200,191),
6111 (4,6,1,20,25,21,20,20),
6112 (4,6,2,21,26,22,20,20),
6113 (4,6,3,23,27,23,20,21),
6114 (4,6,4,24,27,25,20,21),
6115 (4,6,5,25,28,26,20,21),
6116 (4,6,6,27,29,27,20,21),
6117 (4,6,7,28,30,28,21,22),
6118 (4,6,8,29,31,29,21,22),
6119 (4,6,9,31,31,31,21,22),
6120 (4,6,10,32,32,32,21,23),
6121 (4,6,11,33,33,33,21,23),
6122 (4,6,12,35,34,34,21,23),
6123 (4,6,13,36,35,36,21,24),
6124 (4,6,14,38,36,37,21,24),
6125 (4,6,15,39,37,38,21,24),
6126 (4,6,16,41,37,40,21,25),
6127 (4,6,17,42,38,41,22,25),
6128 (4,6,18,44,39,43,22,25),
6129 (4,6,19,45,40,44,22,26),
6130 (4,6,20,47,41,45,22,26),
6131 (4,6,21,48,42,47,22,26),
6132 (4,6,22,50,43,48,22,27),
6133 (4,6,23,52,44,50,22,27),
6134 (4,6,24,53,45,51,23,28),
6135 (4,6,25,55,46,52,23,28),
6136 (4,6,26,56,47,54,23,28),
6137 (4,6,27,58,48,55,23,29),
6138 (4,6,28,60,49,57,23,29),
6139 (4,6,29,61,50,58,23,30),
6140 (4,6,30,63,51,60,24,30),
6141 (4,6,31,65,52,62,24,30),
6142 (4,6,32,66,53,63,24,31),
6143 (4,6,33,68,54,65,24,31),
6144 (4,6,34,70,55,66,24,32),
6145 (4,6,35,72,56,68,24,32),
6146 (4,6,36,73,58,69,25,33),
6147 (4,6,37,75,59,71,25,33),
6148 (4,6,38,77,60,73,25,34),
6149 (4,6,39,79,61,74,25,34),
6150 (4,6,40,81,62,76,25,35),
6151 (4,6,41,82,63,78,26,35),
6152 (4,6,42,84,64,79,26,35),
6153 (4,6,43,86,66,81,26,36),
6154 (4,6,44,88,67,83,26,36),
6155 (4,6,45,90,68,85,26,37),
6156 (4,6,46,92,69,86,27,37),
6157 (4,6,47,94,70,88,27,38),
6158 (4,6,48,96,72,90,27,38),
6159 (4,6,49,98,73,92,27,39),
6160 (4,6,50,100,74,93,28,40),
6161 (4,6,51,101,75,94,28,40),
6162 (4,6,52,102,76,95,28,41),
6163 (4,6,53,103,77,96,28,41),
6164 (4,6,54,104,77,97,29,42),
6165 (4,6,55,105,78,98,29,42),
6166 (4,6,56,108,80,101,29,43),
6167 (4,6,57,113,81,103,29,43),
6168 (4,6,58,115,82,105,30,44),
6169 (4,6,59,115,84,107,30,44),
6170 (4,6,60,120,85,109,30,45),
6171 (4,6,61,122,86,111,30,46),
6172 (4,6,62,122,88,113,30,46),
6173 (4,6,63,127,89,116,31,47),
6174 (4,6,64,127,91,118,31,47),
6175 (4,6,65,133,92,120,31,48),
6176 (4,6,66,135,94,123,31,49),
6177 (4,6,67,136,95,125,32,49),
6178 (4,6,68,137,97,127,32,50),
6179 (4,6,69,140,98,130,32,51),
6180 (4,6,70,147,100,132,32,51),
6181 (4,6,71,154,102,135,33,52),
6182 (4,6,72,156,103,137,33,53),
6183 (4,6,73,157,105,140,33,54),
6184 (4,6,74,158,107,142,33,54),
6185 (4,6,75,161,108,145,34,55),
6186 (4,6,76,164,110,148,34,56),
6187 (4,6,77,167,112,150,34,57),
6188 (4,6,78,170,113,153,34,57),
6189 (4,6,79,172,115,156,35,58),
6190 (4,6,80,177,117,159,35,59),
6191 (4,11,1,18,25,19,22,22),
6192 (4,11,2,19,25,20,23,23),
6193 (4,11,3,19,26,20,24,24),
6194 (4,11,4,20,26,21,25,26),
6195 (4,11,5,20,27,22,26,27),
6196 (4,11,6,21,27,22,27,28),
6197 (4,11,7,21,28,23,28,29),
6198 (4,11,8,22,28,24,29,30),
6199 (4,11,9,23,29,24,30,32),
6200 (4,11,10,23,29,25,32,33),
6201 (4,11,11,24,30,26,33,34),
6202 (4,11,12,24,31,26,34,35),
6203 (4,11,13,25,31,27,35,37),
6204 (4,11,14,26,32,28,36,38),
6205 (4,11,15,26,32,29,37,39),
6206 (4,11,16,27,33,29,38,41),
6207 (4,11,17,28,33,30,40,42),
6208 (4,11,18,28,34,31,41,43),
6209 (4,11,19,29,35,32,42,45),
6210 (4,11,20,30,35,32,43,46),
6211 (4,11,21,30,36,33,45,48),
6212 (4,11,22,31,36,34,46,49),
6213 (4,11,23,32,37,35,47,51),
6214 (4,11,24,32,38,36,48,52),
6215 (4,11,25,33,38,36,50,53),
6216 (4,11,26,34,39,37,51,55),
6217 (4,11,27,35,40,38,52,56),
6218 (4,11,28,35,40,39,54,58),
6219 (4,11,29,36,41,40,55,59),
6220 (4,11,30,37,42,41,56,61),
6221 (4,11,31,38,42,42,58,62),
6222 (4,11,32,38,43,42,59,64),
6223 (4,11,33,39,44,43,60,66),
6224 (4,11,34,40,44,44,62,67),
6225 (4,11,35,41,45,45,63,69),
6226 (4,11,36,42,46,46,65,70),
6227 (4,11,37,42,47,47,66,72),
6228 (4,11,38,43,47,48,67,74),
6229 (4,11,39,44,48,49,69,75),
6230 (4,11,40,45,49,50,70,77),
6231 (4,11,41,46,50,51,72,79),
6232 (4,11,42,46,50,52,73,80),
6233 (4,11,43,47,51,53,75,82),
6234 (4,11,44,48,52,54,76,84),
6235 (4,11,45,49,53,55,78,85),
6236 (4,11,46,50,54,56,79,87),
6237 (4,11,47,51,54,57,81,89),
6238 (4,11,48,52,55,58,83,91),
6239 (4,11,49,53,56,59,84,93),
6240 (4,11,50,53,57,60,86,94),
6241 (4,11,51,54,58,61,87,96),
6242 (4,11,52,55,59,62,89,98),
6243 (4,11,53,56,59,63,91,100),
6244 (4,11,54,57,60,64,92,102),
6245 (4,11,55,58,61,65,94,103),
6246 (4,11,56,59,62,66,95,105),
6247 (4,11,57,60,63,67,97,107),
6248 (4,11,58,61,64,68,99,109),
6249 (4,11,59,62,65,69,101,111),
6250 (4,11,60,63,66,70,102,113),
6251 (4,11,61,64,66,72,104,115),
6252 (4,11,62,65,67,73,106,117),
6253 (4,11,63,66,68,74,107,119),
6254 (4,11,64,67,69,75,109,121),
6255 (4,11,65,68,70,76,111,123),
6256 (4,11,66,69,71,77,113,125),
6257 (4,11,67,70,72,78,115,127),
6258 (4,11,68,71,73,80,116,129),
6259 (4,11,69,72,74,81,118,131),
6260 (4,11,70,73,75,82,120,133),
6261 (4,11,71,75,76,83,122,135),
6262 (4,11,72,76,78,85,125,138),
6263 (4,11,73,77,79,86,127,140),
6264 (4,11,74,78,80,88,131,143),
6265 (4,11,75,80,81,89,133,145),
6266 (4,11,76,81,82,91,134,148),
6267 (4,11,77,82,83,92,136,151),
6268 (4,11,78,84,85,94,138,153),
6269 (4,11,79,85,86,95,141,156),
6270 (4,11,80,86,87,97,143,159),
6271 (5,1,1,22,18,23,18,25),
6272 (5,1,2,23,19,24,18,25),
6273 (5,1,3,25,20,25,18,26),
6274 (5,1,4,26,20,26,18,26),
6275 (5,1,5,27,21,28,18,26),
6276 (5,1,6,29,22,29,18,26),
6277 (5,1,7,30,23,30,19,27),
6278 (5,1,8,31,24,31,19,27),
6279 (5,1,9,33,25,33,19,27),
6280 (5,1,10,34,25,34,19,28),
6281 (5,1,11,35,26,35,19,28),
6282 (5,1,12,37,27,36,19,28),
6283 (5,1,13,38,28,38,19,28),
6284 (5,1,14,40,29,39,19,29),
6285 (5,1,15,41,30,40,19,29),
6286 (5,1,16,43,31,42,20,29),
6287 (5,1,17,44,32,43,20,30),
6288 (5,1,18,46,33,44,20,30),
6289 (5,1,19,47,34,46,20,31),
6290 (5,1,20,49,34,47,20,31),
6291 (5,1,21,50,35,49,20,31),
6292 (5,1,22,52,36,50,20,32),
6293 (5,1,23,53,37,51,21,32),
6294 (5,1,24,55,38,53,21,32),
6295 (5,1,25,57,39,54,21,33),
6296 (5,1,26,58,40,56,21,33),
6297 (5,1,27,60,41,57,21,34),
6298 (5,1,28,62,42,59,21,34),
6299 (5,1,29,63,43,60,21,34),
6300 (5,1,30,65,44,62,22,35),
6301 (5,1,31,67,46,63,22,35),
6302 (5,1,32,68,47,65,22,36),
6303 (5,1,33,70,48,67,22,36),
6304 (5,1,34,72,49,68,22,36),
6305 (5,1,35,74,50,70,23,37),
6306 (5,1,36,75,51,71,23,37),
6307 (5,1,37,77,52,73,23,38),
6308 (5,1,38,79,53,75,23,38),
6309 (5,1,39,81,54,76,23,39),
6310 (5,1,40,83,55,78,24,39),
6311 (5,1,41,84,57,80,24,40),
6312 (5,1,42,86,58,81,24,40),
6313 (5,1,43,88,59,83,24,41),
6314 (5,1,44,90,60,85,24,41),
6315 (5,1,45,92,61,86,25,42),
6316 (5,1,46,94,62,88,25,42),
6317 (5,1,47,96,64,90,25,43),
6318 (5,1,48,98,65,92,25,43),
6319 (5,1,49,100,66,93,25,44),
6320 (5,1,50,102,67,95,26,44),
6321 (5,1,51,104,69,97,26,45),
6322 (5,1,52,106,70,99,26,45),
6323 (5,1,53,108,71,101,26,46),
6324 (5,1,54,110,72,103,27,46),
6325 (5,1,55,112,74,104,27,47),
6326 (5,1,56,114,75,106,27,48),
6327 (5,1,57,116,76,108,27,48),
6328 (5,1,58,118,78,110,28,49),
6329 (5,1,59,120,79,112,28,49),
6330 (5,1,60,122,80,114,28,50),
6331 (5,1,61,124,82,116,28,50),
6332 (5,1,62,126,83,118,29,51),
6333 (5,1,63,128,84,120,29,52),
6334 (5,1,64,131,86,122,29,52),
6335 (5,1,65,133,87,124,30,53),
6336 (5,1,66,135,88,126,30,53),
6337 (5,1,67,137,90,128,30,54),
6338 (5,1,68,139,91,130,30,55),
6339 (5,1,69,142,93,132,31,55),
6340 (5,1,70,144,94,134,31,56),
6341 (5,1,71,147,95,136,31,57),
6342 (5,1,72,150,97,139,31,58),
6343 (5,1,73,152,99,141,31,59),
6344 (5,1,74,155,100,144,32,59),
6345 (5,1,75,158,102,146,32,60),
6346 (5,1,76,163,104,149,32,61),
6347 (5,1,77,167,106,152,33,62),
6348 (5,1,78,167,107,154,33,62),
6349 (5,1,79,170,109,157,33,63),
6350 (5,1,80,173,111,160,34,64),
6351 (5,4,1,20,21,22,18,25),
6352 (5,4,2,21,22,23,18,25),
6353 (5,4,3,22,24,23,18,26),
6354 (5,4,4,22,25,24,18,26),
6355 (5,4,5,23,27,25,19,26),
6356 (5,4,6,24,28,25,19,27),
6357 (5,4,7,25,30,26,19,27),
6358 (5,4,8,25,31,27,19,27),
6359 (5,4,9,26,33,28,19,28),
6360 (5,4,10,27,34,28,19,28),
6361 (5,4,11,28,36,29,20,29),
6362 (5,4,12,29,38,30,20,29),
6363 (5,4,13,30,39,31,20,29),
6364 (5,4,14,31,41,32,20,30),
6365 (5,4,15,31,42,32,20,30),
6366 (5,4,16,32,44,33,21,31),
6367 (5,4,17,33,46,34,21,31),
6368 (5,4,18,34,47,35,21,32),
6369 (5,4,19,35,49,36,21,32),
6370 (5,4,20,36,51,36,21,32),
6371 (5,4,21,37,52,37,22,33),
6372 (5,4,22,38,54,38,22,33),
6373 (5,4,23,39,56,39,22,34),
6374 (5,4,24,40,58,40,22,34),
6375 (5,4,25,41,60,41,23,35),
6376 (5,4,26,42,61,42,23,35),
6377 (5,4,27,43,63,43,23,36),
6378 (5,4,28,44,65,44,23,36),
6379 (5,4,29,45,67,44,24,37),
6380 (5,4,30,46,69,45,24,37),
6381 (5,4,31,47,71,46,24,38),
6382 (5,4,32,48,72,47,24,38),
6383 (5,4,33,49,74,48,25,39),
6384 (5,4,34,50,76,49,25,39),
6385 (5,4,35,51,78,50,25,40),
6386 (5,4,36,52,80,51,25,41),
6387 (5,4,37,53,82,52,26,41),
6388 (5,4,38,54,84,53,26,42),
6389 (5,4,39,55,86,54,26,42),
6390 (5,4,40,56,88,55,27,43),
6391 (5,4,41,57,90,56,27,43),
6392 (5,4,42,59,92,57,27,44),
6393 (5,4,43,60,94,58,27,45),
6394 (5,4,44,61,96,59,28,45),
6395 (5,4,45,62,99,60,28,46),
6396 (5,4,46,63,101,61,28,46),
6397 (5,4,47,64,103,63,29,47),
6398 (5,4,48,66,105,64,29,48),
6399 (5,4,49,67,107,65,29,48),
6400 (5,4,50,68,109,66,30,49),
6401 (5,4,51,69,111,67,30,50),
6402 (5,4,52,70,114,68,30,50),
6403 (5,4,53,72,116,69,31,51),
6404 (5,4,54,73,118,70,31,52),
6405 (5,4,55,74,120,72,31,52),
6406 (5,4,56,75,123,73,32,53),
6407 (5,4,57,77,125,74,32,54),
6408 (5,4,58,78,127,75,32,54),
6409 (5,4,59,79,130,76,33,55),
6410 (5,4,60,81,132,77,33,56),
6411 (5,4,61,82,134,79,34,56),
6412 (5,4,62,83,137,80,34,57),
6413 (5,4,63,84,139,81,34,58),
6414 (5,4,64,86,141,82,35,59),
6415 (5,4,65,87,144,84,35,59),
6416 (5,4,66,88,146,85,35,60),
6417 (5,4,67,90,149,86,36,61),
6418 (5,4,68,91,151,87,36,61),
6419 (5,4,69,93,154,89,37,62),
6420 (5,4,70,94,156,90,37,63),
6421 (5,4,71,96,159,91,37,64),
6422 (5,4,72,98,162,93,38,64),
6423 (5,4,73,99,165,95,38,65),
6424 (5,4,74,101,168,96,39,66),
6425 (5,4,75,103,171,98,39,67),
6426 (5,4,76,104,174,99,39,68),
6427 (5,4,77,106,177,101,40,69),
6428 (5,4,78,108,181,103,40,70),
6429 (5,4,79,110,184,104,41,71),
6430 (5,4,80,112,187,106,41,72),
6431 (5,5,1,19,18,21,20,28),
6432 (5,5,2,19,18,21,21,29),
6433 (5,5,3,19,18,22,23,31),
6434 (5,5,4,19,19,22,24,32),
6435 (5,5,5,20,19,22,25,33),
6436 (5,5,6,20,19,23,27,35),
6437 (5,5,7,20,19,23,28,36),
6438 (5,5,8,20,20,24,29,38),
6439 (5,5,9,20,20,24,31,39),
6440 (5,5,10,20,20,24,32,40),
6441 (5,5,11,21,20,25,34,42),
6442 (5,5,12,21,21,25,35,43),
6443 (5,5,13,21,21,26,37,45),
6444 (5,5,14,21,21,26,38,46),
6445 (5,5,15,21,21,26,39,48),
6446 (5,5,16,22,22,27,41,50),
6447 (5,5,17,22,22,27,42,51),
6448 (5,5,18,22,22,28,44,53),
6449 (5,5,19,22,23,28,46,54),
6450 (5,5,20,22,23,29,47,56),
6451 (5,5,21,23,23,29,49,57),
6452 (5,5,22,23,23,30,50,59),
6453 (5,5,23,23,24,30,52,61),
6454 (5,5,24,23,24,31,53,62),
6455 (5,5,25,24,24,31,55,64),
6456 (5,5,26,24,25,32,57,66),
6457 (5,5,27,24,25,32,58,68),
6458 (5,5,28,24,25,33,60,69),
6459 (5,5,29,25,26,33,62,71),
6460 (5,5,30,25,26,34,63,73),
6461 (5,5,31,25,26,34,65,75),
6462 (5,5,32,25,27,35,67,76),
6463 (5,5,33,26,27,35,69,78),
6464 (5,5,34,26,27,36,70,80),
6465 (5,5,35,26,28,36,72,82),
6466 (5,5,36,26,28,37,74,84),
6467 (5,5,37,27,28,37,76,86),
6468 (5,5,38,27,29,38,77,87),
6469 (5,5,39,27,29,38,79,89),
6470 (5,5,40,28,30,39,81,91),
6471 (5,5,41,28,30,40,83,93),
6472 (5,5,42,28,30,40,85,95),
6473 (5,5,43,28,31,41,87,97),
6474 (5,5,44,29,31,41,89,99),
6475 (5,5,45,29,32,42,91,101),
6476 (5,5,46,29,32,43,92,103),
6477 (5,5,47,30,32,43,94,105),
6478 (5,5,48,30,33,44,96,107),
6479 (5,5,49,30,33,44,98,109),
6480 (5,5,50,31,34,45,100,111),
6481 (5,5,51,31,34,46,102,113),
6482 (5,5,52,31,35,46,104,115),
6483 (5,5,53,32,35,47,106,118),
6484 (5,5,54,32,35,48,108,120),
6485 (5,5,55,32,36,48,110,122),
6486 (5,5,56,33,36,49,113,124),
6487 (5,5,57,33,37,50,115,126),
6488 (5,5,58,33,37,50,117,128),
6489 (5,5,59,34,38,51,119,131),
6490 (5,5,60,34,38,52,121,133),
6491 (5,5,61,34,39,52,123,135),
6492 (5,5,62,35,39,53,125,137),
6493 (5,5,63,35,40,54,127,140),
6494 (5,5,64,36,40,55,130,142),
6495 (5,5,65,36,41,55,132,144),
6496 (5,5,66,36,41,56,134,147),
6497 (5,5,67,37,41,57,136,149),
6498 (5,5,68,37,42,58,138,151),
6499 (5,5,69,38,42,58,141,154),
6500 (5,5,70,38,43,59,143,156),
6501 (5,5,71,38,44,60,146,159),
6502 (5,5,72,39,44,60,149,162),
6503 (5,5,73,39,45,61,152,165),
6504 (5,5,74,40,45,62,157,168),
6505 (5,5,75,40,46,63,157,171),
6506 (5,5,76,40,47,64,160,174),
6507 (5,5,77,41,47,65,163,177),
6508 (5,5,78,41,48,66,166,180),
6509 (5,5,79,42,48,67,169,183),
6510 (5,5,80,42,49,68,172,186),
6511 (5,6,1,22,18,23,18,25),
6512 (5,6,2,23,19,24,18,25),
6513 (5,6,3,25,20,25,18,26),
6514 (5,6,4,26,20,26,18,26),
6515 (5,6,5,27,21,28,18,26),
6516 (5,6,6,29,22,29,18,26),
6517 (5,6,7,30,23,30,19,27),
6518 (5,6,8,31,24,31,19,27),
6519 (5,6,9,33,25,33,19,27),
6520 (5,6,10,34,25,34,19,28),
6521 (5,6,11,35,26,35,19,28),
6522 (5,6,12,37,27,36,19,28),
6523 (5,6,13,38,28,38,19,28),
6524 (5,6,14,40,29,39,19,29),
6525 (5,6,15,41,30,40,19,29),
6526 (5,6,16,43,31,42,20,29),
6527 (5,6,17,44,32,43,20,30),
6528 (5,6,18,46,33,44,20,30),
6529 (5,6,19,47,34,46,20,31),
6530 (5,6,20,49,34,47,20,31),
6531 (5,6,21,50,35,49,20,31),
6532 (5,6,22,52,36,50,20,32),
6533 (5,6,23,53,37,51,21,32),
6534 (5,6,24,55,38,53,21,32),
6535 (5,6,25,57,39,54,21,33),
6536 (5,6,26,58,40,56,21,33),
6537 (5,6,27,60,41,57,21,34),
6538 (5,6,28,62,42,59,21,34),
6539 (5,6,29,63,43,60,21,34),
6540 (5,6,30,65,44,62,22,35),
6541 (5,6,31,67,46,63,22,35),
6542 (5,6,32,68,47,65,22,36),
6543 (5,6,33,70,48,67,22,36),
6544 (5,6,34,72,49,68,22,36),
6545 (5,6,35,74,50,70,23,37),
6546 (5,6,36,75,51,71,23,37),
6547 (5,6,37,77,52,73,23,38),
6548 (5,6,38,79,53,75,23,38),
6549 (5,6,39,81,54,76,23,39),
6550 (5,6,40,83,55,78,24,39),
6551 (5,6,41,84,57,80,24,40),
6552 (5,6,42,86,58,81,24,40),
6553 (5,6,43,88,59,83,24,41),
6554 (5,6,44,90,60,85,24,41),
6555 (5,6,45,92,61,86,25,42),
6556 (5,6,46,94,62,88,25,42),
6557 (5,6,47,96,64,90,25,43),
6558 (5,6,48,98,65,92,25,43),
6559 (5,6,49,100,66,93,25,44),
6560 (5,6,50,102,67,95,26,44),
6561 (5,6,51,103,67,96,26,45),
6562 (5,6,52,104,68,97,26,45),
6563 (5,6,53,105,69,98,26,46),
6564 (5,6,54,106,70,99,27,46),
6565 (5,6,55,107,71,100,27,47),
6566 (5,6,56,110,73,103,27,48),
6567 (5,6,57,112,74,105,27,48),
6568 (5,6,58,114,75,107,28,49),
6569 (5,6,59,119,77,109,28,49),
6570 (5,6,60,122,78,111,28,50),
6571 (5,6,61,124,79,113,28,51),
6572 (5,6,62,127,81,115,28,51),
6573 (5,6,63,129,82,118,29,52),
6574 (5,6,64,136,84,120,29,52),
6575 (5,6,65,137,85,123,29,53),
6576 (5,6,66,138,87,125,29,54),
6577 (5,6,67,141,88,127,30,54),
6578 (5,6,68,143,90,129,30,55),
6579 (5,6,69,146,91,132,30,56),
6580 (5,6,70,149,93,134,30,56),
6581 (5,6,71,152,95,137,31,57),
6582 (5,6,72,154,96,139,31,58),
6583 (5,6,73,157,98,142,31,59),
6584 (5,6,74,158,100,145,31,59),
6585 (5,6,75,159,101,147,32,60),
6586 (5,6,76,162,103,150,32,61),
6587 (5,6,77,167,105,152,32,62),
6588 (5,6,78,173,106,155,32,62),
6589 (5,6,79,174,108,158,33,63),
6590 (5,6,80,174,110,161,33,64),
6591 (5,8,1,19,18,21,21,27),
6592 (5,8,2,19,18,21,22,28),
6593 (5,8,3,19,18,22,24,30),
6594 (5,8,4,19,18,22,25,31),
6595 (5,8,5,19,19,22,26,32),
6596 (5,8,6,19,19,22,28,34),
6597 (5,8,7,20,19,23,29,35),
6598 (5,8,8,20,19,23,31,36),
6599 (5,8,9,20,19,23,32,38),
6600 (5,8,10,20,19,24,34,39),
6601 (5,8,11,20,20,24,35,40),
6602 (5,8,12,20,20,24,37,42),
6603 (5,8,13,20,20,25,38,43),
6604 (5,8,14,20,20,25,40,45),
6605 (5,8,15,20,20,25,41,46),
6606 (5,8,16,21,21,26,43,48),
6607 (5,8,17,21,21,26,44,49),
6608 (5,8,18,21,21,26,46,51),
6609 (5,8,19,21,21,27,48,52),
6610 (5,8,20,21,21,27,49,54),
6611 (5,8,21,21,22,27,51,55),
6612 (5,8,22,21,22,28,52,57),
6613 (5,8,23,21,22,28,54,58),
6614 (5,8,24,22,22,29,56,60),
6615 (5,8,25,22,23,29,57,62),
6616 (5,8,26,22,23,29,59,63),
6617 (5,8,27,22,23,30,61,65),
6618 (5,8,28,22,23,30,63,67),
6619 (5,8,29,22,24,31,64,68),
6620 (5,8,30,23,24,31,66,70),
6621 (5,8,31,23,24,31,68,72),
6622 (5,8,32,23,24,32,70,73),
6623 (5,8,33,23,25,32,72,75),
6624 (5,8,34,23,25,33,73,77),
6625 (5,8,35,24,25,33,75,79),
6626 (5,8,36,24,25,34,77,80),
6627 (5,8,37,24,26,34,79,82),
6628 (5,8,38,24,26,35,81,84),
6629 (5,8,39,24,26,35,83,86),
6630 (5,8,40,24,27,35,85,88),
6631 (5,8,41,25,27,36,87,90),
6632 (5,8,42,25,27,36,89,91),
6633 (5,8,43,25,27,37,90,93),
6634 (5,8,44,25,28,37,92,95),
6635 (5,8,45,26,28,38,94,97),
6636 (5,8,46,26,28,38,96,99),
6637 (5,8,47,26,29,39,98,101),
6638 (5,8,48,26,29,39,100,103),
6639 (5,8,49,26,29,40,103,105),
6640 (5,8,50,27,30,40,105,107),
6641 (5,8,51,27,30,41,107,109),
6642 (5,8,52,27,30,42,109,111),
6643 (5,8,53,27,31,42,111,113),
6644 (5,8,54,28,31,43,113,115),
6645 (5,8,55,28,31,43,115,117),
6646 (5,8,56,28,32,44,117,119),
6647 (5,8,57,28,32,44,119,121),
6648 (5,8,58,29,32,45,122,123),
6649 (5,8,59,29,33,45,124,126),
6650 (5,8,60,29,33,46,126,128),
6651 (5,8,61,29,34,47,128,130),
6652 (5,8,62,30,34,47,131,132),
6653 (5,8,63,30,34,48,133,134),
6654 (5,8,64,30,35,48,135,136),
6655 (5,8,65,31,35,49,137,139),
6656 (5,8,66,31,35,50,140,141),
6657 (5,8,67,31,36,50,142,143),
6658 (5,8,68,31,36,51,144,145),
6659 (5,8,69,32,37,51,147,148),
6660 (5,8,70,32,37,52,149,150),
6661 (5,8,71,32,37,53,152,153),
6662 (5,8,72,32,38,54,155,156),
6663 (5,8,73,32,38,55,158,159),
6664 (5,8,74,33,39,55,161,161),
6665 (5,8,75,33,39,56,164,164),
6666 (5,8,76,33,39,57,167,167),
6667 (5,8,77,34,40,58,170,170),
6668 (5,8,78,34,40,58,173,173),
6669 (5,8,79,34,41,59,176,176),
6670 (5,8,80,35,41,60,179,179),
6671 (5,9,1,19,18,22,20,27),
6672 (5,9,2,19,18,23,21,28),
6673 (5,9,3,20,19,23,22,29),
6674 (5,9,4,20,19,24,24,30),
6675 (5,9,5,20,19,24,25,32),
6676 (5,9,6,20,20,25,26,33),
6677 (5,9,7,21,20,25,27,34),
6678 (5,9,8,21,21,26,28,35),
6679 (5,9,9,21,21,26,30,36),
6680 (5,9,10,22,21,27,31,38),
6681 (5,9,11,22,22,28,32,39),
6682 (5,9,12,22,22,28,34,40),
6683 (5,9,13,23,23,29,35,41),
6684 (5,9,14,23,23,30,36,43),
6685 (5,9,15,23,24,30,37,44),
6686 (5,9,16,24,24,31,39,45),
6687 (5,9,17,24,24,31,40,47),
6688 (5,9,18,24,25,32,42,48),
6689 (5,9,19,25,25,33,43,49),
6690 (5,9,20,25,26,33,44,51),
6691 (5,9,21,26,26,34,46,52),
6692 (5,9,22,26,27,35,47,53),
6693 (5,9,23,26,27,36,49,55),
6694 (5,9,24,27,28,36,50,56),
6695 (5,9,25,27,28,37,52,58),
6696 (5,9,26,27,29,38,53,59),
6697 (5,9,27,28,29,38,55,60),
6698 (5,9,28,28,30,39,56,62),
6699 (5,9,29,29,30,40,58,63),
6700 (5,9,30,29,31,41,59,65),
6701 (5,9,31,30,31,41,61,66),
6702 (5,9,32,30,32,42,62,68),
6703 (5,9,33,30,32,43,64,69),
6704 (5,9,34,31,33,44,65,71),
6705 (5,9,35,31,33,45,67,73),
6706 (5,9,36,32,34,45,69,74),
6707 (5,9,37,32,34,46,70,76),
6708 (5,9,38,33,35,47,72,77),
6709 (5,9,39,33,36,48,73,79),
6710 (5,9,40,34,36,49,75,81),
6711 (5,9,41,34,37,49,77,82),
6712 (5,9,42,35,37,50,78,84),
6713 (5,9,43,35,38,51,80,86),
6714 (5,9,44,36,39,52,82,87),
6715 (5,9,45,36,39,53,84,89),
6716 (5,9,46,37,40,54,85,91),
6717 (5,9,47,37,40,55,87,92),
6718 (5,9,48,38,41,55,89,94),
6719 (5,9,49,38,42,56,91,96),
6720 (5,9,50,39,42,57,92,98),
6721 (5,9,51,39,43,58,94,100),
6722 (5,9,52,40,44,59,96,101),
6723 (5,9,53,40,44,60,98,103),
6724 (5,9,54,41,45,61,100,105),
6725 (5,9,55,41,45,62,102,107),
6726 (5,9,56,42,46,63,103,109),
6727 (5,9,57,42,47,64,105,111),
6728 (5,9,58,43,47,65,107,112),
6729 (5,9,59,43,48,66,109,114),
6730 (5,9,60,44,49,67,111,116),
6731 (5,9,61,45,50,68,113,118),
6732 (5,9,62,45,50,69,115,120),
6733 (5,9,63,46,51,70,117,122),
6734 (5,9,64,46,52,71,119,124),
6735 (5,9,65,47,52,72,121,126),
6736 (5,9,66,48,53,73,123,128),
6737 (5,9,67,48,54,74,125,130),
6738 (5,9,68,49,55,75,127,132),
6739 (5,9,69,49,55,76,129,134),
6740 (5,9,70,50,56,77,131,136),
6741 (5,9,71,51,57,86,135,147),
6742 (5,9,72,52,57,88,136,149),
6743 (5,9,73,53,58,89,138,152),
6744 (5,9,74,53,59,90,141,155),
6745 (5,9,75,54,60,92,143,157),
6746 (5,9,76,55,61,93,146,160),
6747 (5,9,77,56,62,94,149,163),
6748 (5,9,78,56,63,96,151,166),
6749 (5,9,79,57,64,97,154,169),
6750 (5,9,80,58,65,99,157,171),
6751 (6,1,1,28,15,24,15,22),
6752 (6,1,2,29,16,25,15,22),
6753 (6,1,3,31,17,26,15,23),
6754 (6,1,4,32,17,27,15,23),
6755 (6,1,5,33,18,29,15,23),
6756 (6,1,6,34,19,30,15,23),
6757 (6,1,7,36,20,31,16,24),
6758 (6,1,8,37,21,32,16,24),
6759 (6,1,9,38,22,34,16,24),
6760 (6,1,10,40,22,35,16,25),
6761 (6,1,11,41,23,36,16,25),
6762 (6,1,12,43,24,37,16,25),
6763 (6,1,13,44,25,39,16,26),
6764 (6,1,14,46,26,40,16,26),
6765 (6,1,15,47,27,41,17,26),
6766 (6,1,16,48,28,43,17,27),
6767 (6,1,17,50,29,44,17,27),
6768 (6,1,18,51,30,45,17,27),
6769 (6,1,19,53,31,47,17,28),
6770 (6,1,20,54,32,48,17,28),
6771 (6,1,21,56,33,50,17,28),
6772 (6,1,22,58,34,51,18,29),
6773 (6,1,23,59,35,52,18,29),
6774 (6,1,24,61,36,54,18,30),
6775 (6,1,25,62,37,55,18,30),
6776 (6,1,26,64,38,57,18,30),
6777 (6,1,27,66,39,58,18,31),
6778 (6,1,28,67,40,60,18,31),
6779 (6,1,29,69,41,61,19,32),
6780 (6,1,30,71,42,63,19,32),
6781 (6,1,31,72,43,64,19,32),
6782 (6,1,32,74,44,66,19,33),
6783 (6,1,33,76,45,67,19,33),
6784 (6,1,34,77,46,69,20,34),
6785 (6,1,35,79,47,71,20,34),
6786 (6,1,36,81,48,72,20,35),
6787 (6,1,37,83,49,74,20,35),
6788 (6,1,38,85,50,76,20,35),
6789 (6,1,39,86,51,77,21,36),
6790 (6,1,40,88,53,79,21,36),
6791 (6,1,41,90,54,81,21,37),
6792 (6,1,42,92,55,82,21,37),
6793 (6,1,43,94,56,84,21,38),
6794 (6,1,44,96,57,86,22,38),
6795 (6,1,45,98,58,87,22,39),
6796 (6,1,46,99,60,89,22,39),
6797 (6,1,47,101,61,91,22,40),
6798 (6,1,48,103,62,93,22,40),
6799 (6,1,49,105,63,94,23,41),
6800 (6,1,50,107,65,96,23,41),
6801 (6,1,51,109,66,98,23,42),
6802 (6,1,52,111,67,100,23,42),
6803 (6,1,53,113,68,102,24,43),
6804 (6,1,54,115,70,104,24,44),
6805 (6,1,55,117,71,105,24,44),
6806 (6,1,56,119,72,107,24,45),
6807 (6,1,57,122,73,109,25,45),
6808 (6,1,58,124,75,111,25,46),
6809 (6,1,59,126,76,113,25,46),
6810 (6,1,60,128,77,115,25,47),
6811 (6,1,61,130,79,117,26,48),
6812 (6,1,62,132,80,119,26,48),
6813 (6,1,63,134,81,121,26,49),
6814 (6,1,64,137,83,123,26,49),
6815 (6,1,65,139,84,125,27,50),
6816 (6,1,66,141,85,127,27,51),
6817 (6,1,67,143,87,129,27,51),
6818 (6,1,68,145,88,131,27,52),
6819 (6,1,69,148,90,133,28,52),
6820 (6,1,70,150,91,135,28,53),
6821 (6,1,71,153,92,137,28,54),
6822 (6,1,72,155,94,140,28,55),
6823 (6,1,73,158,96,142,28,56),
6824 (6,1,74,161,97,145,29,56),
6825 (6,1,75,164,99,147,29,57),
6826 (6,1,76,167,101,150,29,58),
6827 (6,1,77,170,103,153,30,59),
6828 (6,1,78,173,104,155,30,59),
6829 (6,1,79,176,106,164,30,60),
6830 (6,1,80,179,108,170,31,61),
6831 (6,3,1,25,18,23,15,23),
6832 (6,3,2,25,19,24,16,24),
6833 (6,3,3,26,21,25,16,24),
6834 (6,3,4,26,22,26,17,25),
6835 (6,3,5,27,24,27,17,25),
6836 (6,3,6,27,25,28,18,26),
6837 (6,3,7,28,26,28,19,27),
6838 (6,3,8,28,28,29,19,27),
6839 (6,3,9,28,29,30,20,28),
6840 (6,3,10,29,31,31,20,29),
6841 (6,3,11,29,32,32,21,29),
6842 (6,3,12,30,34,33,22,30),
6843 (6,3,13,30,35,34,22,31),
6844 (6,3,14,31,37,35,23,32),
6845 (6,3,15,31,38,36,24,32),
6846 (6,3,16,32,40,37,24,33),
6847 (6,3,17,32,41,39,25,34),
6848 (6,3,18,33,43,40,26,35),
6849 (6,3,19,33,45,41,27,35),
6850 (6,3,20,34,46,42,27,36),
6851 (6,3,21,34,48,43,28,37),
6852 (6,3,22,35,50,44,29,38),
6853 (6,3,23,35,51,45,29,38),
6854 (6,3,24,36,53,46,30,39),
6855 (6,3,25,37,55,47,31,40),
6856 (6,3,26,37,56,48,32,41),
6857 (6,3,27,38,58,50,32,42),
6858 (6,3,28,38,60,51,33,42),
6859 (6,3,29,39,62,52,34,43),
6860 (6,3,30,39,63,53,35,44),
6861 (6,3,31,40,65,54,36,45),
6862 (6,3,32,41,67,56,36,46),
6863 (6,3,33,41,69,57,37,47),
6864 (6,3,34,42,71,58,38,48),
6865 (6,3,35,43,72,59,39,48),
6866 (6,3,36,43,74,61,40,49),
6867 (6,3,37,44,76,62,40,50),
6868 (6,3,38,45,78,63,41,51),
6869 (6,3,39,45,80,64,42,52),
6870 (6,3,40,46,82,66,43,53),
6871 (6,3,41,47,84,67,44,54),
6872 (6,3,42,47,86,68,45,55),
6873 (6,3,43,48,88,70,46,56),
6874 (6,3,44,49,90,71,46,57),
6875 (6,3,45,49,92,72,47,58),
6876 (6,3,46,50,94,74,48,59),
6877 (6,3,47,51,96,75,49,60),
6878 (6,3,48,51,98,77,50,61),
6879 (6,3,49,52,100,78,51,62),
6880 (6,3,50,53,102,79,52,63),
6881 (6,3,51,54,104,81,53,64),
6882 (6,3,52,54,106,82,54,65),
6883 (6,3,53,55,108,84,55,66),
6884 (6,3,54,56,110,85,56,67),
6885 (6,3,55,57,112,87,57,68),
6886 (6,3,56,57,114,88,58,69),
6887 (6,3,57,58,117,90,59,70),
6888 (6,3,58,59,119,91,60,71),
6889 (6,3,59,60,121,93,61,72),
6890 (6,3,60,61,123,94,62,74),
6891 (6,3,61,61,125,96,63,75),
6892 (6,3,62,62,128,97,64,76),
6893 (6,3,63,63,130,99,65,77),
6894 (6,3,64,64,132,100,66,78),
6895 (6,3,65,65,134,102,67,79),
6896 (6,3,66,66,137,104,68,80),
6897 (6,3,67,66,139,105,69,81),
6898 (6,3,68,67,141,107,70,83),
6899 (6,3,69,68,144,108,71,84),
6900 (6,3,70,69,146,110,72,85),
6901 (6,3,71,70,149,112,73,86),
6902 (6,3,72,71,152,114,74,87),
6903 (6,3,73,72,155,116,75,89),
6904 (6,3,74,73,158,118,77,90),
6905 (6,3,75,74,161,120,78,92),
6906 (6,3,76,75,164,122,79,93),
6907 (6,3,77,76,167,124,81,95),
6908 (6,3,78,77,176,126,85,96),
6909 (6,3,79,78,179,128,86,98),
6910 (6,3,80,79,183,130,88,99),
6911 (6,6,1,28,15,24,15,22),
6912 (6,6,2,29,16,25,15,22),
6913 (6,6,3,31,17,26,15,23),
6914 (6,6,4,32,17,27,15,23),
6915 (6,6,5,33,18,29,15,23),
6916 (6,6,6,34,19,30,15,23),
6917 (6,6,7,36,20,31,16,24),
6918 (6,6,8,37,21,32,16,24),
6919 (6,6,9,38,22,34,16,24),
6920 (6,6,10,40,22,35,16,25),
6921 (6,6,11,41,23,36,16,25),
6922 (6,6,12,43,24,37,16,25),
6923 (6,6,13,44,25,39,16,26),
6924 (6,6,14,46,26,40,16,26),
6925 (6,6,15,47,27,41,17,26),
6926 (6,6,16,48,28,43,17,27),
6927 (6,6,17,50,29,44,17,27),
6928 (6,6,18,51,30,45,17,27),
6929 (6,6,19,53,31,47,17,28),
6930 (6,6,20,54,32,48,17,28),
6931 (6,6,21,56,33,50,17,28),
6932 (6,6,22,58,34,51,18,29),
6933 (6,6,23,59,35,52,18,29),
6934 (6,6,24,61,36,54,18,30),
6935 (6,6,25,62,37,55,18,30),
6936 (6,6,26,64,38,57,18,30),
6937 (6,6,27,66,39,58,18,31),
6938 (6,6,28,67,40,60,18,31),
6939 (6,6,29,69,41,61,19,32),
6940 (6,6,30,71,42,63,19,32),
6941 (6,6,31,72,43,64,19,32),
6942 (6,6,32,74,44,66,19,33),
6943 (6,6,33,76,45,67,19,33),
6944 (6,6,34,77,46,69,20,34),
6945 (6,6,35,79,47,71,20,34),
6946 (6,6,36,81,48,72,20,35),
6947 (6,6,37,83,49,74,20,35),
6948 (6,6,38,85,50,76,20,35),
6949 (6,6,39,86,51,77,21,36),
6950 (6,6,40,88,53,79,21,36),
6951 (6,6,41,90,54,81,21,37),
6952 (6,6,42,92,55,82,21,37),
6953 (6,6,43,94,56,84,21,38),
6954 (6,6,44,96,57,86,22,38),
6955 (6,6,45,98,58,87,22,39),
6956 (6,6,46,99,60,89,22,39),
6957 (6,6,47,101,60,91,22,40),
6958 (6,6,48,103,61,93,22,40),
6959 (6,6,49,105,62,94,23,41),
6960 (6,6,50,107,63,96,23,41),
6961 (6,6,51,109,64,97,23,42),
6962 (6,6,52,110,65,98,23,42),
6963 (6,6,53,111,66,99,24,43),
6964 (6,6,54,112,67,100,24,44),
6965 (6,6,55,113,68,101,24,44),
6966 (6,6,56,116,70,104,24,45),
6967 (6,6,57,121,71,106,24,45),
6968 (6,6,58,123,72,108,25,46),
6969 (6,6,59,123,74,110,25,46),
6970 (6,6,60,125,75,112,25,47),
6971 (6,6,61,127,76,114,25,48),
6972 (6,6,62,133,78,116,25,48),
6973 (6,6,63,135,79,119,26,49),
6974 (6,6,64,139,81,121,26,49),
6975 (6,6,65,142,82,123,26,50),
6976 (6,6,66,146,84,126,26,51),
6977 (6,6,67,150,85,132,27,51),
6978 (6,6,68,153,87,137,27,52),
6979 (6,6,69,157,88,140,27,53),
6980 (6,6,70,160,90,143,27,53),
6981 (6,6,71,163,92,146,28,54),
6982 (6,6,72,165,93,148,28,55),
6983 (6,6,73,167,95,150,28,56),
6984 (6,6,74,171,97,153,28,56),
6985 (6,6,75,174,98,156,29,57),
6986 (6,6,76,178,100,156,29,58),
6987 (6,6,77,179,102,156,29,59),
6988 (6,6,78,179,103,156,29,59),
6989 (6,6,79,182,105,159,30,60),
6990 (6,6,80,185,107,162,30,61),
6991 (6,7,1,26,15,23,16,24),
6992 (6,7,2,27,15,24,17,25),
6993 (6,7,3,28,16,25,18,26),
6994 (6,7,4,28,16,26,19,27),
6995 (6,7,5,29,17,27,20,28),
6996 (6,7,6,30,17,28,21,29),
6997 (6,7,7,31,18,29,22,30),
6998 (6,7,8,32,18,30,23,31),
6999 (6,7,9,33,19,31,24,32),
7000 (6,7,10,34,19,32,25,33),
7001 (6,7,11,35,20,33,26,35),
7002 (6,7,12,35,20,34,27,36),
7003 (6,7,13,36,21,35,28,37),
7004 (6,7,14,37,21,36,29,38),
7005 (6,7,15,38,22,37,30,39),
7006 (6,7,16,39,22,39,31,40),
7007 (6,7,17,40,23,40,32,42),
7008 (6,7,18,41,23,41,33,43),
7009 (6,7,19,42,24,42,34,44),
7010 (6,7,20,43,24,43,35,45),
7011 (6,7,21,44,25,44,36,46),
7012 (6,7,22,45,25,45,37,48),
7013 (6,7,23,46,26,47,38,49),
7014 (6,7,24,47,27,48,40,50),
7015 (6,7,25,48,27,49,41,51),
7016 (6,7,26,49,28,50,42,53),
7017 (6,7,27,51,28,52,43,54),
7018 (6,7,28,52,29,53,44,55),
7019 (6,7,29,53,29,54,45,57),
7020 (6,7,30,54,30,55,47,58),
7021 (6,7,31,55,31,57,48,59),
7022 (6,7,32,56,31,58,49,61),
7023 (6,7,33,57,32,59,50,62),
7024 (6,7,34,58,33,61,51,64),
7025 (6,7,35,60,33,62,53,65),
7026 (6,7,36,61,34,63,54,66),
7027 (6,7,37,62,34,65,55,68),
7028 (6,7,38,63,35,66,57,69),
7029 (6,7,39,64,36,67,58,71),
7030 (6,7,40,66,36,69,59,72),
7031 (6,7,41,67,37,70,60,74),
7032 (6,7,42,68,38,72,62,75),
7033 (6,7,43,69,38,73,63,77),
7034 (6,7,44,70,39,74,64,78),
7035 (6,7,45,72,40,76,66,80),
7036 (6,7,46,73,41,77,67,81),
7037 (6,7,47,74,41,79,69,83),
7038 (6,7,48,76,42,80,70,84),
7039 (6,7,49,77,43,82,71,86),
7040 (6,7,50,78,43,83,73,88),
7041 (6,7,51,80,44,85,74,89),
7042 (6,7,52,81,45,86,76,91),
7043 (6,7,53,82,46,88,77,92),
7044 (6,7,54,84,46,90,78,94),
7045 (6,7,55,85,47,91,80,96),
7046 (6,7,56,86,48,93,81,97),
7047 (6,7,57,88,49,94,83,99),
7048 (6,7,58,89,49,96,84,101),
7049 (6,7,59,91,50,97,86,102),
7050 (6,7,60,92,51,99,87,104),
7051 (6,7,61,94,52,101,89,106),
7052 (6,7,62,95,52,102,90,108),
7053 (6,7,63,96,53,104,92,109),
7054 (6,7,64,98,54,106,93,111),
7055 (6,7,65,99,55,107,95,113),
7056 (6,7,66,101,56,109,97,115),
7057 (6,7,67,102,57,111,98,117),
7058 (6,7,68,104,57,113,100,118),
7059 (6,7,69,105,58,114,101,120),
7060 (6,7,70,107,59,116,103,122),
7061 (6,7,71,108,60,118,113,124),
7062 (6,7,72,110,61,120,117,127),
7063 (6,7,73,112,62,122,119,129),
7064 (6,7,74,114,63,125,122,131),
7065 (6,7,75,116,64,127,124,133),
7066 (6,7,76,118,65,129,126,136),
7067 (6,7,77,119,66,131,128,138),
7068 (6,7,78,121,67,133,130,140),
7069 (6,7,79,123,68,136,133,143),
7070 (6,7,80,125,69,138,135,145),
7071 (6,11,1,26,15,22,17,24),
7072 (6,11,2,27,16,23,18,25),
7073 (6,11,3,27,16,23,19,26),
7074 (6,11,4,28,17,24,20,27),
7075 (6,11,5,28,17,25,21,29),
7076 (6,11,6,29,18,25,22,30),
7077 (6,11,7,29,18,26,23,31),
7078 (6,11,8,30,19,27,24,32),
7079 (6,11,9,30,19,27,26,34),
7080 (6,11,10,31,20,28,27,35),
7081 (6,11,11,32,20,29,28,36),
7082 (6,11,12,32,21,29,29,37),
7083 (6,11,13,33,21,30,30,39),
7084 (6,11,14,33,22,31,31,40),
7085 (6,11,15,34,23,32,32,41),
7086 (6,11,16,35,23,32,34,43),
7087 (6,11,17,35,24,33,35,44),
7088 (6,11,18,36,24,34,36,45),
7089 (6,11,19,37,25,35,37,47),
7090 (6,11,20,37,26,35,39,48),
7091 (6,11,21,38,26,36,40,50),
7092 (6,11,22,39,27,37,41,51),
7093 (6,11,23,39,28,38,42,52),
7094 (6,11,24,40,28,39,44,54),
7095 (6,11,25,41,29,39,45,55),
7096 (6,11,26,41,30,40,46,57),
7097 (6,11,27,42,30,41,47,58),
7098 (6,11,28,43,31,42,49,60),
7099 (6,11,29,44,32,43,50,61),
7100 (6,11,30,44,32,44,52,63),
7101 (6,11,31,45,33,44,53,64),
7102 (6,11,32,46,34,45,54,66),
7103 (6,11,33,47,34,46,56,67),
7104 (6,11,34,47,35,47,57,69),
7105 (6,11,35,48,36,48,58,71),
7106 (6,11,36,49,36,49,60,72),
7107 (6,11,37,50,37,50,61,74),
7108 (6,11,38,51,38,51,63,76),
7109 (6,11,39,52,39,52,64,77),
7110 (6,11,40,52,39,53,66,79),
7111 (6,11,41,53,40,54,67,81),
7112 (6,11,42,54,41,55,69,82),
7113 (6,11,43,55,42,56,70,84),
7114 (6,11,44,56,43,57,72,86),
7115 (6,11,45,57,43,57,73,87),
7116 (6,11,46,57,44,58,75,89),
7117 (6,11,47,58,45,60,76,91),
7118 (6,11,48,59,46,61,78,93),
7119 (6,11,49,60,47,62,79,94),
7120 (6,11,50,61,47,63,81,96),
7121 (6,11,51,62,48,64,83,98),
7122 (6,11,52,63,49,65,84,100),
7123 (6,11,53,64,50,66,86,102),
7124 (6,11,54,65,51,67,87,104),
7125 (6,11,55,66,51,68,89,105),
7126 (6,11,56,67,52,69,91,107),
7127 (6,11,57,68,53,70,92,109),
7128 (6,11,58,69,54,71,94,111),
7129 (6,11,59,70,55,72,96,113),
7130 (6,11,60,71,56,73,97,115),
7131 (6,11,61,72,57,74,99,117),
7132 (6,11,62,73,58,76,101,119),
7133 (6,11,63,74,59,77,103,121),
7134 (6,11,64,75,59,78,104,123),
7135 (6,11,65,76,60,79,106,125),
7136 (6,11,66,77,61,80,108,127),
7137 (6,11,67,78,62,81,110,129),
7138 (6,11,68,79,63,83,111,131),
7139 (6,11,69,80,64,84,113,133),
7140 (6,11,70,81,65,85,115,135),
7141 (6,11,71,83,66,86,117,137),
7142 (6,11,72,84,68,88,120,140),
7143 (6,11,73,85,69,89,122,142),
7144 (6,11,74,86,70,91,124,145),
7145 (6,11,75,88,71,92,126,147),
7146 (6,11,76,89,72,94,128,150),
7147 (6,11,77,90,73,95,131,153),
7148 (6,11,78,92,75,97,133,155),
7149 (6,11,79,93,76,98,136,158),
7150 (6,11,80,94,77,100,138,185),
7151 (7,1,1,18,23,21,24,20),
7152 (7,1,2,19,24,22,24,20),
7153 (7,1,3,21,25,23,24,21),
7154 (7,1,4,22,25,25,24,21),
7155 (7,1,5,23,26,26,24,21),
7156 (7,1,6,25,27,27,24,21),
7157 (7,1,7,26,28,28,24,22),
7158 (7,1,8,27,29,29,25,22),
7159 (7,1,9,29,29,31,25,22),
7160 (7,1,10,30,30,32,25,23),
7161 (7,1,11,32,31,33,25,23),
7162 (7,1,12,33,32,34,25,23),
7163 (7,1,13,34,33,36,25,24),
7164 (7,1,14,36,34,37,25,24),
7165 (7,1,15,37,35,38,25,24),
7166 (7,1,16,39,36,40,25,25),
7167 (7,1,17,40,36,41,25,25),
7168 (7,1,18,42,37,43,26,25),
7169 (7,1,19,43,38,44,26,26),
7170 (7,1,20,45,39,45,26,26),
7171 (7,1,21,47,40,47,26,26),
7172 (7,1,22,48,41,48,26,27),
7173 (7,1,23,50,42,50,26,27),
7174 (7,1,24,51,43,51,26,28),
7175 (7,1,25,53,44,52,27,28),
7176 (7,1,26,55,45,54,27,28),
7177 (7,1,27,56,46,55,27,29),
7178 (7,1,28,58,47,57,27,29),
7179 (7,1,29,59,48,58,27,30),
7180 (7,1,30,61,49,60,27,30),
7181 (7,1,31,63,50,62,27,30),
7182 (7,1,32,65,51,63,28,31),
7183 (7,1,33,66,52,65,28,31),
7184 (7,1,34,68,53,66,28,32),
7185 (7,1,35,70,55,68,28,32),
7186 (7,1,36,72,56,69,28,33),
7187 (7,1,37,73,57,71,29,33),
7188 (7,1,38,75,58,73,29,34),
7189 (7,1,39,77,59,74,29,34),
7190 (7,1,40,79,60,76,29,35),
7191 (7,1,41,81,61,78,29,35),
7192 (7,1,42,82,62,79,30,35),
7193 (7,1,43,84,64,81,30,36),
7194 (7,1,44,86,65,83,30,36),
7195 (7,1,45,88,66,85,30,37),
7196 (7,1,46,90,67,86,30,37),
7197 (7,1,47,92,68,88,31,38),
7198 (7,1,48,94,70,90,31,38),
7199 (7,1,49,96,71,92,31,39),
7200 (7,1,50,98,72,93,31,40),
7201 (7,1,51,100,73,95,32,40),
7202 (7,1,52,102,75,97,32,41),
7203 (7,1,53,104,76,99,32,41),
7204 (7,1,54,106,77,101,32,42),
7205 (7,1,55,108,78,103,33,42),
7206 (7,1,56,110,80,104,33,43),
7207 (7,1,57,112,81,106,33,43),
7208 (7,1,58,114,82,108,33,44),
7209 (7,1,59,116,84,110,34,44),
7210 (7,1,60,118,85,112,34,45),
7211 (7,1,61,120,86,114,34,46),
7212 (7,1,62,122,88,116,35,46),
7213 (7,1,63,125,89,118,35,47),
7214 (7,1,64,127,91,120,35,47),
7215 (7,1,65,129,92,122,35,48),
7216 (7,1,66,131,93,124,36,49),
7217 (7,1,67,133,95,126,36,49),
7218 (7,1,68,136,96,128,36,50),
7219 (7,1,69,138,98,130,37,50),
7220 (7,1,70,140,99,132,37,51),
7221 (7,1,71,143,100,134,37,52),
7222 (7,1,72,145,102,137,37,53),
7223 (7,1,73,148,104,139,37,54),
7224 (7,1,74,151,105,142,38,54),
7225 (7,1,75,154,107,144,38,55),
7226 (7,1,76,157,109,147,38,56),
7227 (7,1,77,163,111,153,39,57),
7228 (7,1,78,169,112,158,39,57),
7229 (7,1,79,172,114,161,39,58),
7230 (7,1,80,175,116,164,40,59),
7231 (7,4,1,16,26,20,24,20),
7232 (7,4,2,17,27,21,24,20),
7233 (7,4,3,18,29,21,24,21),
7234 (7,4,4,18,30,22,24,21),
7235 (7,4,5,19,32,23,25,21),
7236 (7,4,6,20,33,24,25,22),
7237 (7,4,7,21,35,24,25,22),
7238 (7,4,8,22,36,25,25,23),
7239 (7,4,9,22,38,26,25,23),
7240 (7,4,10,23,39,26,25,23),
7241 (7,4,11,24,41,27,25,24),
7242 (7,4,12,25,42,28,26,24),
7243 (7,4,13,26,44,29,26,25),
7244 (7,4,14,27,46,30,26,25),
7245 (7,4,15,28,47,30,26,25),
7246 (7,4,16,28,49,31,26,26),
7247 (7,4,17,29,50,32,27,26),
7248 (7,4,18,30,52,33,27,27),
7249 (7,4,19,31,54,34,27,27),
7250 (7,4,20,32,56,35,27,28),
7251 (7,4,21,33,57,35,27,28),
7252 (7,4,22,34,59,36,28,29),
7253 (7,4,23,35,61,37,28,29),
7254 (7,4,24,36,62,38,28,30),
7255 (7,4,25,37,64,39,28,30),
7256 (7,4,26,38,66,40,29,31),
7257 (7,4,27,39,68,41,29,31),
7258 (7,4,28,40,70,42,29,32),
7259 (7,4,29,41,72,43,29,32),
7260 (7,4,30,42,73,43,29,33),
7261 (7,4,31,43,75,44,30,33),
7262 (7,4,32,44,77,45,30,34),
7263 (7,4,33,45,79,46,30,34),
7264 (7,4,34,46,81,47,31,35),
7265 (7,4,35,47,83,48,31,35),
7266 (7,4,36,48,85,49,31,36),
7267 (7,4,37,49,87,50,31,36),
7268 (7,4,38,50,89,51,32,37),
7269 (7,4,39,51,91,52,32,38),
7270 (7,4,40,53,93,53,32,38),
7271 (7,4,41,54,95,54,33,39),
7272 (7,4,42,55,97,55,33,39),
7273 (7,4,43,56,99,56,33,40),
7274 (7,4,44,57,101,57,33,40),
7275 (7,4,45,58,103,59,34,41),
7276 (7,4,46,59,105,60,34,42),
7277 (7,4,47,61,107,61,34,42),
7278 (7,4,48,62,110,62,35,43),
7279 (7,4,49,63,112,63,35,44),
7280 (7,4,50,64,114,64,35,44),
7281 (7,4,51,65,116,65,36,45),
7282 (7,4,52,67,118,66,36,45),
7283 (7,4,53,68,121,67,36,46),
7284 (7,4,54,69,123,69,37,47),
7285 (7,4,55,70,125,70,37,47),
7286 (7,4,56,72,127,71,37,48),
7287 (7,4,57,73,130,72,38,49),
7288 (7,4,58,74,132,73,38,49),
7289 (7,4,59,75,134,74,39,50),
7290 (7,4,60,77,137,76,39,51),
7291 (7,4,61,78,139,77,39,51),
7292 (7,4,62,79,141,78,40,52),
7293 (7,4,63,81,144,79,40,53),
7294 (7,4,64,82,146,80,41,54),
7295 (7,4,65,83,149,82,41,54),
7296 (7,4,66,85,151,83,41,55),
7297 (7,4,67,86,154,84,42,56),
7298 (7,4,68,87,156,85,42,57),
7299 (7,4,69,89,158,87,43,57),
7300 (7,4,70,90,161,88,43,58),
7301 (7,4,71,92,164,89,44,59),
7302 (7,4,72,94,167,91,45,59),
7303 (7,4,73,95,170,93,45,60),
7304 (7,4,74,97,173,94,46,61),
7305 (7,4,75,99,176,96,46,62),
7306 (7,4,76,100,179,97,46,63),
7307 (7,4,77,102,182,102,47,64),
7308 (7,4,78,104,186,105,47,65),
7309 (7,4,79,106,189,106,48,66),
7310 (7,4,80,108,192,108,48,67),
7311 (7,6,1,18,23,21,24,20),
7312 (7,6,2,19,24,22,24,20),
7313 (7,6,3,21,25,23,24,21),
7314 (7,6,4,22,25,25,24,21),
7315 (7,6,5,23,26,26,24,21),
7316 (7,6,6,25,27,27,24,21),
7317 (7,6,7,26,28,28,24,22),
7318 (7,6,8,27,29,29,25,22),
7319 (7,6,9,29,29,31,25,22),
7320 (7,6,10,30,30,32,25,23),
7321 (7,6,11,32,31,33,25,23),
7322 (7,6,12,33,32,34,25,23),
7323 (7,6,13,34,33,36,25,24),
7324 (7,6,14,36,34,37,25,24),
7325 (7,6,15,37,35,38,25,24),
7326 (7,6,16,39,36,40,25,25),
7327 (7,6,17,40,36,41,25,25),
7328 (7,6,18,42,37,43,26,25),
7329 (7,6,19,43,38,44,26,26),
7330 (7,6,20,45,39,45,26,26),
7331 (7,6,21,47,40,47,26,26),
7332 (7,6,22,48,41,48,26,27),
7333 (7,6,23,50,42,50,26,27),
7334 (7,6,24,51,43,51,26,28),
7335 (7,6,25,53,44,52,27,28),
7336 (7,6,26,55,45,54,27,28),
7337 (7,6,27,56,46,55,27,29),
7338 (7,6,28,58,47,57,27,29),
7339 (7,6,29,59,48,58,27,30),
7340 (7,6,30,61,49,60,27,30),
7341 (7,6,31,63,50,62,27,30),
7342 (7,6,32,65,51,63,28,31),
7343 (7,6,33,66,52,65,28,31),
7344 (7,6,34,68,53,66,28,32),
7345 (7,6,35,70,55,68,28,32),
7346 (7,6,36,72,56,69,28,33),
7347 (7,6,37,73,57,71,29,33),
7348 (7,6,38,75,58,73,29,34),
7349 (7,6,39,77,59,74,29,34),
7350 (7,6,40,79,60,76,29,35),
7351 (7,6,41,81,61,78,29,35),
7352 (7,6,42,82,62,79,30,35),
7353 (7,6,43,84,64,81,30,36),
7354 (7,6,44,86,65,83,30,36),
7355 (7,6,45,88,66,85,30,37),
7356 (7,6,46,90,67,86,30,37),
7357 (7,6,47,92,68,88,31,38),
7358 (7,6,48,94,70,90,31,38),
7359 (7,6,49,96,71,92,31,39),
7360 (7,6,50,98,72,93,31,40),
7361 (7,6,51,99,72,93,32,40),
7362 (7,6,52,100,73,95,32,41),
7363 (7,6,53,101,74,96,32,41),
7364 (7,6,54,102,75,97,32,42),
7365 (7,6,55,103,76,98,33,42),
7366 (7,6,56,106,78,101,33,43),
7367 (7,6,57,111,79,103,33,43),
7368 (7,6,58,113,80,105,34,44),
7369 (7,6,59,116,82,107,34,44),
7370 (7,6,60,118,83,109,34,45),
7371 (7,6,61,120,84,111,34,46),
7372 (7,6,62,127,86,119,34,46),
7373 (7,6,63,129,87,122,35,47),
7374 (7,6,64,132,89,125,35,47),
7375 (7,6,65,135,90,127,35,48),
7376 (7,6,66,137,92,130,35,49),
7377 (7,6,67,138,93,130,36,49),
7378 (7,6,68,140,95,131,36,50),
7379 (7,6,69,142,96,131,36,51),
7380 (7,6,70,145,98,132,36,51),
7381 (7,6,71,148,100,135,37,52),
7382 (7,6,72,150,101,137,37,53),
7383 (7,6,73,153,103,140,37,54),
7384 (7,6,74,154,105,142,37,54),
7385 (7,6,75,155,106,145,38,55),
7386 (7,6,76,158,108,151,38,56),
7387 (7,6,77,161,110,157,38,57),
7388 (7,6,78,164,111,162,38,57),
7389 (7,6,79,167,113,165,39,58),
7390 (7,6,80,170,115,168,39,59),
7391 (7,8,1,15,23,19,27,22),
7392 (7,8,2,15,23,19,28,23),
7393 (7,8,3,15,23,20,30,25),
7394 (7,8,4,15,23,20,31,26),
7395 (7,8,5,15,24,20,32,27),
7396 (7,8,6,15,24,20,34,29),
7397 (7,8,7,16,24,21,35,30),
7398 (7,8,8,16,24,21,37,31),
7399 (7,8,9,16,24,21,38,33),
7400 (7,8,10,16,24,22,40,34),
7401 (7,8,11,16,25,22,41,36),
7402 (7,8,12,16,25,22,42,37),
7403 (7,8,13,16,25,23,44,38),
7404 (7,8,14,16,25,23,45,40),
7405 (7,8,15,17,25,23,47,41),
7406 (7,8,16,17,25,24,49,43),
7407 (7,8,17,17,26,24,50,44),
7408 (7,8,18,17,26,24,52,46),
7409 (7,8,19,17,26,25,53,47),
7410 (7,8,20,17,26,25,55,49),
7411 (7,8,21,17,26,26,57,51),
7412 (7,8,22,18,27,26,58,52),
7413 (7,8,23,18,27,26,60,54),
7414 (7,8,24,18,27,27,61,55),
7415 (7,8,25,18,27,27,63,57),
7416 (7,8,26,18,28,27,65,59),
7417 (7,8,27,18,28,28,67,60),
7418 (7,8,28,18,28,28,68,62),
7419 (7,8,29,19,28,29,70,64),
7420 (7,8,30,19,29,29,72,65),
7421 (7,8,31,19,29,30,74,67),
7422 (7,8,32,19,29,30,75,69),
7423 (7,8,33,19,29,30,77,70),
7424 (7,8,34,20,30,31,79,72),
7425 (7,8,35,20,30,31,81,74),
7426 (7,8,36,20,30,32,83,76),
7427 (7,8,37,20,30,32,85,78),
7428 (7,8,38,20,31,33,86,79),
7429 (7,8,39,21,31,33,88,81),
7430 (7,8,40,21,31,34,90,83),
7431 (7,8,41,21,32,34,92,85),
7432 (7,8,42,21,32,35,94,87),
7433 (7,8,43,21,32,35,96,89),
7434 (7,8,44,22,32,36,98,91),
7435 (7,8,45,22,33,36,100,92),
7436 (7,8,46,22,33,37,102,94),
7437 (7,8,47,22,33,37,104,96),
7438 (7,8,48,22,34,38,106,98),
7439 (7,8,49,23,34,38,108,100),
7440 (7,8,50,23,34,39,110,102),
7441 (7,8,51,23,35,39,112,104),
7442 (7,8,52,23,35,40,114,106),
7443 (7,8,53,24,35,40,117,108),
7444 (7,8,54,24,36,41,119,110),
7445 (7,8,55,24,36,41,121,112),
7446 (7,8,56,24,37,42,123,114),
7447 (7,8,57,25,37,42,125,117),
7448 (7,8,58,25,37,43,127,119),
7449 (7,8,59,25,38,43,130,121),
7450 (7,8,60,25,38,44,132,123),
7451 (7,8,61,26,38,45,134,125),
7452 (7,8,62,26,39,45,136,127),
7453 (7,8,63,26,39,46,139,129),
7454 (7,8,64,26,40,46,141,132),
7455 (7,8,65,27,40,47,143,134),
7456 (7,8,66,27,40,48,146,136),
7457 (7,8,67,27,41,48,148,138),
7458 (7,8,68,27,41,49,150,140),
7459 (7,8,69,28,42,49,153,143),
7460 (7,8,70,28,42,50,155,145),
7461 (7,8,71,28,42,51,168,148),
7462 (7,8,72,28,43,52,168,151),
7463 (7,8,73,28,43,53,171,154),
7464 (7,8,74,29,44,53,174,156),
7465 (7,8,75,29,44,54,177,159),
7466 (7,8,76,29,44,55,180,162),
7467 (7,8,77,30,45,56,183,165),
7468 (7,8,78,30,45,56,186,168),
7469 (7,8,79,30,46,57,190,171),
7470 (7,8,80,31,46,58,193,174),
7471 (7,9,1,15,23,20,26,22),
7472 (7,9,2,15,23,21,27,23),
7473 (7,9,3,16,24,21,28,24),
7474 (7,9,4,16,24,22,29,25),
7475 (7,9,5,16,24,22,31,27),
7476 (7,9,6,17,25,23,32,28),
7477 (7,9,7,17,25,23,33,29),
7478 (7,9,8,17,26,24,34,30),
7479 (7,9,9,17,26,25,36,31),
7480 (7,9,10,18,26,25,37,33),
7481 (7,9,11,18,27,26,38,34),
7482 (7,9,12,18,27,26,39,35),
7483 (7,9,13,19,28,27,41,36),
7484 (7,9,14,19,28,28,42,38),
7485 (7,9,15,20,28,28,43,39),
7486 (7,9,16,20,29,29,45,40),
7487 (7,9,17,20,29,30,46,42),
7488 (7,9,18,21,30,30,47,43),
7489 (7,9,19,21,30,31,49,44),
7490 (7,9,20,21,31,32,50,46),
7491 (7,9,21,22,31,32,51,47),
7492 (7,9,22,22,31,33,53,49),
7493 (7,9,23,23,32,34,54,50),
7494 (7,9,24,23,32,34,56,51),
7495 (7,9,25,23,33,35,57,53),
7496 (7,9,26,24,33,36,59,54),
7497 (7,9,27,24,34,37,60,56),
7498 (7,9,28,25,34,37,62,57),
7499 (7,9,29,25,35,38,63,59),
7500 (7,9,30,25,35,39,65,60),
7501 (7,9,31,26,36,40,66,62),
7502 (7,9,32,26,36,40,68,63),
7503 (7,9,33,27,37,41,69,65),
7504 (7,9,34,27,38,42,71,66),
7505 (7,9,35,28,38,43,73,68),
7506 (7,9,36,28,39,43,74,69),
7507 (7,9,37,28,39,44,76,71),
7508 (7,9,38,29,40,45,77,73),
7509 (7,9,39,29,40,46,79,74),
7510 (7,9,40,30,41,47,81,76),
7511 (7,9,41,30,41,48,82,78),
7512 (7,9,42,31,42,48,84,79),
7513 (7,9,43,31,43,49,86,81),
7514 (7,9,44,32,43,50,88,83),
7515 (7,9,45,32,44,51,89,84),
7516 (7,9,46,33,44,52,91,86),
7517 (7,9,47,33,45,53,93,88),
7518 (7,9,48,34,46,54,95,89),
7519 (7,9,49,34,46,54,96,91),
7520 (7,9,50,35,47,55,98,93),
7521 (7,9,51,35,48,56,100,95),
7522 (7,9,52,36,48,57,102,97),
7523 (7,9,53,36,49,58,104,98),
7524 (7,9,54,37,50,59,105,100),
7525 (7,9,55,37,50,60,107,102),
7526 (7,9,56,38,51,61,109,104),
7527 (7,9,57,38,52,62,111,106),
7528 (7,9,58,39,52,63,113,108),
7529 (7,9,59,40,53,64,115,109),
7530 (7,9,60,40,54,65,117,111),
7531 (7,9,61,41,54,66,119,113),
7532 (7,9,62,41,55,67,121,115),
7533 (7,9,63,42,56,68,123,117),
7534 (7,9,64,42,57,69,125,119),
7535 (7,9,65,43,57,70,127,121),
7536 (7,9,66,44,58,71,129,123),
7537 (7,9,67,44,59,72,131,125),
7538 (7,9,68,45,59,73,133,127),
7539 (7,9,69,45,60,74,135,129),
7540 (7,9,70,46,61,75,137,131),
7541 (7,9,71,47,62,84,147,142),
7542 (7,9,72,48,62,85,148,144),
7543 (7,9,73,49,63,85,153,147),
7544 (7,9,74,49,64,88,153,150),
7545 (7,9,75,50,65,90,155,152),
7546 (7,9,76,51,66,91,158,155),
7547 (7,9,77,52,67,92,161,158),
7548 (7,9,78,52,68,93,163,161),
7549 (7,9,79,53,69,95,166,164),
7550 (7,9,80,54,70,96,170,166),
7551 (8,1,1,24,22,23,16,21),
7552 (8,1,2,25,23,24,16,21),
7553 (8,1,3,27,24,25,16,22),
7554 (8,1,4,28,24,26,16,22),
7555 (8,1,5,29,25,28,16,22),
7556 (8,1,6,31,26,29,16,22),
7557 (8,1,7,32,27,30,17,23),
7558 (8,1,8,33,28,31,17,23),
7559 (8,1,9,35,28,33,17,23),
7560 (8,1,10,36,29,34,17,24),
7561 (8,1,11,37,30,35,17,24),
7562 (8,1,12,39,31,36,17,24),
7563 (8,1,13,40,32,38,17,25),
7564 (8,1,14,42,33,39,17,25),
7565 (8,1,15,43,34,40,18,25),
7566 (8,1,16,45,35,42,18,26),
7567 (8,1,17,46,35,43,18,26),
7568 (8,1,18,48,36,44,18,26),
7569 (8,1,19,49,37,46,18,27),
7570 (8,1,20,51,38,47,18,27),
7571 (8,1,21,52,39,49,18,27),
7572 (8,1,22,54,40,50,18,28),
7573 (8,1,23,55,41,51,19,28),
7574 (8,1,24,57,42,53,19,29),
7575 (8,1,25,59,43,54,19,29),
7576 (8,1,26,60,44,56,19,29),
7577 (8,1,27,62,45,57,19,30),
7578 (8,1,28,63,46,59,19,30),
7579 (8,1,29,65,47,60,20,31),
7580 (8,1,30,67,48,62,20,31),
7581 (8,1,31,69,49,63,20,31),
7582 (8,1,32,70,50,65,20,32),
7583 (8,1,33,72,51,67,20,32),
7584 (8,1,34,74,53,68,20,33),
7585 (8,1,35,75,54,70,21,33),
7586 (8,1,36,77,55,71,21,34),
7587 (8,1,37,79,56,73,21,34),
7588 (8,1,38,81,57,75,21,35),
7589 (8,1,39,83,58,76,21,35),
7590 (8,1,40,84,59,78,22,35),
7591 (8,1,41,86,60,80,22,36),
7592 (8,1,42,88,62,81,22,36),
7593 (8,1,43,90,63,83,22,37),
7594 (8,1,44,92,64,85,22,37),
7595 (8,1,45,94,65,86,23,38),
7596 (8,1,46,96,66,88,23,38),
7597 (8,1,47,98,67,90,23,39),
7598 (8,1,48,100,69,92,23,39),
7599 (8,1,49,102,70,93,24,40),
7600 (8,1,50,103,71,95,24,40),
7601 (8,1,51,105,72,97,24,41),
7602 (8,1,52,107,74,99,24,42),
7603 (8,1,53,109,75,101,25,42),
7604 (8,1,54,112,76,103,25,43),
7605 (8,1,55,114,78,104,25,43),
7606 (8,1,56,116,79,106,25,44),
7607 (8,1,57,118,80,108,25,44),
7608 (8,1,58,120,81,110,26,45),
7609 (8,1,59,122,83,112,26,45),
7610 (8,1,60,124,84,114,26,46),
7611 (8,1,61,126,85,116,27,47),
7612 (8,1,62,128,87,118,27,47),
7613 (8,1,63,130,88,120,27,48),
7614 (8,1,64,133,90,122,27,48),
7615 (8,1,65,135,91,124,28,49),
7616 (8,1,66,137,92,126,28,50),
7617 (8,1,67,139,94,128,28,50),
7618 (8,1,68,141,95,130,28,51),
7619 (8,1,69,144,97,132,29,51),
7620 (8,1,70,146,98,134,29,52),
7621 (8,1,71,149,99,136,29,53),
7622 (8,1,72,151,101,139,29,54),
7623 (8,1,73,154,103,141,29,55),
7624 (8,1,74,157,104,144,30,55),
7625 (8,1,75,166,106,151,30,56),
7626 (8,1,76,172,108,157,30,57),
7627 (8,1,77,175,110,161,31,58),
7628 (8,1,78,179,111,163,31,58),
7629 (8,1,79,182,113,164,31,59),
7630 (8,1,80,185,115,169,32,60),
7631 (8,3,1,21,25,22,16,22),
7632 (8,3,2,21,26,23,17,23),
7633 (8,3,3,22,28,24,17,23),
7634 (8,3,4,22,29,25,18,24),
7635 (8,3,5,23,30,26,18,25),
7636 (8,3,6,23,32,27,19,25),
7637 (8,3,7,24,33,28,20,26),
7638 (8,3,8,24,35,28,20,26),
7639 (8,3,9,25,36,29,21,27),
7640 (8,3,10,25,38,30,21,28),
7641 (8,3,11,25,39,31,22,29),
7642 (8,3,12,26,41,32,23,29),
7643 (8,3,13,26,42,33,23,30),
7644 (8,3,14,27,44,34,24,31),
7645 (8,3,15,27,45,35,25,31),
7646 (8,3,16,28,47,36,25,32),
7647 (8,3,17,28,48,38,26,33),
7648 (8,3,18,29,50,39,27,34),
7649 (8,3,19,29,51,40,28,34),
7650 (8,3,20,30,53,41,28,35),
7651 (8,3,21,31,55,42,29,36),
7652 (8,3,22,31,56,43,30,37),
7653 (8,3,23,32,58,44,30,37),
7654 (8,3,24,32,60,45,31,38),
7655 (8,3,25,33,61,46,32,39),
7656 (8,3,26,33,63,48,33,40),
7657 (8,3,27,34,65,49,33,41),
7658 (8,3,28,35,66,50,34,41),
7659 (8,3,29,35,68,51,35,42),
7660 (8,3,30,36,70,52,36,43),
7661 (8,3,31,36,72,53,37,44),
7662 (8,3,32,37,73,55,37,45),
7663 (8,3,33,38,75,56,38,46),
7664 (8,3,34,38,77,57,39,47),
7665 (8,3,35,39,79,58,40,48),
7666 (8,3,36,39,81,60,41,48),
7667 (8,3,37,40,83,61,41,49),
7668 (8,3,38,41,85,62,42,50),
7669 (8,3,39,41,86,63,43,51),
7670 (8,3,40,42,88,65,44,52),
7671 (8,3,41,43,90,66,45,53),
7672 (8,3,42,43,92,67,46,54),
7673 (8,3,43,44,94,69,47,55),
7674 (8,3,44,45,96,70,47,56),
7675 (8,3,45,45,98,71,48,57),
7676 (8,3,46,46,100,73,49,58),
7677 (8,3,47,47,102,74,50,59),
7678 (8,3,48,48,104,76,51,60),
7679 (8,3,49,48,106,77,52,61),
7680 (8,3,50,49,108,78,53,62),
7681 (8,3,51,50,110,80,54,63),
7682 (8,3,52,51,113,81,55,64),
7683 (8,3,53,51,115,83,56,65),
7684 (8,3,54,52,117,84,57,66),
7685 (8,3,55,53,119,86,58,67),
7686 (8,3,56,54,121,87,59,68),
7687 (8,3,57,54,123,89,60,69),
7688 (8,3,58,55,126,90,61,70),
7689 (8,3,59,56,128,92,62,71),
7690 (8,3,60,57,130,93,63,73),
7691 (8,3,61,58,132,95,64,74),
7692 (8,3,62,58,134,96,65,75),
7693 (8,3,63,59,137,98,66,76),
7694 (8,3,64,60,139,99,67,77),
7695 (8,3,65,61,141,101,68,78),
7696 (8,3,66,62,144,103,69,79),
7697 (8,3,67,62,146,104,70,80),
7698 (8,3,68,63,148,106,71,82),
7699 (8,3,69,64,151,107,72,83),
7700 (8,3,70,65,153,109,73,84),
7701 (8,3,71,66,156,111,74,85),
7702 (8,3,72,67,159,113,75,86),
7703 (8,3,73,68,162,115,76,88),
7704 (8,3,74,69,165,117,78,89),
7705 (8,3,75,70,174,119,82,91),
7706 (8,3,76,71,177,121,83,92),
7707 (8,3,77,72,180,123,85,94),
7708 (8,3,78,73,184,125,86,95),
7709 (8,3,79,74,187,127,87,97),
7710 (8,3,80,75,190,129,89,98),
7711 (8,4,1,22,25,22,16,21),
7712 (8,4,2,23,26,23,16,21),
7713 (8,4,3,24,28,23,16,22),
7714 (8,4,4,24,29,24,16,22),
7715 (8,4,5,25,31,25,17,22),
7716 (8,4,6,26,32,25,17,23),
7717 (8,4,7,27,34,26,17,23),
7718 (8,4,8,27,35,27,17,24),
7719 (8,4,9,28,37,28,17,24),
7720 (8,4,10,29,38,28,18,24),
7721 (8,4,11,30,40,29,18,25),
7722 (8,4,12,31,41,30,18,25),
7723 (8,4,13,32,43,31,18,26),
7724 (8,4,14,32,45,32,18,26),
7725 (8,4,15,33,46,32,19,26),
7726 (8,4,16,34,48,33,19,27),
7727 (8,4,17,35,50,34,19,27),
7728 (8,4,18,36,51,35,19,28),
7729 (8,4,19,37,53,36,19,28),
7730 (8,4,20,38,55,36,20,29),
7731 (8,4,21,39,56,37,20,29),
7732 (8,4,22,40,58,38,20,30),
7733 (8,4,23,41,60,39,20,30),
7734 (8,4,24,42,62,40,20,31),
7735 (8,4,25,43,63,41,21,31),
7736 (8,4,26,44,65,42,21,32),
7737 (8,4,27,45,67,43,21,32),
7738 (8,4,28,46,69,44,21,33),
7739 (8,4,29,47,71,44,22,33),
7740 (8,4,30,48,72,45,22,34),
7741 (8,4,31,49,74,46,22,34),
7742 (8,4,32,50,76,47,22,35),
7743 (8,4,33,51,78,48,23,35),
7744 (8,4,34,52,80,49,23,36),
7745 (8,4,35,53,82,50,23,36),
7746 (8,4,36,54,84,51,24,37),
7747 (8,4,37,55,86,52,24,37),
7748 (8,4,38,56,88,53,24,38),
7749 (8,4,39,57,90,54,24,38),
7750 (8,4,40,58,92,55,25,39),
7751 (8,4,41,59,94,56,25,40),
7752 (8,4,42,60,96,57,25,40),
7753 (8,4,43,62,98,58,26,41),
7754 (8,4,44,63,100,59,26,41),
7755 (8,4,45,64,102,60,26,42),
7756 (8,4,46,65,104,61,27,43),
7757 (8,4,47,66,107,63,27,43),
7758 (8,4,48,67,109,64,27,44),
7759 (8,4,49,69,111,65,27,44),
7760 (8,4,50,70,113,66,28,45),
7761 (8,4,51,71,115,67,28,46),
7762 (8,4,52,72,117,68,28,46),
7763 (8,4,53,74,120,69,29,47),
7764 (8,4,54,75,122,70,29,48),
7765 (8,4,55,76,124,72,29,48),
7766 (8,4,56,77,126,73,30,49),
7767 (8,4,57,79,129,74,30,50),
7768 (8,4,58,80,131,75,30,50),
7769 (8,4,59,81,133,76,31,51),
7770 (8,4,60,82,136,77,31,52),
7771 (8,4,61,84,138,79,32,52),
7772 (8,4,62,85,140,80,32,53),
7773 (8,4,63,86,143,81,32,54),
7774 (8,4,64,88,145,82,33,55),
7775 (8,4,65,89,148,84,33,55),
7776 (8,4,66,90,150,85,33,56),
7777 (8,4,67,92,153,86,34,57),
7778 (8,4,68,93,155,87,34,58),
7779 (8,4,69,95,157,89,35,58),
7780 (8,4,70,96,160,90,35,59),
7781 (8,4,71,98,163,94,35,60),
7782 (8,4,72,100,166,96,36,60),
7783 (8,4,73,101,169,96,36,61),
7784 (8,4,74,103,172,97,37,62),
7785 (8,4,75,105,175,98,37,63),
7786 (8,4,76,106,178,99,37,64),
7787 (8,4,77,108,181,105,38,65),
7788 (8,4,78,110,185,107,38,66),
7789 (8,4,79,112,188,109,39,67),
7790 (8,4,80,114,191,110,39,68),
7791 (8,5,1,21,22,21,18,24),
7792 (8,5,2,21,22,21,19,25),
7793 (8,5,3,21,22,22,21,27),
7794 (8,5,4,21,23,22,22,28),
7795 (8,5,5,22,23,22,23,29),
7796 (8,5,6,22,23,23,25,31),
7797 (8,5,7,22,23,23,26,32),
7798 (8,5,8,22,24,24,27,34),
7799 (8,5,9,22,24,24,29,35),
7800 (8,5,10,22,24,24,30,37),
7801 (8,5,11,23,24,25,32,38),
7802 (8,5,12,23,24,25,33,40),
7803 (8,5,13,23,25,26,35,41),
7804 (8,5,14,23,25,26,36,43),
7805 (8,5,15,23,25,26,38,44),
7806 (8,5,16,24,26,27,39,46),
7807 (8,5,17,24,26,27,41,47),
7808 (8,5,18,24,26,28,42,49),
7809 (8,5,19,24,26,28,44,50),
7810 (8,5,20,24,27,29,45,52),
7811 (8,5,21,25,27,29,47,54),
7812 (8,5,22,25,27,30,48,55),
7813 (8,5,23,25,28,30,50,57),
7814 (8,5,24,25,28,31,52,59),
7815 (8,5,25,25,28,31,53,60),
7816 (8,5,26,26,28,32,55,62),
7817 (8,5,27,26,29,32,56,64),
7818 (8,5,28,26,29,33,58,65),
7819 (8,5,29,26,29,33,60,67),
7820 (8,5,30,27,30,34,62,69),
7821 (8,5,31,27,30,34,63,71),
7822 (8,5,32,27,30,35,65,73),
7823 (8,5,33,27,31,35,67,74),
7824 (8,5,34,28,31,36,68,76),
7825 (8,5,35,28,32,36,70,78),
7826 (8,5,36,28,32,37,72,80),
7827 (8,5,37,29,32,37,74,82),
7828 (8,5,38,29,33,38,76,84),
7829 (8,5,39,29,33,38,77,86),
7830 (8,5,40,29,33,39,79,87),
7831 (8,5,41,30,34,40,81,89),
7832 (8,5,42,30,34,40,83,91),
7833 (8,5,43,30,35,41,85,93),
7834 (8,5,44,31,35,41,87,95),
7835 (8,5,45,31,35,42,89,97),
7836 (8,5,46,31,36,43,91,99),
7837 (8,5,47,32,36,43,93,101),
7838 (8,5,48,32,37,44,94,103),
7839 (8,5,49,32,37,44,96,105),
7840 (8,5,50,33,37,45,98,107),
7841 (8,5,51,33,38,46,100,110),
7842 (8,5,52,33,38,46,102,112),
7843 (8,5,53,34,39,47,104,114),
7844 (8,5,54,34,39,48,106,116),
7845 (8,5,55,34,40,48,109,118),
7846 (8,5,56,35,40,49,111,120),
7847 (8,5,57,35,41,50,113,122),
7848 (8,5,58,35,41,50,115,125),
7849 (8,5,59,36,42,51,117,127),
7850 (8,5,60,36,42,52,119,129),
7851 (8,5,61,36,42,52,121,131),
7852 (8,5,62,37,43,53,123,133),
7853 (8,5,63,37,43,54,125,136),
7854 (8,5,64,38,44,55,128,138),
7855 (8,5,65,38,44,55,130,140),
7856 (8,5,66,38,45,56,132,143),
7857 (8,5,67,39,45,57,134,145),
7858 (8,5,68,39,46,58,136,147),
7859 (8,5,69,40,46,58,139,150),
7860 (8,5,70,40,47,59,141,152),
7861 (8,5,71,40,48,60,144,155),
7862 (8,5,72,41,48,60,147,158),
7863 (8,5,73,41,49,61,150,161),
7864 (8,5,74,42,49,62,152,164),
7865 (8,5,75,42,50,63,155,167),
7866 (8,5,76,42,51,64,158,170),
7867 (8,5,77,43,51,65,161,173),
7868 (8,5,78,43,52,66,164,176),
7869 (8,5,79,44,52,67,167,179),
7870 (8,5,80,44,53,68,170,182),
7871 (8,6,1,24,22,23,16,21),
7872 (8,6,2,25,23,24,16,21),
7873 (8,6,3,27,24,25,16,22),
7874 (8,6,4,28,24,26,16,22),
7875 (8,6,5,29,25,28,16,22),
7876 (8,6,6,31,26,29,16,22),
7877 (8,6,7,32,27,30,17,23),
7878 (8,6,8,33,28,31,17,23),
7879 (8,6,9,35,28,33,17,23),
7880 (8,6,10,36,29,34,17,24),
7881 (8,6,11,37,30,35,17,24),
7882 (8,6,12,39,31,36,17,24),
7883 (8,6,13,40,32,38,17,25),
7884 (8,6,14,42,33,39,17,25),
7885 (8,6,15,43,34,40,18,25),
7886 (8,6,16,45,35,42,18,26),
7887 (8,6,17,46,35,43,18,26),
7888 (8,6,18,48,36,44,18,26),
7889 (8,6,19,49,37,46,18,27),
7890 (8,6,20,51,38,47,18,27),
7891 (8,6,21,52,39,49,18,27),
7892 (8,6,22,54,40,50,18,28),
7893 (8,6,23,55,41,51,19,28),
7894 (8,6,24,57,42,53,19,29),
7895 (8,6,25,59,43,54,19,29),
7896 (8,6,26,60,44,56,19,29),
7897 (8,6,27,62,45,57,19,30),
7898 (8,6,28,63,46,59,19,30),
7899 (8,6,29,65,47,60,20,31),
7900 (8,6,30,67,48,62,20,31),
7901 (8,6,31,69,49,63,20,31),
7902 (8,6,32,70,50,65,20,32),
7903 (8,6,33,72,51,67,20,32),
7904 (8,6,34,74,53,68,20,33),
7905 (8,6,35,75,54,70,21,33),
7906 (8,6,36,77,55,71,21,34),
7907 (8,6,37,79,56,73,21,34),
7908 (8,6,38,81,57,75,21,35),
7909 (8,6,39,83,58,76,21,35),
7910 (8,6,40,84,59,78,22,35),
7911 (8,6,41,86,60,80,22,36),
7912 (8,6,42,88,62,81,22,36),
7913 (8,6,43,90,63,83,22,37),
7914 (8,6,44,92,64,85,22,37),
7915 (8,6,45,94,65,86,23,38),
7916 (8,6,46,96,66,88,23,38),
7917 (8,6,47,98,67,90,23,39),
7918 (8,6,48,100,69,92,23,39),
7919 (8,6,49,102,70,93,24,40),
7920 (8,6,50,103,71,95,24,40),
7921 (8,6,51,105,72,96,24,41),
7922 (8,6,52,106,74,97,24,42),
7923 (8,6,53,107,73,98,25,42),
7924 (8,6,54,108,74,99,25,43),
7925 (8,6,55,109,75,100,25,43),
7926 (8,6,56,112,77,103,25,44),
7927 (8,6,57,114,78,105,25,44),
7928 (8,6,58,118,79,107,26,45),
7929 (8,6,59,119,81,109,26,45),
7930 (8,6,60,121,82,111,26,46),
7931 (8,6,61,123,83,113,26,47),
7932 (8,6,62,126,85,115,26,47),
7933 (8,6,63,128,86,118,27,48),
7934 (8,6,64,131,88,120,27,48),
7935 (8,6,65,138,89,122,27,49),
7936 (8,6,66,140,91,125,27,50),
7937 (8,6,67,143,92,127,28,50),
7938 (8,6,68,145,94,129,28,51),
7939 (8,6,69,148,95,132,28,52),
7940 (8,6,70,151,97,134,28,52),
7941 (8,6,71,154,99,137,29,53),
7942 (8,6,72,156,100,139,29,54),
7943 (8,6,73,159,102,142,29,55),
7944 (8,6,74,162,104,144,29,55),
7945 (8,6,75,165,105,147,30,56),
7946 (8,6,76,168,107,150,30,57),
7947 (8,6,77,169,109,153,30,58),
7948 (8,6,78,170,110,155,30,58),
7949 (8,6,79,178,112,158,31,59),
7950 (8,6,80,181,114,161,31,60),
7951 (8,7,1,22,22,22,17,23),
7952 (8,7,2,23,22,23,18,24),
7953 (8,7,3,24,23,24,19,25),
7954 (8,7,4,25,23,25,20,26),
7955 (8,7,5,25,24,26,21,27),
7956 (8,7,6,26,24,27,22,28),
7957 (8,7,7,27,25,28,23,29),
7958 (8,7,8,28,25,29,24,30),
7959 (8,7,9,29,25,30,25,31),
7960 (8,7,10,30,26,31,26,33),
7961 (8,7,11,31,26,32,27,34),
7962 (8,7,12,32,27,33,28,35),
7963 (8,7,13,33,27,34,29,36),
7964 (8,7,14,34,28,35,30,37),
7965 (8,7,15,34,28,36,31,38),
7966 (8,7,16,35,29,38,32,39),
7967 (8,7,17,36,29,39,33,41),
7968 (8,7,18,37,30,40,34,42),
7969 (8,7,19,38,30,41,35,43),
7970 (8,7,20,39,31,42,36,44),
7971 (8,7,21,40,32,43,37,45),
7972 (8,7,22,41,32,45,38,47),
7973 (8,7,23,43,33,46,39,48),
7974 (8,7,24,44,33,47,40,49),
7975 (8,7,25,45,34,48,42,51),
7976 (8,7,26,46,34,49,43,52),
7977 (8,7,27,47,35,51,44,53),
7978 (8,7,28,48,35,52,45,54),
7979 (8,7,29,49,36,53,46,56),
7980 (8,7,30,50,37,54,48,57),
7981 (8,7,31,51,37,56,49,59),
7982 (8,7,32,52,38,57,50,60),
7983 (8,7,33,53,38,58,51,61),
7984 (8,7,34,55,39,60,52,63),
7985 (8,7,35,56,40,61,54,64),
7986 (8,7,36,57,40,62,55,66),
7987 (8,7,37,58,41,64,56,67),
7988 (8,7,38,59,42,65,57,68),
7989 (8,7,39,61,42,66,59,70),
7990 (8,7,40,62,43,68,60,71),
7991 (8,7,41,63,44,69,61,73),
7992 (8,7,42,64,44,71,63,74),
7993 (8,7,43,65,45,72,64,76),
7994 (8,7,44,67,46,74,65,77),
7995 (8,7,45,68,46,75,67,79),
7996 (8,7,46,69,47,76,68,80),
7997 (8,7,47,71,48,78,69,82),
7998 (8,7,48,72,49,79,71,83),
7999 (8,7,49,73,49,81,72,85),
8000 (8,7,50,74,50,82,74,87),
8001 (8,7,51,76,51,84,75,88),
8002 (8,7,52,77,51,85,77,90),
8003 (8,7,53,78,52,87,78,92),
8004 (8,7,54,80,53,89,79,93),
8005 (8,7,55,81,54,90,81,95),
8006 (8,7,56,83,55,92,82,96),
8007 (8,7,57,84,55,93,84,98),
8008 (8,7,58,85,56,95,85,100),
8009 (8,7,59,87,57,97,87,102),
8010 (8,7,60,88,58,98,88,103),
8011 (8,7,61,90,58,100,90,105),
8012 (8,7,62,91,59,101,91,107),
8013 (8,7,63,93,60,103,93,108),
8014 (8,7,64,94,61,105,94,110),
8015 (8,7,65,95,62,106,96,112),
8016 (8,7,66,97,63,108,98,114),
8017 (8,7,67,98,63,110,99,116),
8018 (8,7,68,100,64,112,101,117),
8019 (8,7,69,101,65,113,102,119),
8020 (8,7,70,103,66,115,104,121),
8021 (8,7,71,104,67,117,116,123),
8022 (8,7,72,106,68,119,118,126),
8023 (8,7,73,108,69,121,121,128),
8024 (8,7,74,110,70,124,123,130),
8025 (8,7,75,112,71,126,125,132),
8026 (8,7,76,114,72,128,127,135),
8027 (8,7,77,115,73,130,129,137),
8028 (8,7,78,117,74,132,132,139),
8029 (8,7,79,119,75,135,134,142),
8030 (8,7,80,121,76,137,136,144),
8031 (8,8,1,21,22,21,19,23),
8032 (8,8,2,21,22,21,20,24),
8033 (8,8,3,21,22,22,22,26),
8034 (8,8,4,21,22,22,23,27),
8035 (8,8,5,21,23,22,25,28),
8036 (8,8,6,21,23,22,26,30),
8037 (8,8,7,21,23,23,27,31),
8038 (8,8,8,22,23,23,29,32),
8039 (8,8,9,22,23,23,30,34),
8040 (8,8,10,22,23,24,32,35),
8041 (8,8,11,22,24,24,33,37),
8042 (8,8,12,22,24,24,35,38),
8043 (8,8,13,22,24,25,36,39),
8044 (8,8,14,22,24,25,38,41),
8045 (8,8,15,22,24,25,39,42),
8046 (8,8,16,22,24,26,41,44),
8047 (8,8,17,23,25,26,42,45),
8048 (8,8,18,23,25,26,44,47),
8049 (8,8,19,23,25,27,46,48),
8050 (8,8,20,23,25,27,47,50),
8051 (8,8,21,23,25,27,49,51),
8052 (8,8,22,23,26,28,51,53),
8053 (8,8,23,23,26,28,52,55),
8054 (8,8,24,24,26,29,54,56),
8055 (8,8,25,24,26,29,56,58),
8056 (8,8,26,24,27,29,57,60),
8057 (8,8,27,24,27,30,59,61),
8058 (8,8,28,24,27,30,61,63),
8059 (8,8,29,24,27,31,63,65),
8060 (8,8,30,24,28,31,64,66),
8061 (8,8,31,25,28,31,66,68),
8062 (8,8,32,25,28,32,68,70),
8063 (8,8,33,25,28,32,70,71),
8064 (8,8,34,25,29,33,71,73),
8065 (8,8,35,25,29,33,73,75),
8066 (8,8,36,26,29,34,75,77),
8067 (8,8,37,26,29,34,77,79),
8068 (8,8,38,26,30,35,79,80),
8069 (8,8,39,26,30,35,81,82),
8070 (8,8,40,26,30,35,83,84),
8071 (8,8,41,27,31,36,85,86),
8072 (8,8,42,27,31,36,87,88),
8073 (8,8,43,27,31,37,89,90),
8074 (8,8,44,27,32,37,91,91),
8075 (8,8,45,27,32,38,93,93),
8076 (8,8,46,28,32,38,95,95),
8077 (8,8,47,28,32,39,97,97),
8078 (8,8,48,28,33,39,99,99),
8079 (8,8,49,28,33,40,101,101),
8080 (8,8,50,29,33,40,103,103),
8081 (8,8,51,29,34,41,105,105),
8082 (8,8,52,29,34,42,107,107),
8083 (8,8,53,29,35,42,109,109),
8084 (8,8,54,30,35,43,111,111),
8085 (8,8,55,30,35,43,113,113),
8086 (8,8,56,30,36,44,115,115),
8087 (8,8,57,30,36,44,118,118),
8088 (8,8,58,31,36,45,120,120),
8089 (8,8,59,31,37,45,122,122),
8090 (8,8,60,31,37,46,124,124),
8091 (8,8,61,31,37,47,126,126),
8092 (8,8,62,32,38,47,129,128),
8093 (8,8,63,32,38,48,131,130),
8094 (8,8,64,32,39,48,133,133),
8095 (8,8,65,33,39,49,135,135),
8096 (8,8,66,33,39,50,138,137),
8097 (8,8,67,33,40,50,140,139),
8098 (8,8,68,33,40,51,142,141),
8099 (8,8,69,34,41,51,145,144),
8100 (8,8,70,34,41,52,147,146),
8101 (8,8,71,34,41,53,150,149),
8102 (8,8,72,34,42,54,153,152),
8103 (8,8,73,34,42,55,156,155),
8104 (8,8,74,35,43,55,159,157),
8105 (8,8,75,35,43,56,162,160),
8106 (8,8,76,35,43,57,168,163),
8107 (8,8,77,36,44,58,168,166),
8108 (8,8,78,36,44,58,171,169),
8109 (8,8,79,36,45,59,177,172),
8110 (8,8,80,37,45,60,177,175),
8111 (10,2,1,19,22,21,24,20),
8112 (10,2,2,20,23,22,25,21),
8113 (10,2,3,21,23,23,25,21),
8114 (10,2,4,22,24,24,26,22),
8115 (10,2,5,23,24,25,27,23),
8116 (10,2,6,25,25,26,27,24),
8117 (10,2,7,26,25,27,28,24),
8118 (10,2,8,27,26,28,29,25),
8119 (10,2,9,28,27,29,29,26),
8120 (10,2,10,29,27,31,30,26),
8121 (10,2,11,30,28,32,31,27),
8122 (10,2,12,32,29,33,31,28),
8123 (10,2,13,33,29,34,32,29),
8124 (10,2,14,34,30,35,33,30),
8125 (10,2,15,35,31,36,33,30),
8126 (10,2,16,37,31,37,34,31),
8127 (10,2,17,38,32,39,35,32),
8128 (10,2,18,39,33,40,36,33),
8129 (10,2,19,40,33,41,36,34),
8130 (10,2,20,42,34,42,37,35),
8131 (10,2,21,43,35,44,38,35),
8132 (10,2,22,44,35,45,39,36),
8133 (10,2,23,46,36,46,40,37),
8134 (10,2,24,47,37,47,40,38),
8135 (10,2,25,49,38,49,41,39),
8136 (10,2,26,50,38,50,42,40),
8137 (10,2,27,51,39,51,43,41),
8138 (10,2,28,53,40,53,44,42),
8139 (10,2,29,54,41,54,45,43),
8140 (10,2,30,56,41,55,45,43),
8141 (10,2,31,57,42,57,46,44),
8142 (10,2,32,58,43,58,47,45),
8143 (10,2,33,60,44,59,48,46),
8144 (10,2,34,61,45,61,49,47),
8145 (10,2,35,63,45,62,50,48),
8146 (10,2,36,64,46,64,51,49),
8147 (10,2,37,66,47,65,52,50),
8148 (10,2,38,67,48,67,53,51),
8149 (10,2,39,69,49,68,54,52),
8150 (10,2,40,71,50,69,55,53),
8151 (10,2,41,72,50,71,55,54),
8152 (10,2,42,74,51,72,56,55),
8153 (10,2,43,75,52,74,57,56),
8154 (10,2,44,77,53,75,58,57),
8155 (10,2,45,79,54,77,59,59),
8156 (10,2,46,80,55,78,60,60),
8157 (10,2,47,82,56,80,61,61),
8158 (10,2,48,83,57,82,62,62),
8159 (10,2,49,85,58,83,63,63),
8160 (10,2,50,87,59,85,64,64),
8161 (10,2,51,89,60,86,66,65),
8162 (10,2,52,90,61,88,67,66),
8163 (10,2,53,92,61,90,68,67),
8164 (10,2,54,94,62,91,69,69),
8165 (10,2,55,95,63,93,70,70),
8166 (10,2,56,97,64,95,71,71),
8167 (10,2,57,99,65,96,72,72),
8168 (10,2,58,101,66,98,73,73),
8169 (10,2,59,102,67,100,74,74),
8170 (10,2,60,104,68,101,75,76),
8171 (10,2,61,106,69,103,76,77),
8172 (10,2,62,108,70,105,78,78),
8173 (10,2,63,110,72,106,79,79),
8174 (10,2,64,112,73,108,80,80),
8175 (10,2,65,113,74,110,81,82),
8176 (10,2,66,115,75,112,82,83),
8177 (10,2,67,117,76,114,83,84),
8178 (10,2,68,119,77,115,85,85),
8179 (10,2,69,121,78,117,86,87),
8180 (10,2,70,123,79,119,87,88),
8181 (10,2,71,125,80,120,88,89),
8182 (10,2,72,128,81,123,90,91),
8183 (10,2,73,130,82,125,91,93),
8184 (10,2,74,133,84,127,93,94),
8185 (10,2,75,135,85,129,94,96),
8186 (10,2,76,137,86,132,96,97),
8187 (10,2,77,140,88,134,97,99),
8188 (10,2,78,143,89,136,99,101),
8189 (10,2,79,145,90,139,100,102),
8190 (10,2,80,148,92,141,102,104),
8191 (10,3,1,17,25,20,24,20),
8192 (10,3,2,17,26,21,25,21),
8193 (10,3,3,18,28,22,25,21),
8194 (10,3,4,18,29,23,26,22),
8195 (10,3,5,19,30,24,26,23),
8196 (10,3,6,19,32,25,27,23),
8197 (10,3,7,20,33,26,27,24),
8198 (10,3,8,20,35,27,28,25),
8199 (10,3,9,21,36,27,29,25),
8200 (10,3,10,21,38,28,29,26),
8201 (10,3,11,22,39,29,30,27),
8202 (10,3,12,22,41,30,31,27),
8203 (10,3,13,23,42,31,31,28),
8204 (10,3,14,23,44,32,32,29),
8205 (10,3,15,24,45,34,32,29),
8206 (10,3,16,24,47,35,33,30),
8207 (10,3,17,25,48,36,34,31),
8208 (10,3,18,25,50,37,34,32),
8209 (10,3,19,26,51,38,35,32),
8210 (10,3,20,26,53,39,36,33),
8211 (10,3,21,27,55,40,37,34),
8212 (10,3,22,27,56,41,37,35),
8213 (10,3,23,28,58,42,38,36),
8214 (10,3,24,28,60,43,39,36),
8215 (10,3,25,29,61,44,39,37),
8216 (10,3,26,30,63,46,40,38),
8217 (10,3,27,30,65,47,41,39),
8218 (10,3,28,31,66,48,42,40),
8219 (10,3,29,31,68,49,42,40),
8220 (10,3,30,32,70,50,43,41),
8221 (10,3,31,33,72,52,44,42),
8222 (10,3,32,33,73,53,45,43),
8223 (10,3,33,34,75,54,46,44),
8224 (10,3,34,34,77,55,46,45),
8225 (10,3,35,35,79,57,47,46),
8226 (10,3,36,36,81,58,48,47),
8227 (10,3,37,36,83,59,49,47),
8228 (10,3,38,37,85,60,50,48),
8229 (10,3,39,38,86,62,51,49),
8230 (10,3,40,38,88,63,51,50),
8231 (10,3,41,39,90,64,52,51),
8232 (10,3,42,40,92,66,53,52),
8233 (10,3,43,40,94,67,54,53),
8234 (10,3,44,41,96,68,55,54),
8235 (10,3,45,42,98,70,56,55),
8236 (10,3,46,42,100,71,57,56),
8237 (10,3,47,43,102,72,58,57),
8238 (10,3,48,44,104,74,59,58),
8239 (10,3,49,45,106,75,60,59),
8240 (10,3,50,45,108,77,61,60),
8241 (10,3,51,46,110,78,61,61),
8242 (10,3,52,47,113,79,62,62),
8243 (10,3,53,47,115,81,63,63),
8244 (10,3,54,48,117,82,64,64),
8245 (10,3,55,49,119,84,65,65),
8246 (10,3,56,50,121,85,66,66),
8247 (10,3,57,50,123,87,67,67),
8248 (10,3,58,51,126,88,68,68),
8249 (10,3,59,52,128,90,69,70),
8250 (10,3,60,53,130,91,70,71),
8251 (10,3,61,54,132,93,71,72),
8252 (10,3,62,54,134,94,72,73),
8253 (10,3,63,55,137,96,73,74),
8254 (10,3,64,56,139,97,75,75),
8255 (10,3,65,57,141,99,76,76),
8256 (10,3,66,58,144,101,77,77),
8257 (10,3,67,58,146,102,78,78),
8258 (10,3,68,59,148,104,79,80),
8259 (10,3,69,60,151,105,80,81),
8260 (10,3,70,61,153,107,81,82),
8261 (10,3,71,62,156,108,82,83),
8262 (10,3,72,63,159,110,83,84),
8263 (10,3,73,64,162,112,84,86),
8264 (10,3,74,65,165,114,86,87),
8265 (10,3,75,66,168,116,87,89),
8266 (10,3,76,67,171,118,89,90),
8267 (10,3,77,68,174,120,90,92),
8268 (10,3,78,69,177,122,91,93),
8269 (10,3,79,70,180,124,92,95),
8270 (10,3,80,71,183,126,94,96),
8271 (10,4,1,18,25,20,24,19),
8272 (10,4,2,19,26,21,24,19),
8273 (10,4,3,20,28,21,24,20),
8274 (10,4,4,20,29,22,24,20),
8275 (10,4,5,21,31,23,25,20),
8276 (10,4,6,22,32,24,25,21),
8277 (10,4,7,23,34,24,25,21),
8278 (10,4,8,24,35,25,25,22),
8279 (10,4,9,24,37,26,25,22),
8280 (10,4,10,25,38,26,25,22),
8281 (10,4,11,26,40,27,25,23),
8282 (10,4,12,27,41,28,26,23),
8283 (10,4,13,28,43,29,26,24),
8284 (10,4,14,29,45,30,26,24),
8285 (10,4,15,29,46,30,26,25),
8286 (10,4,16,30,48,31,26,25),
8287 (10,4,17,31,50,32,27,25),
8288 (10,4,18,32,51,33,27,26),
8289 (10,4,19,33,53,34,27,26),
8290 (10,4,20,34,55,35,27,27),
8291 (10,4,21,35,56,35,27,27),
8292 (10,4,22,36,58,36,28,28),
8293 (10,4,23,37,60,37,28,28),
8294 (10,4,24,38,62,38,28,29),
8295 (10,4,25,39,63,39,28,29),
8296 (10,4,26,40,65,40,29,30),
8297 (10,4,27,41,67,41,29,30),
8298 (10,4,28,42,69,42,29,31),
8299 (10,4,29,43,71,43,29,31),
8300 (10,4,30,44,72,43,29,32),
8301 (10,4,31,45,74,44,30,32),
8302 (10,4,32,46,76,45,30,33),
8303 (10,4,33,47,78,46,30,33),
8304 (10,4,34,48,80,47,31,34),
8305 (10,4,35,49,82,48,31,34),
8306 (10,4,36,50,84,49,31,35),
8307 (10,4,37,51,86,50,31,35),
8308 (10,4,38,52,88,51,32,36),
8309 (10,4,39,53,90,52,32,37),
8310 (10,4,40,54,92,53,32,37),
8311 (10,4,41,56,94,54,33,38),
8312 (10,4,42,57,96,55,33,38),
8313 (10,4,43,58,98,56,33,39),
8314 (10,4,44,59,100,57,33,39),
8315 (10,4,45,60,102,59,34,40),
8316 (10,4,46,61,104,60,34,41),
8317 (10,4,47,62,107,61,34,41),
8318 (10,4,48,64,109,62,35,42),
8319 (10,4,49,65,111,63,35,43),
8320 (10,4,50,66,113,64,35,43),
8321 (10,4,51,67,115,65,36,44),
8322 (10,4,52,68,117,66,36,44),
8323 (10,4,53,70,120,67,36,45),
8324 (10,4,54,71,122,69,37,46),
8325 (10,4,55,72,124,70,37,46),
8326 (10,4,56,73,126,71,37,47),
8327 (10,4,57,75,129,72,38,48),
8328 (10,4,58,76,131,73,38,48),
8329 (10,4,59,77,133,74,39,49),
8330 (10,4,60,79,136,76,39,50),
8331 (10,4,61,80,138,77,39,51),
8332 (10,4,62,81,140,78,40,51),
8333 (10,4,63,82,143,79,40,52),
8334 (10,4,64,84,145,80,41,53),
8335 (10,4,65,85,148,82,41,53),
8336 (10,4,66,87,150,83,41,54),
8337 (10,4,67,88,153,84,42,55),
8338 (10,4,68,89,155,85,42,56),
8339 (10,4,69,91,157,87,43,56),
8340 (10,4,70,92,160,88,43,57),
8341 (10,4,71,94,163,88,43,58),
8342 (10,4,72,96,166,90,44,58),
8343 (10,4,73,97,169,92,44,59),
8344 (10,4,74,99,172,93,45,60),
8345 (10,4,75,101,175,95,45,61),
8346 (10,4,76,102,178,96,45,62),
8347 (10,4,77,104,181,101,46,63),
8348 (10,4,78,106,185,104,46,64),
8349 (10,4,79,108,188,105,47,65),
8350 (10,4,80,110,191,107,47,66),
8351 (10,5,1,17,22,19,26,22),
8352 (10,5,2,17,22,19,27,23),
8353 (10,5,3,17,22,20,29,25),
8354 (10,5,4,17,23,20,30,26),
8355 (10,5,5,18,23,20,31,27),
8356 (10,5,6,18,23,21,33,29),
8357 (10,5,7,18,23,21,34,30),
8358 (10,5,8,18,24,22,35,32),
8359 (10,5,9,18,24,22,37,33),
8360 (10,5,10,19,24,22,38,35),
8361 (10,5,11,19,24,23,39,36),
8362 (10,5,12,19,24,23,41,38),
8363 (10,5,13,19,25,24,42,39),
8364 (10,5,14,19,25,24,44,41),
8365 (10,5,15,19,25,25,45,42),
8366 (10,5,16,20,26,25,47,44),
8367 (10,5,17,20,26,25,48,45),
8368 (10,5,18,20,26,26,50,47),
8369 (10,5,19,20,26,26,51,49),
8370 (10,5,20,21,27,27,53,50),
8371 (10,5,21,21,27,27,54,52),
8372 (10,5,22,21,27,28,56,53),
8373 (10,5,23,21,28,28,58,55),
8374 (10,5,24,21,28,29,59,57),
8375 (10,5,25,22,28,29,61,58),
8376 (10,5,26,22,28,30,62,60),
8377 (10,5,27,22,29,30,64,62),
8378 (10,5,28,22,29,31,66,64),
8379 (10,5,29,23,29,31,67,65),
8380 (10,5,30,23,30,32,69,67),
8381 (10,5,31,23,30,32,71,69),
8382 (10,5,32,23,30,33,72,71),
8383 (10,5,33,24,31,33,74,72),
8384 (10,5,34,24,31,34,76,74),
8385 (10,5,35,24,32,34,78,76),
8386 (10,5,36,24,32,35,80,78),
8387 (10,5,37,25,32,35,81,80),
8388 (10,5,38,25,33,36,83,82),
8389 (10,5,39,25,33,37,85,84),
8390 (10,5,40,26,33,37,87,86),
8391 (10,5,41,26,34,38,89,88),
8392 (10,5,42,26,34,38,91,89),
8393 (10,5,43,27,35,39,92,91),
8394 (10,5,44,27,35,39,94,93),
8395 (10,5,45,27,35,40,96,95),
8396 (10,5,46,27,36,41,98,97),
8397 (10,5,47,28,36,41,100,99),
8398 (10,5,48,28,37,42,102,101),
8399 (10,5,49,28,37,43,104,103),
8400 (10,5,50,29,37,43,106,106),
8401 (10,5,51,29,38,44,108,108),
8402 (10,5,52,29,38,44,110,110),
8403 (10,5,53,30,39,45,112,112),
8404 (10,5,54,30,39,46,114,114),
8405 (10,5,55,30,40,46,116,116),
8406 (10,5,56,31,40,47,118,118),
8407 (10,5,57,31,41,48,120,120),
8408 (10,5,58,31,41,48,123,123),
8409 (10,5,59,32,42,49,125,125),
8410 (10,5,60,32,42,50,127,127),
8411 (10,5,61,33,42,51,129,129),
8412 (10,5,62,33,43,51,131,131),
8413 (10,5,63,33,43,52,133,134),
8414 (10,5,64,34,44,53,135,136),
8415 (10,5,65,34,44,53,138,138),
8416 (10,5,66,34,45,54,140,141),
8417 (10,5,67,35,45,55,142,143),
8418 (10,5,68,35,46,56,144,145),
8419 (10,5,69,36,46,56,147,148),
8420 (10,5,70,36,47,57,149,150),
8421 (10,5,71,36,48,57,152,153),
8422 (10,5,72,37,48,57,155,156),
8423 (10,5,73,37,49,58,158,159),
8424 (10,5,74,38,49,59,160,163),
8425 (10,5,75,38,50,60,163,165),
8426 (10,5,76,38,51,61,166,170),
8427 (10,5,77,39,51,62,168,175),
8428 (10,5,78,39,52,63,172,174),
8429 (10,5,79,40,52,64,175,177),
8430 (10,5,80,40,53,65,178,180),
8431 (10,6,1,18,23,21,24,20),
8432 (10,6,2,19,24,22,24,20),
8433 (10,6,3,21,25,23,24,21),
8434 (10,6,4,22,25,25,24,21),
8435 (10,6,5,23,26,26,24,21),
8436 (10,6,6,25,27,27,24,21),
8437 (10,6,7,26,28,28,24,22),
8438 (10,6,8,27,29,29,25,22),
8439 (10,6,9,29,29,31,25,22),
8440 (10,6,10,30,30,32,25,23),
8441 (10,6,11,32,31,33,25,23),
8442 (10,6,12,33,32,34,25,23),
8443 (10,6,13,34,33,36,25,24),
8444 (10,6,14,36,34,37,25,24),
8445 (10,6,15,37,35,38,25,24),
8446 (10,6,16,39,36,40,25,25),
8447 (10,6,17,40,36,41,25,25),
8448 (10,6,18,42,37,43,26,25),
8449 (10,6,19,43,38,44,26,26),
8450 (10,6,20,45,39,45,26,26),
8451 (10,6,21,47,40,47,26,26),
8452 (10,6,22,48,41,48,26,27),
8453 (10,6,23,50,42,50,26,27),
8454 (10,6,24,51,43,51,26,28),
8455 (10,6,25,53,44,52,27,28),
8456 (10,6,26,55,45,54,27,28),
8457 (10,6,27,56,46,55,27,29),
8458 (10,6,28,58,47,57,27,29),
8459 (10,6,29,59,48,58,27,30),
8460 (10,6,30,61,49,60,27,30),
8461 (10,6,31,63,50,62,27,30),
8462 (10,6,32,65,51,63,28,31),
8463 (10,6,33,66,52,65,28,31),
8464 (10,6,34,68,53,66,28,32),
8465 (10,6,35,70,55,68,28,32),
8466 (10,6,36,72,56,69,28,33),
8467 (10,6,37,73,57,71,29,33),
8468 (10,6,38,75,58,73,29,34),
8469 (10,6,39,77,59,74,29,34),
8470 (10,6,40,79,60,76,29,35),
8471 (10,6,41,81,61,78,29,35),
8472 (10,6,42,82,62,79,30,35),
8473 (10,6,43,84,64,81,30,36),
8474 (10,6,44,86,65,83,30,36),
8475 (10,6,45,88,66,85,30,37),
8476 (10,6,46,90,67,86,30,37),
8477 (10,6,47,92,68,88,31,38),
8478 (10,6,48,94,69,90,31,38),
8479 (10,6,49,96,69,92,31,39),
8480 (10,6,50,98,70,93,31,40),
8481 (10,6,51,100,71,95,32,40),
8482 (10,6,52,102,72,96,32,41),
8483 (10,6,53,103,73,97,32,41),
8484 (10,6,54,104,74,98,32,41),
8485 (10,6,55,105,75,97,33,41),
8486 (10,6,56,108,77,100,33,42),
8487 (10,6,57,113,78,102,33,42),
8488 (10,6,58,115,79,104,34,43),
8489 (10,6,59,117,81,106,34,43),
8490 (10,6,60,118,82,108,34,44),
8491 (10,6,61,119,83,110,34,45),
8492 (10,6,62,121,85,112,34,45),
8493 (10,6,63,124,86,115,35,46),
8494 (10,6,64,127,88,117,35,46),
8495 (10,6,65,133,89,119,35,47),
8496 (10,6,66,135,91,122,35,48),
8497 (10,6,67,139,92,124,36,48),
8498 (10,6,68,141,94,126,36,49),
8499 (10,6,69,142,95,129,36,50),
8500 (10,6,70,145,97,131,36,50),
8501 (10,6,71,150,99,134,37,51),
8502 (10,6,72,152,100,136,37,52),
8503 (10,6,73,155,102,139,37,53),
8504 (10,6,74,158,104,141,37,53),
8505 (10,6,75,159,105,144,38,54),
8506 (10,6,76,160,107,147,38,55),
8507 (10,6,77,163,109,149,38,56),
8508 (10,6,78,166,110,152,38,56),
8509 (10,6,79,169,112,155,39,57),
8510 (10,6,80,172,114,158,39,58),
8511 (10,8,1,17,22,19,27,21),
8512 (10,8,2,17,22,19,28,22),
8513 (10,8,3,17,22,20,30,24),
8514 (10,8,4,17,22,20,31,25),
8515 (10,8,5,17,23,20,32,26),
8516 (10,8,6,17,23,20,34,28),
8517 (10,8,7,18,23,21,35,29),
8518 (10,8,8,18,23,21,37,30),
8519 (10,8,9,18,23,21,38,32),
8520 (10,8,10,18,23,22,40,33),
8521 (10,8,11,18,24,22,41,35),
8522 (10,8,12,18,24,22,42,36),
8523 (10,8,13,18,24,23,44,37),
8524 (10,8,14,18,24,23,45,39),
8525 (10,8,15,18,24,23,47,40),
8526 (10,8,16,19,24,24,49,42),
8527 (10,8,17,19,25,24,50,43),
8528 (10,8,18,19,25,24,52,45),
8529 (10,8,19,19,25,25,53,46),
8530 (10,8,20,19,25,25,55,48),
8531 (10,8,21,19,25,26,57,50),
8532 (10,8,22,19,26,26,58,51),
8533 (10,8,23,20,26,26,60,53),
8534 (10,8,24,20,26,27,61,54),
8535 (10,8,25,20,26,27,63,56),
8536 (10,8,26,20,27,27,65,58),
8537 (10,8,27,20,27,28,67,59),
8538 (10,8,28,20,27,28,68,61),
8539 (10,8,29,21,27,29,70,63),
8540 (10,8,30,21,28,29,72,64),
8541 (10,8,31,21,28,30,74,66),
8542 (10,8,32,21,28,30,75,68),
8543 (10,8,33,21,28,30,77,70),
8544 (10,8,34,21,29,31,79,71),
8545 (10,8,35,22,29,31,81,73),
8546 (10,8,36,22,29,32,83,75),
8547 (10,8,37,22,29,32,85,77),
8548 (10,8,38,22,30,33,86,78),
8549 (10,8,39,22,30,33,88,80),
8550 (10,8,40,23,30,34,90,82),
8551 (10,8,41,23,31,34,92,84),
8552 (10,8,42,23,31,35,94,86),
8553 (10,8,43,23,31,35,96,88),
8554 (10,8,44,23,32,36,98,90),
8555 (10,8,45,24,32,36,100,92),
8556 (10,8,46,24,32,37,102,93),
8557 (10,8,47,24,32,37,104,95),
8558 (10,8,48,24,33,38,106,97),
8559 (10,8,49,25,33,38,108,99),
8560 (10,8,50,25,33,39,110,101),
8561 (10,8,51,25,34,39,112,103),
8562 (10,8,52,25,34,40,114,105),
8563 (10,8,53,25,35,40,117,107),
8564 (10,8,54,26,35,41,119,109),
8565 (10,8,55,26,35,41,121,111),
8566 (10,8,56,26,36,42,123,113),
8567 (10,8,57,26,36,42,125,116),
8568 (10,8,58,27,36,43,127,118),
8569 (10,8,59,27,37,43,130,120),
8570 (10,8,60,27,37,44,132,122),
8571 (10,8,61,27,37,45,134,124),
8572 (10,8,62,28,38,45,136,126),
8573 (10,8,63,28,38,46,139,128),
8574 (10,8,64,28,39,46,141,131),
8575 (10,8,65,29,39,47,143,133),
8576 (10,8,66,29,39,48,146,135),
8577 (10,8,67,29,40,48,148,137),
8578 (10,8,68,29,40,49,150,139),
8579 (10,8,69,30,41,49,153,142),
8580 (10,8,70,30,41,50,155,144),
8581 (10,8,71,30,41,50,158,147),
8582 (10,8,72,30,42,51,161,150),
8583 (10,8,73,30,42,52,164,153),
8584 (10,8,74,31,43,52,167,155),
8585 (10,8,75,31,43,53,170,158),
8586 (10,8,76,31,43,54,173,161),
8587 (10,8,77,32,44,55,176,164),
8588 (10,8,78,32,44,55,179,167),
8589 (10,8,79,32,45,56,182,170),
8590 (10,8,80,33,45,57,185,173),
8591 (10,9,1,17,22,20,26,21),
8592 (10,9,2,17,22,21,27,22),
8593 (10,9,3,18,23,21,28,23),
8594 (10,9,4,18,23,22,29,24),
8595 (10,9,5,18,23,22,31,26),
8596 (10,9,6,18,24,23,32,27),
8597 (10,9,7,19,24,23,33,28),
8598 (10,9,8,19,25,24,34,29),
8599 (10,9,9,19,25,25,36,30),
8600 (10,9,10,20,25,25,37,32),
8601 (10,9,11,20,26,26,38,33),
8602 (10,9,12,20,26,26,39,34),
8603 (10,9,13,21,27,27,41,36),
8604 (10,9,14,21,27,28,42,37),
8605 (10,9,15,21,27,28,43,38),
8606 (10,9,16,22,28,29,45,39),
8607 (10,9,17,22,28,30,46,41),
8608 (10,9,18,23,29,30,47,42),
8609 (10,9,19,23,29,31,49,43),
8610 (10,9,20,23,30,32,50,45),
8611 (10,9,21,24,30,32,51,46),
8612 (10,9,22,24,31,33,53,48),
8613 (10,9,23,24,31,34,54,49),
8614 (10,9,24,25,31,34,56,50),
8615 (10,9,25,25,32,35,57,52),
8616 (10,9,26,26,32,36,59,53),
8617 (10,9,27,26,33,37,60,55),
8618 (10,9,28,26,33,37,62,56),
8619 (10,9,29,27,34,38,63,58),
8620 (10,9,30,27,34,39,65,59),
8621 (10,9,31,28,35,40,66,61),
8622 (10,9,32,28,36,40,68,62),
8623 (10,9,33,29,36,41,69,64),
8624 (10,9,34,29,37,42,71,65),
8625 (10,9,35,29,37,43,73,67),
8626 (10,9,36,30,38,43,74,69),
8627 (10,9,37,30,38,44,76,70),
8628 (10,9,38,31,39,45,77,72),
8629 (10,9,39,31,39,46,79,73),
8630 (10,9,40,32,40,47,81,75),
8631 (10,9,41,32,41,48,82,77),
8632 (10,9,42,33,41,48,84,78),
8633 (10,9,43,33,42,49,86,80),
8634 (10,9,44,34,42,50,88,82),
8635 (10,9,45,34,43,51,89,83),
8636 (10,9,46,35,44,52,91,85),
8637 (10,9,47,35,44,53,93,87),
8638 (10,9,48,36,45,54,95,89),
8639 (10,9,49,36,45,54,96,90),
8640 (10,9,50,37,46,55,98,92),
8641 (10,9,51,37,47,56,100,94),
8642 (10,9,52,38,47,57,102,96),
8643 (10,9,53,38,48,58,104,97),
8644 (10,9,54,39,49,59,105,99),
8645 (10,9,55,39,49,60,107,101),
8646 (10,9,56,40,50,61,109,103),
8647 (10,9,57,40,51,62,111,105),
8648 (10,9,58,41,51,63,113,107),
8649 (10,9,59,42,52,64,115,108),
8650 (10,9,60,42,53,65,117,110),
8651 (10,9,61,43,53,66,119,112),
8652 (10,9,62,43,54,67,121,114),
8653 (10,9,63,44,55,68,123,116),
8654 (10,9,64,44,56,69,125,118),
8655 (10,9,65,45,56,70,127,120),
8656 (10,9,66,46,57,71,129,122),
8657 (10,9,67,46,58,72,131,124),
8658 (10,9,68,47,58,73,133,126),
8659 (10,9,69,47,59,74,135,128),
8660 (10,9,70,48,60,75,137,130),
8661 (10,9,71,49,61,83,139,141),
8662 (10,9,72,50,61,84,142,143),
8663 (10,9,73,51,62,84,144,146),
8664 (10,9,74,51,63,86,147,149),
8665 (10,9,75,52,64,89,149,151),
8666 (10,9,76,53,65,90,155,154),
8667 (10,9,77,54,66,91,155,157),
8668 (10,9,78,54,67,93,157,160),
8669 (10,9,79,55,68,94,160,163),
8670 (10,9,80,56,69,95,163,165),
8671 (11,1,1,24,17,21,21,22),
8672 (11,1,2,25,18,22,21,22),
8673 (11,1,3,27,19,23,21,23),
8674 (11,1,4,28,19,25,21,23),
8675 (11,1,5,29,20,26,21,23),
8676 (11,1,6,31,21,27,21,23),
8677 (11,1,7,32,22,28,21,24),
8678 (11,1,8,33,23,29,22,24),
8679 (11,1,9,35,24,31,22,24),
8680 (11,1,10,36,24,32,22,25),
8681 (11,1,11,37,25,33,22,25),
8682 (11,1,12,39,26,34,22,25),
8683 (11,1,13,40,27,36,22,26),
8684 (11,1,14,42,28,37,22,26),
8685 (11,1,15,43,29,38,22,26),
8686 (11,1,16,45,30,40,22,27),
8687 (11,1,17,46,31,41,23,27),
8688 (11,1,18,48,32,43,23,27),
8689 (11,1,19,49,33,44,23,28),
8690 (11,1,20,51,34,45,23,28),
8691 (11,1,21,52,34,47,23,28),
8692 (11,1,22,54,35,48,23,29),
8693 (11,1,23,55,36,50,23,29),
8694 (11,1,24,57,37,51,24,30),
8695 (11,1,25,59,38,52,24,30),
8696 (11,1,26,60,39,54,24,30),
8697 (11,1,27,62,40,55,24,31),
8698 (11,1,28,63,41,57,24,31),
8699 (11,1,29,65,43,58,24,32),
8700 (11,1,30,67,44,60,24,32),
8701 (11,1,31,69,45,62,25,32),
8702 (11,1,32,70,46,63,25,33),
8703 (11,1,33,72,47,65,25,33),
8704 (11,1,34,74,48,66,25,34),
8705 (11,1,35,75,49,68,25,34),
8706 (11,1,36,77,50,69,26,35),
8707 (11,1,37,79,51,71,26,35),
8708 (11,1,38,81,52,73,26,35),
8709 (11,1,39,83,53,74,26,36),
8710 (11,1,40,84,55,76,26,36),
8711 (11,1,41,86,56,78,27,37),
8712 (11,1,42,88,57,79,27,37),
8713 (11,1,43,90,58,81,27,38),
8714 (11,1,44,92,59,83,27,38),
8715 (11,1,45,94,60,85,27,39),
8716 (11,1,46,96,62,86,28,39),
8717 (11,1,47,98,63,88,28,40),
8718 (11,1,48,100,64,90,28,40),
8719 (11,1,49,102,65,92,28,41),
8720 (11,1,50,103,66,93,29,41),
8721 (11,1,51,105,68,95,29,42),
8722 (11,1,52,107,69,97,29,42),
8723 (11,1,53,109,70,99,29,43),
8724 (11,1,54,112,71,101,30,44),
8725 (11,1,55,114,73,103,30,44),
8726 (11,1,56,116,74,104,30,45),
8727 (11,1,57,118,75,106,30,45),
8728 (11,1,58,120,77,108,31,46),
8729 (11,1,59,122,78,110,31,46),
8730 (11,1,60,124,79,112,31,47),
8731 (11,1,61,126,81,114,31,48),
8732 (11,1,62,128,82,116,32,48),
8733 (11,1,63,130,83,118,32,49),
8734 (11,1,64,133,85,120,32,49),
8735 (11,1,65,135,86,122,33,50),
8736 (11,1,66,137,87,124,33,51),
8737 (11,1,67,139,89,126,33,51),
8738 (11,1,68,141,90,128,33,52),
8739 (11,1,69,144,92,130,34,52),
8740 (11,1,70,146,93,132,34,53),
8741 (11,1,71,149,94,134,34,54),
8742 (11,1,72,151,96,137,34,55),
8743 (11,1,73,154,98,139,34,56),
8744 (11,1,74,157,99,142,35,56),
8745 (11,1,75,166,101,149,35,57),
8746 (11,1,76,172,103,155,35,58),
8747 (11,1,77,175,105,159,36,59),
8748 (11,1,78,179,106,161,36,59),
8749 (11,1,79,182,108,164,36,60),
8750 (11,1,80,185,110,167,37,61),
8751 (11,2,1,23,17,21,21,23),
8752 (11,2,2,24,18,22,22,24),
8753 (11,2,3,25,18,23,22,24),
8754 (11,2,4,26,19,24,23,25),
8755 (11,2,5,27,19,25,24,26),
8756 (11,2,6,29,20,26,24,26),
8757 (11,2,7,30,21,27,25,27),
8758 (11,2,8,31,21,28,26,28),
8759 (11,2,9,32,22,29,26,29),
8760 (11,2,10,33,22,31,27,29),
8761 (11,2,11,34,23,32,28,30),
8762 (11,2,12,36,24,33,28,31),
8763 (11,2,13,37,24,34,29,32),
8764 (11,2,14,38,25,35,30,32),
8765 (11,2,15,39,26,36,31,33),
8766 (11,2,16,40,26,37,31,34),
8767 (11,2,17,42,27,39,32,35),
8768 (11,2,18,43,28,40,33,36),
8769 (11,2,19,44,28,41,34,37),
8770 (11,2,20,46,29,42,34,37),
8771 (11,2,21,47,30,44,35,38),
8772 (11,2,22,48,31,45,36,39),
8773 (11,2,23,50,31,46,37,40),
8774 (11,2,24,51,32,47,38,41),
8775 (11,2,25,52,33,49,38,42),
8776 (11,2,26,54,34,50,39,43),
8777 (11,2,27,55,34,51,40,44),
8778 (11,2,28,56,35,53,41,44),
8779 (11,2,29,58,36,54,42,45),
8780 (11,2,30,59,37,55,43,46),
8781 (11,2,31,61,37,57,43,47),
8782 (11,2,32,62,38,58,44,48),
8783 (11,2,33,64,39,59,45,49),
8784 (11,2,34,65,40,61,46,50),
8785 (11,2,35,67,41,62,47,51),
8786 (11,2,36,68,42,64,48,52),
8787 (11,2,37,70,42,65,49,53),
8788 (11,2,38,71,43,67,50,54),
8789 (11,2,39,73,44,68,51,55),
8790 (11,2,40,74,45,69,52,56),
8791 (11,2,41,76,46,71,53,57),
8792 (11,2,42,78,47,72,54,58),
8793 (11,2,43,79,47,74,55,59),
8794 (11,2,44,81,48,75,56,60),
8795 (11,2,45,82,49,77,57,61),
8796 (11,2,46,84,50,78,58,62),
8797 (11,2,47,86,51,80,59,64),
8798 (11,2,48,87,52,82,60,65),
8799 (11,2,49,89,53,83,61,66),
8800 (11,2,50,91,54,85,62,67),
8801 (11,2,51,92,55,86,63,68),
8802 (11,2,52,94,56,88,64,69),
8803 (11,2,53,96,57,90,65,70),
8804 (11,2,54,97,58,91,66,71),
8805 (11,2,55,99,59,93,67,73),
8806 (11,2,56,101,60,95,68,74),
8807 (11,2,57,103,61,96,69,75),
8808 (11,2,58,105,62,98,70,76),
8809 (11,2,59,106,63,100,71,77),
8810 (11,2,60,108,64,101,72,78),
8811 (11,2,61,110,65,103,74,80),
8812 (11,2,62,112,66,105,75,81),
8813 (11,2,63,114,67,106,76,82),
8814 (11,2,64,116,68,108,77,83),
8815 (11,2,65,117,69,110,78,85),
8816 (11,2,66,119,70,112,79,86),
8817 (11,2,67,121,71,114,80,87),
8818 (11,2,68,123,72,115,82,88),
8819 (11,2,69,125,73,117,83,90),
8820 (11,2,70,127,74,119,84,91),
8821 (11,2,71,130,75,121,87,92),
8822 (11,2,72,132,76,124,90,94),
8823 (11,2,73,134,77,126,93,96),
8824 (11,2,74,137,79,128,97,97),
8825 (11,2,75,139,80,130,101,99),
8826 (11,2,76,142,81,133,106,100),
8827 (11,2,77,144,83,135,108,102),
8828 (11,2,78,147,84,137,110,104),
8829 (11,2,79,149,85,140,111,105),
8830 (11,2,80,152,87,142,113,107),
8831 (11,3,1,21,20,20,21,23),
8832 (11,3,2,21,21,21,22,24),
8833 (11,3,3,22,23,22,22,24),
8834 (11,3,4,22,24,23,23,25),
8835 (11,3,5,23,25,24,23,25),
8836 (11,3,6,23,27,25,24,26),
8837 (11,3,7,24,28,26,24,27),
8838 (11,3,8,24,30,27,25,27),
8839 (11,3,9,25,31,27,26,28),
8840 (11,3,10,25,33,28,26,29),
8841 (11,3,11,25,34,29,27,29),
8842 (11,3,12,26,36,30,28,30),
8843 (11,3,13,26,37,31,28,31),
8844 (11,3,14,27,39,32,29,32),
8845 (11,3,15,27,40,34,30,32),
8846 (11,3,16,28,42,35,30,33),
8847 (11,3,17,28,43,36,31,34),
8848 (11,3,18,29,45,37,32,35),
8849 (11,3,19,29,47,38,32,35),
8850 (11,3,20,30,48,39,33,36),
8851 (11,3,21,31,50,40,34,37),
8852 (11,3,22,31,51,41,34,38),
8853 (11,3,23,32,53,42,35,38),
8854 (11,3,24,32,55,43,36,39),
8855 (11,3,25,33,57,44,37,40),
8856 (11,3,26,33,58,46,37,41),
8857 (11,3,27,34,60,47,38,42),
8858 (11,3,28,35,62,48,39,42),
8859 (11,3,29,35,63,49,40,43),
8860 (11,3,30,36,65,50,40,44),
8861 (11,3,31,36,67,52,41,45),
8862 (11,3,32,37,69,53,42,46),
8863 (11,3,33,38,71,54,43,47),
8864 (11,3,34,38,72,55,44,48),
8865 (11,3,35,39,74,57,44,48),
8866 (11,3,36,39,76,58,45,49),
8867 (11,3,37,40,78,59,46,50),
8868 (11,3,38,41,80,60,47,51),
8869 (11,3,39,41,82,62,48,52),
8870 (11,3,40,42,84,63,49,53),
8871 (11,3,41,43,86,64,50,54),
8872 (11,3,42,43,88,66,50,55),
8873 (11,3,43,44,90,67,51,56),
8874 (11,3,44,45,91,68,52,57),
8875 (11,3,45,45,93,70,53,58),
8876 (11,3,46,46,95,71,54,59),
8877 (11,3,47,47,98,72,55,60),
8878 (11,3,48,48,100,74,56,61),
8879 (11,3,49,48,102,75,57,62),
8880 (11,3,50,49,104,77,58,63),
8881 (11,3,51,50,106,78,59,64),
8882 (11,3,52,51,108,79,60,65),
8883 (11,3,53,51,110,81,61,66),
8884 (11,3,54,52,112,82,61,67),
8885 (11,3,55,53,114,84,62,68),
8886 (11,3,56,54,116,85,63,69),
8887 (11,3,57,54,118,87,64,70),
8888 (11,3,58,55,121,88,65,71),
8889 (11,3,59,56,123,90,66,72),
8890 (11,3,60,57,125,91,67,74),
8891 (11,3,61,58,127,93,68,75),
8892 (11,3,62,58,130,94,69,76),
8893 (11,3,63,59,132,96,71,77),
8894 (11,3,64,60,134,97,72,78),
8895 (11,3,65,61,136,99,73,79),
8896 (11,3,66,62,139,101,74,80),
8897 (11,3,67,62,141,102,75,81),
8898 (11,3,68,63,143,104,76,83),
8899 (11,3,69,64,146,105,77,84),
8900 (11,3,70,65,148,107,78,85),
8901 (11,3,71,66,151,109,79,86),
8902 (11,3,72,67,154,111,80,87),
8903 (11,3,73,68,157,113,81,89),
8904 (11,3,74,69,160,115,83,90),
8905 (11,3,75,70,163,117,84,92),
8906 (11,3,76,71,166,119,85,93),
8907 (11,3,77,72,169,121,87,95),
8908 (11,3,78,73,172,123,88,96),
8909 (11,3,79,74,175,125,89,98),
8910 (11,3,80,75,178,127,91,99),
8911 (11,5,1,21,17,19,23,25),
8912 (11,5,2,21,17,19,24,26),
8913 (11,5,3,21,17,20,26,28),
8914 (11,5,4,21,18,20,27,29),
8915 (11,5,5,22,18,20,28,30),
8916 (11,5,6,22,18,21,30,32),
8917 (11,5,7,22,18,21,31,33),
8918 (11,5,8,22,19,22,32,35),
8919 (11,5,9,22,19,22,34,36),
8920 (11,5,10,22,19,22,35,38),
8921 (11,5,11,23,19,23,37,39),
8922 (11,5,12,23,20,23,38,41),
8923 (11,5,13,23,20,24,39,42),
8924 (11,5,14,23,20,24,41,44),
8925 (11,5,15,23,20,25,42,45),
8926 (11,5,16,24,21,25,44,47),
8927 (11,5,17,24,21,25,45,48),
8928 (11,5,18,24,21,26,47,50),
8929 (11,5,19,24,22,26,48,51),
8930 (11,5,20,24,22,27,50,53),
8931 (11,5,21,25,22,27,51,55),
8932 (11,5,22,25,22,28,53,56),
8933 (11,5,23,25,23,28,55,58),
8934 (11,5,24,25,23,29,56,60),
8935 (11,5,25,25,23,29,58,61),
8936 (11,5,26,26,24,30,60,63),
8937 (11,5,27,26,24,30,61,65),
8938 (11,5,28,26,24,31,63,66),
8939 (11,5,29,26,25,31,65,68),
8940 (11,5,30,27,25,32,66,70),
8941 (11,5,31,27,25,32,68,72),
8942 (11,5,32,27,26,33,70,73),
8943 (11,5,33,27,26,33,71,75),
8944 (11,5,34,28,26,34,73,77),
8945 (11,5,35,28,27,34,75,79),
8946 (11,5,36,28,27,35,77,81),
8947 (11,5,37,29,28,35,79,83),
8948 (11,5,38,29,28,36,80,85),
8949 (11,5,39,29,28,37,82,86),
8950 (11,5,40,29,29,37,84,88),
8951 (11,5,41,30,29,38,86,90),
8952 (11,5,42,30,29,38,88,92),
8953 (11,5,43,30,30,39,90,94),
8954 (11,5,44,31,30,39,91,96),
8955 (11,5,45,31,31,40,93,98),
8956 (11,5,46,31,31,41,95,100),
8957 (11,5,47,32,31,41,97,102),
8958 (11,5,48,32,32,42,99,104),
8959 (11,5,49,32,32,43,101,106),
8960 (11,5,50,33,33,43,103,108),
8961 (11,5,51,33,33,44,105,110),
8962 (11,5,52,33,34,44,107,113),
8963 (11,5,53,34,34,45,109,115),
8964 (11,5,54,34,34,46,111,117),
8965 (11,5,55,34,35,46,113,119),
8966 (11,5,56,35,35,47,115,121),
8967 (11,5,57,35,36,48,118,123),
8968 (11,5,58,35,36,48,120,126),
8969 (11,5,59,36,37,49,122,128),
8970 (11,5,60,36,37,50,124,130),
8971 (11,5,61,36,38,51,126,132),
8972 (11,5,62,37,38,51,128,134),
8973 (11,5,63,37,39,52,130,137),
8974 (11,5,64,38,39,53,133,139),
8975 (11,5,65,38,40,53,135,141),
8976 (11,5,66,38,40,54,137,144),
8977 (11,5,67,39,40,55,139,146),
8978 (11,5,68,39,41,56,141,148),
8979 (11,5,69,40,41,56,144,151),
8980 (11,5,70,40,42,57,146,153),
8981 (11,5,71,40,43,58,149,156),
8982 (11,5,72,41,43,58,155,159),
8983 (11,5,73,41,44,59,157,160),
8984 (11,5,74,42,44,61,160,163),
8985 (11,5,75,42,45,62,164,166),
8986 (11,5,76,42,46,62,167,169),
8987 (11,5,77,43,46,63,168,172),
8988 (11,5,78,43,47,64,169,177),
8989 (11,5,79,44,47,65,172,180),
8990 (11,5,80,44,48,66,175,183),
8991 (11,6,1,24,17,21,21,22),
8992 (11,6,2,25,18,22,21,22),
8993 (11,6,3,27,19,23,21,23),
8994 (11,6,4,28,19,25,21,23),
8995 (11,6,5,29,20,26,21,23),
8996 (11,6,6,31,21,27,21,23),
8997 (11,6,7,32,22,28,21,24),
8998 (11,6,8,33,23,29,22,24),
8999 (11,6,9,35,24,31,22,24),
9000 (11,6,10,36,24,32,22,25),
9001 (11,6,11,37,25,33,22,25),
9002 (11,6,12,39,26,34,22,25),
9003 (11,6,13,40,27,36,22,26),
9004 (11,6,14,42,28,37,22,26),
9005 (11,6,15,43,29,38,22,26),
9006 (11,6,16,45,30,40,22,27),
9007 (11,6,17,46,31,41,23,27),
9008 (11,6,18,48,32,43,23,27),
9009 (11,6,19,49,33,44,23,28),
9010 (11,6,20,51,34,45,23,28),
9011 (11,6,21,52,34,47,23,28),
9012 (11,6,22,54,35,48,23,29),
9013 (11,6,23,55,36,50,23,29),
9014 (11,6,24,57,37,51,24,30),
9015 (11,6,25,59,38,52,24,30),
9016 (11,6,26,60,39,54,24,30),
9017 (11,6,27,62,40,55,24,31),
9018 (11,6,28,63,41,57,24,31),
9019 (11,6,29,65,43,58,24,32),
9020 (11,6,30,67,44,60,24,32),
9021 (11,6,31,69,45,62,25,32),
9022 (11,6,32,70,46,63,25,33),
9023 (11,6,33,72,47,65,25,33),
9024 (11,6,34,74,48,66,25,34),
9025 (11,6,35,75,49,68,25,34),
9026 (11,6,36,77,50,69,26,35),
9027 (11,6,37,79,51,71,26,35),
9028 (11,6,38,81,52,73,26,35),
9029 (11,6,39,83,53,74,26,36),
9030 (11,6,40,84,55,76,26,36),
9031 (11,6,41,86,56,78,27,37),
9032 (11,6,42,88,57,79,27,37),
9033 (11,6,43,90,58,81,27,38),
9034 (11,6,44,92,59,83,27,38),
9035 (11,6,45,94,60,85,27,39),
9036 (11,6,46,96,62,86,28,39),
9037 (11,6,47,98,63,88,28,40),
9038 (11,6,48,100,64,90,28,40),
9039 (11,6,49,102,65,92,28,41),
9040 (11,6,50,103,65,93,29,41),
9041 (11,6,51,105,66,94,29,42),
9042 (11,6,52,106,67,95,29,42),
9043 (11,6,53,107,68,96,29,43),
9044 (11,6,54,108,69,97,30,44),
9045 (11,6,55,109,70,98,30,44),
9046 (11,6,56,112,72,101,30,45),
9047 (11,6,57,114,73,103,30,45),
9048 (11,6,58,117,74,105,31,46),
9049 (11,6,59,119,76,107,31,46),
9050 (11,6,60,121,77,109,31,47),
9051 (11,6,61,123,78,111,31,48),
9052 (11,6,62,126,80,113,31,48),
9053 (11,6,63,128,81,116,32,49),
9054 (11,6,64,131,83,118,32,49),
9055 (11,6,65,136,84,120,32,50),
9056 (11,6,66,140,86,123,32,51),
9057 (11,6,67,141,87,125,33,51),
9058 (11,6,68,141,89,127,33,52),
9059 (11,6,69,144,90,130,33,53),
9060 (11,6,70,147,92,132,33,53),
9061 (11,6,71,150,94,135,34,54),
9062 (11,6,72,152,95,137,34,55),
9063 (11,6,73,155,97,140,34,56),
9064 (11,6,74,162,99,142,34,56),
9065 (11,6,75,165,100,145,35,57),
9066 (11,6,76,167,102,146,35,58),
9067 (11,6,77,169,104,150,35,59),
9068 (11,6,78,170,105,152,35,59),
9069 (11,6,79,173,107,156,36,60),
9070 (11,6,80,176,109,159,36,61),
9071 (11,7,1,22,17,20,22,24),
9072 (11,7,2,23,17,21,23,25),
9073 (11,7,3,24,18,22,24,26),
9074 (11,7,4,25,18,23,25,27),
9075 (11,7,5,25,19,24,26,28),
9076 (11,7,6,26,19,25,27,29),
9077 (11,7,7,27,20,26,28,30),
9078 (11,7,8,28,20,27,28,31),
9079 (11,7,9,29,21,28,29,32),
9080 (11,7,10,30,21,29,30,33),
9081 (11,7,11,31,22,30,31,35),
9082 (11,7,12,32,22,31,32,36),
9083 (11,7,13,33,23,32,33,37),
9084 (11,7,14,34,23,33,34,38),
9085 (11,7,15,34,24,35,35,39),
9086 (11,7,16,35,24,36,36,40),
9087 (11,7,17,36,25,37,38,42),
9088 (11,7,18,37,25,38,39,43),
9089 (11,7,19,38,26,39,40,44),
9090 (11,7,20,39,26,40,41,45),
9091 (11,7,21,40,27,41,42,46),
9092 (11,7,22,41,27,43,43,48),
9093 (11,7,23,43,28,44,44,49),
9094 (11,7,24,44,28,45,45,50),
9095 (11,7,25,45,29,46,46,51),
9096 (11,7,26,46,30,47,48,53),
9097 (11,7,27,47,30,49,49,54),
9098 (11,7,28,48,31,50,50,55),
9099 (11,7,29,49,31,51,51,57),
9100 (11,7,30,50,32,53,52,58),
9101 (11,7,31,51,33,54,53,59),
9102 (11,7,32,52,33,55,55,61),
9103 (11,7,33,53,34,56,56,62),
9104 (11,7,34,55,34,58,57,64),
9105 (11,7,35,56,35,59,58,65),
9106 (11,7,36,57,36,60,60,66),
9107 (11,7,37,58,36,62,61,68),
9108 (11,7,38,59,37,63,62,69),
9109 (11,7,39,61,38,65,63,71),
9110 (11,7,40,62,38,66,65,72),
9111 (11,7,41,63,39,67,66,74),
9112 (11,7,42,64,40,69,67,75),
9113 (11,7,43,65,40,70,69,77),
9114 (11,7,44,67,41,72,70,78),
9115 (11,7,45,68,42,73,71,80),
9116 (11,7,46,69,42,75,73,81),
9117 (11,7,47,71,43,76,74,83),
9118 (11,7,48,72,44,78,76,84),
9119 (11,7,49,73,45,79,77,86),
9120 (11,7,50,74,45,81,78,88),
9121 (11,7,51,76,46,82,80,89),
9122 (11,7,52,77,47,84,81,91),
9123 (11,7,53,78,47,85,83,92),
9124 (11,7,54,80,48,87,84,94),
9125 (11,7,55,81,49,88,86,96),
9126 (11,7,56,83,50,90,87,97),
9127 (11,7,57,84,50,91,89,99),
9128 (11,7,58,85,51,93,90,101),
9129 (11,7,59,87,52,95,92,102),
9130 (11,7,60,88,53,96,93,104),
9131 (11,7,61,90,54,98,95,106),
9132 (11,7,62,91,54,99,96,108),
9133 (11,7,63,93,55,101,98,109),
9134 (11,7,64,94,56,103,99,111),
9135 (11,7,65,95,57,104,101,113),
9136 (11,7,66,97,58,106,103,115),
9137 (11,7,67,98,58,108,104,117),
9138 (11,7,68,100,59,110,106,118),
9139 (11,7,69,101,60,111,107,120),
9140 (11,7,70,103,61,113,109,122),
9141 (11,7,71,104,62,115,122,124),
9142 (11,7,72,106,63,117,124,127),
9143 (11,7,73,108,64,119,126,129),
9144 (11,7,74,110,65,122,128,131),
9145 (11,7,75,112,66,124,130,133),
9146 (11,7,76,114,67,126,133,136),
9147 (11,7,77,115,68,128,135,138),
9148 (11,7,78,117,69,130,137,140),
9149 (11,7,79,119,70,133,139,143),
9150 (11,7,80,121,71,135,141,145),
9151 (11,8,1,21,17,19,24,24),
9152 (11,8,2,21,17,19,25,25),
9153 (11,8,3,21,17,20,27,27),
9154 (11,8,4,21,17,20,28,28),
9155 (11,8,5,21,18,20,29,29),
9156 (11,8,6,21,18,20,31,31),
9157 (11,8,7,21,18,21,32,32),
9158 (11,8,8,22,18,21,34,33),
9159 (11,8,9,22,18,21,35,35),
9160 (11,8,10,22,19,22,37,36),
9161 (11,8,11,22,19,22,38,37),
9162 (11,8,12,22,19,22,40,39),
9163 (11,8,13,22,19,23,41,40),
9164 (11,8,14,22,19,23,43,42),
9165 (11,8,15,22,19,23,44,43),
9166 (11,8,16,22,20,24,46,45),
9167 (11,8,17,23,20,24,47,46),
9168 (11,8,18,23,20,24,49,48),
9169 (11,8,19,23,20,25,50,49),
9170 (11,8,20,23,21,25,52,51),
9171 (11,8,21,23,21,26,54,52),
9172 (11,8,22,23,21,26,55,54),
9173 (11,8,23,23,21,26,57,56),
9174 (11,8,24,24,21,27,59,57),
9175 (11,8,25,24,22,27,60,59),
9176 (11,8,26,24,22,27,62,60),
9177 (11,8,27,24,22,28,64,62),
9178 (11,8,28,24,22,28,65,64),
9179 (11,8,29,24,23,29,67,65),
9180 (11,8,30,24,23,29,69,67),
9181 (11,8,31,25,23,30,71,69),
9182 (11,8,32,25,23,30,73,71),
9183 (11,8,33,25,24,30,74,72),
9184 (11,8,34,25,24,31,76,74),
9185 (11,8,35,25,24,31,78,76),
9186 (11,8,36,26,24,32,80,78),
9187 (11,8,37,26,25,32,82,79),
9188 (11,8,38,26,25,33,84,81),
9189 (11,8,39,26,25,33,86,83),
9190 (11,8,40,26,26,34,87,85),
9191 (11,8,41,27,26,34,89,87),
9192 (11,8,42,27,26,35,91,89),
9193 (11,8,43,27,27,35,93,91),
9194 (11,8,44,27,27,36,95,92),
9195 (11,8,45,27,27,36,97,94),
9196 (11,8,46,28,27,37,99,96),
9197 (11,8,47,28,28,37,101,98),
9198 (11,8,48,28,28,38,103,100),
9199 (11,8,49,28,28,38,105,102),
9200 (11,8,50,29,29,39,107,104),
9201 (11,8,51,29,29,39,110,106),
9202 (11,8,52,29,29,40,112,108),
9203 (11,8,53,29,30,40,114,110),
9204 (11,8,54,30,30,41,116,112),
9205 (11,8,55,30,30,41,118,114),
9206 (11,8,56,30,31,42,120,116),
9207 (11,8,57,30,31,42,122,118),
9208 (11,8,58,31,31,43,125,121),
9209 (11,8,59,31,32,43,127,123),
9210 (11,8,60,31,32,44,129,125),
9211 (11,8,61,31,33,45,131,127),
9212 (11,8,62,32,33,45,133,129),
9213 (11,8,63,32,33,46,136,131),
9214 (11,8,64,32,34,46,138,134),
9215 (11,8,65,33,34,47,140,136),
9216 (11,8,66,33,34,48,143,138),
9217 (11,8,67,33,35,48,145,140),
9218 (11,8,68,33,35,49,147,142),
9219 (11,8,69,34,36,49,150,145),
9220 (11,8,70,34,36,50,152,147),
9221 (11,8,71,34,36,51,155,150),
9222 (11,8,72,34,37,52,161,153),
9223 (11,8,73,34,37,53,161,156),
9224 (11,8,74,35,38,53,164,158),
9225 (11,8,75,35,38,54,167,161),
9226 (11,8,76,35,38,55,170,164),
9227 (11,8,77,36,39,56,173,167),
9228 (11,8,78,36,39,56,176,170),
9229 (11,8,79,36,40,57,179,173),
9230 (11,8,80,37,40,58,182,176);
9231 /*!40000 ALTER TABLE `player_levelstats` ENABLE KEYS */;
9232 UNLOCK TABLES;
9235 -- Table structure for table `playercreateinfo`
9238 DROP TABLE IF EXISTS `playercreateinfo`;
9239 CREATE TABLE `playercreateinfo` (
9240   `race` tinyint(3) unsigned NOT NULL default '0',
9241   `class` tinyint(3) unsigned NOT NULL default '0',
9242   `map` smallint(5) unsigned NOT NULL default '0',
9243   `zone` mediumint(8) unsigned NOT NULL default '0',
9244   `position_x` float NOT NULL default '0',
9245   `position_y` float NOT NULL default '0',
9246   `position_z` float NOT NULL default '0',
9247   PRIMARY KEY  (`race`,`class`)
9248 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
9251 -- Dumping data for table `playercreateinfo`
9254 LOCK TABLES `playercreateinfo` WRITE;
9255 /*!40000 ALTER TABLE `playercreateinfo` DISABLE KEYS */;
9256 INSERT INTO `playercreateinfo` VALUES
9257 (1,1,0,12,-8949,-132,84),
9258 (1,2,0,12,-8949,-132,84),
9259 (1,4,0,12,-8949,-132,84),
9260 (1,5,0,12,-8949,-132,84),
9261 (1,6,609,4298,2355.84,-5664.77,426.028),
9262 (1,8,0,12,-8949,-132,84),
9263 (1,9,0,12,-8949,-132,84),
9264 (2,1,1,14,-618,-4251,39),
9265 (2,3,1,14,-618,-4251,39),
9266 (2,4,1,14,-618,-4251,39),
9267 (2,6,609,4298,2358.44,-5666.9,426.023),
9268 (2,7,1,14,-618,-4251,39),
9269 (2,9,1,14,-618,-4251,39),
9270 (3,1,0,1,-6240,331,383),
9271 (3,2,0,1,-6240,331,383),
9272 (3,3,0,1,-6240,331,383),
9273 (3,4,0,1,-6240,331,383),
9274 (3,5,0,1,-6240,331,383),
9275 (3,6,609,4298,2358.44,-5666.9,426.023),
9276 (4,1,1,141,10311,832,1327),
9277 (4,3,1,141,10311,832,1327),
9278 (4,4,1,141,10311,832,1327),
9279 (4,5,1,141,10311,832,1327),
9280 (4,6,609,4298,2356.21,-5662.21,426.026),
9281 (4,11,1,141,10311,832,1327),
9282 (5,1,0,85,1676,1677,122),
9283 (5,4,0,85,1676,1677,122),
9284 (5,5,0,85,1676,1677,122),
9285 (5,8,0,85,1676,1677,122),
9286 (5,9,0,85,1676,1677,122),
9287 (5,6,609,4298,2356.21,-5662.21,426.026),
9288 (6,1,1,215,-2917,-257,53),
9289 (6,3,1,215,-2917,-257,53),
9290 (6,6,609,4298,2358.17,-5663.21,426.027),
9291 (6,7,1,215,-2917,-257,53),
9292 (6,11,1,215,-2917,-257,53),
9293 (7,1,0,1,-6240,331,383),
9294 (7,4,0,1,-6240,331,383),
9295 (7,6,609,4298,2355.05,-5661.7, 426.026),
9296 (7,8,0,1,-6240,331,383),
9297 (7,9,0,1,-6240,331,383),
9298 (8,1,1,14,-618,-4251,39),
9299 (8,3,1,14,-618,-4251,39),
9300 (8,4,1,14,-618,-4251,39),
9301 (8,5,1,14,-618,-4251,39),
9302 (8,6,609,4298,2355.05,-5661.7, 426.026),
9303 (8,7,1,14,-618,-4251,39),
9304 (8,8,1,14,-618,-4251,39),
9305 (10,2,530,3431,10349.6,-6357.29,33.4026),
9306 (10,3,530,3431,10349.6,-6357.29,33.4026),
9307 (10,4,530,3431,10349.6,-6357.29,33.4026),
9308 (10,5,530,3431,10349.6,-6357.29,33.4026),
9309 (10,6,609,4298,2355.84,-5664.77,426.028),
9310 (10,8,530,3431,10349.6,-6357.29,33.4026),
9311 (10,9,530,3431,10349.6,-6357.29,33.4026),
9312 (11,1,530,3526,-3961.64,-13931.2,100.615),
9313 (11,2,530,3526,-3961.64,-13931.2,100.615),
9314 (11,3,530,3526,-3961.64,-13931.2,100.615),
9315 (11,5,530,3526,-3961.64,-13931.2,100.615),
9316 (11,6,609,4298,2358.17,-5663.21,426.027),
9317 (11,7,530,3526,-3961.64,-13931.2,100.615),
9318 (11,8,530,3526,-3961.64,-13931.2,100.615);
9319 /*!40000 ALTER TABLE `playercreateinfo` ENABLE KEYS */;
9320 UNLOCK TABLES;
9323 -- Table structure for table `playercreateinfo_action`
9326 DROP TABLE IF EXISTS `playercreateinfo_action`;
9327 CREATE TABLE `playercreateinfo_action` (
9328   `race` tinyint(3) unsigned NOT NULL default '0',
9329   `class` tinyint(3) unsigned NOT NULL default '0',
9330   `button` smallint(5) unsigned NOT NULL default '0',
9331   `action` smallint(5) unsigned NOT NULL default '0',
9332   `type` smallint(5) unsigned NOT NULL default '0',
9333   `misc` smallint(5) unsigned NOT NULL default '0',
9334   KEY `playercreateinfo_race_class_index` (`race`,`class`)
9335 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
9338 -- Dumping data for table `playercreateinfo_action`
9341 LOCK TABLES `playercreateinfo_action` WRITE;
9342 /*!40000 ALTER TABLE `playercreateinfo_action` DISABLE KEYS */;
9343 INSERT INTO `playercreateinfo_action` VALUES
9344 (1,1,1,78,0,0),
9345 (1,1,0,6603,0,0),
9346 (1,1,11,117,128,0),
9347 (1,2,2,635,0,0),
9348 (1,2,0,6603,0,0),
9349 (1,2,1,21084,0,0),
9350 (1,2,10,159,128,0),
9351 (1,2,11,2070,128,0),
9352 (1,4,1,1752,0,0),
9353 (1,4,2,2098,0,0),
9354 (1,4,3,2764,0,0),
9355 (1,4,0,6603,0,0),
9356 (1,4,11,2070,128,0),
9357 (1,5,1,585,0,0),
9358 (1,5,2,2050,0,0),
9359 (1,5,0,6603,0,0),
9360 (1,5,10,159,128,0),
9361 (1,5,11,2070,128,0),
9362 (1,6,0,6603,0,0),
9363 (1,6,1,49576,0,0),
9364 (1,6,2,45477,0,0),
9365 (1,6,3,45462,0,0),
9366 (1,6,4,45902,0,0),
9367 (1,6,5,47541,0,0),
9368 (1,6,11,59752,0,0),
9369 (1,8,1,133,0,0),
9370 (1,8,2,168,0,0),
9371 (1,8,0,6603,0,0),
9372 (1,8,10,159,128,0),
9373 (1,8,11,2070,128,0),
9374 (1,9,1,686,0,0),
9375 (1,9,2,687,0,0),
9376 (1,9,0,6603,0,0),
9377 (1,9,10,159,128,0),
9378 (1,9,11,4604,128,0),
9379 (2,1,1,78,0,0),
9380 (2,1,0,6603,0,0),
9381 (2,1,11,117,128,0),
9382 (2,3,2,75,0,0),
9383 (2,3,1,2973,0,0),
9384 (2,3,0,6603,0,0),
9385 (2,3,11,117,128,0),
9386 (2,3,10,159,128,0),
9387 (2,4,10,0,128,0),
9388 (2,4,1,1752,0,0),
9389 (2,4,2,2098,0,0),
9390 (2,4,0,6603,0,0),
9391 (2,4,11,117,128,0),
9392 (2,6,0,6603,0,0),
9393 (2,6,1,49576,0,0),
9394 (2,6,2,45477,0,0),
9395 (2,6,3,45462,0,0),
9396 (2,6,4,45902,0,0),
9397 (2,6,5,47541,0,0),
9398 (2,6,10,20572,0,0),
9399 (2,7,2,331,0,0),
9400 (2,7,1,403,0,0),
9401 (2,7,0,6603,0,0),
9402 (2,7,11,117,128,0),
9403 (2,7,10,159,128,0),
9404 (2,9,1,686,0,0),
9405 (2,9,2,687,0,0),
9406 (2,9,0,6603,0,0),
9407 (2,9,11,117,128,0),
9408 (2,9,10,159,128,0),
9409 (3,1,1,78,0,0),
9410 (3,1,0,6603,0,0),
9411 (3,1,11,117,128,0),
9412 (3,2,2,635,0,0),
9413 (3,2,0,6603,0,0),
9414 (3,2,1,21084,0,0),
9415 (3,2,10,159,128,0),
9416 (3,2,11,4540,128,0),
9417 (3,3,2,75,0,0),
9418 (3,3,1,2973,0,0),
9419 (3,3,0,6603,0,0),
9420 (3,3,11,117,128,0),
9421 (3,3,10,159,128,0),
9422 (3,4,1,1752,0,0),
9423 (3,4,2,2098,0,0),
9424 (3,4,3,2764,0,0),
9425 (3,4,0,6603,0,0),
9426 (3,4,11,4540,128,0),
9427 (3,5,1,585,0,0),
9428 (3,5,2,2050,0,0),
9429 (3,5,0,6603,0,0),
9430 (3,5,10,159,128,0),
9431 (3,5,11,4540,128,0),
9432 (3,6,0,6603,0,0),
9433 (3,6,1,49576,0,0),
9434 (3,6,2,45477,0,0),
9435 (3,6,3,45462,0,0),
9436 (3,6,4,45902,0,0),
9437 (3,6,5,47541,0,0),
9438 (3,6,10,2481,0,0),
9439 (4,1,1,78,0,0),
9440 (4,1,0,6603,0,0),
9441 (4,1,11,117,128,0),
9442 (4,3,2,75,0,0),
9443 (4,3,1,2973,0,0),
9444 (4,3,0,6603,0,0),
9445 (4,3,11,117,128,0),
9446 (4,3,10,159,128,0),
9447 (4,4,1,1752,0,0),
9448 (4,4,2,2098,0,0),
9449 (4,4,3,2764,0,0),
9450 (4,4,0,6603,0,0),
9451 (4,4,11,4540,128,0),
9452 (4,5,1,585,0,0),
9453 (4,5,2,2050,0,0),
9454 (4,5,0,6603,0,0),
9455 (4,5,10,159,128,0),
9456 (4,5,11,2070,128,0),
9457 (4,6,0,6603,0,0),
9458 (4,6,1,49576,0,0),
9459 (4,6,2,45477,0,0),
9460 (4,6,3,45462,0,0),
9461 (4,6,4,45902,0,0),
9462 (4,6,5,47541,0,0),
9463 (4,6,10,58984,0,0),
9464 (4,6,83,58984,0,0),
9465 (4,11,1,5176,0,0),
9466 (4,11,2,5185,0,0),
9467 (4,11,0,6603,0,0),
9468 (4,11,10,159,128,0),
9469 (4,11,11,4536,128,0),
9470 (5,1,11,4604,128,0),
9471 (5,1,0,6603,0,0),
9472 (5,1,1,78,0,0),
9473 (5,4,11,4604,128,0),
9474 (5,4,3,2764,0,0),
9475 (5,4,2,2098,0,0),
9476 (5,4,1,1752,0,0),
9477 (5,4,0,6603,0,0),
9478 (5,5,10,159,128,0),
9479 (5,5,2,2050,0,0),
9480 (5,5,1,585,0,0),
9481 (5,5,11,4604,128,0),
9482 (5,5,0,6603,0,0),
9483 (5,6,0,6603,0,0),
9484 (5,6,1,49576,0,0),
9485 (5,6,2,45477,0,0),
9486 (5,6,3,45462,0,0),
9487 (5,6,4,45902,0,0),
9488 (5,6,5,47541,0,0),
9489 (5,6,10,20577,0,0),
9490 (5,8,11,4604,128,0),
9491 (5,8,10,159,128,0),
9492 (5,8,2,168,0,0),
9493 (5,8,1,133,0,0),
9494 (5,8,0,6603,0,0),
9495 (5,9,1,686,0,0),
9496 (5,9,10,159,128,0),
9497 (5,9,2,687,0,0),
9498 (5,9,11,4604,128,0),
9499 (5,9,0,6603,0,0),
9500 (6,1,1,78,0,0),
9501 (6,1,2,20549,0,0),
9502 (6,1,11,4540,128,0),
9503 (6,1,0,6603,0,0),
9504 (6,3,1,2973,0,0),
9505 (6,3,10,159,128,0),
9506 (6,3,2,75,0,0),
9507 (6,3,3,20549,0,0),
9508 (6,3,11,117,128,0),
9509 (6,3,0,6603,0,0),
9510 (6,6,0,6603,0,0),
9511 (6,6,1,49576,0,0),
9512 (6,6,2,45477,0,0),
9513 (6,6,3,45462,0,0),
9514 (6,6,4,45902,0,0),
9515 (6,6,5,47541,0,0),
9516 (6,6,10,20549,0,0),
9517 (6,6,75,20549,0,0),
9518 (6,7,1,403,0,0),
9519 (6,7,10,159,128,0),
9520 (6,7,2,331,0,0),
9521 (6,7,3,20549,0,0),
9522 (6,7,11,4604,128,0),
9523 (6,7,0,6603,0,0),
9524 (6,11,1,5176,0,0),
9525 (6,11,10,159,128,0),
9526 (6,11,2,5185,0,0),
9527 (6,11,3,20549,0,0),
9528 (6,11,11,4536,128,0),
9529 (6,11,0,6603,0,0),
9530 (7,1,11,117,128,0),
9531 (7,1,1,78,0,0),
9532 (7,1,0,6603,0,0),
9533 (7,4,11,117,128,0),
9534 (7,4,3,2764,0,0),
9535 (7,4,1,1752,0,0),
9536 (7,4,2,2098,0,0),
9537 (7,4,0,6603,0,0),
9538 (7,6,0,6603,0,0),
9539 (7,6,1,49576,0,0),
9540 (7,6,2,45477,0,0),
9541 (7,6,3,45462,0,0),
9542 (7,6,4,45902,0,0),
9543 (7,6,5,47541,0,0),
9544 (7,6,10,20589,0,0),
9545 (7,6,72,6603,0,0),
9546 (7,6,83,117,128,0),
9547 (7,6,84,6603,0,0),
9548 (7,6,96,6603,0,0),
9549 (7,6,108,6603,0,0),
9550 (7,8,11,4536,128,0),
9551 (7,8,1,133,0,0),
9552 (7,8,2,168,0,0),
9553 (7,8,10,159,128,0),
9554 (7,8,0,6603,0,0),
9555 (7,9,11,4604,128,0),
9556 (7,9,1,686,0,0),
9557 (7,9,2,687,0,0),
9558 (7,9,10,159,128,0),
9559 (7,9,0,6603,0,0),
9560 (8,1,11,117,128,0),
9561 (8,1,1,78,0,0),
9562 (8,1,3,2764,0,0),
9563 (8,1,0,6603,0,0),
9564 (8,3,10,159,128,0),
9565 (8,3,11,4604,128,0),
9566 (8,3,1,2973,0,0),
9567 (8,3,2,75,0,0),
9568 (8,3,0,6603,0,0),
9569 (8,4,1,1752,0,0),
9570 (8,4,3,2764,0,0),
9571 (8,4,2,2098,0,0),
9572 (8,4,11,117,128,0),
9573 (8,4,0,6603,0,0),
9574 (8,5,1,585,0,0),
9575 (8,5,10,159,128,0),
9576 (8,5,2,2050,0,0),
9577 (8,5,11,4540,128,0),
9578 (8,5,0,6603,0,0),
9579 (8,6,0,6603,0,0),
9580 (8,6,1,49576,0,0),
9581 (8,6,2,45477,0,0),
9582 (8,6,3,45462,0,0),
9583 (8,6,4,45902,0,0),
9584 (8,6,5,47541,0,0),
9585 (8,6,10,50621,0,0),
9586 (8,7,1,403,0,0),
9587 (8,7,10,159,128,0),
9588 (8,7,2,331,0,0),
9589 (8,7,11,117,128,0),
9590 (8,7,0,6603,0,0),
9591 (8,8,1,133,0,0),
9592 (8,8,10,159,128,0),
9593 (8,8,2,168,0,0),
9594 (8,8,11,117,128,0),
9595 (8,8,0,6603,0,0),
9596 (10,2,0,6603,0,0),
9597 (10,2,1,21084,0,0),
9598 (10,2,2,635,0,0),
9599 (10,2,3,28734,0,0),
9600 (10,2,4,28730,0,0),
9601 (10,2,10,159,128,0),
9602 (10,2,11,20857,128,0),
9603 (10,3,0,6603,0,0),
9604 (10,3,1,2973,0,0),
9605 (10,3,2,75,0,0),
9606 (10,3,3,28734,0,0),
9607 (10,3,4,28730,0,0),
9608 (10,3,10,159,128,0),
9609 (10,3,11,20857,128,0),
9610 (10,4,0,6603,0,0),
9611 (10,4,1,1752,0,0),
9612 (10,4,2,2098,0,0),
9613 (10,4,3,2764,0,0),
9614 (10,4,4,28734,0,0),
9615 (10,4,5,25046,0,0),
9616 (10,4,11,20857,128,0),
9617 (10,5,0,6603,0,0),
9618 (10,5,1,585,0,0),
9619 (10,5,2,2050,0,0),
9620 (10,5,3,28734,0,0),
9621 (10,5,4,28730,0,0),
9622 (10,5,10,159,128,0),
9623 (10,5,11,20857,128,0),
9624 (10,6,0,6603,0,0),
9625 (10,6,1,49576,0,0),
9626 (10,6,2,45477,0,0),
9627 (10,6,3,45462,0,0),
9628 (10,6,4,45902,0,0),
9629 (10,6,5,47541,0,0),
9630 (10,6,6,50613,0,0),
9631 (10,8,0,6603,0,0),
9632 (10,8,1,133,0,0),
9633 (10,8,2,168,0,0),
9634 (10,8,3,28734,0,0),
9635 (10,8,4,28730,0,0),
9636 (10,8,10,159,128,0),
9637 (10,8,11,20857,128,0),
9638 (10,9,11,20857,128,0),
9639 (10,9,10,159,128,0),
9640 (10,9,4,28730,0,0),
9641 (10,9,3,28734,0,0),
9642 (10,9,2,687,0,0),
9643 (10,9,1,686,0,0),
9644 (10,9,0,6603,0,0),
9645 (11,1,0,6603,0,0),
9646 (11,1,72,6603,0,0),
9647 (11,1,73,78,0,0),
9648 (11,1,74,28880,0,0),
9649 (11,1,83,4540,128,0),
9650 (11,1,84,6603,0,0),
9651 (11,1,96,6603,0,0),
9652 (11,1,108,6603,0,0),
9653 (11,2,0,6603,0,0),
9654 (11,2,1,21084,0,0),
9655 (11,2,2,635,0,0),
9656 (11,2,3,28880,0,0),
9657 (11,2,10,159,128,0),
9658 (11,2,11,4540,128,0),
9659 (11,2,83,4540,128,0),
9660 (11,3,0,6603,0,0),
9661 (11,3,1,2973,0,0),
9662 (11,3,2,75,0,0),
9663 (11,3,3,28880,0,0),
9664 (11,3,10,159,128,0),
9665 (11,3,11,4540,128,0),
9666 (11,3,72,6603,0,0),
9667 (11,3,73,2973,0,0),
9668 (11,3,74,75,0,0),
9669 (11,3,82,159,128,0),
9670 (11,3,83,4540,128,0),
9671 (11,5,0,6603,0,0),
9672 (11,5,1,585,0,0),
9673 (11,5,2,2050,0,0),
9674 (11,5,3,28880,0,0),
9675 (11,5,10,159,128,0),
9676 (11,5,11,4540,128,0),
9677 (11,5,83,4540,128,0),
9678 (11,6,0,6603,0,0),
9679 (11,6,1,49576,0,0),
9680 (11,6,2,45477,0,0),
9681 (11,6,3,45462,0,0),
9682 (11,6,4,45902,0,0),
9683 (11,6,5,47541,0,0),
9684 (11,7,0,6603,0,0),
9685 (11,7,1,403,0,0),
9686 (11,7,2,331,0,0),
9687 (11,7,3,28880,0,0),
9688 (11,7,10,159,128,0),
9689 (11,7,11,4540,128,0),
9690 (11,8,0,6603,0,0),
9691 (11,8,1,133,0,0),
9692 (11,8,2,168,0,0),
9693 (11,8,3,28880,0,0),
9694 (11,8,10,159,128,0),
9695 (11,8,11,4540,128,0),
9696 (11,8,83,4540,128,0);
9697 /*!40000 ALTER TABLE `playercreateinfo_action` ENABLE KEYS */;
9698 UNLOCK TABLES;
9701 -- Table structure for table `playercreateinfo_item`
9704 DROP TABLE IF EXISTS `playercreateinfo_item`;
9705 CREATE TABLE `playercreateinfo_item` (
9706   `race` tinyint(3) unsigned NOT NULL default '0',
9707   `class` tinyint(3) unsigned NOT NULL default '0',
9708   `itemid` mediumint(8) unsigned NOT NULL default '0',
9709   `amount` tinyint(3) unsigned NOT NULL default '1',
9710   KEY `playercreateinfo_race_class_index` (`race`,`class`)
9711 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
9714 -- Dumping data for table `playercreateinfo_item`
9717 LOCK TABLES `playercreateinfo_item` WRITE;
9718 /*!40000 ALTER TABLE `playercreateinfo_item` DISABLE KEYS */;
9719 /*!40000 ALTER TABLE `playercreateinfo_item` ENABLE KEYS */;
9720 UNLOCK TABLES;
9723 -- Table structure for table `playercreateinfo_spell`
9726 DROP TABLE IF EXISTS `playercreateinfo_spell`;
9727 CREATE TABLE `playercreateinfo_spell` (
9728   `race` tinyint(3) unsigned NOT NULL default '0',
9729   `class` tinyint(3) unsigned NOT NULL default '0',
9730   `Spell` mediumint(8) unsigned NOT NULL default '0',
9731   `Note` varchar(255) default NULL,
9732   `Active` tinyint(3) unsigned NOT NULL default '1',
9733   PRIMARY KEY  (`race`,`class`,`Spell`)
9734 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
9737 -- Dumping data for table `playercreateinfo_spell`
9740 LOCK TABLES `playercreateinfo_spell` WRITE;
9741 /*!40000 ALTER TABLE `playercreateinfo_spell` DISABLE KEYS */;
9742 INSERT INTO `playercreateinfo_spell` VALUES
9743 (1,1,78,'Heroic Strike',1),
9744 (1,1,81,'Dodge',1),
9745 (1,1,107,'Block',1),
9746 (1,1,196,'One-Handed Axes',1),
9747 (1,1,198,'One-Handed Maces',1),
9748 (1,1,201,'One-Handed Swords',1),
9749 (1,1,203,'Unarmed',1),
9750 (1,1,204,'Defense',1),
9751 (1,1,522,'SPELLDEFENSE(DND)',1),
9752 (1,1,668,'Language Common',1),
9753 (1,1,2382,'Generic',1),
9754 (1,1,2457,'Battle Stance',1),
9755 (1,1,2479,'Honorless Target',1),
9756 (1,1,3050,'Detect',1),
9757 (1,1,3365,'Opening',1),
9758 (1,1,5301,'Defensive State(DND)',1),
9759 (1,1,6233,'Closing',1),
9760 (1,1,6246,'Closing',1),
9761 (1,1,6247,'Opening',1),
9762 (1,1,6477,'Opening',1),
9763 (1,1,6478,'Opening',1),
9764 (1,1,6603,'Attack',1),
9765 (1,1,7266,'Duel',1),
9766 (1,1,7267,'Grovel',1),
9767 (1,1,7355,'Stuck',1),
9768 (1,1,7376,'Defensive Stance Passive',0),
9769 (1,1,7381,'Berserker Stance Passive',0),
9770 (1,1,8386,'Attacking',1),
9771 (1,1,8737,'Mail',1),
9772 (1,1,9077,'Leather',1),
9773 (1,1,9078,'Cloth',1),
9774 (1,1,9116,'Shield',1),
9775 (1,1,9125,'Generic',1),
9776 (1,1,20597,'Sword Specialization',1),
9777 (1,1,20598,'The Human Spirit',1),
9778 (1,1,20599,'Diplomacy',1),
9779 (1,1,20600,'Perception',1),
9780 (1,1,20864,'Mace Specialization',1),
9781 (1,1,21156,'Battle Stance Passive',0),
9782 (1,1,21651,'Opening',1),
9783 (1,1,21652,'Closing',1),
9784 (1,1,22027,'Remove Insignia',1),
9785 (1,1,22810,'Opening - No Text',1),
9786 (1,1,32215,'Victorious State',1),
9787 (1,2,81,'Dodge',1),
9788 (1,2,107,'Block',1),
9789 (1,2,198,'One-Handed Maces',1),
9790 (1,2,199,'Two-Handed Maces',1),
9791 (1,2,203,'Unarmed',1),
9792 (1,2,204,'Defense',1),
9793 (1,2,522,'SPELLDEFENSE(DND)',1),
9794 (1,2,635,'Holy Light',1),
9795 (1,2,668,'Language Common',1),
9796 (1,2,2382,'Generic',1),
9797 (1,2,2479,'Honorless Target',1),
9798 (1,2,3050,'Detect',1),
9799 (1,2,3365,'Opening',1),
9800 (1,2,6233,'Closing',1),
9801 (1,2,6246,'Closing',1),
9802 (1,2,6247,'Opening',1),
9803 (1,2,6477,'Opening',1),
9804 (1,2,6478,'Opening',1),
9805 (1,2,6603,'Attack',1),
9806 (1,2,7266,'Duel',1),
9807 (1,2,7267,'Grovel',1),
9808 (1,2,7355,'Stuck',1),
9809 (1,2,8386,'Attacking',1),
9810 (1,2,8737,'Mail',1),
9811 (1,2,9077,'Leather',1),
9812 (1,2,9078,'Cloth',1),
9813 (1,2,9116,'Shield',1),
9814 (1,2,9125,'Generic',1),
9815 (1,2,21084,'Seal of Righteousness',1),
9816 (1,2,20597,'Sword Specialization',1),
9817 (1,2,20598,'The Human Spirit',1),
9818 (1,2,20599,'Diplomacy',1),
9819 (1,2,20600,'Perception',1),
9820 (1,2,20864,'Mace Specialization',1),
9821 (1,2,21651,'Opening',1),
9822 (1,2,21652,'Closing',1),
9823 (1,2,22027,'Remove Insignia',1),
9824 (1,2,22810,'Opening - No Text',1),
9825 (1,2,27762,'Libram',1),
9826 (1,4,81,'Dodge',1),
9827 (1,4,203,'Unarmed',1),
9828 (1,4,204,'Defense',1),
9829 (1,4,522,'SPELLDEFENSE(DND)',1),
9830 (1,4,668,'Language Common',1),
9831 (1,4,1180,'Daggers',1),
9832 (1,4,1752,'Sinister Strike',1),
9833 (1,4,2098,'Eviscerate',1),
9834 (1,4,2382,'Generic',1),
9835 (1,4,2479,'Honorless Target',1),
9836 (1,4,2567,'Thrown',1),
9837 (1,4,2764,'Throw',1),
9838 (1,4,3050,'Detect',1),
9839 (1,4,3365,'Opening',1),
9840 (1,4,6233,'Closing',1),
9841 (1,4,6246,'Closing',1),
9842 (1,4,6247,'Opening',1),
9843 (1,4,6477,'Opening',1),
9844 (1,4,6478,'Opening',1),
9845 (1,4,6603,'Attack',1),
9846 (1,4,7266,'Duel',1),
9847 (1,4,7267,'Grovel',1),
9848 (1,4,7355,'Stuck',1),
9849 (1,4,8386,'Attacking',1),
9850 (1,4,9077,'Leather',1),
9851 (1,4,9078,'Cloth',1),
9852 (1,4,9125,'Generic',1),
9853 (1,4,16092,'Defensive State(DND)',1),
9854 (1,4,20597,'Sword Specialization',1),
9855 (1,4,20598,'The Human Spirit',1),
9856 (1,4,20599,'Diplomacy',1),
9857 (1,4,20600,'Perception',1),
9858 (1,4,20864,'Mace Specialization',1),
9859 (1,4,21184,'Rogue Passive(DND)',1),
9860 (1,4,21651,'Opening',1),
9861 (1,4,21652,'Closing',1),
9862 (1,4,22027,'Remove Insignia',1),
9863 (1,4,22810,'Opening - No Text',1),
9864 (1,5,81,'Dodge',1),
9865 (1,5,198,'One-Handed Maces',1),
9866 (1,5,203,'Unarmed',1),
9867 (1,5,204,'Defense',1),
9868 (1,5,522,'SPELLDEFENSE(DND)',1),
9869 (1,5,585,'Smite',1),
9870 (1,5,668,'Language Common',1),
9871 (1,5,2050,'Lesser Heal',1),
9872 (1,5,2382,'Generic',1),
9873 (1,5,2479,'Honorless Target',1),
9874 (1,5,3050,'Detect',1),
9875 (1,5,3365,'Opening',1),
9876 (1,5,5009,'Wands',1),
9877 (1,5,5019,'Shoot',1),
9878 (1,5,6233,'Closing',1),
9879 (1,5,6246,'Closing',1),
9880 (1,5,6247,'Opening',1),
9881 (1,5,6477,'Opening',1),
9882 (1,5,6478,'Opening',1),
9883 (1,5,6603,'Attack',1),
9884 (1,5,7266,'Duel',1),
9885 (1,5,7267,'Grovel',1),
9886 (1,5,7355,'Stuck',1),
9887 (1,5,8386,'Attacking',1),
9888 (1,5,9078,'Cloth',1),
9889 (1,5,9125,'Generic',1),
9890 (1,5,20597,'Sword Specialization',1),
9891 (1,5,20598,'The Human Spirit',1),
9892 (1,5,20599,'Diplomacy',1),
9893 (1,5,20600,'Perception',1),
9894 (1,5,20864,'Mace Specialization',1),
9895 (1,5,21651,'Opening',1),
9896 (1,5,21652,'Closing',1),
9897 (1,5,22027,'Remove Insignia',1),
9898 (1,5,22810,'Opening - No Text',1),
9899 (1,6,81,'Dodge',1),
9900 (1,6,196,'One-Handed Axes',1),
9901 (1,6,197,'Two-Handed Axes',1),
9902 (1,6,200,'Polearms',1),
9903 (1,6,201,'One-Handed Swords',1),
9904 (1,6,202,'Two-Handed Swords',1),
9905 (1,6,203,'Unarmed',1),
9906 (1,6,204,'Defense',1),
9907 (1,6,522,'SPELLDEFENSE (DND)',1),
9908 (1,6,668,'Language Common',1),
9909 (1,6,674,'Dual Wield',1),
9910 (1,6,750,'Plate Mail',1),
9911 (1,6,1843,'Disarm',1),
9912 (1,6,2382,'Generic',1),
9913 (1,6,2479,'Honorless Target',1),
9914 (1,6,3050,'Detect',1),
9915 (1,6,3127,'Parry',1),
9916 (1,6,3275,'Linen Bandage',1),
9917 (1,6,3276,'Heavy Linen Bandage',1),
9918 (1,6,3277,'Wool Bandage',1),
9919 (1,6,3278,'Heavy Wool Bandage',1),
9920 (1,6,3365,'Opening',1),
9921 (1,6,6233,'Closing',1),
9922 (1,6,6246,'Closing',1),
9923 (1,6,6247,'Opening',1),
9924 (1,6,6477,'Opening',1),
9925 (1,6,6478,'Opening',1),
9926 (1,6,6603,'Attack',1),
9927 (1,6,7266,'Duel',1),
9928 (1,6,7267,'Grovel',1),
9929 (1,6,7355,'Stuck',1),
9930 (1,6,7928,'Silk Bandage',1),
9931 (1,6,7929,'Heavy Silk Bandage',1),
9932 (1,6,7934,'Anti-Venom',1),
9933 (1,6,8386,'Attacking',1),
9934 (1,6,8737,'Mail',1),
9935 (1,6,9077,'Leather',1),
9936 (1,6,9078,'Cloth',1),
9937 (1,6,9125,'Generic',1),
9938 (1,6,10840,'Mageweave Bandage',1),
9939 (1,6,10841,'Heavy Mageweave Bandage',1),
9940 (1,6,10846,'First Aid',1),
9941 (1,6,18629,'Runecloth Bandage',1),
9942 (1,6,18630,'Heavy Runecloth Bandage',1),
9943 (1,6,20597,'Sword Specialization',1),
9944 (1,6,20598,'The Human Spirit',1),
9945 (1,6,20599,'Diplomacy',1),
9946 (1,6,20864,'Mace Specialization',1),
9947 (1,6,21651,'Opening',1),
9948 (1,6,21652,'Closing',1),
9949 (1,6,22027,'Remove Insignia',1),
9950 (1,6,22810,'Opening - No Text',1),
9951 (1,6,33391,'Journeyman Riding',1),
9952 (1,6,45462,'Plague Strike',1),
9953 (1,6,45477,'Icy Touch',1),
9954 (1,6,45902,'Blood Strike',1),
9955 (1,6,45903,'Offensive State (DND)',1),
9956 (1,6,45927,'Summon Friend',1),
9957 (1,6,47541,'Death Coil',1),
9958 (1,6,48266,'Blood Presence',1),
9959 (1,6,49410,'Forceful Deflection',1),
9960 (1,6,49576,'Death Grip',1),
9961 (1,6,52665,'Sigil',1),
9962 (1,6,58985,'Perception',1),
9963 (1,6,59752,'Every Man for Himself',1),
9964 (1,6,59879,'Blood Plague',1),
9965 (1,6,59921,'Frost Fever',1),
9966 (1,6,61437,'Opening',1),
9967 (1,6,61455,'Runic Focus',1),
9968 (1,8,81,'Dodge',1),
9969 (1,8,133,'Fireball',1),
9970 (1,8,168,'Frost Armor',1),
9971 (1,8,203,'Unarmed',1),
9972 (1,8,204,'Defense',1),
9973 (1,8,227,'Staves',1),
9974 (1,8,522,'SPELLDEFENSE(DND)',1),
9975 (1,8,668,'Language Common',1),
9976 (1,8,2382,'Generic',1),
9977 (1,8,2479,'Honorless Target',1),
9978 (1,8,3050,'Detect',1),
9979 (1,8,3365,'Opening',1),
9980 (1,8,5009,'Wands',1),
9981 (1,8,5019,'Shoot',1),
9982 (1,8,6233,'Closing',1),
9983 (1,8,6246,'Closing',1),
9984 (1,8,6247,'Opening',1),
9985 (1,8,6477,'Opening',1),
9986 (1,8,6478,'Opening',1),
9987 (1,8,6603,'Attack',1),
9988 (1,8,7266,'Duel',1),
9989 (1,8,7267,'Grovel',1),
9990 (1,8,7355,'Stuck',1),
9991 (1,8,8386,'Attacking',1),
9992 (1,8,9078,'Cloth',1),
9993 (1,8,9125,'Generic',1),
9994 (1,8,20597,'Sword Specialization',1),
9995 (1,8,20598,'The Human Spirit',1),
9996 (1,8,20599,'Diplomacy',1),
9997 (1,8,20600,'Perception',1),
9998 (1,8,20864,'Mace Specialization',1),
9999 (1,8,21651,'Opening',1),
10000 (1,8,21652,'Closing',1),
10001 (1,8,22027,'Remove Insignia',1),
10002 (1,8,22810,'Opening - No Text',1),
10003 (1,9,81,'Dodge',1),
10004 (1,9,203,'Unarmed',1),
10005 (1,9,204,'Defense',1),
10006 (1,9,522,'SPELLDEFENSE(DND)',1),
10007 (1,9,668,'Language Common',1),
10008 (1,9,686,'Shadow Bolt',1),
10009 (1,9,687,'Demon Skin',1),
10010 (1,9,1180,'Daggers',1),
10011 (1,9,2382,'Generic',1),
10012 (1,9,2479,'Honorless Target',1),
10013 (1,9,3050,'Detect',1),
10014 (1,9,3365,'Opening',1),
10015 (1,9,5009,'Wands',1),
10016 (1,9,5019,'Shoot',1),
10017 (1,9,6233,'Closing',1),
10018 (1,9,6246,'Closing',1),
10019 (1,9,6247,'Opening',1),
10020 (1,9,6477,'Opening',1),
10021 (1,9,6478,'Opening',1),
10022 (1,9,6603,'Attack',1),
10023 (1,9,7266,'Duel',1),
10024 (1,9,7267,'Grovel',1),
10025 (1,9,7355,'Stuck',1),
10026 (1,9,8386,'Attacking',1),
10027 (1,9,9078,'Cloth',1),
10028 (1,9,9125,'Generic',1),
10029 (1,9,20597,'Sword Specialization',1),
10030 (1,9,20598,'The Human Spirit',1),
10031 (1,9,20599,'Diplomacy',1),
10032 (1,9,20600,'Perception',1),
10033 (1,9,20864,'Mace Specialization',1),
10034 (1,9,21651,'Opening',1),
10035 (1,9,21652,'Closing',1),
10036 (1,9,22027,'Remove Insignia',1),
10037 (1,9,22810,'Opening - No Text',1),
10038 (2,1,78,'Heroic Strike',1),
10039 (2,1,81,'Dodge',1),
10040 (2,1,107,'Block',1),
10041 (2,1,196,'One-Handed Axes',1),
10042 (2,1,197,'Two-Handed Axes',1),
10043 (2,1,201,'One-Handed Swords',1),
10044 (2,1,203,'Unarmed',1),
10045 (2,1,204,'Defense',1),
10046 (2,1,522,'SPELLDEFENSE(DND)',1),
10047 (2,1,669,'Language Orcish',1),
10048 (2,1,2382,'Generic',1),
10049 (2,1,2457,'Battle Stance',1),
10050 (2,1,2479,'Honorless Target',1),
10051 (2,1,3050,'Detect',1),
10052 (2,1,3365,'Opening',1),
10053 (2,1,5301,'Defensive State(DND)',1),
10054 (2,1,6233,'Closing',1),
10055 (2,1,6246,'Closing',1),
10056 (2,1,6247,'Opening',1),
10057 (2,1,6477,'Opening',1),
10058 (2,1,6478,'Opening',1),
10059 (2,1,6603,'Attack',1),
10060 (2,1,7266,'Duel',1),
10061 (2,1,7267,'Grovel',1),
10062 (2,1,7355,'Stuck',1),
10063 (2,1,7376,'Defensive Stance Passive',0),
10064 (2,1,7381,'Berserker Stance Passive',0),
10065 (2,1,8386,'Attacking',1),
10066 (2,1,8737,'Mail',1),
10067 (2,1,9077,'Leather',1),
10068 (2,1,9078,'Cloth',1),
10069 (2,1,9116,'Shield',1),
10070 (2,1,9125,'Generic',1),
10071 (2,1,20572,'Blood Fury',1),
10072 (2,1,20573,'Hardiness',1),
10073 (2,1,20574,'Axe Specialization',1),
10074 (2,1,21156,'Battle Stance Passive',0),
10075 (2,1,21563,'Command',1),
10076 (2,1,21651,'Opening',1),
10077 (2,1,21652,'Closing',1),
10078 (2,1,22027,'Remove Insignia',1),
10079 (2,1,22810,'Opening - No Text',1),
10080 (2,1,32215,'Victorious State',1),
10081 (2,3,75,'Auto Shot',1),
10082 (2,3,81,'Dodge',1),
10083 (2,3,196,'One-Handed Axes',1),
10084 (2,3,203,'Unarmed',1),
10085 (2,3,204,'Defense',1),
10086 (2,3,264,'Bows',1),
10087 (2,3,522,'SPELLDEFENSE(DND)',1),
10088 (2,3,669,'Language Orcish',1),
10089 (2,3,2382,'Generic',1),
10090 (2,3,2479,'Honorless Target',1),
10091 (2,3,2973,'Raptor Strike',1),
10092 (2,3,3050,'Detect',1),
10093 (2,3,3365,'Opening',1),
10094 (2,3,6233,'Closing',1),
10095 (2,3,6246,'Closing',1),
10096 (2,3,6247,'Opening',1),
10097 (2,3,6477,'Opening',1),
10098 (2,3,6478,'Opening',1),
10099 (2,3,6603,'Attack',1),
10100 (2,3,7266,'Duel',1),
10101 (2,3,7267,'Grovel',1),
10102 (2,3,7355,'Stuck',1),
10103 (2,3,8386,'Attacking',1),
10104 (2,3,9077,'Leather',1),
10105 (2,3,9078,'Cloth',1),
10106 (2,3,9125,'Generic',1),
10107 (2,3,13358,'Defensive State(DND)',1),
10108 (2,3,20572,'Blood Fury',1),
10109 (2,3,20573,'Hardiness',1),
10110 (2,3,20574,'Axe Specialization',1),
10111 (2,3,20576,'Command',1),
10112 (2,3,21651,'Opening',1),
10113 (2,3,21652,'Closing',1),
10114 (2,3,22027,'Remove Insignia',1),
10115 (2,3,22810,'Opening - No Text',1),
10116 (2,3,24949,'Defensive State 2(DND)',1),
10117 (2,3,34082,'Advantaged State(DND)',1),
10118 (2,4,81,'Dodge',1),
10119 (2,4,203,'Unarmed',1),
10120 (2,4,204,'Defense',1),
10121 (2,4,522,'SPELLDEFENSE(DND)',1),
10122 (2,4,669,'Language Orcish',1),
10123 (2,4,1180,'Daggers',1),
10124 (2,4,1752,'Sinister Strike',1),
10125 (2,4,2098,'Eviscerate',1),
10126 (2,4,2382,'Generic',1),
10127 (2,4,2479,'Honorless Target',1),
10128 (2,4,2567,'Thrown',1),
10129 (2,4,2764,'Throw',1),
10130 (2,4,3050,'Detect',1),
10131 (2,4,3365,'Opening',1),
10132 (2,4,6233,'Closing',1),
10133 (2,4,6246,'Closing',1),
10134 (2,4,6247,'Opening',1),
10135 (2,4,6477,'Opening',1),
10136 (2,4,6478,'Opening',1),
10137 (2,4,6603,'Attack',1),
10138 (2,4,7266,'Duel',1),
10139 (2,4,7267,'Grovel',1),
10140 (2,4,7355,'Stuck',1),
10141 (2,4,8386,'Attacking',1),
10142 (2,4,9077,'Leather',1),
10143 (2,4,9078,'Cloth',1),
10144 (2,4,9125,'Generic',1),
10145 (2,4,16092,'Defensive State(DND)',1),
10146 (2,4,20572,'Blood Fury',1),
10147 (2,4,20573,'Hardiness',1),
10148 (2,4,20574,'Axe Specialization',1),
10149 (2,4,21184,'Rogue Passive(DND)',1),
10150 (2,4,21563,'Command',1),
10151 (2,4,21651,'Opening',1),
10152 (2,4,21652,'Closing',1),
10153 (2,4,22027,'Remove Insignia',1),
10154 (2,4,22810,'Opening - No Text',1),
10155 (2,6,81,'Dodge',1),
10156 (2,6,196,'One-Handed Axes',1),
10157 (2,6,197,'Two-Handed Axes',1),
10158 (2,6,200,'Polearms',1),
10159 (2,6,201,'One-Handed Swords',1),
10160 (2,6,202,'Two-Handed Swords',1),
10161 (2,6,203,'Unarmed',1),
10162 (2,6,204,'Defense',1),
10163 (2,6,522,'SPELLDEFENSE (DND)',1),
10164 (2,6,669,'Language Orcish',1),
10165 (2,6,674,'Dual Wield',1),
10166 (2,6,750,'Plate Mail',1),
10167 (2,6,1843,'Disarm',1),
10168 (2,6,2382,'Generic',1),
10169 (2,6,2479,'Honorless Target',1),
10170 (2,6,3050,'Detect',1),
10171 (2,6,3127,'Parry',1),
10172 (2,6,3275,'Linen Bandage',1),
10173 (2,6,3276,'Heavy Linen Bandage',1),
10174 (2,6,3277,'Wool Bandage',1),
10175 (2,6,3278,'Heavy Wool Bandage',1),
10176 (2,6,3365,'Opening',1),
10177 (2,6,6233,'Closing',1),
10178 (2,6,6246,'Closing',1),
10179 (2,6,6247,'Opening',1),
10180 (2,6,6477,'Opening',1),
10181 (2,6,6478,'Opening',1),
10182 (2,6,6603,'Attack',1),
10183 (2,6,7266,'Duel',1),
10184 (2,6,7267,'Grovel',1),
10185 (2,6,7355,'Stuck',1),
10186 (2,6,7928,'Silk Bandage',1),
10187 (2,6,7929,'Heavy Silk Bandage',1),
10188 (2,6,7934,'Anti-Venom',1),
10189 (2,6,8386,'Attacking',1),
10190 (2,6,8737,'Mail',1),
10191 (2,6,9077,'Leather',1),
10192 (2,6,9078,'Cloth',1),
10193 (2,6,9125,'Generic',1),
10194 (2,6,10840,'Mageweave Bandage',1),
10195 (2,6,10841,'Heavy Mageweave Bandage',1),
10196 (2,6,10846,'First Aid',1),
10197 (2,6,18629,'Runecloth Bandage',1),
10198 (2,6,18630,'Heavy Runecloth Bandage',1),
10199 (2,6,20572,'Blood Fury',1),
10200 (2,6,20573,'Hardiness',1),
10201 (2,6,20574,'Axe Specialization',1),
10202 (2,6,21651,'Opening',1),
10203 (2,6,21652,'Closing',1),
10204 (2,6,22027,'Remove Insignia',1),
10205 (2,6,22810,'Opening - No Text',1),
10206 (2,6,33391,'Journeyman Riding',1),
10207 (2,6,45462,'Plague Strike',1),
10208 (2,6,45477,'Icy Touch',1),
10209 (2,6,45902,'Blood Strike',1),
10210 (2,6,45903,'Offensive State (DND)',1),
10211 (2,6,45927,'Summon Friend',1),
10212 (2,6,47541,'Death Coil',1),
10213 (2,6,48266,'Blood Presence',1),
10214 (2,6,49410,'Forceful Deflection',1),
10215 (2,6,49576,'Death Grip',1),
10216 (2,6,52665,'Sigil',1),
10217 (2,6,54562,'Command',1),
10218 (2,6,59879,'Blood Plague',1),
10219 (2,6,59921,'Frost Fever',1),
10220 (2,6,61437,'Opening',1),
10221 (2,6,61455,'Runic Focus',1),
10222 (2,7,81,'Dodge',1),
10223 (2,7,107,'Block',1),
10224 (2,7,198,'One-Handed Maces',1),
10225 (2,7,203,'Unarmed',1),
10226 (2,7,204,'Defense',1),
10227 (2,7,227,'Staves',1),
10228 (2,7,331,'Healing Wave',1),
10229 (2,7,403,'Lightning Bolt',1),
10230 (2,7,522,'SPELLDEFENSE(DND)',1),
10231 (2,7,669,'Language Orcish',1),
10232 (2,7,2382,'Generic',1),
10233 (2,7,2479,'Honorless Target',1),
10234 (2,7,3050,'Detect',1),
10235 (2,7,3365,'Opening',1),
10236 (2,7,6233,'Closing',1),
10237 (2,7,6246,'Closing',1),
10238 (2,7,6247,'Opening',1),
10239 (2,7,6477,'Opening',1),
10240 (2,7,6478,'Opening',1),
10241 (2,7,6603,'Attack',1),
10242 (2,7,7266,'Duel',1),
10243 (2,7,7267,'Grovel',1),
10244 (2,7,7355,'Stuck',1),
10245 (2,7,8386,'Attacking',1),
10246 (2,7,9077,'Leather',1),
10247 (2,7,9078,'Cloth',1),
10248 (2,7,9116,'Shield',1),
10249 (2,7,9125,'Generic',1),
10250 (2,7,20573,'Hardiness',1),
10251 (2,7,20574,'Axe Specialization',1),
10252 (2,7,21563,'Command',1),
10253 (2,7,21651,'Opening',1),
10254 (2,7,21652,'Closing',1),
10255 (2,7,22027,'Remove Insignia',1),
10256 (2,7,22810,'Opening - No Text',1),
10257 (2,7,27763,'Totem',1),
10258 (2,7,33697,'Blood Fury',1),
10259 (2,9,81,'Dodge',1),
10260 (2,9,203,'Unarmed',1),
10261 (2,9,204,'Defense',1),
10262 (2,9,522,'SPELLDEFENSE(DND)',1),
10263 (2,9,669,'Language Orcish',1),
10264 (2,9,686,'Shadow Bolt',1),
10265 (2,9,687,'Demon Skin',1),
10266 (2,9,1180,'Daggers',1),
10267 (2,9,2382,'Generic',1),
10268 (2,9,2479,'Honorless Target',1),
10269 (2,9,3050,'Detect',1),
10270 (2,9,3365,'Opening',1),
10271 (2,9,5009,'Wands',1),
10272 (2,9,5019,'Shoot',1),
10273 (2,9,6233,'Closing',1),
10274 (2,9,6246,'Closing',1),
10275 (2,9,6247,'Opening',1),
10276 (2,9,6477,'Opening',1),
10277 (2,9,6478,'Opening',1),
10278 (2,9,6603,'Attack',1),
10279 (2,9,7266,'Duel',1),
10280 (2,9,7267,'Grovel',1),
10281 (2,9,7355,'Stuck',1),
10282 (2,9,8386,'Attacking',1),
10283 (2,9,9078,'Cloth',1),
10284 (2,9,9125,'Generic',1),
10285 (2,9,20573,'Hardiness',1),
10286 (2,9,20574,'Axe Specialization',1),
10287 (2,9,20575,'Command',1),
10288 (2,9,21651,'Opening',1),
10289 (2,9,21652,'Closing',1),
10290 (2,9,22027,'Remove Insignia',1),
10291 (2,9,22810,'Opening - No Text',1),
10292 (2,9,33702,'Blood Fury',1),
10293 (3,1,78,'Heroic Strike',1),
10294 (3,1,81,'Dodge',1),
10295 (3,1,107,'Block',1),
10296 (3,1,196,'One-Handed Axes',1),
10297 (3,1,197,'Two-Handed Axes',1),
10298 (3,1,198,'One-Handed Maces',1),
10299 (3,1,203,'Unarmed',1),
10300 (3,1,204,'Defense',1),
10301 (3,1,522,'SPELLDEFENSE(DND)',1),
10302 (3,1,668,'Language Common',1),
10303 (3,1,672,'Language Dwarven',1),
10304 (3,1,2382,'Generic',1),
10305 (3,1,2457,'Battle Stance',1),
10306 (3,1,2479,'Honorless Target',1),
10307 (3,1,2481,'Find Treasure',1),
10308 (3,1,3050,'Detect',1),
10309 (3,1,3365,'Opening',1),
10310 (3,1,5301,'Defensive State(DND)',1),
10311 (3,1,6233,'Closing',1),
10312 (3,1,6246,'Closing',1),
10313 (3,1,6247,'Opening',1),
10314 (3,1,6477,'Opening',1),
10315 (3,1,6478,'Opening',1),
10316 (3,1,6603,'Attack',1),
10317 (3,1,7266,'Duel',1),
10318 (3,1,7267,'Grovel',1),
10319 (3,1,7355,'Stuck',1),
10320 (3,1,7376,'Defensive Stance Passive',0),
10321 (3,1,7381,'Berserker Stance Passive',0),
10322 (3,1,8386,'Attacking',1),
10323 (3,1,8737,'Mail',1),
10324 (3,1,9077,'Leather',1),
10325 (3,1,9078,'Cloth',1),
10326 (3,1,9116,'Shield',1),
10327 (3,1,9125,'Generic',1),
10328 (3,1,20594,'Stoneform',1),
10329 (3,1,20595,'Gun Specialization',1),
10330 (3,1,20596,'Frost Resistance',1),
10331 (3,1,21156,'Battle Stance Passive',0),
10332 (3,1,21651,'Opening',1),
10333 (3,1,21652,'Closing',1),
10334 (3,1,22027,'Remove Insignia',1),
10335 (3,1,22810,'Opening - No Text',1),
10336 (3,1,32215,'Victorious State',1),
10337 (3,2,81,'Dodge',1),
10338 (3,2,107,'Block',1),
10339 (3,2,198,'One-Handed Maces',1),
10340 (3,2,199,'Two-Handed Maces',1),
10341 (3,2,203,'Unarmed',1),
10342 (3,2,204,'Defense',1),
10343 (3,2,522,'SPELLDEFENSE(DND)',1),
10344 (3,2,635,'Holy Light',1),
10345 (3,2,668,'Language Common',1),
10346 (3,2,672,'Language Dwarven',1),
10347 (3,2,2382,'Generic',1),
10348 (3,2,2479,'Honorless Target',1),
10349 (3,2,2481,'Find Treasure',1),
10350 (3,2,3050,'Detect',1),
10351 (3,2,3365,'Opening',1),
10352 (3,2,6233,'Closing',1),
10353 (3,2,6246,'Closing',1),
10354 (3,2,6247,'Opening',1),
10355 (3,2,6477,'Opening',1),
10356 (3,2,6478,'Opening',1),
10357 (3,2,6603,'Attack',1),
10358 (3,2,7266,'Duel',1),
10359 (3,2,7267,'Grovel',1),
10360 (3,2,7355,'Stuck',1),
10361 (3,2,8386,'Attacking',1),
10362 (3,2,8737,'Mail',1),
10363 (3,2,9077,'Leather',1),
10364 (3,2,9078,'Cloth',1),
10365 (3,2,9116,'Shield',1),
10366 (3,2,9125,'Generic',1),
10367 (3,2,21084,'Seal of Righteousness',1),
10368 (3,2,20594,'Stoneform',1),
10369 (3,2,20595,'Gun Specialization',1),
10370 (3,2,20596,'Frost Resistance',1),
10371 (3,2,21651,'Opening',1),
10372 (3,2,21652,'Closing',1),
10373 (3,2,22027,'Remove Insignia',1),
10374 (3,2,22810,'Opening - No Text',1),
10375 (3,2,27762,'Libram',1),
10376 (3,3,75,'Auto Shot',1),
10377 (3,3,81,'Dodge',1),
10378 (3,3,196,'One-Handed Axes',1),
10379 (3,3,203,'Unarmed',1),
10380 (3,3,204,'Defense',1),
10381 (3,3,266,'Guns',1),
10382 (3,3,522,'SPELLDEFENSE(DND)',1),
10383 (3,3,668,'Language Common',1),
10384 (3,3,672,'Language Dwarven',1),
10385 (3,3,2382,'Generic',1),
10386 (3,3,2479,'Honorless Target',1),
10387 (3,3,2481,'Find Treasure',1),
10388 (3,3,2973,'Raptor Strike',1),
10389 (3,3,3050,'Detect',1),
10390 (3,3,3365,'Opening',1),
10391 (3,3,6233,'Closing',1),
10392 (3,3,6246,'Closing',1),
10393 (3,3,6247,'Opening',1),
10394 (3,3,6477,'Opening',1),
10395 (3,3,6478,'Opening',1),
10396 (3,3,6603,'Attack',1),
10397 (3,3,7266,'Duel',1),
10398 (3,3,7267,'Grovel',1),
10399 (3,3,7355,'Stuck',1),
10400 (3,3,8386,'Attacking',1),
10401 (3,3,9077,'Leather',1),
10402 (3,3,9078,'Cloth',1),
10403 (3,3,9125,'Generic',1),
10404 (3,3,13358,'Defensive State(DND)',1),
10405 (3,3,20594,'Stoneform',1),
10406 (3,3,20595,'Gun Specialization',1),
10407 (3,3,20596,'Frost Resistance',1),
10408 (3,3,21651,'Opening',1),
10409 (3,3,21652,'Closing',1),
10410 (3,3,22027,'Remove Insignia',1),
10411 (3,3,22810,'Opening - No Text',1),
10412 (3,3,24949,'Defensive State 2(DND)',1),
10413 (3,3,34082,'Advantaged State(DND)',1),
10414 (3,4,81,'Dodge',1),
10415 (3,4,203,'Unarmed',1),
10416 (3,4,204,'Defense',1),
10417 (3,4,522,'SPELLDEFENSE(DND)',1),
10418 (3,4,668,'Language Common',1),
10419 (3,4,672,'Language Dwarven',1),
10420 (3,4,1180,'Daggers',1),
10421 (3,4,1752,'Sinister Strike',1),
10422 (3,4,2098,'Eviscerate',1),
10423 (3,4,2382,'Generic',1),
10424 (3,4,2479,'Honorless Target',1),
10425 (3,4,2481,'Find Treasure',1),
10426 (3,4,2567,'Thrown',1),
10427 (3,4,2764,'Throw',1),
10428 (3,4,3050,'Detect',1),
10429 (3,4,3365,'Opening',1),
10430 (3,4,6233,'Closing',1),
10431 (3,4,6246,'Closing',1),
10432 (3,4,6247,'Opening',1),
10433 (3,4,6477,'Opening',1),
10434 (3,4,6478,'Opening',1),
10435 (3,4,6603,'Attack',1),
10436 (3,4,7266,'Duel',1),
10437 (3,4,7267,'Grovel',1),
10438 (3,4,7355,'Stuck',1),
10439 (3,4,8386,'Attacking',1),
10440 (3,4,9077,'Leather',1),
10441 (3,4,9078,'Cloth',1),
10442 (3,4,9125,'Generic',1),
10443 (3,4,16092,'Defensive State(DND)',1),
10444 (3,4,20594,'Stoneform',1),
10445 (3,4,20595,'Gun Specialization',1),
10446 (3,4,20596,'Frost Resistance',1),
10447 (3,4,21184,'Rogue Passive(DND)',1),
10448 (3,4,21651,'Opening',1),
10449 (3,4,21652,'Closing',1),
10450 (3,4,22027,'Remove Insignia',1),
10451 (3,4,22810,'Opening - No Text',1),
10452 (3,5,81,'Dodge',1),
10453 (3,5,198,'One-Handed Maces',1),
10454 (3,5,203,'Unarmed',1),
10455 (3,5,204,'Defense',1),
10456 (3,5,522,'SPELLDEFENSE(DND)',1),
10457 (3,5,585,'Smite',1),
10458 (3,5,668,'Language Common',1),
10459 (3,5,672,'Language Dwarven',1),
10460 (3,5,2050,'Lesser Heal',1),
10461 (3,5,2382,'Generic',1),
10462 (3,5,2479,'Honorless Target',1),
10463 (3,5,2481,'Find Treasure',1),
10464 (3,5,3050,'Detect',1),
10465 (3,5,3365,'Opening',1),
10466 (3,5,5009,'Wands',1),
10467 (3,5,5019,'Shoot',1),
10468 (3,5,6233,'Closing',1),
10469 (3,5,6246,'Closing',1),
10470 (3,5,6247,'Opening',1),
10471 (3,5,6477,'Opening',1),
10472 (3,5,6478,'Opening',1),
10473 (3,5,6603,'Attack',1),
10474 (3,5,7266,'Duel',1),
10475 (3,5,7267,'Grovel',1),
10476 (3,5,7355,'Stuck',1),
10477 (3,5,8386,'Attacking',1),
10478 (3,5,9078,'Cloth',1),
10479 (3,5,9125,'Generic',1),
10480 (3,5,20594,'Stoneform',1),
10481 (3,5,20595,'Gun Specialization',1),
10482 (3,5,20596,'Frost Resistance',1),
10483 (3,5,21651,'Opening',1),
10484 (3,5,21652,'Closing',1),
10485 (3,5,22027,'Remove Insignia',1),
10486 (3,5,22810,'Opening - No Text',1),
10487 (3,6,81,'Dodge',1),
10488 (3,6,196,'One-Handed Axes',1),
10489 (3,6,197,'Two-Handed Axes',1),
10490 (3,6,200,'Polearms',1),
10491 (3,6,201,'One-Handed Swords',1),
10492 (3,6,202,'Two-Handed Swords',1),
10493 (3,6,203,'Unarmed',1),
10494 (3,6,204,'Defense',1),
10495 (3,6,522,'SPELLDEFENSE (DND)',1),
10496 (3,6,668,'Language Common',1),
10497 (3,6,672,'Language Dwarven',1),
10498 (3,6,674,'Dual Wield',1),
10499 (3,6,750,'Plate Mail',1),
10500 (3,6,1843,'Disarm',1),
10501 (3,6,2382,'Generic',1),
10502 (3,6,2479,'Honorless Target',1),
10503 (3,6,2481,'Find Treasure',1),
10504 (3,6,3050,'Detect',1),
10505 (3,6,3127,'Parry',1),
10506 (3,6,3275,'Linen Bandage',1),
10507 (3,6,3276,'Heavy Linen Bandage',1),
10508 (3,6,3277,'Wool Bandage',1),
10509 (3,6,3278,'Heavy Wool Bandage',1),
10510 (3,6,3365,'Opening',1),
10511 (3,6,6233,'Closing',1),
10512 (3,6,6246,'Closing',1),
10513 (3,6,6247,'Opening',1),
10514 (3,6,6477,'Opening',1),
10515 (3,6,6478,'Opening',1),
10516 (3,6,6603,'Attack',1),
10517 (3,6,7266,'Duel',1),
10518 (3,6,7267,'Grovel',1),
10519 (3,6,7355,'Stuck',1),
10520 (3,6,7928,'Silk Bandage',1),
10521 (3,6,7929,'Heavy Silk Bandage',1),
10522 (3,6,7934,'Anti-Venom',1),
10523 (3,6,8386,'Attacking',1),
10524 (3,6,8737,'Mail',1),
10525 (3,6,9077,'Leather',1),
10526 (3,6,9078,'Cloth',1),
10527 (3,6,9125,'Generic',1),
10528 (3,6,10840,'Mageweave Bandage',1),
10529 (3,6,10841,'Heavy Mageweave Bandage',1),
10530 (3,6,10846,'First Aid',1),
10531 (3,6,18629,'Runecloth Bandage',1),
10532 (3,6,18630,'Heavy Runecloth Bandage',1),
10533 (3,6,20594,'Stoneform',1),
10534 (3,6,20595,'Gun Specialization',1),
10535 (3,6,20596,'Frost Resistance',1),
10536 (3,6,21651,'Opening',1),
10537 (3,6,21652,'Closing',1),
10538 (3,6,22027,'Remove Insignia',1),
10539 (3,6,22810,'Opening - No Text',1),
10540 (3,6,33391,'Journeyman Riding',1),
10541 (3,6,45462,'Plague Strike',1),
10542 (3,6,45477,'Icy Touch',1),
10543 (3,6,45902,'Blood Strike',1),
10544 (3,6,45903,'Offensive State (DND)',1),
10545 (3,6,45927,'Summon Friend',1),
10546 (3,6,47541,'Death Coil',1),
10547 (3,6,48266,'Blood Presence',1),
10548 (3,6,49410,'Forceful Deflection',1),
10549 (3,6,49576,'Death Grip',1),
10550 (3,6,52665,'Sigil',1),
10551 (3,6,59224,'Mace Specialization',1),
10552 (3,6,59879,'Blood Plague',1),
10553 (3,6,59921,'Frost Fever',1),
10554 (3,6,61437,'Opening',1),
10555 (3,6,61455,'Runic Focus',1),
10556 (4,1,78,'Heroic Strike',1),
10557 (4,1,81,'Dodge',1),
10558 (4,1,107,'Block',1),
10559 (4,1,198,'One-Handed Maces',1),
10560 (4,1,201,'One-Handed Swords',1),
10561 (4,1,203,'Unarmed',1),
10562 (4,1,204,'Defense',1),
10563 (4,1,522,'SPELLDEFENSE(DND)',1),
10564 (4,1,668,'Language Common',1),
10565 (4,1,671,'Language Darnassian',1),
10566 (4,1,1180,'Daggers',1),
10567 (4,1,2382,'Generic',1),
10568 (4,1,2457,'Battle Stance',1),
10569 (4,1,2479,'Honorless Target',1),
10570 (4,1,3050,'Detect',1),
10571 (4,1,3365,'Opening',1),
10572 (4,1,5301,'Defensive State(DND)',1),
10573 (4,1,6233,'Closing',1),
10574 (4,1,6246,'Closing',1),
10575 (4,1,6247,'Opening',1),
10576 (4,1,6477,'Opening',1),
10577 (4,1,6478,'Opening',1),
10578 (4,1,6603,'Attack',1),
10579 (4,1,7266,'Duel',1),
10580 (4,1,7267,'Grovel',1),
10581 (4,1,7355,'Stuck',1),
10582 (4,1,7376,'Defensive Stance Passive',0),
10583 (4,1,7381,'Berserker Stance Passive',0),
10584 (4,1,8386,'Attacking',1),
10585 (4,1,8737,'Mail',1),
10586 (4,1,9077,'Leather',1),
10587 (4,1,9078,'Cloth',1),
10588 (4,1,9116,'Shield',1),
10589 (4,1,9125,'Generic',1),
10590 (4,1,20580,'Shadowmeld',1),
10591 (4,1,20582,'Quickness',1),
10592 (4,1,20583,'Nature Resistance',1),
10593 (4,1,20585,'Wisp Spirit',1),
10594 (4,1,21009,'Shadowmeld Passive',1),
10595 (4,1,21156,'Battle Stance Passive',0),
10596 (4,1,21651,'Opening',1),
10597 (4,1,21652,'Closing',1),
10598 (4,1,22027,'Remove Insignia',1),
10599 (4,1,22810,'Opening - No Text',1),
10600 (4,1,32215,'Victorious State',1),
10601 (4,3,75,'Auto Shot',1),
10602 (4,3,81,'Dodge',1),
10603 (4,3,203,'Unarmed',1),
10604 (4,3,204,'Defense',1),
10605 (4,3,264,'Bows',1),
10606 (4,3,522,'SPELLDEFENSE(DND)',1),
10607 (4,3,668,'Language Common',1),
10608 (4,3,671,'Language Darnassian',1),
10609 (4,3,1180,'Daggers',1),
10610 (4,3,2382,'Generic',1),
10611 (4,3,2479,'Honorless Target',1),
10612 (4,3,2973,'Raptor Strike',1),
10613 (4,3,3050,'Detect',1),
10614 (4,3,3365,'Opening',1),
10615 (4,3,6233,'Closing',1),
10616 (4,3,6246,'Closing',1),
10617 (4,3,6247,'Opening',1),
10618 (4,3,6477,'Opening',1),
10619 (4,3,6478,'Opening',1),
10620 (4,3,6603,'Attack',1),
10621 (4,3,7266,'Duel',1),
10622 (4,3,7267,'Grovel',1),
10623 (4,3,7355,'Stuck',1),
10624 (4,3,8386,'Attacking',1),
10625 (4,3,9077,'Leather',1),
10626 (4,3,9078,'Cloth',1),
10627 (4,3,9125,'Generic',1),
10628 (4,3,13358,'Defensive State(DND)',1),
10629 (4,3,20580,'Shadowmeld',1),
10630 (4,3,20582,'Quickness',1),
10631 (4,3,20583,'Nature Resistance',1),
10632 (4,3,20585,'Wisp Spirit',1),
10633 (4,3,21009,'Shadowmeld Passive',1),
10634 (4,3,21651,'Opening',1),
10635 (4,3,21652,'Closing',1),
10636 (4,3,22027,'Remove Insignia',1),
10637 (4,3,22810,'Opening - No Text',1),
10638 (4,3,24949,'Defensive State 2(DND)',1),
10639 (4,3,34082,'Advantaged State(DND)',1),
10640 (4,4,81,'Dodge',1),
10641 (4,4,203,'Unarmed',1),
10642 (4,4,204,'Defense',1),
10643 (4,4,522,'SPELLDEFENSE(DND)',1),
10644 (4,4,668,'Language Common',1),
10645 (4,4,671,'Language Darnassian',1),
10646 (4,4,1180,'Daggers',1),
10647 (4,4,1752,'Sinister Strike',1),
10648 (4,4,2098,'Eviscerate',1),
10649 (4,4,2382,'Generic',1),
10650 (4,4,2479,'Honorless Target',1),
10651 (4,4,2567,'Thrown',1),
10652 (4,4,2764,'Throw',1),
10653 (4,4,3050,'Detect',1),
10654 (4,4,3365,'Opening',1),
10655 (4,4,6233,'Closing',1),
10656 (4,4,6246,'Closing',1),
10657 (4,4,6247,'Opening',1),
10658 (4,4,6477,'Opening',1),
10659 (4,4,6478,'Opening',1),
10660 (4,4,6603,'Attack',1),
10661 (4,4,7266,'Duel',1),
10662 (4,4,7267,'Grovel',1),
10663 (4,4,7355,'Stuck',1),
10664 (4,4,8386,'Attacking',1),
10665 (4,4,9077,'Leather',1),
10666 (4,4,9078,'Cloth',1),
10667 (4,4,9125,'Generic',1),
10668 (4,4,16092,'Defensive State(DND)',1),
10669 (4,4,20580,'Shadowmeld',1),
10670 (4,4,20582,'Quickness',1),
10671 (4,4,20583,'Nature Resistance',1),
10672 (4,4,20585,'Wisp Spirit',1),
10673 (4,4,21009,'Shadowmeld Passive',1),
10674 (4,4,21184,'Rogue Passive(DND)',1),
10675 (4,4,21651,'Opening',1),
10676 (4,4,21652,'Closing',1),
10677 (4,4,22027,'Remove Insignia',1),
10678 (4,4,22810,'Opening - No Text',1),
10679 (4,5,81,'Dodge',1),
10680 (4,5,198,'One-Handed Maces',1),
10681 (4,5,203,'Unarmed',1),
10682 (4,5,204,'Defense',1),
10683 (4,5,522,'SPELLDEFENSE(DND)',1),
10684 (4,5,585,'Smite',1),
10685 (4,5,668,'Language Common',1),
10686 (4,5,671,'Language Darnassian',1),
10687 (4,5,2050,'Lesser Heal',1),
10688 (4,5,2382,'Generic',1),
10689 (4,5,2479,'Honorless Target',1),
10690 (4,5,3050,'Detect',1),
10691 (4,5,3365,'Opening',1),
10692 (4,5,5009,'Wands',1),
10693 (4,5,5019,'Shoot',1),
10694 (4,5,6233,'Closing',1),
10695 (4,5,6246,'Closing',1),
10696 (4,5,6247,'Opening',1),
10697 (4,5,6477,'Opening',1),
10698 (4,5,6478,'Opening',1),
10699 (4,5,6603,'Attack',1),
10700 (4,5,7266,'Duel',1),
10701 (4,5,7267,'Grovel',1),
10702 (4,5,7355,'Stuck',1),
10703 (4,5,8386,'Attacking',1),
10704 (4,5,9078,'Cloth',1),
10705 (4,5,9125,'Generic',1),
10706 (4,5,20580,'Shadowmeld',1),
10707 (4,5,20582,'Quickness',1),
10708 (4,5,20583,'Nature Resistance',1),
10709 (4,5,20585,'Wisp Spirit',1),
10710 (4,5,21009,'Shadowmeld Passive',1),
10711 (4,5,21651,'Opening',1),
10712 (4,5,21652,'Closing',1),
10713 (4,5,22027,'Remove Insignia',1),
10714 (4,5,22810,'Opening - No Text',1),
10715 (4,6,81,'Dodge',1),
10716 (4,6,196,'One-Handed Axes',1),
10717 (4,6,197,'Two-Handed Axes',1),
10718 (4,6,200,'Polearms',1),
10719 (4,6,201,'One-Handed Swords',1),
10720 (4,6,202,'Two-Handed Swords',1),
10721 (4,6,203,'Unarmed',1),
10722 (4,6,204,'Defense',1),
10723 (4,6,522,'SPELLDEFENSE (DND)',1),
10724 (4,6,668,'Language Common',1),
10725 (4,6,671,'Language Darnassian',1),
10726 (4,6,674,'Dual Wield',1),
10727 (4,6,750,'Plate Mail',1),
10728 (4,6,1843,'Disarm',1),
10729 (4,6,2382,'Generic',1),
10730 (4,6,2479,'Honorless Target',1),
10731 (4,6,3050,'Detect',1),
10732 (4,6,3127,'Parry',1),
10733 (4,6,3275,'Linen Bandage',1),
10734 (4,6,3276,'Heavy Linen Bandage',1),
10735 (4,6,3277,'Wool Bandage',1),
10736 (4,6,3278,'Heavy Wool Bandage',1),
10737 (4,6,3365,'Opening',1),
10738 (4,6,6233,'Closing',1),
10739 (4,6,6246,'Closing',1),
10740 (4,6,6247,'Opening',1),
10741 (4,6,6477,'Opening',1),
10742 (4,6,6478,'Opening',1),
10743 (4,6,6603,'Attack',1),
10744 (4,6,7266,'Duel',1),
10745 (4,6,7267,'Grovel',1),
10746 (4,6,7355,'Stuck',1),
10747 (4,6,7928,'Silk Bandage',1),
10748 (4,6,7929,'Heavy Silk Bandage',1),
10749 (4,6,7934,'Anti-Venom',1),
10750 (4,6,8386,'Attacking',1),
10751 (4,6,8737,'Mail',1),
10752 (4,6,9077,'Leather',1),
10753 (4,6,9078,'Cloth',1),
10754 (4,6,9125,'Generic',1),
10755 (4,6,10840,'Mageweave Bandage',1),
10756 (4,6,10841,'Heavy Mageweave Bandage',1),
10757 (4,6,10846,'First Aid',1),
10758 (4,6,18629,'Runecloth Bandage',1),
10759 (4,6,18630,'Heavy Runecloth Bandage',1),
10760 (4,6,20582,'Quickness',1),
10761 (4,6,20583,'Nature Resistance',1),
10762 (4,6,20585,'Wisp Spirit',1),
10763 (4,6,21651,'Opening',1),
10764 (4,6,21652,'Closing',1),
10765 (4,6,22027,'Remove Insignia',1),
10766 (4,6,22810,'Opening - No Text',1),
10767 (4,6,33391,'Journeyman Riding',1),
10768 (4,6,45462,'Plague Strike',1),
10769 (4,6,45477,'Icy Touch',1),
10770 (4,6,45902,'Blood Strike',1),
10771 (4,6,45903,'Offensive State (DND)',1),
10772 (4,6,45927,'Summon Friend',1),
10773 (4,6,47541,'Death Coil',1),
10774 (4,6,48266,'Blood Presence',1),
10775 (4,6,49410,'Forceful Deflection',1),
10776 (4,6,49576,'Death Grip',1),
10777 (4,6,52665,'Sigil',1),
10778 (4,6,58984,'Shadowmeld',1),
10779 (4,6,59879,'Blood Plague',1),
10780 (4,6,59921,'Frost Fever',1),
10781 (4,6,61437,'Opening',1),
10782 (4,6,61455,'Runic Focus',1),
10783 (4,11,81,'Dodge',1),
10784 (4,11,203,'Unarmed',1),
10785 (4,11,204,'Defense',1),
10786 (4,11,227,'Staves',1),
10787 (4,11,522,'SPELLDEFENSE(DND)',1),
10788 (4,11,668,'Language Common',1),
10789 (4,11,671,'Language Darnassian',1),
10790 (4,11,1178,'Bear Form(Passive)',0),
10791 (4,11,1180,'Daggers',1),
10792 (4,11,2382,'Generic',1),
10793 (4,11,2479,'Honorless Target',1),
10794 (4,11,3025,'Cat Form(Passive)',0),
10795 (4,11,3050,'Detect',1),
10796 (4,11,3365,'Opening',1),
10797 (4,11,5176,'Wrath',1),
10798 (4,11,5185,'Healing Touch',1),
10799 (4,11,5419,'Travel Form(Passive)',0),
10800 (4,11,5420,'Tree of Life',0),
10801 (4,11,5421,'Aquatic Form(Passive)',0),
10802 (4,11,6233,'Closing',1),
10803 (4,11,6246,'Closing',1),
10804 (4,11,6247,'Opening',1),
10805 (4,11,6477,'Opening',1),
10806 (4,11,6478,'Opening',1),
10807 (4,11,6603,'Attack',1),
10808 (4,11,7266,'Duel',1),
10809 (4,11,7267,'Grovel',1),
10810 (4,11,7355,'Stuck',1),
10811 (4,11,8386,'Attacking',1),
10812 (4,11,9077,'Leather',1),
10813 (4,11,9078,'Cloth',1),
10814 (4,11,9125,'Generic',1),
10815 (4,11,9635,'Dire Bear Form(Passive)',0),
10816 (4,11,20580,'Shadowmeld',1),
10817 (4,11,20582,'Quickness',1),
10818 (4,11,20583,'Nature Resistance',1),
10819 (4,11,20585,'Wisp Spirit',1),
10820 (4,11,21009,'Shadowmeld Passive',1),
10821 (4,11,21178,'Bear Form(Passive2)',0),
10822 (4,11,21651,'Opening',1),
10823 (4,11,21652,'Closing',1),
10824 (4,11,22027,'Remove Insignia',1),
10825 (4,11,22810,'Opening - No Text',1),
10826 (4,11,24905,'Moonkin Form(Passive)',0),
10827 (4,11,27764,'Fetish',1),
10828 (4,11,33948,'Flight Form(Passive)',0),
10829 (4,11,34123,'Tree of Life(Passive)',0),
10830 (4,11,40121,'Swift Flight Form(Passive)',0),
10831 (5,1,78,'Heroic Strike',1),
10832 (5,1,81,'Dodge',1),
10833 (5,1,107,'Block',1),
10834 (5,1,201,'One-Handed Swords',1),
10835 (5,1,202,'Two-Handed Swords',1),
10836 (5,1,203,'Unarmed',1),
10837 (5,1,204,'Defense',1),
10838 (5,1,522,'SPELLDEFENSE(DND)',1),
10839 (5,1,669,'Language Orcish',1),
10840 (5,1,1180,'Daggers',1),
10841 (5,1,2382,'Generic',1),
10842 (5,1,2457,'Battle Stance',1),
10843 (5,1,2479,'Honorless Target',1),
10844 (5,1,3050,'Detect',1),
10845 (5,1,3365,'Opening',1),
10846 (5,1,5227,'Underwater Breathing',1),
10847 (5,1,5301,'Defensive State(DND)',1),
10848 (5,1,6233,'Closing',1),
10849 (5,1,6246,'Closing',1),
10850 (5,1,6247,'Opening',1),
10851 (5,1,6477,'Opening',1),
10852 (5,1,6478,'Opening',1),
10853 (5,1,6603,'Attack',1),
10854 (5,1,7266,'Duel',1),
10855 (5,1,7267,'Grovel',1),
10856 (5,1,7355,'Stuck',1),
10857 (5,1,7376,'Defensive Stance Passive',0),
10858 (5,1,7381,'Berserker Stance Passive',0),
10859 (5,1,7744,'Will of the Forsaken',1),
10860 (5,1,8386,'Attacking',1),
10861 (5,1,8737,'Mail',1),
10862 (5,1,9077,'Leather',1),
10863 (5,1,9078,'Cloth',1),
10864 (5,1,9116,'Shield',1),
10865 (5,1,9125,'Generic',1),
10866 (5,1,17737,'Language Gutterspeak',1),
10867 (5,1,20577,'Cannibalize',1),
10868 (5,1,20579,'Shadow Resistance',1),
10869 (5,1,21156,'Battle Stance Passive',0),
10870 (5,1,21651,'Opening',1),
10871 (5,1,21652,'Closing',1),
10872 (5,1,22027,'Remove Insignia',1),
10873 (5,1,22810,'Opening - No Text',1),
10874 (5,1,32215,'Victorious State',1),
10875 (5,4,81,'Dodge',1),
10876 (5,4,203,'Unarmed',1),
10877 (5,4,204,'Defense',1),
10878 (5,4,522,'SPELLDEFENSE(DND)',1),
10879 (5,4,669,'Language Orcish',1),
10880 (5,4,1180,'Daggers',1),
10881 (5,4,1752,'Sinister Strike',1),
10882 (5,4,2098,'Eviscerate',1),
10883 (5,4,2382,'Generic',1),
10884 (5,4,2479,'Honorless Target',1),
10885 (5,4,2567,'Thrown',1),
10886 (5,4,2764,'Throw',1),
10887 (5,4,3050,'Detect',1),
10888 (5,4,3365,'Opening',1),
10889 (5,4,5227,'Underwater Breathing',1),
10890 (5,4,6233,'Closing',1),
10891 (5,4,6246,'Closing',1),
10892 (5,4,6247,'Opening',1),
10893 (5,4,6477,'Opening',1),
10894 (5,4,6478,'Opening',1),
10895 (5,4,6603,'Attack',1),
10896 (5,4,7266,'Duel',1),
10897 (5,4,7267,'Grovel',1),
10898 (5,4,7355,'Stuck',1),
10899 (5,4,7744,'Will of the Forsaken',1),
10900 (5,4,8386,'Attacking',1),
10901 (5,4,9077,'Leather',1),
10902 (5,4,9078,'Cloth',1),
10903 (5,4,9125,'Generic',1),
10904 (5,4,16092,'Defensive State(DND)',1),
10905 (5,4,17737,'Language Gutterspeak',1),
10906 (5,4,20577,'Cannibalize',1),
10907 (5,4,20579,'Shadow Resistance',1),
10908 (5,4,21184,'Rogue Passive(DND)',1),
10909 (5,4,21651,'Opening',1),
10910 (5,4,21652,'Closing',1),
10911 (5,4,22027,'Remove Insignia',1),
10912 (5,4,22810,'Opening - No Text',1),
10913 (5,5,81,'Dodge',1),
10914 (5,5,198,'One-Handed Maces',1),
10915 (5,5,203,'Unarmed',1),
10916 (5,5,204,'Defense',1),
10917 (5,5,522,'SPELLDEFENSE(DND)',1),
10918 (5,5,585,'Smite',1),
10919 (5,5,669,'Language Orcish',1),
10920 (5,5,2050,'Lesser Heal',1),
10921 (5,5,2382,'Generic',1),
10922 (5,5,2479,'Honorless Target',1),
10923 (5,5,3050,'Detect',1),
10924 (5,5,3365,'Opening',1),
10925 (5,5,5009,'Wands',1),
10926 (5,5,5019,'Shoot',1),
10927 (5,5,5227,'Underwater Breathing',1),
10928 (5,5,6233,'Closing',1),
10929 (5,5,6246,'Closing',1),
10930 (5,5,6247,'Opening',1),
10931 (5,5,6477,'Opening',1),
10932 (5,5,6478,'Opening',1),
10933 (5,5,6603,'Attack',1),
10934 (5,5,7266,'Duel',1),
10935 (5,5,7267,'Grovel',1),
10936 (5,5,7355,'Stuck',1),
10937 (5,5,7744,'Will of the Forsaken',1),
10938 (5,5,8386,'Attacking',1),
10939 (5,5,9078,'Cloth',1),
10940 (5,5,9125,'Generic',1),
10941 (5,5,17737,'Language Gutterspeak',1),
10942 (5,5,20577,'Cannibalize',1),
10943 (5,5,20579,'Shadow Resistance',1),
10944 (5,5,21651,'Opening',1),
10945 (5,5,21652,'Closing',1),
10946 (5,5,22027,'Remove Insignia',1),
10947 (5,5,22810,'Opening - No Text',1),
10948 (5,6,81,'Dodge',1),
10949 (5,6,196,'One-Handed Axes',1),
10950 (5,6,197,'Two-Handed Axes',1),
10951 (5,6,200,'Polearms',1),
10952 (5,6,201,'One-Handed Swords',1),
10953 (5,6,202,'Two-Handed Swords',1),
10954 (5,6,203,'Unarmed',1),
10955 (5,6,204,'Defense',1),
10956 (5,6,522,'SPELLDEFENSE (DND)',1),
10957 (5,6,669,'Language Orcish',1),
10958 (5,6,674,'Dual Wield',1),
10959 (5,6,750,'Plate Mail',1),
10960 (5,6,1843,'Disarm',1),
10961 (5,6,2382,'Generic',1),
10962 (5,6,2479,'Honorless Target',1),
10963 (5,6,3050,'Detect',1),
10964 (5,6,3127,'Parry',1),
10965 (5,6,3275,'Linen Bandage',1),
10966 (5,6,3276,'Heavy Linen Bandage',1),
10967 (5,6,3277,'Wool Bandage',1),
10968 (5,6,3278,'Heavy Wool Bandage',1),
10969 (5,6,3365,'Opening',1),
10970 (5,6,5227,'Underwater Breathing',1),
10971 (5,6,6233,'Closing',1),
10972 (5,6,6246,'Closing',1),
10973 (5,6,6247,'Opening',1),
10974 (5,6,6477,'Opening',1),
10975 (5,6,6478,'Opening',1),
10976 (5,6,6603,'Attack',1),
10977 (5,6,7266,'Duel',1),
10978 (5,6,7267,'Grovel',1),
10979 (5,6,7355,'Stuck',1),
10980 (5,6,7744,'Will of the Forsaken',1),
10981 (5,6,7928,'Silk Bandage',1),
10982 (5,6,7929,'Heavy Silk Bandage',1),
10983 (5,6,7934,'Anti-Venom',1),
10984 (5,6,8386,'Attacking',1),
10985 (5,6,8737,'Mail',1),
10986 (5,6,9077,'Leather',1),
10987 (5,6,9078,'Cloth',1),
10988 (5,6,9125,'Generic',1),
10989 (5,6,10840,'Mageweave Bandage',1),
10990 (5,6,10841,'Heavy Mageweave Bandage',1),
10991 (5,6,10846,'First Aid',1),
10992 (5,6,17737,'Language Gutterspeak',1),
10993 (5,6,18629,'Runecloth Bandage',1),
10994 (5,6,18630,'Heavy Runecloth Bandage',1),
10995 (5,6,20577,'Cannibalize',1),
10996 (5,6,20579,'Shadow Resistance',1),
10997 (5,6,21651,'Opening',1),
10998 (5,6,21652,'Closing',1),
10999 (5,6,22027,'Remove Insignia',1),
11000 (5,6,22810,'Opening - No Text',1),
11001 (5,6,33391,'Journeyman Riding',1),
11002 (5,6,45462,'Plague Strike',1),
11003 (5,6,45477,'Icy Touch',1),
11004 (5,6,45902,'Blood Strike',1),
11005 (5,6,45903,'Offensive State (DND)',1),
11006 (5,6,45927,'Summon Friend',1),
11007 (5,6,47541,'Death Coil',1),
11008 (5,6,48266,'Blood Presence',1),
11009 (5,6,49410,'Forceful Deflection',1),
11010 (5,6,49576,'Death Grip',1),
11011 (5,6,52665,'Sigil',1),
11012 (5,6,59879,'Blood Plague',1),
11013 (5,6,59921,'Frost Fever',1),
11014 (5,6,61437,'Opening',1),
11015 (5,6,61455,'Runic Focus',1),
11016 (5,8,81,'Dodge',1),
11017 (5,8,133,'Fireball',1),
11018 (5,8,168,'Frost Armor',1),
11019 (5,8,203,'Unarmed',1),
11020 (5,8,204,'Defense',1),
11021 (5,8,227,'Staves',1),
11022 (5,8,522,'SPELLDEFENSE(DND)',1),
11023 (5,8,669,'Language Orcish',1),
11024 (5,8,2382,'Generic',1),
11025 (5,8,2479,'Honorless Target',1),
11026 (5,8,3050,'Detect',1),
11027 (5,8,3365,'Opening',1),
11028 (5,8,5009,'Wands',1),
11029 (5,8,5019,'Shoot',1),
11030 (5,8,5227,'Underwater Breathing',1),
11031 (5,8,6233,'Closing',1),
11032 (5,8,6246,'Closing',1),
11033 (5,8,6247,'Opening',1),
11034 (5,8,6477,'Opening',1),
11035 (5,8,6478,'Opening',1),
11036 (5,8,6603,'Attack',1),
11037 (5,8,7266,'Duel',1),
11038 (5,8,7267,'Grovel',1),
11039 (5,8,7355,'Stuck',1),
11040 (5,8,7744,'Will of the Forsaken',1),
11041 (5,8,8386,'Attacking',1),
11042 (5,8,9078,'Cloth',1),
11043 (5,8,9125,'Generic',1),
11044 (5,8,17737,'Language Gutterspeak',1),
11045 (5,8,20577,'Cannibalize',1),
11046 (5,8,20579,'Shadow Resistance',1),
11047 (5,8,21651,'Opening',1),
11048 (5,8,21652,'Closing',1),
11049 (5,8,22027,'Remove Insignia',1),
11050 (5,8,22810,'Opening - No Text',1),
11051 (5,9,81,'Dodge',1),
11052 (5,9,203,'Unarmed',1),
11053 (5,9,204,'Defense',1),
11054 (5,9,522,'SPELLDEFENSE(DND)',1),
11055 (5,9,669,'Language Orcish',1),
11056 (5,9,686,'Shadow Bolt',1),
11057 (5,9,687,'Demon Skin',1),
11058 (5,9,1180,'Daggers',1),
11059 (5,9,2382,'Generic',1),
11060 (5,9,2479,'Honorless Target',1),
11061 (5,9,3050,'Detect',1),
11062 (5,9,3365,'Opening',1),
11063 (5,9,5009,'Wands',1),
11064 (5,9,5019,'Shoot',1),
11065 (5,9,5227,'Underwater Breathing',1),
11066 (5,9,6233,'Closing',1),
11067 (5,9,6246,'Closing',1),
11068 (5,9,6247,'Opening',1),
11069 (5,9,6477,'Opening',1),
11070 (5,9,6478,'Opening',1),
11071 (5,9,6603,'Attack',1),
11072 (5,9,7266,'Duel',1),
11073 (5,9,7267,'Grovel',1),
11074 (5,9,7355,'Stuck',1),
11075 (5,9,7744,'Will of the Forsaken',1),
11076 (5,9,8386,'Attacking',1),
11077 (5,9,9078,'Cloth',1),
11078 (5,9,9125,'Generic',1),
11079 (5,9,17737,'Language Gutterspeak',1),
11080 (5,9,20577,'Cannibalize',1),
11081 (5,9,20579,'Shadow Resistance',1),
11082 (5,9,21651,'Opening',1),
11083 (5,9,21652,'Closing',1),
11084 (5,9,22027,'Remove Insignia',1),
11085 (5,9,22810,'Opening - No Text',1),
11086 (6,1,78,'Heroic Strike',1),
11087 (6,1,81,'Dodge',1),
11088 (6,1,107,'Block',1),
11089 (6,1,196,'One-Handed Axes',1),
11090 (6,1,198,'One-Handed Maces',1),
11091 (6,1,199,'Two-Handed Maces',1),
11092 (6,1,203,'Unarmed',1),
11093 (6,1,204,'Defense',1),
11094 (6,1,522,'SPELLDEFENSE(DND)',1),
11095 (6,1,669,'Language Orcish',1),
11096 (6,1,670,'Language Taurahe',1),
11097 (6,1,2382,'Generic',1),
11098 (6,1,2457,'Battle Stance',1),
11099 (6,1,2479,'Honorless Target',1),
11100 (6,1,3050,'Detect',1),
11101 (6,1,3365,'Opening',1),
11102 (6,1,5301,'Defensive State(DND)',1),
11103 (6,1,6233,'Closing',1),
11104 (6,1,6246,'Closing',1),
11105 (6,1,6247,'Opening',1),
11106 (6,1,6477,'Opening',1),
11107 (6,1,6478,'Opening',1),
11108 (6,1,6603,'Attack',1),
11109 (6,1,7266,'Duel',1),
11110 (6,1,7267,'Grovel',1),
11111 (6,1,7355,'Stuck',1),
11112 (6,1,7376,'Defensive Stance Passive',0),
11113 (6,1,7381,'Berserker Stance Passive',0),
11114 (6,1,8386,'Attacking',1),
11115 (6,1,8737,'Mail',1),
11116 (6,1,9077,'Leather',1),
11117 (6,1,9078,'Cloth',1),
11118 (6,1,9116,'Shield',1),
11119 (6,1,9125,'Generic',1),
11120 (6,1,20549,'War Stomp',1),
11121 (6,1,20550,'Endurance',1),
11122 (6,1,20551,'Nature Resistance',1),
11123 (6,1,20552,'Cultivation',1),
11124 (6,1,21156,'Battle Stance Passive',0),
11125 (6,1,21651,'Opening',1),
11126 (6,1,21652,'Closing',1),
11127 (6,1,22027,'Remove Insignia',1),
11128 (6,1,22810,'Opening - No Text',1),
11129 (6,1,32215,'Victorious State',1),
11130 (6,3,75,'Auto Shot',1),
11131 (6,3,81,'Dodge',1),
11132 (6,3,196,'One-Handed Axes',1),
11133 (6,3,203,'Unarmed',1),
11134 (6,3,204,'Defense',1),
11135 (6,3,266,'Guns',1),
11136 (6,3,522,'SPELLDEFENSE(DND)',1),
11137 (6,3,669,'Language Orcish',1),
11138 (6,3,670,'Language Taurahe',1),
11139 (6,3,2382,'Generic',1),
11140 (6,3,2479,'Honorless Target',1),
11141 (6,3,2973,'Raptor Strike',1),
11142 (6,3,3050,'Detect',1),
11143 (6,3,3365,'Opening',1),
11144 (6,3,6233,'Closing',1),
11145 (6,3,6246,'Closing',1),
11146 (6,3,6247,'Opening',1),
11147 (6,3,6477,'Opening',1),
11148 (6,3,6478,'Opening',1),
11149 (6,3,6603,'Attack',1),
11150 (6,3,7266,'Duel',1),
11151 (6,3,7267,'Grovel',1),
11152 (6,3,7355,'Stuck',1),
11153 (6,3,8386,'Attacking',1),
11154 (6,3,9077,'Leather',1),
11155 (6,3,9078,'Cloth',1),
11156 (6,3,9125,'Generic',1),
11157 (6,3,13358,'Defensive State(DND)',1),
11158 (6,3,20549,'War Stomp',1),
11159 (6,3,20550,'Endurance',1),
11160 (6,3,20551,'Nature Resistance',1),
11161 (6,3,20552,'Cultivation',1),
11162 (6,3,21651,'Opening',1),
11163 (6,3,21652,'Closing',1),
11164 (6,3,22027,'Remove Insignia',1),
11165 (6,3,22810,'Opening - No Text',1),
11166 (6,3,24949,'Defensive State 2(DND)',1),
11167 (6,3,34082,'Advantaged State(DND)',1),
11168 (6,6,81,'Dodge',1),
11169 (6,6,196,'One-Handed Axes',1),
11170 (6,6,197,'Two-Handed Axes',1),
11171 (6,6,200,'Polearms',1),
11172 (6,6,201,'One-Handed Swords',1),
11173 (6,6,202,'Two-Handed Swords',1),
11174 (6,6,203,'Unarmed',1),
11175 (6,6,204,'Defense',1),
11176 (6,6,522,'SPELLDEFENSE (DND)',1),
11177 (6,6,669,'Language Orcish',1),
11178 (6,6,670,'Language Taurahe',1),
11179 (6,6,674,'Dual Wield',1),
11180 (6,6,750,'Plate Mail',1),
11181 (6,6,1843,'Disarm',1),
11182 (6,6,2382,'Generic',1),
11183 (6,6,2479,'Honorless Target',1),
11184 (6,6,3050,'Detect',1),
11185 (6,6,3127,'Parry',1),
11186 (6,6,3275,'Linen Bandage',1),
11187 (6,6,3276,'Heavy Linen Bandage',1),
11188 (6,6,3277,'Wool Bandage',1),
11189 (6,6,3278,'Heavy Wool Bandage',1),
11190 (6,6,3365,'Opening',1),
11191 (6,6,6233,'Closing',1),
11192 (6,6,6246,'Closing',1),
11193 (6,6,6247,'Opening',1),
11194 (6,6,6477,'Opening',1),
11195 (6,6,6478,'Opening',1),
11196 (6,6,6603,'Attack',1),
11197 (6,6,7266,'Duel',1),
11198 (6,6,7267,'Grovel',1),
11199 (6,6,7355,'Stuck',1),
11200 (6,6,7928,'Silk Bandage',1),
11201 (6,6,7929,'Heavy Silk Bandage',1),
11202 (6,6,7934,'Anti-Venom',1),
11203 (6,6,8386,'Attacking',1),
11204 (6,6,8737,'Mail',1),
11205 (6,6,9077,'Leather',1),
11206 (6,6,9078,'Cloth',1),
11207 (6,6,9125,'Generic',1),
11208 (6,6,10840,'Mageweave Bandage',1),
11209 (6,6,10841,'Heavy Mageweave Bandage',1),
11210 (6,6,10846,'First Aid',1),
11211 (6,6,18629,'Runecloth Bandage',1),
11212 (6,6,18630,'Heavy Runecloth Bandage',1),
11213 (6,6,20549,'War Stomp',1),
11214 (6,6,20550,'Endurance',1),
11215 (6,6,20551,'Nature Resistance',1),
11216 (6,6,20552,'Cultivation',1),
11217 (6,6,21651,'Opening',1),
11218 (6,6,21652,'Closing',1),
11219 (6,6,22027,'Remove Insignia',1),
11220 (6,6,22810,'Opening - No Text',1),
11221 (6,6,33391,'Journeyman Riding',1),
11222 (6,6,45462,'Plague Strike',1),
11223 (6,6,45477,'Icy Touch',1),
11224 (6,6,45902,'Blood Strike',1),
11225 (6,6,45903,'Offensive State (DND)',1),
11226 (6,6,45927,'Summon Friend',1),
11227 (6,6,47541,'Death Coil',1),
11228 (6,6,48266,'Blood Presence',1),
11229 (6,6,49410,'Forceful Deflection',1),
11230 (6,6,49576,'Death Grip',1),
11231 (6,6,52665,'Sigil',1),
11232 (6,6,59879,'Blood Plague',1),
11233 (6,6,59921,'Frost Fever',1),
11234 (6,6,61437,'Opening',1),
11235 (6,6,61455,'Runic Focus',1),
11236 (6,7,81,'Dodge',1),
11237 (6,7,107,'Block',1),
11238 (6,7,198,'One-Handed Maces',1),
11239 (6,7,203,'Unarmed',1),
11240 (6,7,204,'Defense',1),
11241 (6,7,227,'Staves',1),
11242 (6,7,331,'Healing Wave',1),
11243 (6,7,403,'Lightning Bolt',1),
11244 (6,7,522,'SPELLDEFENSE(DND)',1),
11245 (6,7,669,'Language Orcish',1),
11246 (6,7,670,'Language Taurahe',1),
11247 (6,7,2382,'Generic',1),
11248 (6,7,2479,'Honorless Target',1),
11249 (6,7,3050,'Detect',1),
11250 (6,7,3365,'Opening',1),
11251 (6,7,6233,'Closing',1),
11252 (6,7,6246,'Closing',1),
11253 (6,7,6247,'Opening',1),
11254 (6,7,6477,'Opening',1),
11255 (6,7,6478,'Opening',1),
11256 (6,7,6603,'Attack',1),
11257 (6,7,7266,'Duel',1),
11258 (6,7,7267,'Grovel',1),
11259 (6,7,7355,'Stuck',1),
11260 (6,7,8386,'Attacking',1),
11261 (6,7,9077,'Leather',1),
11262 (6,7,9078,'Cloth',1),
11263 (6,7,9116,'Shield',1),
11264 (6,7,9125,'Generic',1),
11265 (6,7,20549,'War Stomp',1),
11266 (6,7,20550,'Endurance',1),
11267 (6,7,20551,'Nature Resistance',1),
11268 (6,7,20552,'Cultivation',1),
11269 (6,7,21651,'Opening',1),
11270 (6,7,21652,'Closing',1),
11271 (6,7,22027,'Remove Insignia',1),
11272 (6,7,22810,'Opening - No Text',1),
11273 (6,7,27763,'Totem',1),
11274 (6,11,81,'Dodge',1),
11275 (6,11,198,'One-Handed Maces',1),
11276 (6,11,203,'Unarmed',1),
11277 (6,11,204,'Defense',1),
11278 (6,11,227,'Staves',1),
11279 (6,11,522,'SPELLDEFENSE(DND)',1),
11280 (6,11,669,'Language Orcish',1),
11281 (6,11,670,'Language Taurahe',1),
11282 (6,11,1178,'Bear Form(Passive)',0),
11283 (6,11,2382,'Generic',1),
11284 (6,11,2479,'Honorless Target',1),
11285 (6,11,3025,'Cat Form(Passive)',0),
11286 (6,11,3050,'Detect',1),
11287 (6,11,3365,'Opening',1),
11288 (6,11,5176,'Wrath',1),
11289 (6,11,5185,'Healing Touch',1),
11290 (6,11,5419,'Travel Form(Passive)',0),
11291 (6,11,5420,'Tree of Life',0),
11292 (6,11,5421,'Aquatic Form(Passive)',0),
11293 (6,11,6233,'Closing',1),
11294 (6,11,6246,'Closing',1),
11295 (6,11,6247,'Opening',1),
11296 (6,11,6477,'Opening',1),
11297 (6,11,6478,'Opening',1),
11298 (6,11,6603,'Attack',1),
11299 (6,11,7266,'Duel',1),
11300 (6,11,7267,'Grovel',1),
11301 (6,11,7355,'Stuck',1),
11302 (6,11,8386,'Attacking',1),
11303 (6,11,9077,'Leather',1),
11304 (6,11,9078,'Cloth',1),
11305 (6,11,9125,'Generic',1),
11306 (6,11,9635,'Dire Bear Form(Passive)',0),
11307 (6,11,20549,'War Stomp',1),
11308 (6,11,20550,'Endurance',1),
11309 (6,11,20551,'Nature Resistance',1),
11310 (6,11,20552,'Cultivation',1),
11311 (6,11,21178,'Bear Form(Passive2)',0),
11312 (6,11,21651,'Opening',1),
11313 (6,11,21652,'Closing',1),
11314 (6,11,22027,'Remove Insignia',1),
11315 (6,11,22810,'Opening - No Text',1),
11316 (6,11,24905,'Moonkin Form(Passive)',0),
11317 (6,11,27764,'Fetish',1),
11318 (6,11,33948,'Flight Form(Passive)',0),
11319 (6,11,34123,'Tree of Life(Passive)',0),
11320 (6,11,40121,'Swift Flight Form(Passive)',0),
11321 (7,1,78,'Heroic Strike',1),
11322 (7,1,81,'Dodge',1),
11323 (7,1,107,'Block',1),
11324 (7,1,198,'One-Handed Maces',1),
11325 (7,1,201,'One-Handed Swords',1),
11326 (7,1,203,'Unarmed',1),
11327 (7,1,204,'Defense',1),
11328 (7,1,522,'SPELLDEFENSE(DND)',1),
11329 (7,1,668,'Language Common',1),
11330 (7,1,1180,'Daggers',1),
11331 (7,1,2382,'Generic',1),
11332 (7,1,2457,'Battle Stance',1),
11333 (7,1,2479,'Honorless Target',1),
11334 (7,1,3050,'Detect',1),
11335 (7,1,3365,'Opening',1),
11336 (7,1,5301,'Defensive State(DND)',1),
11337 (7,1,6233,'Closing',1),
11338 (7,1,6246,'Closing',1),
11339 (7,1,6247,'Opening',1),
11340 (7,1,6477,'Opening',1),
11341 (7,1,6478,'Opening',1),
11342 (7,1,6603,'Attack',1),
11343 (7,1,7266,'Duel',1),
11344 (7,1,7267,'Grovel',1),
11345 (7,1,7340,'Language Gnomish',1),
11346 (7,1,7355,'Stuck',1),
11347 (7,1,7376,'Defensive Stance Passive',0),
11348 (7,1,7381,'Berserker Stance Passive',0),
11349 (7,1,8386,'Attacking',1),
11350 (7,1,8737,'Mail',1),
11351 (7,1,9077,'Leather',1),
11352 (7,1,9078,'Cloth',1),
11353 (7,1,9116,'Shield',1),
11354 (7,1,9125,'Generic',1),
11355 (7,1,20589,'Escape Artist',1),
11356 (7,1,20591,'Expansive Mind',1),
11357 (7,1,20592,'Arcane Resistance',1),
11358 (7,1,20593,'Engineering Specialization',1),
11359 (7,1,21156,'Battle Stance Passive',0),
11360 (7,1,21651,'Opening',1),
11361 (7,1,21652,'Closing',1),
11362 (7,1,22027,'Remove Insignia',1),
11363 (7,1,22810,'Opening - No Text',1),
11364 (7,1,32215,'Victorious State',1),
11365 (7,4,81,'Dodge',1),
11366 (7,4,203,'Unarmed',1),
11367 (7,4,204,'Defense',1),
11368 (7,4,522,'SPELLDEFENSE(DND)',1),
11369 (7,4,668,'Language Common',1),
11370 (7,4,1180,'Daggers',1),
11371 (7,4,1752,'Sinister Strike',1),
11372 (7,4,2098,'Eviscerate',1),
11373 (7,4,2382,'Generic',1),
11374 (7,4,2479,'Honorless Target',1),
11375 (7,4,2567,'Thrown',1),
11376 (7,4,2764,'Throw',1),
11377 (7,4,3050,'Detect',1),
11378 (7,4,3365,'Opening',1),
11379 (7,4,6233,'Closing',1),
11380 (7,4,6246,'Closing',1),
11381 (7,4,6247,'Opening',1),
11382 (7,4,6477,'Opening',1),
11383 (7,4,6478,'Opening',1),
11384 (7,4,6603,'Attack',1),
11385 (7,4,7266,'Duel',1),
11386 (7,4,7267,'Grovel',1),
11387 (7,4,7340,'Language Gnomish',1),
11388 (7,4,7355,'Stuck',1),
11389 (7,4,8386,'Attacking',1),
11390 (7,4,9077,'Leather',1),
11391 (7,4,9078,'Cloth',1),
11392 (7,4,9125,'Generic',1),
11393 (7,4,16092,'Defensive State(DND)',1),
11394 (7,4,20589,'Escape Artist',1),
11395 (7,4,20591,'Expansive Mind',1),
11396 (7,4,20592,'Arcane Resistance',1),
11397 (7,4,20593,'Engineering Specialization',1),
11398 (7,4,21184,'Rogue Passive(DND)',1),
11399 (7,4,21651,'Opening',1),
11400 (7,4,21652,'Closing',1),
11401 (7,4,22027,'Remove Insignia',1),
11402 (7,4,22810,'Opening - No Text',1),
11403 (7,6,81,'Dodge',1),
11404 (7,6,196,'One-Handed Axes',1),
11405 (7,6,197,'Two-Handed Axes',1),
11406 (7,6,200,'Polearms',1),
11407 (7,6,201,'One-Handed Swords',1),
11408 (7,6,202,'Two-Handed Swords',1),
11409 (7,6,203,'Unarmed',1),
11410 (7,6,204,'Defense',1),
11411 (7,6,522,'SPELLDEFENSE (DND)',1),
11412 (7,6,668,'Language Common',1),
11413 (7,6,674,'Dual Wield',1),
11414 (7,6,750,'Plate Mail',1),
11415 (7,6,1843,'Disarm',1),
11416 (7,6,2382,'Generic',1),
11417 (7,6,2479,'Honorless Target',1),
11418 (7,6,3050,'Detect',1),
11419 (7,6,3127,'Parry',1),
11420 (7,6,3275,'Linen Bandage',1),
11421 (7,6,3276,'Heavy Linen Bandage',1),
11422 (7,6,3277,'Wool Bandage',1),
11423 (7,6,3278,'Heavy Wool Bandage',1),
11424 (7,6,3365,'Opening',1),
11425 (7,6,6233,'Closing',1),
11426 (7,6,6246,'Closing',1),
11427 (7,6,6247,'Opening',1),
11428 (7,6,6477,'Opening',1),
11429 (7,6,6478,'Opening',1),
11430 (7,6,6603,'Attack',1),
11431 (7,6,7266,'Duel',1),
11432 (7,6,7267,'Grovel',1),
11433 (7,6,7340,'Language Gnomish',1),
11434 (7,6,7355,'Stuck',1),
11435 (7,6,7928,'Silk Bandage',1),
11436 (7,6,7929,'Heavy Silk Bandage',1),
11437 (7,6,7934,'Anti-Venom',1),
11438 (7,6,8386,'Attacking',1),
11439 (7,6,8737,'Mail',1),
11440 (7,6,9077,'Leather',1),
11441 (7,6,9078,'Cloth',1),
11442 (7,6,9125,'Generic',1),
11443 (7,6,10840,'Mageweave Bandage',1),
11444 (7,6,10841,'Heavy Mageweave Bandage',1),
11445 (7,6,10846,'First Aid',1),
11446 (7,6,18629,'Runecloth Bandage',1),
11447 (7,6,18630,'Heavy Runecloth Bandage',1),
11448 (7,6,20589,'Escape Artist',1),
11449 (7,6,20591,'Expansive Mind',1),
11450 (7,6,20592,'Arcane Resistance',1),
11451 (7,6,20593,'Engineering Specialization',1),
11452 (7,6,21651,'Opening',1),
11453 (7,6,21652,'Closing',1),
11454 (7,6,22027,'Remove Insignia',1),
11455 (7,6,22810,'Opening - No Text',1),
11456 (7,6,33391,'Journeyman Riding',1),
11457 (7,6,45462,'Plague Strike',1),
11458 (7,6,45477,'Icy Touch',1),
11459 (7,6,45902,'Blood Strike',1),
11460 (7,6,45903,'Offensive State (DND)',1),
11461 (7,6,45927,'Summon Friend',1),
11462 (7,6,47541,'Death Coil',1),
11463 (7,6,48266,'Blood Presence',1),
11464 (7,6,49410,'Forceful Deflection',1),
11465 (7,6,49576,'Death Grip',1),
11466 (7,6,52665,'Sigil',1),
11467 (7,6,59879,'Blood Plague',1),
11468 (7,6,59921,'Frost Fever',1),
11469 (7,6,61437,'Opening',1),
11470 (7,6,61455,'Runic Focus',1),
11471 (7,8,81,'Dodge',1),
11472 (7,8,133,'Fireball',1),
11473 (7,8,168,'Frost Armor',1),
11474 (7,8,203,'Unarmed',1),
11475 (7,8,204,'Defense',1),
11476 (7,8,227,'Staves',1),
11477 (7,8,522,'SPELLDEFENSE(DND)',1),
11478 (7,8,668,'Language Common',1),
11479 (7,8,2382,'Generic',1),
11480 (7,8,2479,'Honorless Target',1),
11481 (7,8,3050,'Detect',1),
11482 (7,8,3365,'Opening',1),
11483 (7,8,5009,'Wands',1),
11484 (7,8,5019,'Shoot',1),
11485 (7,8,6233,'Closing',1),
11486 (7,8,6246,'Closing',1),
11487 (7,8,6247,'Opening',1),
11488 (7,8,6477,'Opening',1),
11489 (7,8,6478,'Opening',1),
11490 (7,8,6603,'Attack',1),
11491 (7,8,7266,'Duel',1),
11492 (7,8,7267,'Grovel',1),
11493 (7,8,7340,'Language Gnomish',1),
11494 (7,8,7355,'Stuck',1),
11495 (7,8,8386,'Attacking',1),
11496 (7,8,9078,'Cloth',1),
11497 (7,8,9125,'Generic',1),
11498 (7,8,20589,'Escape Artist',1),
11499 (7,8,20591,'Expansive Mind',1),
11500 (7,8,20592,'Arcane Resistance',1),
11501 (7,8,20593,'Engineering Specialization',1),
11502 (7,8,21651,'Opening',1),
11503 (7,8,21652,'Closing',1),
11504 (7,8,22027,'Remove Insignia',1),
11505 (7,8,22810,'Opening - No Text',1),
11506 (7,9,81,'Dodge',1),
11507 (7,9,203,'Unarmed',1),
11508 (7,9,204,'Defense',1),
11509 (7,9,522,'SPELLDEFENSE(DND)',1),
11510 (7,9,668,'Language Common',1),
11511 (7,9,686,'Shadow Bolt',1),
11512 (7,9,687,'Demon Skin',1),
11513 (7,9,1180,'Daggers',1),
11514 (7,9,2382,'Generic',1),
11515 (7,9,2479,'Honorless Target',1),
11516 (7,9,3050,'Detect',1),
11517 (7,9,3365,'Opening',1),
11518 (7,9,5009,'Wands',1),
11519 (7,9,5019,'Shoot',1),
11520 (7,9,6233,'Closing',1),
11521 (7,9,6246,'Closing',1),
11522 (7,9,6247,'Opening',1),
11523 (7,9,6477,'Opening',1),
11524 (7,9,6478,'Opening',1),
11525 (7,9,6603,'Attack',1),
11526 (7,9,7266,'Duel',1),
11527 (7,9,7267,'Grovel',1),
11528 (7,9,7340,'Language Gnomish',1),
11529 (7,9,7355,'Stuck',1),
11530 (7,9,8386,'Attacking',1),
11531 (7,9,9078,'Cloth',1),
11532 (7,9,9125,'Generic',1),
11533 (7,9,20589,'Escape Artist',1),
11534 (7,9,20591,'Expansive Mind',1),
11535 (7,9,20592,'Arcane Resistance',1),
11536 (7,9,20593,'Engineering Specialization',1),
11537 (7,9,21651,'Opening',1),
11538 (7,9,21652,'Closing',1),
11539 (7,9,22027,'Remove Insignia',1),
11540 (7,9,22810,'Opening - No Text',1),
11541 (8,1,78,'Heroic Strike',1),
11542 (8,1,81,'Dodge',1),
11543 (8,1,107,'Block',1),
11544 (8,1,196,'One-Handed Axes',1),
11545 (8,1,203,'Unarmed',1),
11546 (8,1,204,'Defense',1),
11547 (8,1,522,'SPELLDEFENSE(DND)',1),
11548 (8,1,669,'Language Orcish',1),
11549 (8,1,1180,'Daggers',1),
11550 (8,1,2382,'Generic',1),
11551 (8,1,2457,'Battle Stance',1),
11552 (8,1,2479,'Honorless Target',1),
11553 (8,1,2567,'Thrown',1),
11554 (8,1,2764,'Throw',1),
11555 (8,1,3050,'Detect',1),
11556 (8,1,3365,'Opening',1),
11557 (8,1,5301,'Defensive State(DND)',1),
11558 (8,1,6233,'Closing',1),
11559 (8,1,6246,'Closing',1),
11560 (8,1,6247,'Opening',1),
11561 (8,1,6477,'Opening',1),
11562 (8,1,6478,'Opening',1),
11563 (8,1,6603,'Attack',1),
11564 (8,1,7266,'Duel',1),
11565 (8,1,7267,'Grovel',1),
11566 (8,1,7341,'Language Troll',1),
11567 (8,1,7355,'Stuck',1),
11568 (8,1,7376,'Defensive Stance Passive',0),
11569 (8,1,7381,'Berserker Stance Passive',0),
11570 (8,1,8386,'Attacking',1),
11571 (8,1,8737,'Mail',1),
11572 (8,1,9077,'Leather',1),
11573 (8,1,9078,'Cloth',1),
11574 (8,1,9116,'Shield',1),
11575 (8,1,9125,'Generic',1),
11576 (8,1,20555,'Regeneration',1),
11577 (8,1,20557,'Beast Slaying',1),
11578 (8,1,20558,'Throwing Specialization',1),
11579 (8,1,21156,'Battle Stance Passive',0),
11580 (8,1,21651,'Opening',1),
11581 (8,1,21652,'Closing',1),
11582 (8,1,22027,'Remove Insignia',1),
11583 (8,1,22810,'Opening - No Text',1),
11584 (8,1,26290,'Bow Specialization',1),
11585 (8,1,26296,'Berserking',1),
11586 (8,1,32215,'Victorious State',1),
11587 (8,3,75,'Auto Shot',1),
11588 (8,3,81,'Dodge',1),
11589 (8,3,196,'One-Handed Axes',1),
11590 (8,3,203,'Unarmed',1),
11591 (8,3,204,'Defense',1),
11592 (8,3,264,'Bows',1),
11593 (8,3,522,'SPELLDEFENSE(DND)',1),
11594 (8,3,669,'Language Orcish',1),
11595 (8,3,2382,'Generic',1),
11596 (8,3,2479,'Honorless Target',1),
11597 (8,3,2973,'Raptor Strike',1),
11598 (8,3,3050,'Detect',1),
11599 (8,3,3365,'Opening',1),
11600 (8,3,6233,'Closing',1),
11601 (8,3,6246,'Closing',1),
11602 (8,3,6247,'Opening',1),
11603 (8,3,6477,'Opening',1),
11604 (8,3,6478,'Opening',1),
11605 (8,3,6603,'Attack',1),
11606 (8,3,7266,'Duel',1),
11607 (8,3,7267,'Grovel',1),
11608 (8,3,7341,'Language Troll',1),
11609 (8,3,7355,'Stuck',1),
11610 (8,3,8386,'Attacking',1),
11611 (8,3,9077,'Leather',1),
11612 (8,3,9078,'Cloth',1),
11613 (8,3,9125,'Generic',1),
11614 (8,3,13358,'Defensive State(DND)',1),
11615 (8,3,20554,'Berserking',1),
11616 (8,3,20555,'Regeneration',1),
11617 (8,3,20557,'Beast Slaying',1),
11618 (8,3,20558,'Throwing Specialization',1),
11619 (8,3,21651,'Opening',1),
11620 (8,3,21652,'Closing',1),
11621 (8,3,22027,'Remove Insignia',1),
11622 (8,3,22810,'Opening - No Text',1),
11623 (8,3,24949,'Defensive State 2(DND)',1),
11624 (8,3,26290,'Bow Specialization',1),
11625 (8,3,34082,'Advantaged State(DND)',1),
11626 (8,4,81,'Dodge',1),
11627 (8,4,203,'Unarmed',1),
11628 (8,4,204,'Defense',1),
11629 (8,4,522,'SPELLDEFENSE(DND)',1),
11630 (8,4,669,'Language Orcish',1),
11631 (8,4,1180,'Daggers',1),
11632 (8,4,1752,'Sinister Strike',1),
11633 (8,4,2098,'Eviscerate',1),
11634 (8,4,2382,'Generic',1),
11635 (8,4,2479,'Honorless Target',1),
11636 (8,4,2567,'Thrown',1),
11637 (8,4,2764,'Throw',1),
11638 (8,4,3050,'Detect',1),
11639 (8,4,3365,'Opening',1),
11640 (8,4,6233,'Closing',1),
11641 (8,4,6246,'Closing',1),
11642 (8,4,6247,'Opening',1),
11643 (8,4,6477,'Opening',1),
11644 (8,4,6478,'Opening',1),
11645 (8,4,6603,'Attack',1),
11646 (8,4,7266,'Duel',1),
11647 (8,4,7267,'Grovel',1),
11648 (8,4,7341,'Language Troll',1),
11649 (8,4,7355,'Stuck',1),
11650 (8,4,8386,'Attacking',1),
11651 (8,4,9077,'Leather',1),
11652 (8,4,9078,'Cloth',1),
11653 (8,4,9125,'Generic',1),
11654 (8,4,16092,'Defensive State(DND)',1),
11655 (8,4,20555,'Regeneration',1),
11656 (8,4,20557,'Beast Slaying',1),
11657 (8,4,20558,'Throwing Specialization',1),
11658 (8,4,21184,'Rogue Passive(DND)',1),
11659 (8,4,21651,'Opening',1),
11660 (8,4,21652,'Closing',1),
11661 (8,4,22027,'Remove Insignia',1),
11662 (8,4,22810,'Opening - No Text',1),
11663 (8,4,26290,'Bow Specialization',1),
11664 (8,4,26297,'Berserking',1),
11665 (8,5,81,'Dodge',1),
11666 (8,5,198,'One-Handed Maces',1),
11667 (8,5,203,'Unarmed',1),
11668 (8,5,204,'Defense',1),
11669 (8,5,522,'SPELLDEFENSE(DND)',1),
11670 (8,5,585,'Smite',1),
11671 (8,5,669,'Language Orcish',1),
11672 (8,5,2050,'Lesser Heal',1),
11673 (8,5,2382,'Generic',1),
11674 (8,5,2479,'Honorless Target',1),
11675 (8,5,3050,'Detect',1),
11676 (8,5,3365,'Opening',1),
11677 (8,5,5009,'Wands',1),
11678 (8,5,5019,'Shoot',1),
11679 (8,5,6233,'Closing',1),
11680 (8,5,6246,'Closing',1),
11681 (8,5,6247,'Opening',1),
11682 (8,5,6477,'Opening',1),
11683 (8,5,6478,'Opening',1),
11684 (8,5,6603,'Attack',1),
11685 (8,5,7266,'Duel',1),
11686 (8,5,7267,'Grovel',1),
11687 (8,5,7341,'Language Troll',1),
11688 (8,5,7355,'Stuck',1),
11689 (8,5,8386,'Attacking',1),
11690 (8,5,9078,'Cloth',1),
11691 (8,5,9125,'Generic',1),
11692 (8,5,20554,'Berserking',1),
11693 (8,5,20555,'Regeneration',1),
11694 (8,5,20557,'Beast Slaying',1),
11695 (8,5,20558,'Throwing Specialization',1),
11696 (8,5,21651,'Opening',1),
11697 (8,5,21652,'Closing',1),
11698 (8,5,22027,'Remove Insignia',1),
11699 (8,5,22810,'Opening - No Text',1),
11700 (8,5,26290,'Bow Specialization',1),
11701 (8,6,81,'Dodge',1),
11702 (8,6,196,'One-Handed Axes',1),
11703 (8,6,197,'Two-Handed Axes',1),
11704 (8,6,200,'Polearms',1),
11705 (8,6,201,'One-Handed Swords',1),
11706 (8,6,202,'Two-Handed Swords',1),
11707 (8,6,203,'Unarmed',1),
11708 (8,6,204,'Defense',1),
11709 (8,6,522,'SPELLDEFENSE (DND)',1),
11710 (8,6,669,'Language Orcish',1),
11711 (8,6,674,'Dual Wield',1),
11712 (8,6,750,'Plate Mail',1),
11713 (8,6,1843,'Disarm',1),
11714 (8,6,2382,'Generic',1),
11715 (8,6,2479,'Honorless Target',1),
11716 (8,6,3050,'Detect',1),
11717 (8,6,3127,'Parry',1),
11718 (8,6,3275,'Linen Bandage',1),
11719 (8,6,3276,'Heavy Linen Bandage',1),
11720 (8,6,3277,'Wool Bandage',1),
11721 (8,6,3278,'Heavy Wool Bandage',1),
11722 (8,6,3365,'Opening',1),
11723 (8,6,6233,'Closing',1),
11724 (8,6,6246,'Closing',1),
11725 (8,6,6247,'Opening',1),
11726 (8,6,6477,'Opening',1),
11727 (8,6,6478,'Opening',1),
11728 (8,6,6603,'Attack',1),
11729 (8,6,7266,'Duel',1),
11730 (8,6,7267,'Grovel',1),
11731 (8,6,7341,'Language Troll',1),
11732 (8,6,7355,'Stuck',1),
11733 (8,6,7928,'Silk Bandage',1),
11734 (8,6,7929,'Heavy Silk Bandage',1),
11735 (8,6,7934,'Anti-Venom',1),
11736 (8,6,8386,'Attacking',1),
11737 (8,6,8737,'Mail',1),
11738 (8,6,9077,'Leather',1),
11739 (8,6,9078,'Cloth',1),
11740 (8,6,9125,'Generic',1),
11741 (8,6,10840,'Mageweave Bandage',1),
11742 (8,6,10841,'Heavy Mageweave Bandage',1),
11743 (8,6,10846,'First Aid',1),
11744 (8,6,18629,'Runecloth Bandage',1),
11745 (8,6,18630,'Heavy Runecloth Bandage',1),
11746 (8,6,20555,'Regeneration',1),
11747 (8,6,20557,'Beast Slaying',1),
11748 (8,6,20558,'Throwing Specialization',1),
11749 (8,6,21651,'Opening',1),
11750 (8,6,21652,'Closing',1),
11751 (8,6,22027,'Remove Insignia',1),
11752 (8,6,22810,'Opening - No Text',1),
11753 (8,6,26290,'Bow Specialization',1),
11754 (8,6,33391,'Journeyman Riding',1),
11755 (8,6,45462,'Plague Strike',1),
11756 (8,6,45477,'Icy Touch',1),
11757 (8,6,45902,'Blood Strike',1),
11758 (8,6,45903,'Offensive State (DND)',1),
11759 (8,6,45927,'Summon Friend',1),
11760 (8,6,47541,'Death Coil',1),
11761 (8,6,48266,'Blood Presence',1),
11762 (8,6,49410,'Forceful Deflection',1),
11763 (8,6,49576,'Death Grip',1),
11764 (8,6,50621,'Berserking',1),
11765 (8,6,52665,'Sigil',1),
11766 (8,6,58943,'Da Voodoo Shuffle',1),
11767 (8,6,59879,'Blood Plague',1),
11768 (8,6,59921,'Frost Fever',1),
11769 (8,6,61437,'Opening',1),
11770 (8,6,61455,'Runic Focus',1),
11771 (8,7,81,'Dodge',1),
11772 (8,7,107,'Block',1),
11773 (8,7,198,'One-Handed Maces',1),
11774 (8,7,203,'Unarmed',1),
11775 (8,7,204,'Defense',1),
11776 (8,7,227,'Staves',1),
11777 (8,7,331,'Healing Wave',1),
11778 (8,7,403,'Lightning Bolt',1),
11779 (8,7,522,'SPELLDEFENSE(DND)',1),
11780 (8,7,669,'Language Orcish',1),
11781 (8,7,2382,'Generic',1),
11782 (8,7,2479,'Honorless Target',1),
11783 (8,7,3050,'Detect',1),
11784 (8,7,3365,'Opening',1),
11785 (8,7,6233,'Closing',1),
11786 (8,7,6246,'Closing',1),
11787 (8,7,6247,'Opening',1),
11788 (8,7,6477,'Opening',1),
11789 (8,7,6478,'Opening',1),
11790 (8,7,6603,'Attack',1),
11791 (8,7,7266,'Duel',1),
11792 (8,7,7267,'Grovel',1),
11793 (8,7,7341,'Language Troll',1),
11794 (8,7,7355,'Stuck',1),
11795 (8,7,8386,'Attacking',1),
11796 (8,7,9077,'Leather',1),
11797 (8,7,9078,'Cloth',1),
11798 (8,7,9116,'Shield',1),
11799 (8,7,9125,'Generic',1),
11800 (8,7,20554,'Berserking',1),
11801 (8,7,20555,'Regeneration',1),
11802 (8,7,20557,'Beast Slaying',1),
11803 (8,7,20558,'Throwing Specialization',1),
11804 (8,7,21651,'Opening',1),
11805 (8,7,21652,'Closing',1),
11806 (8,7,22027,'Remove Insignia',1),
11807 (8,7,22810,'Opening - No Text',1),
11808 (8,7,26290,'Bow Specialization',1),
11809 (8,7,27763,'Totem',1),
11810 (8,8,81,'Dodge',1),
11811 (8,8,133,'Fireball',1),
11812 (8,8,168,'Frost Armor',1),
11813 (8,8,203,'Unarmed',1),
11814 (8,8,204,'Defense',1),
11815 (8,8,227,'Staves',1),
11816 (8,8,522,'SPELLDEFENSE(DND)',1),
11817 (8,8,669,'Language Orcish',1),
11818 (8,8,2382,'Generic',1),
11819 (8,8,2479,'Honorless Target',1),
11820 (8,8,3050,'Detect',1),
11821 (8,8,3365,'Opening',1),
11822 (8,8,5009,'Wands',1),
11823 (8,8,5019,'Shoot',1),
11824 (8,8,6233,'Closing',1),
11825 (8,8,6246,'Closing',1),
11826 (8,8,6247,'Opening',1),
11827 (8,8,6477,'Opening',1),
11828 (8,8,6478,'Opening',1),
11829 (8,8,6603,'Attack',1),
11830 (8,8,7266,'Duel',1),
11831 (8,8,7267,'Grovel',1),
11832 (8,8,7341,'Language Troll',1),
11833 (8,8,7355,'Stuck',1),
11834 (8,8,8386,'Attacking',1),
11835 (8,8,9078,'Cloth',1),
11836 (8,8,9125,'Generic',1),
11837 (8,8,20554,'Berserking',1),
11838 (8,8,20555,'Regeneration',1),
11839 (8,8,20557,'Beast Slaying',1),
11840 (8,8,20558,'Throwing Specialization',1),
11841 (8,8,21651,'Opening',1),
11842 (8,8,21652,'Closing',1),
11843 (8,8,22027,'Remove Insignia',1),
11844 (8,8,22810,'Opening - No Text',1),
11845 (8,8,26290,'Bow Specialization',1),
11846 (10,2,81,'Dodge',1),
11847 (10,2,107,'Block',1),
11848 (10,2,201,'One-Handed Swords',1),
11849 (10,2,202,'Two-Handed Swords',1),
11850 (10,2,203,'Unarmed',1),
11851 (10,2,204,'Defense',1),
11852 (10,2,522,'SPELLDEFENSE(DND)',1),
11853 (10,2,635,'Holy Light',1),
11854 (10,2,669,'Language Orcish',1),
11855 (10,2,813,'Language Thalassian',1),
11856 (10,2,822,'Magic Resistance',1),
11857 (10,2,2382,'Generic',1),
11858 (10,2,2479,'Honorless Target',1),
11859 (10,2,3050,'Detect',1),
11860 (10,2,3365,'Opening',1),
11861 (10,2,6233,'Closing',1),
11862 (10,2,6246,'Closing',1),
11863 (10,2,6247,'Opening',1),
11864 (10,2,6477,'Opening',1),
11865 (10,2,6478,'Opening',1),
11866 (10,2,6603,'Attack',1),
11867 (10,2,7266,'Duel',1),
11868 (10,2,7267,'Grovel',1),
11869 (10,2,7355,'Stuck',1),
11870 (10,2,8386,'Attacking',1),
11871 (10,2,8737,'Mail',1),
11872 (10,2,9077,'Leather',1),
11873 (10,2,9078,'Cloth',1),
11874 (10,2,9116,'Shield',1),
11875 (10,2,9125,'Generic',1),
11876 (10,2,21084,'Seal of Righteousness',1),
11877 (10,2,21651,'Opening',1),
11878 (10,2,21652,'Closing',1),
11879 (10,2,22027,'Remove Insignia',1),
11880 (10,2,22810,'Opening - No Text',1),
11881 (10,2,27762,'Libram',1),
11882 (10,2,28730,'Arcane Torrent',1),
11883 (10,2,28734,'Mana Tap',1),
11884 (10,2,28877,'Arcane Affinity',1),
11885 (10,3,75,'Auto Shot',1),
11886 (10,3,81,'Dodge',1),
11887 (10,3,203,'Unarmed',1),
11888 (10,3,204,'Defense',1),
11889 (10,3,264,'Bows',1),
11890 (10,3,522,'SPELLDEFENSE(DND)',1),
11891 (10,3,669,'Language Orcish',1),
11892 (10,3,813,'Language Thalassian',1),
11893 (10,3,822,'Magic Resistance',1),
11894 (10,3,1180,'Daggers',1),
11895 (10,3,2382,'Generic',1),
11896 (10,3,2479,'Honorless Target',1),
11897 (10,3,2973,'Raptor Strike',1),
11898 (10,3,3050,'Detect',1),
11899 (10,3,3365,'Opening',1),
11900 (10,3,6233,'Closing',1),
11901 (10,3,6246,'Closing',1),
11902 (10,3,6247,'Opening',1),
11903 (10,3,6477,'Opening',1),
11904 (10,3,6478,'Opening',1),
11905 (10,3,6603,'Attack',1),
11906 (10,3,7266,'Duel',1),
11907 (10,3,7267,'Grovel',1),
11908 (10,3,7355,'Stuck',1),
11909 (10,3,8386,'Attacking',1),
11910 (10,3,9077,'Leather',1),
11911 (10,3,9078,'Cloth',1),
11912 (10,3,9125,'Generic',1),
11913 (10,3,13358,'Defensive State(DND)',1),
11914 (10,3,21651,'Opening',1),
11915 (10,3,21652,'Closing',1),
11916 (10,3,22027,'Remove Insignia',1),
11917 (10,3,22810,'Opening - No Text',1),
11918 (10,3,24949,'Defensive State 2(DND)',1),
11919 (10,3,28730,'Arcane Torrent',1),
11920 (10,3,28734,'Mana Tap',1),
11921 (10,3,28877,'Arcane Affinity',1),
11922 (10,3,34082,'Advantaged State(DND)',1),
11923 (10,4,81,'Dodge',1),
11924 (10,4,203,'Unarmed',1),
11925 (10,4,204,'Defense',1),
11926 (10,4,522,'SPELLDEFENSE(DND)',1),
11927 (10,4,669,'Language Orcish',1),
11928 (10,4,813,'Language Thalassian',1),
11929 (10,4,822,'Magic Resistance',1),
11930 (10,4,1180,'Daggers',1),
11931 (10,4,1752,'Sinister Strike',1),
11932 (10,4,2098,'Eviscerate',1),
11933 (10,4,2382,'Generic',1),
11934 (10,4,2479,'Honorless Target',1),
11935 (10,4,2567,'Thrown',1),
11936 (10,4,2764,'Throw',1),
11937 (10,4,3050,'Detect',1),
11938 (10,4,3365,'Opening',1),
11939 (10,4,6233,'Closing',1),
11940 (10,4,6246,'Closing',1),
11941 (10,4,6247,'Opening',1),
11942 (10,4,6477,'Opening',1),
11943 (10,4,6478,'Opening',1),
11944 (10,4,6603,'Attack',1),
11945 (10,4,7266,'Duel',1),
11946 (10,4,7267,'Grovel',1),
11947 (10,4,7355,'Stuck',1),
11948 (10,4,8386,'Attacking',1),
11949 (10,4,9077,'Leather',1),
11950 (10,4,9078,'Cloth',1),
11951 (10,4,9125,'Generic',1),
11952 (10,4,16092,'Defensive State(DND)',1),
11953 (10,4,21184,'Rogue Passive(DND)',1),
11954 (10,4,21651,'Opening',1),
11955 (10,4,21652,'Closing',1),
11956 (10,4,22027,'Remove Insignia',1),
11957 (10,4,22810,'Opening - No Text',1),
11958 (10,4,25046,'Arcane Torrent',1),
11959 (10,4,28734,'Mana Tap',1),
11960 (10,4,28877,'Arcane Affinity',1),
11961 (10,5,81,'Dodge',1),
11962 (10,5,198,'One-Handed Maces',1),
11963 (10,5,203,'Unarmed',1),
11964 (10,5,204,'Defense',1),
11965 (10,5,522,'SPELLDEFENSE(DND)',1),
11966 (10,5,585,'Smite',1),
11967 (10,5,669,'Language Orcish',1),
11968 (10,5,813,'Language Thalassian',1),
11969 (10,5,822,'Magic Resistance',1),
11970 (10,5,2050,'Lesser Heal',1),
11971 (10,5,2382,'Generic',1),
11972 (10,5,2479,'Honorless Target',1),
11973 (10,5,3050,'Detect',1),
11974 (10,5,3365,'Opening',1),
11975 (10,5,5009,'Wands',1),
11976 (10,5,5019,'Shoot',1),
11977 (10,5,6233,'Closing',1),
11978 (10,5,6246,'Closing',1),
11979 (10,5,6247,'Opening',1),
11980 (10,5,6477,'Opening',1),
11981 (10,5,6478,'Opening',1),
11982 (10,5,6603,'Attack',1),
11983 (10,5,7266,'Duel',1),
11984 (10,5,7267,'Grovel',1),
11985 (10,5,7355,'Stuck',1),
11986 (10,5,8386,'Attacking',1),
11987 (10,5,9078,'Cloth',1),
11988 (10,5,9125,'Generic',1),
11989 (10,5,21651,'Opening',1),
11990 (10,5,21652,'Closing',1),
11991 (10,5,22027,'Remove Insignia',1),
11992 (10,5,22810,'Opening - No Text',1),
11993 (10,5,28730,'Arcane Torrent',1),
11994 (10,5,28734,'Mana Tap',1),
11995 (10,5,28877,'Arcane Affinity',1),
11996 (10,6,81,'Dodge',1),
11997 (10,6,196,'One-Handed Axes',1),
11998 (10,6,197,'Two-Handed Axes',1),
11999 (10,6,200,'Polearms',1),
12000 (10,6,201,'One-Handed Swords',1),
12001 (10,6,202,'Two-Handed Swords',1),
12002 (10,6,203,'Unarmed',1),
12003 (10,6,204,'Defense',1),
12004 (10,6,522,'SPELLDEFENSE (DND)',1),
12005 (10,6,669,'Language Orcish',1),
12006 (10,6,674,'Dual Wield',1),
12007 (10,6,750,'Plate Mail',1),
12008 (10,6,813,'Language Thalassian',1),
12009 (10,6,822,'Magic Resistance',1),
12010 (10,6,1843,'Disarm',1),
12011 (10,6,2382,'Generic',1),
12012 (10,6,2479,'Honorless Target',1),
12013 (10,6,3050,'Detect',1),
12014 (10,6,3127,'Parry',1),
12015 (10,6,3275,'Linen Bandage',1),
12016 (10,6,3276,'Heavy Linen Bandage',1),
12017 (10,6,3277,'Wool Bandage',1),
12018 (10,6,3278,'Heavy Wool Bandage',1),
12019 (10,6,3365,'Opening',1),
12020 (10,6,6233,'Closing',1),
12021 (10,6,6246,'Closing',1),
12022 (10,6,6247,'Opening',1),
12023 (10,6,6477,'Opening',1),
12024 (10,6,6478,'Opening',1),
12025 (10,6,6603,'Attack',1),
12026 (10,6,7266,'Duel',1),
12027 (10,6,7267,'Grovel',1),
12028 (10,6,7355,'Stuck',1),
12029 (10,6,7928,'Silk Bandage',1),
12030 (10,6,7929,'Heavy Silk Bandage',1),
12031 (10,6,7934,'Anti-Venom',1),
12032 (10,6,8386,'Attacking',1),
12033 (10,6,8737,'Mail',1),
12034 (10,6,9077,'Leather',1),
12035 (10,6,9078,'Cloth',1),
12036 (10,6,9125,'Generic',1),
12037 (10,6,10840,'Mageweave Bandage',1),
12038 (10,6,10841,'Heavy Mageweave Bandage',1),
12039 (10,6,10846,'First Aid',1),
12040 (10,6,18629,'Runecloth Bandage',1),
12041 (10,6,18630,'Heavy Runecloth Bandage',1),
12042 (10,6,21651,'Opening',1),
12043 (10,6,21652,'Closing',1),
12044 (10,6,22027,'Remove Insignia',1),
12045 (10,6,22810,'Opening - No Text',1),
12046 (10,6,28877,'Arcane Affinity',1),
12047 (10,6,33391,'Journeyman Riding',1),
12048 (10,6,45462,'Plague Strike',1),
12049 (10,6,45477,'Icy Touch',1),
12050 (10,6,45902,'Blood Strike',1),
12051 (10,6,45903,'Offensive State (DND)',1),
12052 (10,6,45927,'Summon Friend',1),
12053 (10,6,47541,'Death Coil',1),
12054 (10,6,48266,'Blood Presence',1),
12055 (10,6,49410,'Forceful Deflection',1),
12056 (10,6,49576,'Death Grip',1),
12057 (10,6,50613,'Arcane Torrent',1),
12058 (10,6,52665,'Sigil',1),
12059 (10,6,59879,'Blood Plague',1),
12060 (10,6,59921,'Frost Fever',1),
12061 (10,6,61437,'Opening',1),
12062 (10,6,61455,'Runic Focus',1),
12063 (10,8,81,'Dodge',1),
12064 (10,8,133,'Fireball',1),
12065 (10,8,168,'Frost Armor',1),
12066 (10,8,203,'Unarmed',1),
12067 (10,8,204,'Defense',1),
12068 (10,8,227,'Staves',1),
12069 (10,8,522,'SPELLDEFENSE(DND)',1),
12070 (10,8,669,'Language Orcish',1),
12071 (10,8,813,'Language Thalassian',1),
12072 (10,8,822,'Magic Resistance',1),
12073 (10,8,2382,'Generic',1),
12074 (10,8,2479,'Honorless Target',1),
12075 (10,8,3050,'Detect',1),
12076 (10,8,3365,'Opening',1),
12077 (10,8,5009,'Wands',1),
12078 (10,8,5019,'Shoot',1),
12079 (10,8,6233,'Closing',1),
12080 (10,8,6246,'Closing',1),
12081 (10,8,6247,'Opening',1),
12082 (10,8,6477,'Opening',1),
12083 (10,8,6478,'Opening',1),
12084 (10,8,6603,'Attack',1),
12085 (10,8,7266,'Duel',1),
12086 (10,8,7267,'Grovel',1),
12087 (10,8,7355,'Stuck',1),
12088 (10,8,8386,'Attacking',1),
12089 (10,8,9078,'Cloth',1),
12090 (10,8,9125,'Generic',1),
12091 (10,8,21651,'Opening',1),
12092 (10,8,21652,'Closing',1),
12093 (10,8,22027,'Remove Insignia',1),
12094 (10,8,22810,'Opening - No Text',1),
12095 (10,8,28730,'Arcane Torrent',1),
12096 (10,8,28734,'Mana Tap',1),
12097 (10,8,28877,'Arcane Affinity',1),
12098 (10,9,81,'Dodge',1),
12099 (10,9,203,'Unarmed',1),
12100 (10,9,204,'Defense',1),
12101 (10,9,522,'SPELLDEFENSE(DND)',1),
12102 (10,9,669,'Language Orcish',1),
12103 (10,9,686,'Shadow Bolt',1),
12104 (10,9,687,'Demon Skin',1),
12105 (10,9,813,'Language Thalassian',1),
12106 (10,9,822,'Magic Resistance',1),
12107 (10,9,1180,'Daggers',1),
12108 (10,9,2382,'Generic',1),
12109 (10,9,2479,'Honorless Target',1),
12110 (10,9,3050,'Detect',1),
12111 (10,9,3365,'Opening',1),
12112 (10,9,5009,'Wands',1),
12113 (10,9,5019,'Shoot',1),
12114 (10,9,6233,'Closing',1),
12115 (10,9,6246,'Closing',1),
12116 (10,9,6247,'Opening',1),
12117 (10,9,6477,'Opening',1),
12118 (10,9,6478,'Opening',1),
12119 (10,9,6603,'Attack',1),
12120 (10,9,7266,'Duel',1),
12121 (10,9,7267,'Grovel',1),
12122 (10,9,7355,'Stuck',1),
12123 (10,9,8386,'Attacking',1),
12124 (10,9,9078,'Cloth',1),
12125 (10,9,9125,'Generic',1),
12126 (10,9,21651,'Opening',1),
12127 (10,9,21652,'Closing',1),
12128 (10,9,22027,'Remove Insignia',1),
12129 (10,9,22810,'Opening - No Text',1),
12130 (10,9,28730,'Arcane Torrent',1),
12131 (10,9,28734,'Mana Tap',1),
12132 (10,9,28877,'Arcane Affinity',1),
12133 (11,1,78,'Heroic Strike',1),
12134 (11,1,81,'Dodge',1),
12135 (11,1,107,'Block',1),
12136 (11,1,198,'One-Handed Maces',1),
12137 (11,1,201,'One-Handed Swords',1),
12138 (11,1,202,'Two-Handed Swords',1),
12139 (11,1,203,'Unarmed',1),
12140 (11,1,204,'Defense',1),
12141 (11,1,522,'SPELLDEFENSE(DND)',1),
12142 (11,1,668,'Language Common',1),
12143 (11,1,2382,'Generic',1),
12144 (11,1,2457,'Battle Stance',1),
12145 (11,1,2479,'Honorless Target',1),
12146 (11,1,3050,'Detect',1),
12147 (11,1,3365,'Opening',1),
12148 (11,1,5301,'Defensive State(DND)',1),
12149 (11,1,6233,'Closing',1),
12150 (11,1,6246,'Closing',1),
12151 (11,1,6247,'Opening',1),
12152 (11,1,6477,'Opening',1),
12153 (11,1,6478,'Opening',1),
12154 (11,1,6562,'Heroic Presence',1),
12155 (11,1,6603,'Attack',1),
12156 (11,1,7266,'Duel',1),
12157 (11,1,7267,'Grovel',1),
12158 (11,1,7355,'Stuck',1),
12159 (11,1,7376,'Defensive Stance Passive',0),
12160 (11,1,7381,'Berserker Stance Passive',0),
12161 (11,1,8386,'Attacking',1),
12162 (11,1,8737,'Mail',1),
12163 (11,1,9077,'Leather',1),
12164 (11,1,9078,'Cloth',1),
12165 (11,1,9116,'Shield',1),
12166 (11,1,9125,'Generic',1),
12167 (11,1,20579,'Shadow Resistance',1),
12168 (11,1,21156,'Battle Stance Passive',0),
12169 (11,1,21651,'Opening',1),
12170 (11,1,21652,'Closing',1),
12171 (11,1,22027,'Remove Insignia',1),
12172 (11,1,22810,'Opening - No Text',1),
12173 (11,1,28875,'Gemcutting',1),
12174 (11,1,28880,'Gift of the Naaru',1),
12175 (11,1,29932,'Language Draenei',1),
12176 (11,1,32215,'Victorious State',1),
12177 (11,2,81,'Dodge',1),
12178 (11,2,107,'Block',1),
12179 (11,2,198,'One-Handed Maces',1),
12180 (11,2,199,'Two-Handed Maces',1),
12181 (11,2,203,'Unarmed',1),
12182 (11,2,204,'Defense',1),
12183 (11,2,522,'SPELLDEFENSE(DND)',1),
12184 (11,2,635,'Holy Light',1),
12185 (11,2,668,'Language Common',1),
12186 (11,2,2382,'Generic',1),
12187 (11,2,2479,'Honorless Target',1),
12188 (11,2,3050,'Detect',1),
12189 (11,2,3365,'Opening',1),
12190 (11,2,6233,'Closing',1),
12191 (11,2,6246,'Closing',1),
12192 (11,2,6247,'Opening',1),
12193 (11,2,6477,'Opening',1),
12194 (11,2,6478,'Opening',1),
12195 (11,2,6562,'Heroic Presence',1),
12196 (11,2,6603,'Attack',1),
12197 (11,2,7266,'Duel',1),
12198 (11,2,7267,'Grovel',1),
12199 (11,2,7355,'Stuck',1),
12200 (11,2,8386,'Attacking',1),
12201 (11,2,8737,'Mail',1),
12202 (11,2,9077,'Leather',1),
12203 (11,2,9078,'Cloth',1),
12204 (11,2,9116,'Shield',1),
12205 (11,2,9125,'Generic',1),
12206 (11,2,21084,'Seal of Righteousness',1),
12207 (11,2,20579,'Shadow Resistance',1),
12208 (11,2,21651,'Opening',1),
12209 (11,2,21652,'Closing',1),
12210 (11,2,22027,'Remove Insignia',1),
12211 (11,2,22810,'Opening - No Text',1),
12212 (11,2,27762,'Libram',1),
12213 (11,2,28875,'Gemcutting',1),
12214 (11,2,28880,'Gift of the Naaru',1),
12215 (11,2,29932,'Language Draenei',1),
12216 (11,3,75,'Auto Shot',1),
12217 (11,3,81,'Dodge',1),
12218 (11,3,201,'One-Handed Swords',1),
12219 (11,3,203,'Unarmed',1),
12220 (11,3,204,'Defense',1),
12221 (11,3,522,'SPELLDEFENSE(DND)',1),
12222 (11,3,668,'Language Common',1),
12223 (11,3,2382,'Generic',1),
12224 (11,3,2479,'Honorless Target',1),
12225 (11,3,2973,'Raptor Strike',1),
12226 (11,3,3050,'Detect',1),
12227 (11,3,3365,'Opening',1),
12228 (11,3,5011,'Crossbows',1),
12229 (11,3,6233,'Closing',1),
12230 (11,3,6246,'Closing',1),
12231 (11,3,6247,'Opening',1),
12232 (11,3,6477,'Opening',1),
12233 (11,3,6478,'Opening',1),
12234 (11,3,6562,'Heroic Presence',1),
12235 (11,3,6603,'Attack',1),
12236 (11,3,7266,'Duel',1),
12237 (11,3,7267,'Grovel',1),
12238 (11,3,7355,'Stuck',1),
12239 (11,3,8386,'Attacking',1),
12240 (11,3,9077,'Leather',1),
12241 (11,3,9078,'Cloth',1),
12242 (11,3,9125,'Generic',1),
12243 (11,3,13358,'Defensive State(DND)',1),
12244 (11,3,20579,'Shadow Resistance',1),
12245 (11,3,21651,'Opening',1),
12246 (11,3,21652,'Closing',1),
12247 (11,3,22027,'Remove Insignia',1),
12248 (11,3,22810,'Opening - No Text',1),
12249 (11,3,24949,'Defensive State 2(DND)',1),
12250 (11,3,28875,'Gemcutting',1),
12251 (11,3,28880,'Gift of the Naaru',1),
12252 (11,3,29932,'Language Draenei',1),
12253 (11,3,34082,'Advantaged State(DND)',1),
12254 (11,5,81,'Dodge',1),
12255 (11,5,198,'One-Handed Maces',1),
12256 (11,5,203,'Unarmed',1),
12257 (11,5,204,'Defense',1),
12258 (11,5,522,'SPELLDEFENSE(DND)',1),
12259 (11,5,585,'Smite',1),
12260 (11,5,668,'Language Common',1),
12261 (11,5,2050,'Lesser Heal',1),
12262 (11,5,2382,'Generic',1),
12263 (11,5,2479,'Honorless Target',1),
12264 (11,5,3050,'Detect',1),
12265 (11,5,3365,'Opening',1),
12266 (11,5,5009,'Wands',1),
12267 (11,5,5019,'Shoot',1),
12268 (11,5,6233,'Closing',1),
12269 (11,5,6246,'Closing',1),
12270 (11,5,6247,'Opening',1),
12271 (11,5,6477,'Opening',1),
12272 (11,5,6478,'Opening',1),
12273 (11,5,6603,'Attack',1),
12274 (11,5,7266,'Duel',1),
12275 (11,5,7267,'Grovel',1),
12276 (11,5,7355,'Stuck',1),
12277 (11,5,8386,'Attacking',1),
12278 (11,5,9078,'Cloth',1),
12279 (11,5,9125,'Generic',1),
12280 (11,5,20579,'Shadow Resistance',1),
12281 (11,5,21651,'Opening',1),
12282 (11,5,21652,'Closing',1),
12283 (11,5,22027,'Remove Insignia',1),
12284 (11,5,22810,'Opening - No Text',1),
12285 (11,5,28875,'Gemcutting',1),
12286 (11,5,28878,'Inspiring Presence',1),
12287 (11,5,28880,'Gift of the Naaru',1),
12288 (11,5,29932,'Language Draenei',1),
12289 (11,6,81,'Dodge',1),
12290 (11,6,196,'One-Handed Axes',1),
12291 (11,6,197,'Two-Handed Axes',1),
12292 (11,6,200,'Polearms',1),
12293 (11,6,201,'One-Handed Swords',1),
12294 (11,6,202,'Two-Handed Swords',1),
12295 (11,6,203,'Unarmed',1),
12296 (11,6,204,'Defense',1),
12297 (11,6,522,'SPELLDEFENSE (DND)',1),
12298 (11,6,668,'Language Common',1),
12299 (11,6,674,'Dual Wield',1),
12300 (11,6,750,'Plate Mail',1),
12301 (11,6,1843,'Disarm',1),
12302 (11,6,2382,'Generic',1),
12303 (11,6,2479,'Honorless Target',1),
12304 (11,6,3050,'Detect',1),
12305 (11,6,3127,'Parry',1),
12306 (11,6,3275,'Linen Bandage',1),
12307 (11,6,3276,'Heavy Linen Bandage',1),
12308 (11,6,3277,'Wool Bandage',1),
12309 (11,6,3278,'Heavy Wool Bandage',1),
12310 (11,6,3365,'Opening',1),
12311 (11,6,6233,'Closing',1),
12312 (11,6,6246,'Closing',1),
12313 (11,6,6247,'Opening',1),
12314 (11,6,6477,'Opening',1),
12315 (11,6,6478,'Opening',1),
12316 (11,6,6562,'Heroic Presence',1),
12317 (11,6,6603,'Attack',1),
12318 (11,6,7266,'Duel',1),
12319 (11,6,7267,'Grovel',1),
12320 (11,6,7355,'Stuck',1),
12321 (11,6,7928,'Silk Bandage',1),
12322 (11,6,7929,'Heavy Silk Bandage',1),
12323 (11,6,7934,'Anti-Venom',1),
12324 (11,6,8386,'Attacking',1),
12325 (11,6,8737,'Mail',1),
12326 (11,6,9077,'Leather',1),
12327 (11,6,9078,'Cloth',1),
12328 (11,6,9125,'Generic',1),
12329 (11,6,10840,'Mageweave Bandage',1),
12330 (11,6,10841,'Heavy Mageweave Bandage',1),
12331 (11,6,10846,'First Aid',1),
12332 (11,6,18629,'Runecloth Bandage',1),
12333 (11,6,18630,'Heavy Runecloth Bandage',1),
12334 (11,6,21651,'Opening',1),
12335 (11,6,21652,'Closing',1),
12336 (11,6,22027,'Remove Insignia',1),
12337 (11,6,22810,'Opening - No Text',1),
12338 (11,6,28875,'Gemcutting',1),
12339 (11,6,29932,'Language Draenei',1),
12340 (11,6,33391,'Journeyman Riding',1),
12341 (11,6,45462,'Plague Strike',1),
12342 (11,6,45477,'Icy Touch',1),
12343 (11,6,45902,'Blood Strike',1),
12344 (11,6,45903,'Offensive State (DND)',1),
12345 (11,6,45927,'Summon Friend',1),
12346 (11,6,47541,'Death Coil',1),
12347 (11,6,48266,'Blood Presence',1),
12348 (11,6,49410,'Forceful Deflection',1),
12349 (11,6,49576,'Death Grip',1),
12350 (11,6,52665,'Sigil',1),
12351 (11,6,59539,'Shadow Resistance',1),
12352 (11,6,59545,'Gift of the Naaru',1),
12353 (11,6,59879,'Blood Plague',1),
12354 (11,6,59921,'Frost Fever',1),
12355 (11,6,61437,'Opening',1),
12356 (11,6,61455,'Runic Focus',1),
12357 (11,7,81,'Dodge',1),
12358 (11,7,107,'Block',1),
12359 (11,7,198,'One-Handed Maces',1),
12360 (11,7,203,'Unarmed',1),
12361 (11,7,204,'Defense',1),
12362 (11,7,227,'Staves',1),
12363 (11,7,331,'Healing Wave',1),
12364 (11,7,403,'Lightning Bolt',1),
12365 (11,7,522,'SPELLDEFENSE(DND)',1),
12366 (11,7,668,'Language Common',1),
12367 (11,7,2382,'Generic',1),
12368 (11,7,2479,'Honorless Target',1),
12369 (11,7,3050,'Detect',1),
12370 (11,7,3365,'Opening',1),
12371 (11,7,6233,'Closing',1),
12372 (11,7,6246,'Closing',1),
12373 (11,7,6247,'Opening',1),
12374 (11,7,6477,'Opening',1),
12375 (11,7,6478,'Opening',1),
12376 (11,7,6603,'Attack',1),
12377 (11,7,7266,'Duel',1),
12378 (11,7,7267,'Grovel',1),
12379 (11,7,7355,'Stuck',1),
12380 (11,7,8386,'Attacking',1),
12381 (11,7,9077,'Leather',1),
12382 (11,7,9078,'Cloth',1),
12383 (11,7,9116,'Shield',1),
12384 (11,7,9125,'Generic',1),
12385 (11,7,20579,'Shadow Resistance',1),
12386 (11,7,21651,'Opening',1),
12387 (11,7,21652,'Closing',1),
12388 (11,7,22027,'Remove Insignia',1),
12389 (11,7,22810,'Opening - No Text',1),
12390 (11,7,27763,'Totem',1),
12391 (11,7,28875,'Gemcutting',1),
12392 (11,7,28878,'Inspiring Presence',1),
12393 (11,7,28880,'Gift of the Naaru',1),
12394 (11,7,29932,'Language Draenei',1),
12395 (11,8,81,'Dodge',1),
12396 (11,8,133,'Fireball',1),
12397 (11,8,168,'Frost Armor',1),
12398 (11,8,203,'Unarmed',1),
12399 (11,8,204,'Defense',1),
12400 (11,8,227,'Staves',1),
12401 (11,8,522,'SPELLDEFENSE(DND)',1),
12402 (11,8,668,'Language Common',1),
12403 (11,8,2382,'Generic',1),
12404 (11,8,2479,'Honorless Target',1),
12405 (11,8,3050,'Detect',1),
12406 (11,8,3365,'Opening',1),
12407 (11,8,5009,'Wands',1),
12408 (11,8,5019,'Shoot',1),
12409 (11,8,6233,'Closing',1),
12410 (11,8,6246,'Closing',1),
12411 (11,8,6247,'Opening',1),
12412 (11,8,6477,'Opening',1),
12413 (11,8,6478,'Opening',1),
12414 (11,8,6603,'Attack',1),
12415 (11,8,7266,'Duel',1),
12416 (11,8,7267,'Grovel',1),
12417 (11,8,7355,'Stuck',1),
12418 (11,8,8386,'Attacking',1),
12419 (11,8,9078,'Cloth',1),
12420 (11,8,9125,'Generic',1),
12421 (11,8,20579,'Shadow Resistance',1),
12422 (11,8,21651,'Opening',1),
12423 (11,8,21652,'Closing',1),
12424 (11,8,22027,'Remove Insignia',1),
12425 (11,8,22810,'Opening - No Text',1),
12426 (11,8,28875,'Gemcutting',1),
12427 (11,8,28878,'Inspiring Presence',1),
12428 (11,8,28880,'Gift of the Naaru',1),
12429 (11,8,29932,'Language Draenei',1);
12430 /*!40000 ALTER TABLE `playercreateinfo_spell` ENABLE KEYS */;
12431 UNLOCK TABLES;
12434 -- Table structure for table `prospecting_loot_template`
12437 DROP TABLE IF EXISTS `prospecting_loot_template`;
12438 CREATE TABLE `prospecting_loot_template` (
12439   `entry` mediumint(8) unsigned NOT NULL default '0',
12440   `item` mediumint(8) unsigned NOT NULL default '0',
12441   `ChanceOrQuestChance` float NOT NULL default '100',
12442   `groupid` tinyint(3) unsigned NOT NULL default '0',
12443   `mincountOrRef` mediumint(9) NOT NULL default '1',
12444   `maxcount` tinyint(3) unsigned NOT NULL default '1',
12445   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
12446   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
12447   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
12448   PRIMARY KEY  (`entry`,`item`)
12449 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
12452 -- Dumping data for table `prospecting_loot_template`
12455 LOCK TABLES `prospecting_loot_template` WRITE;
12456 /*!40000 ALTER TABLE `prospecting_loot_template` DISABLE KEYS */;
12457 /*!40000 ALTER TABLE `prospecting_loot_template` ENABLE KEYS */;
12458 UNLOCK TABLES;
12461 -- Table structure for table `quest_end_scripts`
12464 DROP TABLE IF EXISTS `quest_end_scripts`;
12465 CREATE TABLE `quest_end_scripts` (
12466   `id` mediumint(8) unsigned NOT NULL default '0',
12467   `delay` int(10) unsigned NOT NULL default '0',
12468   `command` mediumint(8) unsigned NOT NULL default '0',
12469   `datalong` mediumint(8) unsigned NOT NULL default '0',
12470   `datalong2` int(10) unsigned NOT NULL default '0',
12471   `dataint` int(11) NOT NULL default '0',
12472   `x` float NOT NULL default '0',
12473   `y` float NOT NULL default '0',
12474   `z` float NOT NULL default '0',
12475   `o` float NOT NULL default '0'
12476 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
12479 -- Dumping data for table `quest_end_scripts`
12482 LOCK TABLES `quest_end_scripts` WRITE;
12483 /*!40000 ALTER TABLE `quest_end_scripts` DISABLE KEYS */;
12484 /*!40000 ALTER TABLE `quest_end_scripts` ENABLE KEYS */;
12485 UNLOCK TABLES;
12488 -- Table structure for table `quest_start_scripts`
12491 DROP TABLE IF EXISTS `quest_start_scripts`;
12492 CREATE TABLE `quest_start_scripts` (
12493   `id` mediumint(8) unsigned NOT NULL default '0',
12494   `delay` int(10) unsigned NOT NULL default '0',
12495   `command` mediumint(8) unsigned NOT NULL default '0',
12496   `datalong` mediumint(8) unsigned NOT NULL default '0',
12497   `datalong2` int(10) unsigned NOT NULL default '0',
12498   `dataint` int(11) NOT NULL default '0',
12499   `x` float NOT NULL default '0',
12500   `y` float NOT NULL default '0',
12501   `z` float NOT NULL default '0',
12502   `o` float NOT NULL default '0'
12503 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
12506 -- Dumping data for table `quest_start_scripts`
12509 LOCK TABLES `quest_start_scripts` WRITE;
12510 /*!40000 ALTER TABLE `quest_start_scripts` DISABLE KEYS */;
12511 /*!40000 ALTER TABLE `quest_start_scripts` ENABLE KEYS */;
12512 UNLOCK TABLES;
12515 -- Table structure for table `quest_mail_loot_template`
12518 DROP TABLE IF EXISTS `quest_mail_loot_template`;
12519 CREATE TABLE `quest_mail_loot_template` (
12520   `entry` mediumint(8) unsigned NOT NULL default '0',
12521   `item` mediumint(8) unsigned NOT NULL default '0',
12522   `ChanceOrQuestChance` float NOT NULL default '100',
12523   `groupid` tinyint(3) unsigned NOT NULL default '0',
12524   `mincountOrRef` mediumint(9) NOT NULL default '1',
12525   `maxcount` tinyint(3) unsigned NOT NULL default '1',
12526   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
12527   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
12528   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
12529   PRIMARY KEY  (`entry`,`item`)
12530 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
12533 -- Dumping data for table `quest_mail_loot_template`
12536 LOCK TABLES `quest_mail_loot_template` WRITE;
12537 /*!40000 ALTER TABLE `quest_mail_loot_template` DISABLE KEYS */;
12538 /*!40000 ALTER TABLE `quest_mail_loot_template` ENABLE KEYS */;
12539 UNLOCK TABLES;
12542 -- Table structure for table `quest_template`
12545 DROP TABLE IF EXISTS `quest_template`;
12546 CREATE TABLE `quest_template` (
12547   `entry` mediumint(8) unsigned NOT NULL default '0',
12548   `Method` tinyint(3) unsigned NOT NULL default '2',
12549   `ZoneOrSort` smallint(6) NOT NULL default '0',
12550   `SkillOrClass` smallint(6) NOT NULL default '0',
12551   `MinLevel` tinyint(3) unsigned NOT NULL default '0',
12552   `QuestLevel` tinyint(3) unsigned NOT NULL default '0',
12553   `Type` smallint(5) unsigned NOT NULL default '0',
12554   `RequiredRaces` smallint(5) unsigned NOT NULL default '0',
12555   `RequiredSkillValue` smallint(5) unsigned NOT NULL default '0',
12556   `RepObjectiveFaction` smallint(5) unsigned NOT NULL default '0',
12557   `RepObjectiveValue` mediumint(9) NOT NULL default '0',
12558   `RequiredMinRepFaction` smallint(5) unsigned NOT NULL default '0',
12559   `RequiredMinRepValue` mediumint(9) NOT NULL default '0',
12560   `RequiredMaxRepFaction` smallint(5) unsigned NOT NULL default '0',
12561   `RequiredMaxRepValue` mediumint(9) NOT NULL default '0',
12562   `SuggestedPlayers` tinyint(3) unsigned NOT NULL default '0',
12563   `LimitTime` int(10) unsigned NOT NULL default '0',
12564   `QuestFlags` smallint(5) unsigned NOT NULL default '0',
12565   `SpecialFlags` tinyint(3) unsigned NOT NULL default '0',
12566   `CharTitleId` tinyint(3) unsigned NOT NULL default '0',
12567   `PlayersSlain` tinyint(3) unsigned NOT NULL default '0',
12568   `BonusTalents` tinyint(3) unsigned NOT NULL default '0',
12569   `PrevQuestId` mediumint(9) NOT NULL default '0',
12570   `NextQuestId` mediumint(9) NOT NULL default '0',
12571   `ExclusiveGroup` mediumint(9) NOT NULL default '0',
12572   `NextQuestInChain` mediumint(8) unsigned NOT NULL default '0',
12573   `SrcItemId` mediumint(8) unsigned NOT NULL default '0',
12574   `SrcItemCount` tinyint(3) unsigned NOT NULL default '0',
12575   `SrcSpell` mediumint(8) unsigned NOT NULL default '0',
12576   `Title` text,
12577   `Details` text,
12578   `Objectives` text,
12579   `OfferRewardText` text,
12580   `RequestItemsText` text,
12581   `EndText` text,
12582   `ObjectiveText1` text,
12583   `ObjectiveText2` text,
12584   `ObjectiveText3` text,
12585   `ObjectiveText4` text,
12586   `ReqItemId1` mediumint(8) unsigned NOT NULL default '0',
12587   `ReqItemId2` mediumint(8) unsigned NOT NULL default '0',
12588   `ReqItemId3` mediumint(8) unsigned NOT NULL default '0',
12589   `ReqItemId4` mediumint(8) unsigned NOT NULL default '0',
12590   `ReqItemCount1` smallint(5) unsigned NOT NULL default '0',
12591   `ReqItemCount2` smallint(5) unsigned NOT NULL default '0',
12592   `ReqItemCount3` smallint(5) unsigned NOT NULL default '0',
12593   `ReqItemCount4` smallint(5) unsigned NOT NULL default '0',
12594   `ReqSourceId1` mediumint(8) unsigned NOT NULL default '0',
12595   `ReqSourceId2` mediumint(8) unsigned NOT NULL default '0',
12596   `ReqSourceId3` mediumint(8) unsigned NOT NULL default '0',
12597   `ReqSourceId4` mediumint(8) unsigned NOT NULL default '0',
12598   `ReqSourceCount1` smallint(5) unsigned NOT NULL default '0',
12599   `ReqSourceCount2` smallint(5) unsigned NOT NULL default '0',
12600   `ReqSourceCount3` smallint(5) unsigned NOT NULL default '0',
12601   `ReqSourceCount4` smallint(5) unsigned NOT NULL default '0',
12602   `ReqSourceRef1` tinyint(3) unsigned NOT NULL default '0',
12603   `ReqSourceRef2` tinyint(3) unsigned NOT NULL default '0',
12604   `ReqSourceRef3` tinyint(3) unsigned NOT NULL default '0',
12605   `ReqSourceRef4` tinyint(3) unsigned NOT NULL default '0',
12606   `ReqCreatureOrGOId1` mediumint(9) NOT NULL default '0',
12607   `ReqCreatureOrGOId2` mediumint(9) NOT NULL default '0',
12608   `ReqCreatureOrGOId3` mediumint(9) NOT NULL default '0',
12609   `ReqCreatureOrGOId4` mediumint(9) NOT NULL default '0',
12610   `ReqCreatureOrGOCount1` smallint(5) unsigned NOT NULL default '0',
12611   `ReqCreatureOrGOCount2` smallint(5) unsigned NOT NULL default '0',
12612   `ReqCreatureOrGOCount3` smallint(5) unsigned NOT NULL default '0',
12613   `ReqCreatureOrGOCount4` smallint(5) unsigned NOT NULL default '0',
12614   `ReqSpellCast1` mediumint(8) unsigned NOT NULL default '0',
12615   `ReqSpellCast2` mediumint(8) unsigned NOT NULL default '0',
12616   `ReqSpellCast3` mediumint(8) unsigned NOT NULL default '0',
12617   `ReqSpellCast4` mediumint(8) unsigned NOT NULL default '0',
12618   `RewChoiceItemId1` mediumint(8) unsigned NOT NULL default '0',
12619   `RewChoiceItemId2` mediumint(8) unsigned NOT NULL default '0',
12620   `RewChoiceItemId3` mediumint(8) unsigned NOT NULL default '0',
12621   `RewChoiceItemId4` mediumint(8) unsigned NOT NULL default '0',
12622   `RewChoiceItemId5` mediumint(8) unsigned NOT NULL default '0',
12623   `RewChoiceItemId6` mediumint(8) unsigned NOT NULL default '0',
12624   `RewChoiceItemCount1` smallint(5) unsigned NOT NULL default '0',
12625   `RewChoiceItemCount2` smallint(5) unsigned NOT NULL default '0',
12626   `RewChoiceItemCount3` smallint(5) unsigned NOT NULL default '0',
12627   `RewChoiceItemCount4` smallint(5) unsigned NOT NULL default '0',
12628   `RewChoiceItemCount5` smallint(5) unsigned NOT NULL default '0',
12629   `RewChoiceItemCount6` smallint(5) unsigned NOT NULL default '0',
12630   `RewItemId1` mediumint(8) unsigned NOT NULL default '0',
12631   `RewItemId2` mediumint(8) unsigned NOT NULL default '0',
12632   `RewItemId3` mediumint(8) unsigned NOT NULL default '0',
12633   `RewItemId4` mediumint(8) unsigned NOT NULL default '0',
12634   `RewItemCount1` smallint(5) unsigned NOT NULL default '0',
12635   `RewItemCount2` smallint(5) unsigned NOT NULL default '0',
12636   `RewItemCount3` smallint(5) unsigned NOT NULL default '0',
12637   `RewItemCount4` smallint(5) unsigned NOT NULL default '0',
12638   `RewRepFaction1` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case',
12639   `RewRepFaction2` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case',
12640   `RewRepFaction3` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case',
12641   `RewRepFaction4` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case',
12642   `RewRepFaction5` smallint(5) unsigned NOT NULL default '0' COMMENT 'faction id from Faction.dbc in this case',
12643   `RewRepValue1` mediumint(9) NOT NULL default '0',
12644   `RewRepValue2` mediumint(9) NOT NULL default '0',
12645   `RewRepValue3` mediumint(9) NOT NULL default '0',
12646   `RewRepValue4` mediumint(9) NOT NULL default '0',
12647   `RewRepValue5` mediumint(9) NOT NULL default '0',
12648   `RewHonorableKills` int unsigned NOT NULL default '0',
12649   `RewOrReqMoney` int(11) NOT NULL default '0',
12650   `RewMoneyMaxLevel` int(10) unsigned NOT NULL default '0',
12651   `RewSpell` mediumint(8) unsigned NOT NULL default '0',
12652   `RewSpellCast` mediumint(8) unsigned NOT NULL default '0',
12653   `RewMailTemplateId` mediumint(8) unsigned NOT NULL default '0',
12654   `RewMailDelaySecs` int(11) unsigned NOT NULL default '0',
12655   `PointMapId` smallint(5) unsigned NOT NULL default '0',
12656   `PointX` float NOT NULL default '0',
12657   `PointY` float NOT NULL default '0',
12658   `PointOpt` mediumint(8) unsigned NOT NULL default '0',
12659   `DetailsEmote1` smallint(5) unsigned NOT NULL default '0',
12660   `DetailsEmote2` smallint(5) unsigned NOT NULL default '0',
12661   `DetailsEmote3` smallint(5) unsigned NOT NULL default '0',
12662   `DetailsEmote4` smallint(5) unsigned NOT NULL default '0',
12663   `IncompleteEmote` smallint(5) unsigned NOT NULL default '0',
12664   `CompleteEmote` smallint(5) unsigned NOT NULL default '0',
12665   `OfferRewardEmote1` smallint(5) unsigned NOT NULL default '0',
12666   `OfferRewardEmote2` smallint(5) unsigned NOT NULL default '0',
12667   `OfferRewardEmote3` smallint(5) unsigned NOT NULL default '0',
12668   `OfferRewardEmote4` smallint(5) unsigned NOT NULL default '0',
12669   `StartScript` mediumint(8) unsigned NOT NULL default '0',
12670   `CompleteScript` mediumint(8) unsigned NOT NULL default '0',
12671   PRIMARY KEY  (`entry`)
12672 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COMMENT='Quest System';
12675 -- Dumping data for table `quest_template`
12678 LOCK TABLES `quest_template` WRITE;
12679 /*!40000 ALTER TABLE `quest_template` DISABLE KEYS */;
12680 /*!40000 ALTER TABLE `quest_template` ENABLE KEYS */;
12681 UNLOCK TABLES;
12684 -- Table structure for table `reference_loot_template`
12687 DROP TABLE IF EXISTS `reference_loot_template`;
12688 CREATE TABLE `reference_loot_template` (
12689   `entry` mediumint(8) unsigned NOT NULL default '0',
12690   `item` mediumint(8) unsigned NOT NULL default '0',
12691   `ChanceOrQuestChance` float NOT NULL default '100',
12692   `groupid` tinyint(3) unsigned NOT NULL default '0',
12693   `mincountOrRef` mediumint(9) NOT NULL default '1',
12694   `maxcount` tinyint(3) unsigned NOT NULL default '1',
12695   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
12696   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
12697   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
12698   PRIMARY KEY  (`entry`,`item`)
12699 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
12702 -- Dumping data for table `reference_loot_template`
12705 LOCK TABLES `reference_loot_template` WRITE;
12706 /*!40000 ALTER TABLE `reference_loot_template` DISABLE KEYS */;
12707 /*!40000 ALTER TABLE `reference_loot_template` ENABLE KEYS */;
12708 UNLOCK TABLES;
12711 -- Table structure for table `reserved_name`
12714 DROP TABLE IF EXISTS `reserved_name`;
12715 CREATE TABLE `reserved_name` (
12716   `name` varchar(12) NOT NULL default '',
12717   PRIMARY KEY  (`name`)
12718 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Player Reserved Names';
12721 -- Dumping data for table `reserved_name`
12724 LOCK TABLES `reserved_name` WRITE;
12725 /*!40000 ALTER TABLE `reserved_name` DISABLE KEYS */;
12726 /*!40000 ALTER TABLE `reserved_name` ENABLE KEYS */;
12727 UNLOCK TABLES;
12730 -- Table structure for table `skill_discovery_template`
12733 DROP TABLE IF EXISTS `skill_discovery_template`;
12734 CREATE TABLE `skill_discovery_template` (
12735   `spellId` mediumint(8) unsigned NOT NULL default '0' COMMENT 'SpellId of the discoverable spell',
12736   `reqSpell` mediumint(8) unsigned NOT NULL default '0' COMMENT 'spell requirement',
12737   `chance` float NOT NULL default '0' COMMENT 'chance to discover',
12738   PRIMARY KEY  (`spellId`)
12739 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Skill Discovery System';
12742 -- Dumping data for table `skill_discovery_template`
12745 LOCK TABLES `skill_discovery_template` WRITE;
12746 /*!40000 ALTER TABLE `skill_discovery_template` DISABLE KEYS */;
12747 /*!40000 ALTER TABLE `skill_discovery_template` ENABLE KEYS */;
12748 UNLOCK TABLES;
12751 -- Table structure for table `skill_extra_item_template`
12754 DROP TABLE IF EXISTS `skill_extra_item_template`;
12755 CREATE TABLE `skill_extra_item_template` (
12756   `spellId` mediumint(8) unsigned NOT NULL default '0' COMMENT 'SpellId of the item creation spell',
12757   `requiredSpecialization` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Specialization spell id',
12758   `additionalCreateChance` float NOT NULL default '0' COMMENT 'chance to create add',
12759   `additionalMaxNum` tinyint(3) unsigned NOT NULL default '0' COMMENT 'max num of adds',
12760   PRIMARY KEY  (`spellId`)
12761 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Skill Specialization System';
12764 -- Dumping data for table `skill_extra_item_template`
12767 LOCK TABLES `skill_extra_item_template` WRITE;
12768 /*!40000 ALTER TABLE `skill_extra_item_template` DISABLE KEYS */;
12769 /*!40000 ALTER TABLE `skill_extra_item_template` ENABLE KEYS */;
12770 UNLOCK TABLES;
12773 -- Table structure for table `skill_fishing_base_level`
12776 DROP TABLE IF EXISTS `skill_fishing_base_level`;
12777 CREATE TABLE `skill_fishing_base_level` (
12778   `entry` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Area identifier',
12779   `skill` smallint(6) NOT NULL default '0' COMMENT 'Base skill level requirement',
12780   PRIMARY KEY  (`entry`)
12781 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Fishing system';
12784 -- Dumping data for table `skill_fishing_base_level`
12787 LOCK TABLES `skill_fishing_base_level` WRITE;
12788 /*!40000 ALTER TABLE `skill_fishing_base_level` DISABLE KEYS */;
12789 /*!40000 ALTER TABLE `skill_fishing_base_level` ENABLE KEYS */;
12790 UNLOCK TABLES;
12793 -- Table structure for table `skinning_loot_template`
12796 DROP TABLE IF EXISTS `skinning_loot_template`;
12797 CREATE TABLE `skinning_loot_template` (
12798   `entry` mediumint(8) unsigned NOT NULL default '0',
12799   `item` mediumint(8) unsigned NOT NULL default '0',
12800   `ChanceOrQuestChance` float NOT NULL default '100',
12801   `groupid` tinyint(3) unsigned NOT NULL default '0',
12802   `mincountOrRef` mediumint(9) NOT NULL default '1',
12803   `maxcount` tinyint(3) unsigned NOT NULL default '1',
12804   `lootcondition` tinyint(3) unsigned NOT NULL default '0',
12805   `condition_value1` mediumint(8) unsigned NOT NULL default '0',
12806   `condition_value2` mediumint(8) unsigned NOT NULL default '0',
12807   PRIMARY KEY  (`entry`,`item`)
12808 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System';
12811 -- Dumping data for table `skinning_loot_template`
12814 LOCK TABLES `skinning_loot_template` WRITE;
12815 /*!40000 ALTER TABLE `skinning_loot_template` DISABLE KEYS */;
12816 /*!40000 ALTER TABLE `skinning_loot_template` ENABLE KEYS */;
12817 UNLOCK TABLES;
12820 -- Table structure for table `spell_affect`
12823 DROP TABLE IF EXISTS `spell_affect`;
12824 CREATE TABLE `spell_affect` (
12825   `entry` smallint(5) unsigned NOT NULL default '0',
12826   `effectId` tinyint(3) unsigned NOT NULL default '0',
12827   `SpellClassMask0` int(5) unsigned NOT NULL default '0',
12828   `SpellClassMask1` int(5) unsigned NOT NULL default '0',
12829   `SpellClassMask2` int(5) unsigned NOT NULL default '0',
12830   PRIMARY KEY  (`entry`,`effectId`)
12831 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
12834 -- Dumping data for table `spell_affect`
12837 LOCK TABLES `spell_affect` WRITE;
12838 /*!40000 ALTER TABLE `spell_affect` DISABLE KEYS */;
12839 /*!40000 ALTER TABLE `spell_affect` ENABLE KEYS */;
12840 UNLOCK TABLES;
12843 -- Table structure for table `spell_chain`
12846 DROP TABLE IF EXISTS `spell_chain`;
12847 CREATE TABLE `spell_chain` (
12848   `spell_id` mediumint(9) NOT NULL default '0',
12849   `prev_spell` mediumint(9) NOT NULL default '0',
12850   `first_spell` mediumint(9) NOT NULL default '0',
12851   `rank` tinyint(4) NOT NULL default '0',
12852   `req_spell` mediumint(9) NOT NULL default '0',
12853   PRIMARY KEY  (`spell_id`)
12854 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Spell Additinal Data';
12857 -- Dumping data for table `spell_chain`
12860 LOCK TABLES `spell_chain` WRITE;
12861 /*!40000 ALTER TABLE `spell_chain` DISABLE KEYS */;
12862 INSERT INTO spell_chain VALUES
12863 /*------------------
12864 --(6) Frost
12865 ------------------*/
12866 /*Blizzard*/
12867 (10,0,10,1,0),
12868 (6141,10,10,2,0),
12869 (8427,6141,10,3,0),
12870 (10185,8427,10,4,0),
12871 (10186,10185,10,5,0),
12872 (10187,10186,10,6,0),
12873 (27085,10187,10,7,0),
12874 (42939,27085,10,8,0),
12875 (42940,42939,10,9,0),
12876 /*ConeofCold*/
12877 (120,0,120,1,0),
12878 (8492,120,120,2,0),
12879 (10159,8492,120,3,0),
12880 (10160,10159,120,4,0),
12881 (10161,10160,120,5,0),
12882 (27087,10161,120,6,0),
12883 (42930,27087,120,7,0),
12884 (42931,42930,120,8,0),
12885 /*FrostArmor*/
12886 (168,0,168,1,0),
12887 (7300,168,168,2,0),
12888 (7301,7300,168,3,0),
12889 /*FrostNova*/
12890 (122,0,122,1,0),
12891 (865,122,122,2,0),
12892 (6131,865,122,3,0),
12893 (10230,6131,122,4,0),
12894 (27088,10230,122,5,0),
12895 (42917,27088,122,6,0),
12896 /*FrostWard*/
12897 (6143,0,6143,1,0),
12898 (8461,6143,6143,2,0),
12899 (8462,8461,6143,3,0),
12900 (10177,8462,6143,4,0),
12901 (28609,10177,6143,5,0),
12902 (32796,28609,6143,6,0),
12903 (43012,32796,6143,7,0),
12904 /*Frostbolt*/
12905 (116,0,116,1,0),
12906 (205,116,116,2,0),
12907 (837,205,116,3,0),
12908 (7322,837,116,4,0),
12909 (8406,7322,116,5,0),
12910 (8407,8406,116,6,0),
12911 (8408,8407,116,7,0),
12912 (10179,8408,116,8,0),
12913 (10180,10179,116,9,0),
12914 (10181,10180,116,10,0),
12915 (25304,10181,116,11,0),
12916 (27071,25304,116,12,0),
12917 (27072,27071,116,13,0),
12918 (38697,27072,116,14,0),
12919 (42841,38697,116,15,0),
12920 (42842,42841,116,16,0),
12921 /*IceArmor*/
12922 (7302,0,7302,1,0),
12923 (7320,7302,7302,2,0),
12924 (10219,7320,7302,3,0),
12925 (10220,10219,7302,4,0),
12926 (27124,10220,7302,5,0),
12927 (43008,27124,7302,6,0),
12928 /*IceBarrier*/
12929 (11426,0,11426,1,0),
12930 (13031,11426,11426,2,0),
12931 (13032,13031,11426,3,0),
12932 (13033,13032,11426,4,0),
12933 (27134,13033,11426,5,0),
12934 (33405,27134,11426,6,0),
12935 (43038,33405,11426,7,0),
12936 (43039,43038,11426,8,0),
12937 /*IceLance*/
12938 (30455,0,30455,1,0),
12939 (42913,30455,30455,2,0),
12940 (42914,42913,30455,3,0),
12941 /*------------------
12942 --(8)Fire
12943 ------------------*/
12944 /*BlastWave*/
12945 (11113,0,11113,1,0),
12946 (13018,11113,11113,2,0),
12947 (13019,13018,11113,3,0),
12948 (13020,13019,11113,4,0),
12949 (13021,13020,11113,5,0),
12950 (27133,13021,11113,6,0),
12951 (33933,27133,11113,7,0),
12952 (42944,33933,11113,8,0),
12953 (42945,42944,11113,9,0),
12954 /*Dragon'sBreath*/
12955 (31661,0,31661,1,0),
12956 (33041,31661,31661,2,0),
12957 (33042,33041,31661,3,0),
12958 (33043,33042,31661,4,0),
12959 (42949,33043,31661,5,0),
12960 (42950,42949,31661,6,0),
12961 /*FireBlast*/
12962 (2136,0,2136,1,0),
12963 (2137,2136,2136,2,0),
12964 (2138,2137,2136,3,0),
12965 (8412,2138,2136,4,0),
12966 (8413,8412,2136,5,0),
12967 (10197,8413,2136,6,0),
12968 (10199,10197,2136,7,0),
12969 (27078,10199,2136,8,0),
12970 (27079,27078,2136,9,0),
12971 (42872,27079,2136,10,0),
12972 (42873,42872,2136,11,0),
12973 /*FireWard*/
12974 (543,0,543,1,0),
12975 (8457,543,543,2,0),
12976 (8458,8457,543,3,0),
12977 (10223,8458,543,4,0),
12978 (10225,10223,543,5,0),
12979 (27128,10225,543,6,0),
12980 (43010,27128,543,7,0),
12981 /*Fireball*/
12982 (133,0,133,1,0),
12983 (143,133,133,2,0),
12984 (145,143,133,3,0),
12985 (3140,145,133,4,0),
12986 (8400,3140,133,5,0),
12987 (8401,8400,133,6,0),
12988 (8402,8401,133,7,0),
12989 (10148,8402,133,8,0),
12990 (10149,10148,133,9,0),
12991 (10150,10149,133,10,0),
12992 (10151,10150,133,11,0),
12993 (25306,10151,133,12,0),
12994 (27070,25306,133,13,0),
12995 (38692,27070,133,14,0),
12996 (42832,38692,133,15,0),
12997 (42833,42832,133,16,0),
12998 /*Flamestrike*/
12999 (2120,0,2120,1,0),
13000 (2121,2120,2120,2,0),
13001 (8422,2121,2120,3,0),
13002 (8423,8422,2120,4,0),
13003 (10215,8423,2120,5,0),
13004 (10216,10215,2120,6,0),
13005 (27086,10216,2120,7,0),
13006 (42925,27086,2120,8,0),
13007 (42926,42925,2120,9,0),
13008 /*FrostfireBolt*/
13009 (44614,0,44614,1,0),
13010 (47610,44614,44614,2,0),
13011 /*LivingBomb*/
13012 (44457,0,44457,1,0),
13013 (55359,44457,44457,2,0),
13014 (55360,55359,44457,3,0),
13015 /*MoltenArmor*/
13016 (30482,0,30482,1,0),
13017 (43045,30482,30482,2,0),
13018 (43046,43045,30482,3,0),
13019 /*Pyroblast*/
13020 (11366,0,11366,1,0),
13021 (12505,11366,11366,2,0),
13022 (12522,12505,11366,3,0),
13023 (12523,12522,11366,4,0),
13024 (12524,12523,11366,5,0),
13025 (12525,12524,11366,6,0),
13026 (12526,12525,11366,7,0),
13027 (18809,12526,11366,8,0),
13028 (27132,18809,11366,9,0),
13029 (33938,27132,11366,10,0),
13030 (42890,33938,11366,11,0),
13031 (42891,42890,11366,12,0),
13032 /*Scorch*/
13033 (2948,0,2948,1,0),
13034 (8444,2948,2948,2,0),
13035 (8445,8444,2948,3,0),
13036 (8446,8445,2948,4,0),
13037 (10205,8446,2948,5,0),
13038 (10206,10205,2948,6,0),
13039 (10207,10206,2948,7,0),
13040 (27073,10207,2948,8,0),
13041 (27074,27073,2948,9,0),
13042 (42858,27074,2948,10,0),
13043 (42859,42858,2948,11,0),
13044 /*------------------
13045 --(26)Arms
13046 ------------------*/
13047 /*Charge*/
13048 (100,0,100,1,0),
13049 (6178,100,100,2,0),
13050 (11578,6178,100,3,0),
13051 /*HeroicStrike*/
13052 (78,0,78,1,0),
13053 (284,78,78,2,0),
13054 (285,284,78,3,0),
13055 (1608,285,78,4,0),
13056 (11564,1608,78,5,0),
13057 (11565,11564,78,6,0),
13058 (11566,11565,78,7,0),
13059 (11567,11566,78,8,0),
13060 (25286,11567,78,9,0),
13061 (29707,25286,78,10,0),
13062 (30324,29707,78,11,0),
13063 (47449,30324,78,12,0),
13064 (47450,47449,78,13,0),
13065 /*MortalStrike*/
13066 (12294,0,12294,1,0),
13067 (21551,12294,12294,2,0),
13068 (21552,21551,12294,3,0),
13069 (21553,21552,12294,4,0),
13070 (25248,21553,12294,5,0),
13071 (30330,25248,12294,6,0),
13072 (47485,30330,12294,7,0),
13073 (47486,47485,12294,8,0),
13074 /*Rend*/
13075 (772,0,772,1,0),
13076 (6546,772,772,2,0),
13077 (6547,6546,772,3,0),
13078 (6548,6547,772,4,0),
13079 (11572,6548,772,5,0),
13080 (11573,11572,772,6,0),
13081 (11574,11573,772,7,0),
13082 (25208,11574,772,8,0),
13083 (46845,25208,772,9,0),
13084 (47465,46845,772,10,0),
13085 /*ThunderClap*/
13086 (6343,0,6343,1,0),
13087 (8198,6343,6343,2,0),
13088 (8204,8198,6343,3,0),
13089 (8205,8204,6343,4,0),
13090 (11580,8205,6343,5,0),
13091 (11581,11580,6343,6,0),
13092 (25264,11581,6343,7,0),
13093 (47501,25264,6343,8,0),
13094 (47502,47501,6343,9,0),
13095 /*------------------
13096 -- (38) Combat (Rogue)
13097 ------------------*/
13098 /*Backstab*/
13099 (53,0,53,1,0),
13100 (2589,53,53,2,0),
13101 (2590,2589,53,3,0),
13102 (2591,2590,53,4,0),
13103 (8721,2591,53,5,0),
13104 (11279,8721,53,6,0),
13105 (11280,11279,53,7,0),
13106 (11281,11280,53,8,0),
13107 (25300,11281,53,9,0),
13108 (26863,25300,53,10,0),
13109 (48656,26863,53,11,0),
13110 (48657,48656,53,12,0),
13111 /*Evasion*/
13112 (5277,0,5277,1,0),
13113 (26669,5277,5277,2,0),
13114 /*Feint*/
13115 (1966,0,1966,1,0),
13116 (6768,1966,1966,2,0),
13117 (8637,6768,1966,3,0),
13118 (11303,8637,1966,4,0),
13119 (25302,11303,1966,5,0),
13120 (27448,25302,1966,6,0),
13121 (48658,27448,1966,7,0),
13122 (48659,48658,1966,8,0),
13123 /*Sinister Strike*/
13124 (1752,0,1752,1,0),
13125 (1757,1752,1752,2,0),
13126 (1758,1757,1752,3,0),
13127 (1759,1758,1752,4,0),
13128 (1760,1759,1752,5,0),
13129 (8621,1760,1752,6,0),
13130 (11293,8621,1752,7,0),
13131 (11294,11293,1752,8,0),
13132 (26861,11294,1752,9,0),
13133 (26862,26861,1752,10,0),
13134 (48637,26862,1752,11,0),
13135 (48638,48637,1752,12,0),
13136 /*Sprint*/
13137 (2983,0,2983,1,0),
13138 (8696,2983,2983,2,0),
13139 (11305,8696,2983,3,0),
13140 /*------------------
13141 --(39)Subtlety
13142 ------------------*/
13143 /*Hemorrhage*/
13144 (16511,0,16511,1,0),
13145 (17347,16511,16511,2,0),
13146 (17348,17347,16511,3,0),
13147 (26864,17348,16511,4,0),
13148 (48660,26864,16511,5,0),
13149 /*Sap*/
13150 (6770,0,6770,1,0),
13151 (2070,6770,6770,2,0),
13152 (11297,2070,6770,3,0),
13153 (51724,11297,6770,4,0),
13154 /*Stealth*/
13155 (1784,0,1784,1,0),
13156 (1785,1784,1784,2,0),
13157 (1786,1785,1784,3,0),
13158 (1787,1786,1784,4,0),
13159 /*Vanish*/
13160 (1856,0,1856,1,0),
13161 (1857,1856,1856,2,0),
13162 (26889,1857,1856,3,0),
13163 /*------------------
13164 -- (50) Beast Mastery
13165 ------------------*/
13166 /*Aspect of the Hawk*/
13167 (13165,0,13165,1,0),
13168 (14318,13165,13165,2,0),
13169 (14319,14318,13165,3,0),
13170 (14320,14319,13165,4,0),
13171 (14321,14320,13165,5,0),
13172 (14322,14321,13165,6,0),
13173 (25296,14322,13165,7,0),
13174 (27044,25296,13165,8,0),
13175 /*Aspect of the Wild*/
13176 (20043,0,20043,1,0),
13177 (20190,20043,20043,2,0),
13178 (27045,20190,20043,3,0),
13179 (49071,27045,20043,4,0),
13180 /*MendPet*/
13181 (136,0,136,1,0),
13182 (3111,136,136,2,0),
13183 (3661,3111,136,3,0),
13184 (3662,3661,136,4,0),
13185 (13542,3662,136,5,0),
13186 (13543,13542,136,6,0),
13187 (13544,13543,136,7,0),
13188 (27046,13544,136,8,0),
13189 (48989,27046,136,9,0),
13190 (48990,48989,136,10,0),
13191 /*ScareBeast*/
13192 (1513,0,1513,1,0),
13193 (14326,1513,1513,2,0),
13194 (14327,14326,1513,3,0),
13195 /*------------------
13196 --(51)Survival
13197 ------------------*/
13198 /*Counterattack*/
13199 (19306,0,19306,1,0),
13200 (20909,19306,19306,2,0),
13201 (20910,20909,19306,3,0),
13202 (27067,20910,19306,4,0),
13203 (48998,27067,19306,5,0),
13204 (48999,48998,19306,6,0),
13205 /*ExplosiveShot*/
13206 (53301,0,53301,1,0),
13207 (60051,53301,53301,2,0),
13208 (60052,60051,53301,3,0),
13209 (60053,60052,53301,4,0),
13210 /*ExplosiveTrap*/
13211 (13813,0,13813,1,0),
13212 (14316,13813,13813,2,0),
13213 (14317,14316,13813,3,0),
13214 (27025,14317,13813,4,0),
13215 (49066,27025,13813,5,0),
13216 (49067,49066,13813,6,0),
13217 /*FreezingTrap*/
13218 (1499,0,1499,1,0),
13219 (14310,1499,1499,2,0),
13220 (14311,14310,1499,3,0),
13221 /*ImmolationTrap*/
13222 (13795,0,13795,1,0),
13223 (14302,13795,13795,2,0),
13224 (14303,14302,13795,3,0),
13225 (14304,14303,13795,4,0),
13226 (14305,14304,13795,5,0),
13227 (27023,14305,13795,6,0),
13228 (49055,27023,13795,7,0),
13229 (49056,49055,13795,8,0),
13230 /*MongooseBite*/
13231 (1495,0,1495,1,0),
13232 (14269,1495,1495,2,0),
13233 (14270,14269,1495,3,0),
13234 (14271,14270,1495,4,0),
13235 (36916,14271,1495,5,0),
13236 (53339,36916,1495,6,0),
13237 /*RaptorStrike*/
13238 (2973,0,2973,1,0),
13239 (14260,2973,2973,2,0),
13240 (14261,14260,2973,3,0),
13241 (14262,14261,2973,4,0),
13242 (14263,14262,2973,5,0),
13243 (14264,14263,2973,6,0),
13244 (14265,14264,2973,7,0),
13245 (14266,14265,2973,8,0),
13246 (27014,14266,2973,9,0),
13247 (48995,27014,2973,10,0),
13248 (48996,48995,2973,11,0),
13249 /*WyvernSting*/
13250 (19386,0,19386,1,0),
13251 (24132,19386,19386,2,0),
13252 (24133,24132,19386,3,0),
13253 (27068,24133,19386,4,0),
13254 (49011,27068,19386,5,0),
13255 (49012,49011,19386,6,0),
13256 /*------------------
13257 -- (56) Holy (Priest)
13258 ------------------*/
13259 /*Binding Heal*/
13260 (32546,0,32546,1,0),
13261 (48119,32546,32546,2,0),
13262 (48120,48119,32546,3,0),
13263 /*Circle of Healing*/
13264 (34861,0,34861,1,0),
13265 (34863,34861,34861,2,0),
13266 (34864,34863,34861,3,0),
13267 (34865,34864,34861,4,0),
13268 (34866,34865,34861,5,0),
13269 (48088,34866,34861,6,0),
13270 (48089,48088,34861,7,0),
13271 /*DesperatePrayer*/
13272 (19236,0,19236,1,0),
13273 (19238,19236,19236,2,0),
13274 (19240,19238,19236,3,0),
13275 (19241,19240,19236,4,0),
13276 (19242,19241,19236,5,0),
13277 (19243,19242,19236,6,0),
13278 (25437,19243,19236,7,0),
13279 (48172,25437,19236,8,0),
13280 (48173,48172,19236,9,0),
13281 /*FlashHeal*/
13282 (2061,0,2061,1,0),
13283 (9472,2061,2061,2,0),
13284 (9473,9472,2061,3,0),
13285 (9474,9473,2061,4,0),
13286 (10915,9474,2061,5,0),
13287 (10916,10915,2061,6,0),
13288 (10917,10916,2061,7,0),
13289 (25233,10917,2061,8,0),
13290 (25235,25233,2061,9,0),
13291 (48070,25235,2061,10,0),
13292 (48071,48070,2061,11,0),
13293 /*GreaterHeal*/
13294 (2060,0,2060,1,0),
13295 (10963,2060,2060,2,0),
13296 (10964,10963,2060,3,0),
13297 (10965,10964,2060,4,0),
13298 (25314,10965,2060,5,0),
13299 (25210,25314,2060,6,0),
13300 (25213,25210,2060,7,0),
13301 (48062,25213,2060,8,0),
13302 (48063,48062,2060,9,0),
13303 /*Heal*/
13304 (2054,0,2054,1,0),
13305 (2055,2054,2054,2,0),
13306 (6063,2055,2054,3,0),
13307 (6064,6063,2054,4,0),
13308 /*Holy Fire*/
13309 (14914,0,14914,1,0),
13310 (15262,14914,14914,2,0),
13311 (15263,15262,14914,3,0),
13312 (15264,15263,14914,4,0),
13313 (15265,15264,14914,5,0),
13314 (15266,15265,14914,6,0),
13315 (15267,15266,14914,7,0),
13316 (15261,15267,14914,8,0),
13317 (25384,15261,14914,9,0),
13318 (48134,25384,14914,10,0),
13319 (48135,48134,14914,11,0),
13320 /*Holy Nova*/
13321 (15237,0,15237,1,0),
13322 (15430,15237,15237,2,0),
13323 (15431,15430,15237,3,0),
13324 (27799,15431,15237,4,0),
13325 (27800,27799,15237,5,0),
13326 (27801,27800,15237,6,0),
13327 (25331,27801,15237,7,0),
13328 (48077,25331,15237,8,0),
13329 (48078,48077,15237,9,0),
13330 /*LesserHeal*/
13331 (2050,0,2050,1,0),
13332 (2052,2050,2050,2,0),
13333 (2053,2052,2050,3,0),
13334 /*Lightwell*/
13335 (724,0,724,1,0),
13336 (27870,724,724,2,0),
13337 (27871,27870,724,3,0),
13338 (28275,27871,724,4,0),
13339 (48086,28275,724,5,0),
13340 (48087,48086,724,6,0),
13341 /*Prayer of Healing*/
13342 (596,0,596,1,0),
13343 (996,596,596,2,0),
13344 (10960,996,596,3,0),
13345 (10961,10960,596,4,0),
13346 (25316,10961,596,5,0),
13347 (25308,25316,596,6,0),
13348 (48072,25308,596,7,0),
13349 /*Prayer of Mending*/
13350 (33076,0,33076,1,0),
13351 (48112,33076,33076,2,0),
13352 (48113,48112,33076,3,0),
13353 /*Renew*/
13354 (139,0,139,1,0),
13355 (6074,139,139,2,0),
13356 (6075,6074,139,3,0),
13357 (6076,6075,139,4,0),
13358 (6077,6076,139,5,0),
13359 (6078,6077,139,6,0),
13360 (10927,6078,139,7,0),
13361 (10928,10927,139,8,0),
13362 (10929,10928,139,9,0),
13363 (25315,10929,139,10,0),
13364 (25221,25315,139,11,0),
13365 (25222,25221,139,12,0),
13366 (48067,25222,139,13,0),
13367 (48068,48067,139,14,0),
13368 /*Resurrection*/
13369 (2006,0,2006,1,0),
13370 (2010,2006,2006,2,0),
13371 (10880,2010,2006,3,0),
13372 (10881,10880,2006,4,0),
13373 (20770,10881,2006,5,0),
13374 (25435,20770,2006,6,0),
13375 (48171,25435,2006,7,0),
13376 /*Smite*/
13377 (585,0,585,1,0),
13378 (591,585,585,2,0),
13379 (598,591,585,3,0),
13380 (984,598,585,4,0),
13381 (1004,984,585,5,0),
13382 (6060,1004,585,6,0),
13383 (10933,6060,585,7,0),
13384 (10934,10933,585,8,0),
13385 (25363,10934,585,9,0),
13386 (25364,25363,585,10,0),
13387 (48122,25364,585,11,0),
13388 (48123,48122,585,12,0),
13389 /*------------------
13390 -- (78) Shadow Magic
13391 ------------------*/
13392 /*Devouring Plague*/
13393 (2944,0,2944,1,0),
13394 (19276,2944,2944,2,0),
13395 (19277,19276,2944,3,0),
13396 (19278,19277,2944,4,0),
13397 (19279,19278,2944,5,0),
13398 (19280,19279,2944,6,0),
13399 (25467,19280,2944,7,0),
13400 (48299,25467,2944,8,0),
13401 (48300,48299,2944,9,0),
13402 /*Mind Blast*/
13403 (8092,0,8092,1,0),
13404 (8102,8092,8092,2,0),
13405 (8103,8102,8092,3,0),
13406 (8104,8103,8092,4,0),
13407 (8105,8104,8092,5,0),
13408 (8106,8105,8092,6,0),
13409 (10945,8106,8092,7,0),
13410 (10946,10945,8092,8,0),
13411 (10947,10946,8092,9,0),
13412 (25372,10947,8092,10,0),
13413 (25375,25372,8092,11,0),
13414 (48126,25375,8092,12,0),
13415 (48127,48126,8092,13,0),
13416 /*MindFlay*/
13417 (15407,0,15407,1,0),
13418 (17311,15407,15407,2,0),
13419 (17312,17311,15407,3,0),
13420 (17313,17312,15407,4,0),
13421 (17314,17313,15407,5,0),
13422 (18807,17314,15407,6,0),
13423 (25387,18807,15407,7,0),
13424 (48155,25387,15407,8,0),
13425 (48156,48155,15407,9,0),
13426 /*MindSear*/
13427 (48045,0,48045,1,0),
13428 (53023,48045,48045,2,0),
13429 /*MindVision*/
13430 (2096,0,2096,1,0),
13431 (10909,2096,2096,2,0),
13432 /*Prayer of Shadow Protection*/
13433 (27683,0,27683,1,0),
13434 (39374,27683,27683,2,0),
13435 (48170,39374,27683,3,0),
13436 /*PsychicScream*/
13437 (8122,0,8122,1,0),
13438 (8124,8122,8122,2,0),
13439 (10888,8124,8122,3,0),
13440 (10890,10888,8122,4,0),
13441 /*Shadow Protection*/
13442 (976,0,976,1,0),
13443 (10957,976,976,2,0),
13444 (10958,10957,976,3,0),
13445 (25433,10958,976,4,0),
13446 (48169,25433,976,5,0),
13447 /*ShadowWord:Death*/
13448 (32379,0,32379,1,0),
13449 (32996,32379,32379,2,0),
13450 (48157,32996,32379,3,0),
13451 (48158,48157,32379,4,0),
13452 /*ShadowWord:Pain*/
13453 (589,0,589,1,0),
13454 (594,589,589,2,0),
13455 (970,594,589,3,0),
13456 (992,970,589,4,0),
13457 (2767,992,589,5,0),
13458 (10892,2767,589,6,0),
13459 (10893,10892,589,7,0),
13460 (10894,10893,589,8,0),
13461 (25367,10894,589,9,0),
13462 (25368,25367,589,10,0),
13463 (48124,25368,589,11,0),
13464 (48125,48124,589,12,0),
13465 /*Vampiric Touch*/
13466 (34914,0,34914,1,0),
13467 (34916,34914,34914,2,0),
13468 (34917,34916,34914,3,0),
13469 (48159,34917,34914,4,0),
13470 (48160,48159,34914,5,0),
13471 /*------------------
13472 -- (129) First Aid
13473 ------------------*/
13474 /*First Aid*/
13475 (3273,0,3273,1,0),
13476 (3274,3273,3273,2,0),
13477 (7924,3274,3273,3,0),
13478 (10846,7924,3273,4,0),
13479 (27028,10846,3273,5,0),
13480 (45542,27028,3273,6,0),
13481 /*------------------
13482 -- (134) Feral Combat (Druid)
13483 ------------------*/
13484 /*Bash*/
13485 (5211,0,5211,1,0),
13486 (6798,5211,5211,2,0),
13487 (8983,6798,5211,3,0),
13488 /*Bear Form*/
13489 (5487,0,5487,1,0),
13490 (9634,5487,5487,2,0),
13491 /*Claw*/
13492 (1082,0,1082,1,0),
13493 (3029,1082,1082,2,0),
13494 (5201,3029,1082,3,0),
13495 (9849,5201,1082,4,0),
13496 (9850,9849,1082,5,0),
13497 (27000,9850,1082,6,0),
13498 (48569,27000,1082,7,0),
13499 (48570,48569,1082,8,0),
13500 /*Cower*/
13501 (8998,0,8998,1,0),
13502 (9000,8998,8998,2,0),
13503 (9892,9000,8998,3,0),
13504 (31709,9892,8998,4,0),
13505 (27004,31709,8998,5,0),
13506 (48575,27004,8998,6,0),
13507 /*Dash*/
13508 (1850,0,1850,1,0),
13509 (9821,1850,1850,2,0),
13510 (33357,9821,1850,3,0),
13511 /*Demoralizing Roar*/
13512 (99,0,99,1,0),
13513 (1735,99,99,2,0),
13514 (9490,1735,99,3,0),
13515 (9747,9490,99,4,0),
13516 (9898,9747,99,5,0),
13517 (26998,9898,99,6,0),
13518 (48559,26998,99,7,0),
13519 (48560,48559,99,8,0),
13520 /*Faerie Fire (Feral)*/
13521 (16857,0,16857,1,0),
13522 (17390,16857,16857,2,0),
13523 (17391,17390,16857,3,0),
13524 (17392,17391,16857,4,0),
13525 (27011,17392,16857,5,0),
13526 (48475,27011,16857,6,0),
13527 /*Ferocious Bite*/
13528 (22568,0,22568,1,0),
13529 (22827,22568,22568,2,0),
13530 (22828,22827,22568,3,0),
13531 (22829,22828,22568,4,0),
13532 (31018,22829,22568,5,0),
13533 (24248,31018,22568,6,0),
13534 (48576,24248,22568,7,0),
13535 (48577,48576,22568,8,0),
13536 /*Flight Form*/
13537 (33943,0,33943,1,0),
13538 (40120,33943,33943,2,0),
13539 /*Lacerate*/
13540 (33745,0,33745,1,0),
13541 (48567,33745,33745,2,0),
13542 (48568,48567,33745,3,0),
13543 /*Maim*/
13544 (22570,0,22570,1,0),
13545 (49802,22570,22570,2,0),
13546 /*Mangle-Bear*/
13547 (33878,0,33878,1,0),
13548 (33986,33878,33878,2,0),
13549 (33987,33986,33878,3,0),
13550 (48563,33987,33878,4,0),
13551 (48564,48563,33878,5,0),
13552 /*Mangle-Cat*/
13553 (33876,0,33876,1,0),
13554 (33982,33876,33876,2,0),
13555 (33983,33982,33876,3,0),
13556 (48565,33983,33876,4,0),
13557 (48566,48565,33876,5,0),
13558 /*Maul*/
13559 (6807,0,6807,1,0),
13560 (6808,6807,6807,2,0),
13561 (6809,6808,6807,3,0),
13562 (8972,6809,6807,4,0),
13563 (9745,8972,6807,5,0),
13564 (9880,9745,6807,6,0),
13565 (9881,9880,6807,7,0),
13566 (26996,9881,6807,8,0),
13567 (48479,26996,6807,9,0),
13568 (48480,48479,6807,10,0),
13569 /*Pounce*/
13570 (9005,0,9005,1,0),
13571 (9823,9005,9005,2,0),
13572 (9827,9823,9005,3,0),
13573 (27006,9827,9005,4,0),
13574 (49803,27006,9005,5,0),
13575 /*Prowl*/
13576 (5215,0,5215,1,0),
13577 (6783,5215,5215,2,0),
13578 (9913,6783,5215,3,0),
13579 /*Rake*/
13580 (1822,0,1822,1,0),
13581 (1823,1822,1822,2,0),
13582 (1824,1823,1822,3,0),
13583 (9904,1824,1822,4,0),
13584 (27003,9904,1822,5,0),
13585 (48573,27003,1822,6,0),
13586 (48574,48573,1822,7,0),
13587 /*Ravage*/
13588 (6785,0,6785,1,0),
13589 (6787,6785,6785,2,0),
13590 (9866,6787,6785,3,0),
13591 (9867,9866,6785,4,0),
13592 (27005,9867,6785,5,0),
13593 (48578,27005,6785,6,0),
13594 (48579,48578,6785,7,0),
13595 /*Rip*/
13596 (1079,0,1079,1,0),
13597 (9492,1079,1079,2,0),
13598 (9493,9492,1079,3,0),
13599 (9752,9493,1079,4,0),
13600 (9894,9752,1079,5,0),
13601 (9896,9894,1079,6,0),
13602 (27008,9896,1079,7,0),
13603 (49799,27008,1079,8,0),
13604 (49800,49799,1079,9,0),
13605 /*Shred*/
13606 (5221,0,5221,1,0),
13607 (6800,5221,5221,2,0),
13608 (8992,6800,5221,3,0),
13609 (9829,8992,5221,4,0),
13610 (9830,9829,5221,5,0),
13611 (27001,9830,5221,6,0),
13612 (27002,27001,5221,7,0),
13613 (48571,27002,5221,8,0),
13614 (48572,48571,5221,9,0),
13615 /*Swipe*/
13616 (779,0,779,1,0),
13617 (780,779,779,2,0),
13618 (769,780,779,3,0),
13619 (9754,769,779,4,0),
13620 (9908,9754,779,5,0),
13621 (26997,9908,779,6,0),
13622 (48561,26997,779,7,0),
13623 (48562,48561,779,8,0),
13624 /*Tiger's Fury*/
13625 (5217,0,5217,1,0),
13626 (6793,5217,5217,2,0),
13627 (9845,6793,5217,3,0),
13628 (9846,9845,5217,4,0),
13629 (50212,9846,5217,5,0),
13630 (50213,50212,5217,6,0),
13631 /*------------------
13632 --(163)Marksmanship
13633 ------------------*/
13634 /*AimedShot*/
13635 (19434,0,19434,1,0),
13636 (20900,19434,19434,2,0),
13637 (20901,20900,19434,3,0),
13638 (20902,20901,19434,4,0),
13639 (20903,20902,19434,5,0),
13640 (20904,20903,19434,6,0),
13641 (27065,20904,19434,7,0),
13642 (49049,27065,19434,8,0),
13643 (49050,49049,19434,9,0),
13644 /*ArcaneShot*/
13645 (3044,0,3044,1,0),
13646 (14281,3044,3044,2,0),
13647 (14282,14281,3044,3,0),
13648 (14283,14282,3044,4,0),
13649 (14284,14283,3044,5,0),
13650 (14285,14284,3044,6,0),
13651 (14286,14285,3044,7,0),
13652 (14287,14286,3044,8,0),
13653 (27019,14287,3044,9,0),
13654 (49044,27019,3044,10,0),
13655 (49045,49044,3044,11,0),
13656 /*Hunter'sMark*/
13657 (1130,0,1130,1,0),
13658 (14323,1130,1130,2,0),
13659 (14324,14323,1130,3,0),
13660 (14325,14324,1130,4,0),
13661 (53338,14325,1130,5,0),
13662 /*KillShot*/
13663 (53351,0,53351,1,0),
13664 (61005,53351,53351,2,0),
13665 (61006,61005,53351,3,0),
13666 /*Multi-Shot*/
13667 (2643,0,2643,1,0),
13668 (14288,2643,2643,2,0),
13669 (14289,14288,2643,3,0),
13670 (14290,14289,2643,4,0),
13671 (25294,14290,2643,5,0),
13672 (27021,25294,2643,6,0),
13673 (49047,27021,2643,7,0),
13674 (49048,49047,2643,8,0),
13675 /*SerpentSting*/
13676 (1978,0,1978,1,0),
13677 (13549,1978,1978,2,0),
13678 (13550,13549,1978,3,0),
13679 (13551,13550,1978,4,0),
13680 (13552,13551,1978,5,0),
13681 (13553,13552,1978,6,0),
13682 (13554,13553,1978,7,0),
13683 (13555,13554,1978,8,0),
13684 (25295,13555,1978,9,0),
13685 (27016,25295,1978,10,0),
13686 (49000,27016,1978,11,0),
13687 (49001,49000,1978,12,0),
13688 /*SteadyShot*/
13689 (56641,0,56641,1,0),
13690 (34120,56641,56641,2,0),
13691 (49051,34120,56641,3,0),
13692 (49052,49051,56641,4,0),
13693 /*ViperSting*/
13694 (3034,0,3034,1,0),
13695 (14279,3034,3034,2,0),
13696 (14280,14279,3034,3,0),
13697 (27018,14280,3034,4,0),
13698 (49008,27018,3034,5,0),
13699 /*Volley*/
13700 (1510,0,1510,1,0),
13701 (14294,1510,1510,2,0),
13702 (14295,14294,1510,3,0),
13703 (27022,14295,1510,4,0),
13704 (58431,27022,1510,5,0),
13705 (58434,58431,1510,6,0),
13706 /*------------------
13707 -- (164) Blacksmithing
13708 ------------------*/
13709 /*Blacksmithing*/
13710 (2018,0,2018,1,0),
13711 (3100,2018,2018,2,0),
13712 (3538,3100,2018,3,0),
13713 (9785,3538,2018,4,0),
13714 (9787,9785,2018,5,0),
13715 (9788,9785,2018,5,0),
13716 (29844,9785,2018,5,0),
13717 (17039,9787,2018,6,0),
13718 (17040,9787,2018,6,0),
13719 (17041,9787,2018,6,0),
13720 (51300,29844,2018,6,0),
13721 /*------------------
13722 -- (165) Leatherworking
13723 ------------------*/
13724 /*Leatherworking*/
13725 (2108,0,2108,1,0),
13726 (3104,2108,2108,2,0),
13727 (3811,3104,2108,3,0),
13728 (10662,3811,2108,4,0),
13729 (10656,10662,2108,5,0),
13730 (10658,10662,2108,5,0),
13731 (10660,10662,2108,5,0),
13732 (32549,10662,2108,5,0),
13733 (51302,32549,2108,6,0),
13734 /*------------------
13735 -- (171) Alchemy
13736 ------------------*/
13737 /* Alchemy */
13738 (2259,0,2259,1,0),
13739 (3101,2259,2259,2,0),
13740 (3464,3101,2259,3,0),
13741 (11611,3464,2259,4,0),
13742 (28596,11611,2259,5,0),
13743 (28672,11611,2259,5,0),
13744 (28675,11611,2259,5,0),
13745 (28677,11611,2259,5,0),
13746 (51304,28596,2259,6,0),
13747 /*------------------
13748 -- (182) Herbalizm
13749 ------------------*/
13750 /*Herb Gathering*/
13751 (2366,0,2366,1,0),
13752 (2368,2366,2366,2,0),
13753 (3570,2368,2366,3,0),
13754 (11993,3570,2366,4,0),
13755 (28695,11993,2366,5,0),
13756 (50300,28695,2366,6,0),
13757 /*Lifeblood*/
13758 (55428,0,55428,1,0),
13759 (55480,55428,55428,2,0),
13760 (55500,55480,55428,3,0),
13761 (55501,55500,55428,4,0),
13762 (55502,55501,55428,5,0),
13763 (55503,55502,55428,6,0),
13764 /*------------------
13765 -- (184) Retribution (Paladin)
13766 ------------------*/
13767 /*Blessingof Might*/
13768 (19740,0,19740,1,0),
13769 (19834,19740,19740,2,0),
13770 (19835,19834,19740,3,0),
13771 (19836,19835,19740,4,0),
13772 (19837,19836,19740,5,0),
13773 (19838,19837,19740,6,0),
13774 (25291,19838,19740,7,0),
13775 (27140,25291,19740,8,0),
13776 (48931,27140,19740,9,0),
13777 (48932,48931,19740,10,0),
13778 /*Greater Blessing of Might*/
13779 (25782,0,25782,1,19838),
13780 (25916,25782,25782,2,25291),
13781 (27141,25916,25782,3,27140),
13782 (48933,27141,25782,4,48931),
13783 (48934,48933,25782,5,48932),
13784 /*Hammer of Wrath*/
13785 (24275,0,24275,1,0),
13786 (24274,24275,24275,2,0),
13787 (24239,24274,24275,3,0),
13788 (27180,24239,24275,4,0),
13789 (48805,27180,24275,5,0),
13790 (48806,48805,24275,6,0),
13791 /*Retribution Aura*/
13792 (7294,0,7294,1,0),
13793 (10298,7294,7294,2,0),
13794 (10299,10298,7294,3,0),
13795 (10300,10299,7294,4,0),
13796 (10301,10300,7294,5,0),
13797 (27150,10301,7294,6,0),
13798 (54043,27150,7294,7,0),
13799 /*------------------
13800 -- (185) Cooking
13801 ------------------*/
13802 /*Cooking*/
13803 (2550,0,2550,1,0),
13804 (3102,2550,2550,2,0),
13805 (3413,3102,2550,3,0),
13806 (18260,3413,2550,4,0),
13807 (33359,18260,2550,5,0),
13808 (51296,33359,2550,6,0),
13809 /*------------------
13810 -- (186) Mining
13811 ------------------*/
13812 /*Mining*/
13813 (2575,0,2575,1,0),
13814 (2576,2575,2575,2,0),
13815 (3564,2576,2575,3,0),
13816 (10248,3564,2575,4,0),
13817 (29354,10248,2575,5,0),
13818 (50310,29354,2575,6,0),
13819 /*Toughness*/
13820 (53120,0,53120,1,0),
13821 (53121,53120,53120,2,0),
13822 (53122,53121,53120,3,0),
13823 (53123,53122,53120,4,0),
13824 (53124,53123,53120,5,0),
13825 (53040,53124,53120,6,0),
13826 /*------------------
13827 -- (188) Pet - Imp
13828 ------------------*/
13829 /*Blood Pact*/
13830 (6307,0,6307,1,0),
13831 (7804,6307,6307,2,0),
13832 (7805,7804,6307,3,0),
13833 (11766,7805,6307,4,0),
13834 (11767,11766,6307,5,0),
13835 (27268,11767,6307,6,0),
13836 (47982,27268,6307,7,0),
13837 /*FireShield*/
13838 (2947,0,2947,1,0),
13839 (8316,2947,2947,2,0),
13840 (8317,8316,2947,3,0),
13841 (11770,8317,2947,4,0),
13842 (11771,11770,2947,5,0),
13843 (27269,11771,2947,6,0),
13844 (47983,27269,2947,7,0),
13845 /*Firebolt*/
13846 (3110,0,3110,1,0),
13847 (7799,3110,3110,2,0),
13848 (7800,7799,3110,3,0),
13849 (7801,7800,3110,4,0),
13850 (7802,7801,3110,5,0),
13851 (11762,7802,3110,6,0),
13852 (11763,11762,3110,7,0),
13853 (27267,11763,3110,8,0),
13854 (47964,27267,3110,9,0),
13855 /*------------------
13856 --(189)Pet-Felhunter
13857 ------------------*/
13858 /*DevourMagic*/
13859 (19505,0,19505,1,0),
13860 (19731,19505,19505,2,0),
13861 (19734,19731,19505,3,0),
13862 (19736,19734,19505,4,0),
13863 (27276,19736,19505,5,0),
13864 (27277,27276,19505,6,0),
13865 (48011,27277,19505,7,0),
13866 /*ShadowBite*/
13867 (54049,0,54049,1,0),
13868 (54050,54049,54049,2,0),
13869 (54051,54050,54049,3,0),
13870 (54052,54051,54049,4,0),
13871 (54053,54052,54049,5,0),
13872 /*SpellLock*/
13873 (19244,0,19244,1,0),
13874 (19647,19244,19244,2,0),
13875 /*------------------
13876 -- (197) Tailoring
13877 ------------------*/
13878 /*Tailoring*/
13879 (3908,0,3908,1,0),
13880 (3909,3908,3908,2,0),
13881 (3910,3909,3908,3,0),
13882 (12180,3910,3908,4,0),
13883 (26790,12180,3908,5,0),
13884 (26797,12180,3908,5,0),
13885 (26798,12180,3908,5,0),
13886 (26801,12180,3908,5,0),
13887 (51309,26790,3908,6,0);
13888 /*------------------
13889 --(203)Pet-Spider
13890 --(208)Pet-Wolf
13891 --(212)Pet-Crocolisk
13892 --(251)Pet-Turtle
13893 --(653)Pet-Bat
13894 --(766)Pet-WarpStalker
13895 --(767)Pet-Ravager
13896 ------------------*/
13897 /*Bite*/
13898 (17253,0,17253,1,0),
13899 (17255,17253,17253,2,0),
13900 (17256,17255,17253,3,0),
13901 (17257,17256,17253,4,0),
13902 (17258,17257,17253,5,0),
13903 (17259,17258,17253,6,0),
13904 (17260,17259,17253,7,0),
13905 (17261,17260,17253,8,0),
13906 (27050,17261,17253,9,0),
13907 (52473,27050,17253,10,0),
13908 (52474,52473,17253,11,0),
13909 /*------------------
13910 -- (202) Engineering
13911 ------------------*/
13912 /*Engineering*/
13913 (4036,0,4036,1,0),
13914 (4037,4036,4036,2,0),
13915 (4038,4037,4036,3,0),
13916 (12656,4038,4036,4,0),
13917 (20219,12656,4036,5,0),
13918 (20222,12656,4036,5,0),
13919 (30350,12656,4036,5,0),
13920 (51306,30350,4036,6,0),
13921 /*------------------
13922 -- (204) Pet - Voidwalker
13923 ------------------*/
13924 /*Consume Shadows*/
13925 (17767,0,17767,1,0),
13926 (17850,17767,17767,2,0),
13927 (17851,17850,17767,3,0),
13928 (17852,17851,17767,4,0),
13929 (17853,17852,17767,5,0),
13930 (17854,17853,17767,6,0),
13931 (27272,17854,17767,7,0),
13932 (47987,27272,17767,8,0),
13933 (47988,47987,17767,9,0),
13934 /*Sacrifice*/
13935 (7812,0,7812,1,0),
13936 (19438,7812,7812,2,0),
13937 (19440,19438,7812,3,0),
13938 (19441,19440,7812,4,0),
13939 (19442,19441,7812,5,0),
13940 (19443,19442,7812,6,0),
13941 (27273,19443,7812,7,0),
13942 (47985,27273,7812,8,0),
13943 (47986,47985,7812,9,0),
13944 /*Suffering*/
13945 (17735,0,17735,1,0),
13946 (17750,17735,17735,2,0),
13947 (17751,17750,17735,3,0),
13948 (17752,17751,17735,4,0),
13949 (27271,17752,17735,5,0),
13950 (33701,27271,17735,6,0),
13951 (47989,33701,17735,7,0),
13952 (47990,47989,17735,8,0),
13953 /*Torment*/
13954 (3716,0,3716,1,0),
13955 (7809,3716,3716,2,0),
13956 (7810,7809,3716,3,0),
13957 (7811,7810,3716,4,0),
13958 (11774,7811,3716,5,0),
13959 (11775,11774,3716,6,0),
13960 (27270,11775,3716,7,0),
13961 (47984,27270,3716,8,0),
13962 /*------------------
13963 --(205)Pet-Succubus
13964 ------------------*/
13965 /*LashofPain*/
13966 (7814,0,7814,1,0),
13967 (7815,7814,7814,2,0),
13968 (7816,7815,7814,3,0),
13969 (11778,7816,7814,4,0),
13970 (11779,11778,7814,5,0),
13971 (11780,11779,7814,6,0),
13972 (27274,11780,7814,7,0),
13973 (47991,27274,7814,8,0),
13974 (47992,47991,7814,9,0),
13975 /*SoothingKiss*/
13976 (6360,0,6360,1,0),
13977 (7813,6360,6360,2,0),
13978 (11784,7813,6360,3,0),
13979 (11785,11784,6360,4,0),
13980 (27275,11785,6360,5,0),
13981 /*------------------
13982 -- (209) Pet - Cat
13983 ------------------*/
13984 /*Prowl*/
13985 (24450,0,24450,1,0),
13986 (24452,24450,24450,2,0),
13987 (24453,24452,24450,3,0),
13988 /*Rake*/
13989 (59881,0,59881,1,0),
13990 (59882,59881,59881,2,0),
13991 (59883,59882,59881,3,0),
13992 (59884,59883,59881,4,0),
13993 (59885,59884,59881,5,0),
13994 (59886,59885,59881,6,0),
13995 /*------------------
13996 --(210)Pet-Bear
13997 ------------------*/
13998 /*Swipe*/
13999 (50256,0,50256,1,0),
14000 (53526,50256,50256,2,0),
14001 (53528,53526,50256,3,0),
14002 (53529,53528,50256,4,0),
14003 (53532,53529,50256,5,0),
14004 (53533,53532,50256,6,0),
14005 /*------------------
14006 --(211)Pet-Boar
14007 ------------------*/
14008 /*Gore*/
14009 (35290,0,35290,1,0),
14010 (35291,35290,35290,2,0),
14011 (35292,35291,35290,3,0),
14012 (35293,35292,35290,4,0),
14013 (35294,35293,35290,5,0),
14014 (35295,35294,35290,6,0),
14015 /*------------------
14016 --(213)Pet-CarrionBird
14017 ------------------*/
14018 /*DemoralizingScreech*/
14019 (24423,0,24423,1,0),
14020 (24577,24423,24423,2,0),
14021 (24578,24577,24423,3,0),
14022 (24579,24578,24423,4,0),
14023 (27051,24579,24423,5,0),
14024 (55487,27051,24423,6,0),
14025 /*------------------
14026 --(215)Pet-Gorilla
14027 --(786)Pet-ExoticRhino
14028 --(775)Pet-Moth
14029 ------------------*/
14030 /*Smack*/
14031 (49966,0,49966,1,0),
14032 (49967,49966,49966,2,0),
14033 (49968,49967,49966,3,0),
14034 (49969,49968,49966,4,0),
14035 (49970,49969,49966,5,0),
14036 (49971,49970,49966,6,0),
14037 (49972,49971,49966,7,0),
14038 (49973,49972,49966,8,0),
14039 (49974,49973,49966,9,0),
14040 (52475,49974,49966,10,0),
14041 (52476,52475,49966,11,0),
14042 /*Thunderstomp*/
14043 (26090,0,26090,1,0),
14044 (26187,26090,26090,2,0),
14045 (26188,26187,26090,3,0),
14046 (27063,26188,26090,4,0),
14047 (55572,27063,26090,5,0),
14048 (55573,55572,26090,6,0),
14049 /*------------------
14050 --(217)Pet-Raptor
14051 ------------------*/
14052 /*SavageRend*/
14053 (50498,0,50498,1,0),
14054 (53578,50498,50498,2,0),
14055 (53579,53578,50498,3,0),
14056 (53580,53579,50498,4,0),
14057 (53581,53580,50498,5,0),
14058 (53582,53581,50498,6,0),
14059 /*------------------
14060 --(214)Pet-Crab
14061 --(218)Pet-Tallstrider
14062 --(783)Pet-ExoticSilithid
14063 ------------------*/
14064 /*Claw*/
14065 (16827,0,16827,1,0),
14066 (16828,16827,16827,2,0),
14067 (16829,16828,16827,3,0),
14068 (16830,16829,16827,4,0),
14069 (16831,16830,16827,5,0),
14070 (16832,16831,16827,6,0),
14071 (3010,16832,16827,7,0),
14072 (3009,3010,16827,8,0),
14073 (27049,3009,16827,9,0),
14074 (52471,27049,16827,10,0),
14075 (52472,52471,16827,11,0),
14076 /*------------------
14077 --(236)Pet-Scorpid
14078 ------------------*/
14079 /*ScorpidPoison*/
14080 (24640,0,24640,1,0),
14081 (24583,24640,24640,2,0),
14082 (24586,24583,24640,3,0),
14083 (24587,24586,24640,4,0),
14084 (27060,24587,24640,5,0),
14085 (55728,27060,24640,6,0),
14086 /*------------------
14087 --(237)Arcane
14088 ------------------*/
14089 /*AmplifyMagic*/
14090 (1008,0,1008,1,0),
14091 (8455,1008,1008,2,0),
14092 (10169,8455,1008,3,0),
14093 (10170,10169,1008,4,0),
14094 (27130,10170,1008,5,0),
14095 (33946,27130,1008,6,0),
14096 (43017,33946,1008,7,0),
14097 /*ArcaneBarrage*/
14098 (44425,0,44425,1,0),
14099 (44780,44425,44425,2,0),
14100 (44781,44780,44425,3,0),
14101 /*ArcaneBlast*/
14102 (30451,0,30451,1,0),
14103 (42894,30451,30451,2,0),
14104 (42896,42894,30451,3,0),
14105 (42897,42896,30451,4,0),
14106 /*ArcaneBrilliance*/
14107 (23028,0,23028,1,0),
14108 (27127,23028,23028,2,0),
14109 (43002,27127,23028,3,0),
14110 /*ArcaneExplosion*/
14111 (1449,0,1449,1,0),
14112 (8437,1449,1449,2,0),
14113 (8438,8437,1449,3,0),
14114 (8439,8438,1449,4,0),
14115 (10201,8439,1449,5,0),
14116 (10202,10201,1449,6,0),
14117 (27080,10202,1449,7,0),
14118 (27082,27080,1449,8,0),
14119 (42920,27082,1449,9,0),
14120 (42921,42920,1449,10,0),
14121 /*ArcaneIntellect*/
14122 (1459,0,1459,1,0),
14123 (1460,1459,1459,2,0),
14124 (1461,1460,1459,3,0),
14125 (10156,1461,1459,4,0),
14126 (10157,10156,1459,5,0),
14127 (27126,10157,1459,6,0),
14128 (42995,27126,1459,7,0),
14129 /*ArcaneMissiles*/
14130 (5143,0,5143,1,0),
14131 (5144,5143,5143,2,0),
14132 (5145,5144,5143,3,0),
14133 (8416,5145,5143,4,0),
14134 (8417,8416,5143,5,0),
14135 (10211,8417,5143,6,0),
14136 (10212,10211,5143,7,0),
14137 (25345,10212,5143,8,0),
14138 (27075,25345,5143,9,0),
14139 (38699,27075,5143,10,0),
14140 (38704,38699,5143,11,0),
14141 (42843,38704,5143,12,0),
14142 (42846,42843,5143,13,0),
14143 /*ConjureFood*/
14144 (587,0,587,1,0),
14145 (597,587,587,2,0),
14146 (990,597,587,3,0),
14147 (6129,990,587,4,0),
14148 (10144,6129,587,5,0),
14149 (10145,10144,587,6,0),
14150 (28612,10145,587,7,0),
14151 (33717,28612,587,8,0),
14152 /*ConjureManaGem*/
14153 (759,0,759,1,0),
14154 (3552,759,759,2,0),
14155 (10053,3552,759,3,0),
14156 (10054,10053,759,4,0),
14157 (27101,10054,759,5,0),
14158 (42985,27101,759,6,0),
14159 /*ConjureRefreshment*/
14160 (42955,0,42955,1,0),
14161 (42956,42955,42955,2,0),
14162 /*ConjureWater*/
14163 (5504,0,5504,1,0),
14164 (5505,5504,5504,2,0),
14165 (5506,5505,5504,3,0),
14166 (6127,5506,5504,4,0),
14167 (10138,6127,5504,5,0),
14168 (10139,10138,5504,6,0),
14169 (10140,10139,5504,7,0),
14170 (37420,10140,5504,8,0),
14171 (27090,37420,5504,9,0),
14172 /*DampenMagic*/
14173 (604,0,604,1,0),
14174 (8450,604,604,2,0),
14175 (8451,8450,604,3,0),
14176 (10173,8451,604,4,0),
14177 (10174,10173,604,5,0),
14178 (33944,10174,604,6,0),
14179 (43015,33944,604,7,0),
14180 /*MageArmor*/
14181 (6117,0,6117,1,0),
14182 (22782,6117,6117,2,0),
14183 (22783,22782,6117,3,0),
14184 (27125,22783,6117,4,0),
14185 (43023,27125,6117,5,0),
14186 (43024,43023,6117,6,0),
14187 /*ManaShield*/
14188 (1463,0,1463,1,0),
14189 (8494,1463,1463,2,0),
14190 (8495,8494,1463,3,0),
14191 (10191,8495,1463,4,0),
14192 (10192,10191,1463,5,0),
14193 (10193,10192,1463,6,0),
14194 (27131,10193,1463,7,0),
14195 (43019,27131,1463,8,0),
14196 (43020,43019,1463,9,0),
14197 /*Polymorph*/
14198 (118,0,118,1,0),
14199 (12824,118,118,2,0),
14200 (12825,12824,118,3,0),
14201 (12826,12825,118,4,0),
14202 /*RitualofRefreshment*/
14203 (43987,0,43987,1,0),
14204 (58659,43987,43987,2,0),
14205 /*------------------
14206 --(253)Assassination
14207 ------------------*/
14208 /*Ambush*/
14209 (8676,0,8676,1,0),
14210 (8724,8676,8676,2,0),
14211 (8725,8724,8676,3,0),
14212 (11267,8725,8676,4,0),
14213 (11268,11267,8676,5,0),
14214 (11269,11268,8676,6,0),
14215 (27441,11269,8676,7,0),
14216 (48689,27441,8676,8,0),
14217 (48690,48689,8676,9,0),
14218 (48691,48690,8676,10,0),
14219 /*DeadlyThrow*/
14220 (26679,0,26679,1,0),
14221 (48673,26679,26679,2,0),
14222 (48674,48673,26679,3,0),
14223 /*Envenom*/
14224 (32645,0,32645,1,0),
14225 (32684,32645,32645,2,0),
14226 (57992,32684,32645,3,0),
14227 (57993,57992,32645,4,0),
14228 /*Eviscerate*/
14229 (2098,0,2098,1,0),
14230 (6760,2098,2098,2,0),
14231 (6761,6760,2098,3,0),
14232 (6762,6761,2098,4,0),
14233 (8623,6762,2098,5,0),
14234 (8624,8623,2098,6,0),
14235 (11299,8624,2098,7,0),
14236 (11300,11299,2098,8,0),
14237 (31016,11300,2098,9,0),
14238 (26865,31016,2098,10,0),
14239 (48667,26865,2098,11,0),
14240 (48668,48667,2098,12,0),
14241 /*ExposeArmor*/
14242 (8647,0,8647,1,0),
14243 (8649,8647,8647,2,0),
14244 (8650,8649,8647,3,0),
14245 (11197,8650,8647,4,0),
14246 (11198,11197,8647,5,0),
14247 (26866,11198,8647,6,0),
14248 (48669,26866,8647,7,0),
14249 /*Garrote*/
14250 (703,0,703,1,0),
14251 (8631,703,703,2,0),
14252 (8632,8631,703,3,0),
14253 (8633,8632,703,4,0),
14254 (11289,8633,703,5,0),
14255 (11290,11289,703,6,0),
14256 (26839,11290,703,7,0),
14257 (26884,26839,703,8,0),
14258 (48675,26884,703,9,0),
14259 (48676,48675,703,10,0),
14260 /*KidneyShot*/
14261 (408,0,408,1,0),
14262 (8643,408,408,2,0),
14263 /*Mutilate*/
14264 (1329,0,1329,1,0),
14265 (34411,1329,1329,2,0),
14266 (34412,34411,1329,3,0),
14267 (34413,34412,1329,4,0),
14268 (48663,34413,1329,5,0),
14269 (48666,48663,1329,6,0),
14270 /*Rupture*/
14271 (1943,0,1943,1,0),
14272 (8639,1943,1943,2,0),
14273 (8640,8639,1943,3,0),
14274 (11273,8640,1943,4,0),
14275 (11274,11273,1943,5,0),
14276 (11275,11274,1943,6,0),
14277 (26867,11275,1943,7,0),
14278 (48671,26867,1943,8,0),
14279 (48672,48671,1943,9,0),
14280 /*SliceandDice*/
14281 (5171,0,5171,1,0),
14282 (6774,5171,5171,2,0),
14283 /*------------------
14284 --(256)Fury
14285 ------------------*/
14286 /*BattleShout*/
14287 (6673,0,6673,1,0),
14288 (5242,6673,6673,2,0),
14289 (6192,5242,6673,3,0),
14290 (11549,6192,6673,4,0),
14291 (11550,11549,6673,5,0),
14292 (11551,11550,6673,6,0),
14293 (25289,11551,6673,7,0),
14294 (2048,25289,6673,8,0),
14295 (47436,2048,6673,9,0),
14296 /*Cleave*/
14297 (845,0,845,1,0),
14298 (7369,845,845,2,0),
14299 (11608,7369,845,3,0),
14300 (11609,11608,845,4,0),
14301 (20569,11609,845,5,0),
14302 (25231,20569,845,6,0),
14303 (47519,25231,845,7,0),
14304 (47520,47519,845,8,0),
14305 /*CommandingShout*/
14306 (469,0,469,1,0),
14307 (47439,469,469,2,0),
14308 (47440,47439,469,3,0),
14309 /*DemoralizingShout*/
14310 (1160,0,1160,1,0),
14311 (6190,1160,1160,2,0),
14312 (11554,6190,1160,3,0),
14313 (11555,11554,1160,4,0),
14314 (11556,11555,1160,5,0),
14315 (25202,11556,1160,6,0),
14316 (25203,25202,1160,7,0),
14317 (47437,25203,1160,8,0),
14318 /*Execute*/
14319 (5308,0,5308,1,0),
14320 (20658,5308,5308,2,0),
14321 (20660,20658,5308,3,0),
14322 (20661,20660,5308,4,0),
14323 (20662,20661,5308,5,0),
14324 (25234,20662,5308,6,0),
14325 (25236,25234,5308,7,0),
14326 (47470,25236,5308,8,0),
14327 (47471,47470,5308,9,0),
14328 /*Slam*/
14329 (1464,0,1464,1,0),
14330 (8820,1464,1464,2,0),
14331 (11604,8820,1464,3,0),
14332 (11605,11604,1464,4,0),
14333 (25241,11605,1464,5,0),
14334 (25242,25241,1464,6,0),
14335 (47474,25242,1464,7,0),
14336 (47475,47474,1464,8,0),
14337 /*------------------
14338 --(257) Protection (Warrior)
14339 ------------------*/
14340 /*Devastate*/
14341 (20243,0,20243,1,0),
14342 (30016,20243,20243,2,0),
14343 (30022,30016,20243,3,0),
14344 (47497,30022,20243,4,0),
14345 (47498,47497,20243,5,0),
14346 /*Revenge*/
14347 (6572,0,6572,1,0),
14348 (6574,6572,6572,2,0),
14349 (7379,6574,6572,3,0),
14350 (11600,7379,6572,4,0),
14351 (11601,11600,6572,5,0),
14352 (25288,11601,6572,6,0),
14353 (25269,25288,6572,7,0),
14354 (30357,25269,6572,8,0),
14355 (57823,30357,6572,9,0),
14356 /*ShieldSlam*/
14357 (23922,0,23922,1,0),
14358 (23923,23922,23922,2,0),
14359 (23924,23923,23922,3,0),
14360 (23925,23924,23922,4,0),
14361 (25258,23925,23922,5,0),
14362 (30356,25258,23922,6,0),
14363 (47487,30356,23922,7,0),
14364 (47488,47487,23922,8,0),
14365 /*SunderArmor*/
14366 (7386,0,7386,1,0),
14367 (7405,7386,7386,2,0),
14368 (8380,7405,7386,3,0),
14369 (11596,8380,7386,4,0),
14370 (11597,11596,7386,5,0),
14371 (25225,11597,7386,6,0),
14372 (47467,25225,7386,7,0),
14373 /*------------------
14374 -- (267) Protection (Paladin)
14375 ------------------*/
14376 /*Avenger'sShield*/
14377 (31935,0,31935,1,0),
14378 (32699,31935,31935,2,0),
14379 (32700,32699,31935,3,0),
14380 (48826,32700,31935,4,0),
14381 (48827,48826,31935,5,0),
14382 /*Devotion Aura*/
14383 (465,0,465,1,0),
14384 (10290,465,465,2,0),
14385 (643,10290,465,3,0),
14386 (10291,643,465,4,0),
14387 (1032,10291,465,5,0),
14388 (10292,1032,465,6,0),
14389 (10293,10292,465,7,0),
14390 (27149,10293,465,8,0),
14391 (48941,27149,465,9,0),
14392 (48942,48941,465,10,0),
14393 /*Fire Resistance Aura*/
14394 (19891,0,19891,1,0),
14395 (19899,19891,19891,2,0),
14396 (19900,19899,19891,3,0),
14397 (27153,19900,19891,4,0),
14398 (48947,27153,19891,5,0),
14399 /*Frost Resistance Aura*/
14400 (19888,0,19888,1,0),
14401 (19897,19888,19888,2,0),
14402 (19898,19897,19888,3,0),
14403 (27152,19898,19888,4,0),
14404 (48945,27152,19888,5,0),
14405 /*Greater Blessing of Kings*/
14406 (20217,0,20217,1,0),
14407 (25898,20217,20217,2,0),
14408 /*Greater Blessing of Sanctuary*/
14409 (20911,0,20911,1,0),
14410 (25899,20911,20911,2,0),
14411 /*HammerofJustice*/
14412 (853,0,853,1,0),
14413 (5588,853,853,2,0),
14414 (5589,5588,853,3,0),
14415 (10308,5589,853,4,0),
14416 /*HandofProtection*/
14417 (1022,0,1022,1,0),
14418 (5599,1022,1022,2,0),
14419 (10278,5599,1022,3,0),
14420 /*Holy Shield*/
14421 (20925,0,20925,1,0),
14422 (20927,20925,20925,2,0),
14423 (20928,20927,20925,3,0),
14424 (27179,20928,20925,4,0),
14425 (48951,27179,20925,5,0),
14426 (48952,48951,20925,6,0),
14427 /*Shadow Resistance Aura*/
14428 (19876,0,19876,1,0),
14429 (19895,19876,19876,2,0),
14430 (19896,19895,19876,3,0),
14431 (27151,19896,19876,4,0),
14432 (48943,27151,19876,5,0),
14433 /*Shield of Righteousness*/
14434 (53600,0,53600,1,0),
14435 (61411,53600,53600,2,0),
14436 /*Spiritual Attunement*/
14437 (31785,0,31785,1,0),
14438 (33776,31785,31785,2,0),
14439 /*------------------
14440 --(270)Pet-GenericHunter
14441 ------------------*/
14442 /*Cower*/
14443 (1742,0,1742,1,0),
14444 (1753,1742,1742,2,0),
14445 (1754,1753,1742,3,0),
14446 (1755,1754,1742,4,0),
14447 (1756,1755,1742,5,0),
14448 (16697,1756,1742,6,0),
14449 (27048,16697,1742,7,0),
14450 /*GreatResistance*/
14451 (53427,0,53427,1,0),
14452 (53429,53427,53427,2,0),
14453 (53430,53429,53427,3,0),
14454 /*Growl*/
14455 (2649,0,2649,1,0),
14456 (14916,2649,2649,2,0),
14457 (14917,14916,2649,3,0),
14458 (14918,14917,2649,4,0),
14459 (14919,14918,2649,5,0),
14460 (14920,14919,2649,6,0),
14461 (14921,14920,2649,7,0),
14462 (27047,14921,2649,8,0),
14463 (61676,27047,2649,9,0),
14464 /*------------------
14465 -- (333) Enchanting
14466 ------------------*/
14467 /*Enchanting*/
14468 (7411,0,7411,1,0),
14469 (7412,7411,7411,2,0),
14470 (7413,7412,7411,3,0),
14471 (13920,7413,7411,4,0),
14472 (28029,13920,7411,5,0),
14473 (51313,28029,7411,6,0),
14474 /*------------------
14475 --(354)Demonology
14476 ------------------*/
14477 /*Banish*/
14478 (710,0,710,1,0),
14479 (18647,710,710,2,0),
14480 /*CreateFirestone*/
14481 (6366,0,6366,1,0),
14482 (17951,6366,6366,2,0),
14483 (17952,17951,6366,3,0),
14484 (17953,17952,6366,4,0),
14485 (27250,17953,6366,5,0),
14486 (60219,27250,6366,6,0),
14487 (60220,60219,6366,7,0),
14488 /*CreateHealthstone*/
14489 (6201,0,6201,1,0),
14490 (6202,6201,6201,2,0),
14491 (5699,6202,6201,3,0),
14492 (11729,5699,6201,4,0),
14493 (11730,11729,6201,5,0),
14494 (27230,11730,6201,6,0),
14495 (47871,27230,6201,7,0),
14496 (47878,47871,6201,8,0),
14497 /*CreateSoulstone*/
14498 (693,0,693,1,0),
14499 (20752,693,693,2,0),
14500 (20755,20752,693,3,0),
14501 (20756,20755,693,4,0),
14502 (20757,20756,693,5,0),
14503 (27238,20757,693,6,0),
14504 (47884,27238,693,7,0),
14505 /*CreateSpellstone*/
14506 (2362,0,2362,1,0),
14507 (17727,2362,2362,2,0),
14508 (17728,17727,2362,3,0),
14509 (28172,17728,2362,4,0),
14510 (47886,28172,2362,5,0),
14511 (47888,47886,2362,6,0),
14512 /*DemonArmor*/
14513 (706,0,706,1,0),
14514 (1086,706,706,2,0),
14515 (11733,1086,706,3,0),
14516 (11734,11733,706,4,0),
14517 (11735,11734,706,5,0),
14518 (27260,11735,706,6,0),
14519 (47793,27260,706,7,0),
14520 (47889,47793,706,8,0),
14521 /*DemonSkin*/
14522 (687,0,687,1,0),
14523 (696,687,687,2,0),
14524 /*EnslaveDemon*/
14525 (1098,0,1098,1,0),
14526 (11725,1098,1098,2,0),
14527 (11726,11725,1098,3,0),
14528 (61191,11726,1098,4,0),
14529 /*FelArmor*/
14530 (28176,0,28176,1,0),
14531 (28189,28176,28176,2,0),
14532 (47892,28189,28176,3,0),
14533 (47893,47892,28176,4,0),
14534 /*HealthFunnel*/
14535 (755,0,755,1,0),
14536 (3698,755,755,2,0),
14537 (3699,3698,755,3,0),
14538 (3700,3699,755,4,0),
14539 (11693,3700,755,5,0),
14540 (11694,11693,755,6,0),
14541 (11695,11694,755,7,0),
14542 (27259,11695,755,8,0),
14543 (47856,27259,755,9,0),
14544 /*RitualofSouls*/
14545 (29893,0,29893,1,0),
14546 (58887,29893,29893,2,0),
14547 /*ShadowWard*/
14548 (6229,0,6229,1,0),
14549 (11739,6229,6229,2,0),
14550 (11740,11739,6229,3,0),
14551 (28610,11740,6229,4,0),
14552 (47890,28610,6229,5,0),
14553 (47891,47890,6229,6,0),
14554 /*------------------
14555 --(355)Affliction
14556 ------------------*/
14557 /*Corruption*/
14558 (172,0,172,1,0),
14559 (6222,172,172,2,0),
14560 (6223,6222,172,3,0),
14561 (7648,6223,172,4,0),
14562 (11671,7648,172,5,0),
14563 (11672,11671,172,6,0),
14564 (25311,11672,172,7,0),
14565 (27216,25311,172,8,0),
14566 (47812,27216,172,9,0),
14567 (47813,47812,172,10,0),
14568 /*CurseofAgony*/
14569 (980,0,980,1,0),
14570 (1014,980,980,2,0),
14571 (6217,1014,980,3,0),
14572 (11711,6217,980,4,0),
14573 (11712,11711,980,5,0),
14574 (11713,11712,980,6,0),
14575 (27218,11713,980,7,0),
14576 (47863,27218,980,8,0),
14577 (47864,47863,980,9,0),
14578 /*CurseofDoom*/
14579 (603,0,603,1,0),
14580 (30910,603,603,2,0),
14581 (47867,30910,603,3,0),
14582 /*CurseofRecklessness*/
14583 (704,0,704,1,0),
14584 (7658,704,704,2,0),
14585 (7659,7658,704,3,0),
14586 (11717,7659,704,4,0),
14587 (27226,11717,704,5,0),
14588 (57595,27226,704,6,0),
14589 /*CurseoftheElements*/
14590 (1490,0,1490,1,0),
14591 (11721,1490,1490,2,0),
14592 (11722,11721,1490,3,0),
14593 (27228,11722,1490,4,0),
14594 (47865,27228,1490,5,0),
14595 /*CurseofTongues*/
14596 (1714,0,1714,1,0),
14597 (11719,1714,1714,2,0),
14598 /*CurseofWeakness*/
14599 (702,0,702,1,0),
14600 (1108,702,702,2,0),
14601 (6205,1108,702,3,0),
14602 (7646,6205,702,4,0),
14603 (11707,7646,702,5,0),
14604 (11708,11707,702,6,0),
14605 (27224,11708,702,7,0),
14606 (30909,27224,702,8,0),
14607 (50511,30909,702,9,0),
14608 /*DeathCoil*/
14609 (6789,0,6789,1,0),
14610 (17925,6789,6789,2,0),
14611 (17926,17925,6789,3,0),
14612 (27223,17926,6789,4,0),
14613 (47859,27223,6789,5,0),
14614 (47860,47859,6789,6,0),
14615 /*DrainLife*/
14616 (689,0,689,1,0),
14617 (699,689,689,2,0),
14618 (709,699,689,3,0),
14619 (7651,709,689,4,0),
14620 (11699,7651,689,5,0),
14621 (11700,11699,689,6,0),
14622 (27219,11700,689,7,0),
14623 (27220,27219,689,8,0),
14624 (47857,27220,689,9,0),
14625 /*DrainMana*/
14626 (5138,0,5138,1,0),
14627 (6226,5138,5138,2,0),
14628 (11703,6226,5138,3,0),
14629 (11704,11703,5138,4,0),
14630 (27221,11704,5138,5,0),
14631 (30908,27221,5138,6,0),
14632 (47858,30908,5138,7,0),
14633 /*DrainSoul*/
14634 (1120,0,1120,1,0),
14635 (8288,1120,1120,2,0),
14636 (8289,8288,1120,3,0),
14637 (11675,8289,1120,4,0),
14638 (27217,11675,1120,5,0),
14639 (47855,27217,1120,6,0),
14640 /*Fear*/
14641 (5782,0,5782,1,0),
14642 (6213,5782,5782,2,0),
14643 (6215,6213,5782,3,0),
14644 /*Haunt*/
14645 (48181,0,48181,1,0),
14646 (59161,48181,48181,2,0),
14647 (59163,59161,48181,3,0),
14648 (59164,59163,48181,4,0),
14649 /*HowlofTerror*/
14650 (5484,0,5484,1,0),
14651 (17928,5484,5484,2,0),
14652 /*SeedofCorruption*/
14653 (27243,0,27243,1,0),
14654 (47835,27243,27243,2,0),
14655 (47836,47835,27243,3,0),
14656 /*SiphonLife*/
14657 (18265,0,18265,1,0),
14658 (18879,18265,18265,2,0),
14659 (18880,18879,18265,3,0),
14660 (18881,18880,18265,4,0),
14661 (27264,18881,18265,5,0),
14662 (30911,27264,18265,6,0),
14663 (47861,30911,18265,7,0),
14664 (47862,47861,18265,8,0),
14665 /*UnstableAffliction*/
14666 (30108,0,30108,1,0),
14667 (30404,30108,30108,2,0),
14668 (30405,30404,30108,3,0),
14669 (47841,30405,30108,4,0),
14670 (47843,47841,30108,5,0),
14671 /*------------------
14672 -- (356) Fishing
14673 ------------------*/
14674 /*Fishing*/
14675 (7620,0,7620,1,0),
14676 (7731,7620,7620,2,0),
14677 (7732,7731,7620,3,0),
14678 (18248,7732,7620,4,0),
14679 (33095,18248,7620,5,0),
14680 (51294,33095,7620,6,0),
14681 /*------------------
14682 --(373) Enhancement
14683 ------------------*/
14684 /*Fire Resistance Totem*/
14685 (8184,0,8184,1,0),
14686 (10537,8184,8184,2,0),
14687 (10538,10537,8184,3,0),
14688 (25563,10538,8184,4,0),
14689 (58737,25563,8184,5,0),
14690 (58739,58737,8184,6,0),
14691 /*Flametongue Totem*/
14692 (8227,0,8227,1,0),
14693 (8249,8227,8227,2,0),
14694 (10526,8249,8227,3,0),
14695 (16387,10526,8227,4,0),
14696 (25557,16387,8227,5,0),
14697 (58649,25557,8227,6,0),
14698 (58652,58649,8227,7,0),
14699 (58656,58652,8227,8,0),
14700 /*Flametongue Weapon*/
14701 (8024,0,8024,1,0),
14702 (8027,8024,8024,2,0),
14703 (8030,8027,8024,3,0),
14704 (16339,8030,8024,4,0),
14705 (16341,16339,8024,5,0),
14706 (16342,16341,8024,6,0),
14707 (25489,16342,8024,7,0),
14708 (58785,25489,8024,8,0),
14709 (58789,58785,8024,9,0),
14710 (58790,58789,8024,10,0),
14711 /*Frost Resistance Totem*/
14712 (8181,0,8181,1,0),
14713 (10478,8181,8181,2,0),
14714 (10479,10478,8181,3,0),
14715 (25560,10479,8181,4,0),
14716 (58741,25560,8181,5,0),
14717 (58745,58741,8181,6,0),
14718 /*Frostbrand Weapon*/
14719 (8033,0,8033,1,0),
14720 (8038,8033,8033,2,0),
14721 (10456,8038,8033,3,0),
14722 (16355,10456,8033,4,0),
14723 (16356,16355,8033,5,0),
14724 (25500,16356,8033,6,0),
14725 (58794,25500,8033,7,0),
14726 (58795,58794,8033,8,0),
14727 (58796,58795,8033,9,0),
14728 /*Life Tap*/
14729 (1454,0,1454,1,0),
14730 (1455,1454,1454,2,0),
14731 (1456,1455,1454,3,0),
14732 (11687,1456,1454,4,0),
14733 (11688,11687,1454,5,0),
14734 (11689,11688,1454,6,0),
14735 (27222,11689,1454,7,0),
14736 (57946,27222,1454,8,0),
14737 /*Lightning Shield*/
14738 (324,0,324,1,0),
14739 (325,324,324,2,0),
14740 (905,325,324,3,0),
14741 (945,905,324,4,0),
14742 (8134,945,324,5,0),
14743 (10431,8134,324,6,0),
14744 (10432,10431,324,7,0),
14745 (25469,10432,324,8,0),
14746 (25472,25469,324,9,0),
14747 (49280,25472,324,10,0),
14748 (49281,49280,324,11,0),
14749 /*Nature Resistance Totem*/
14750 (10595,0,10595,1,0),
14751 (10600,10595,10595,2,0),
14752 (10601,10600,10595,3,0),
14753 (25574,10601,10595,4,0),
14754 (58746,25574,10595,5,0),
14755 (58749,58746,10595,6,0),
14756 /*Rockbiter Weapon*/
14757 (8017,0,8017,1,0),
14758 (8018,8017,8017,2,0),
14759 (8019,8018,8017,3,0),
14760 (10399,8019,8017,4,0),
14761 /*Stoneskin Totem*/
14762 (8071,0,8071,1,0),
14763 (8154,8071,8071,2,0),
14764 (8155,8154,8071,3,0),
14765 (10406,8155,8071,4,0),
14766 (10407,10406,8071,5,0),
14767 (10408,10407,8071,6,0),
14768 (25508,10408,8071,7,0),
14769 (25509,25508,8071,8,0),
14770 (58751,25509,8071,9,0),
14771 (58753,58751,8071,10,0),
14772 /*Strength of Earth Totem*/
14773 (8075,0,8075,1,0),
14774 (8160,8075,8075,2,0),
14775 (8161,8160,8075,3,0),
14776 (10442,8161,8075,4,0),
14777 (25361,10442,8075,5,0),
14778 (25528,25361,8075,6,0),
14779 (57622,25528,8075,7,0),
14780 (58643,57622,8075,8,0),
14781 /*WindfuryWeapon*/
14782 (8232,0,8232,1,0),
14783 (8235,8232,8232,2,0),
14784 (10486,8235,8232,3,0),
14785 (16362,10486,8232,4,0),
14786 (25505,16362,8232,5,0),
14787 (58801,25505,8232,6,0),
14788 (58803,58801,8232,7,0),
14789 (58804,58803,8232,8,0),
14790 /*------------------
14791 -- (374) Restoration (Shaman)
14792 ------------------*/
14793 /*AncestralSpirit*/
14794 (2008,0,2008,1,0),
14795 (20609,2008,2008,2,0),
14796 (20610,20609,2008,3,0),
14797 (20776,20610,2008,4,0),
14798 (20777,20776,2008,5,0),
14799 (25590,20777,2008,6,0),
14800 (49277,25590,2008,7,0),
14801 /*ChainHeal*/
14802 (1064,0,1064,1,0),
14803 (10622,1064,1064,2,0),
14804 (10623,10622,1064,3,0),
14805 (25422,10623,1064,4,0),
14806 (25423,25422,1064,5,0),
14807 (55458,25423,1064,6,0),
14808 (55459,55458,1064,7,0),
14809 /*EarthShield*/
14810 (974,0,974,1,0),
14811 (32593,974,974,2,0),
14812 (32594,32593,974,3,0),
14813 (49283,32594,974,4,0),
14814 (49284,49283,974,5,0),
14815 /*EarthlivingWeapon*/
14816 (51730,0,51730,1,0),
14817 (51988,51730,51730,2,0),
14818 (51991,51988,51730,3,0),
14819 (51992,51991,51730,4,0),
14820 (51993,51992,51730,5,0),
14821 (51994,51993,51730,6,0),
14822 /*HealingStreamTotem*/
14823 (5394,0,5394,1,0),
14824 (6375,5394,5394,2,0),
14825 (6377,6375,5394,3,0),
14826 (10462,6377,5394,4,0),
14827 (10463,10462,5394,5,0),
14828 (25567,10463,5394,6,0),
14829 (58755,25567,5394,7,0),
14830 (58756,58755,5394,8,0),
14831 (58757,58756,5394,9,0),
14832 /*HealingWave*/
14833 (331,0,331,1,0),
14834 (332,331,331,2,0),
14835 (547,332,331,3,0),
14836 (913,547,331,4,0),
14837 (939,913,331,5,0),
14838 (959,939,331,6,0),
14839 (8005,959,331,7,0),
14840 (10395,8005,331,8,0),
14841 (10396,10395,331,9,0),
14842 (25357,10396,331,10,0),
14843 (25391,25357,331,11,0),
14844 (25396,25391,331,12,0),
14845 (49272,25396,331,13,0),
14846 (49273,49272,331,14,0),
14847 /*LesserHealingWave*/
14848 (8004,0,8004,1,0),
14849 (8008,8004,8004,2,0),
14850 (8010,8008,8004,3,0),
14851 (10466,8010,8004,4,0),
14852 (10467,10466,8004,5,0),
14853 (10468,10467,8004,6,0),
14854 (25420,10468,8004,7,0),
14855 (49275,25420,8004,8,0),
14856 (49276,49275,8004,9,0),
14857 /*Mana Spring Totem*/
14858 (5675,0,5675,1,0),
14859 (10495,5675,5675,2,0),
14860 (10496,10495,5675,3,0),
14861 (10497,10496,5675,4,0),
14862 (25570,10497,5675,5,0),
14863 (58771,25570,5675,6,0),
14864 (58773,58771,5675,7,0),
14865 (58774,58773,5675,8,0),
14866 /*Riptide*/
14867 (61295,0,61295,1,0),
14868 (61299,61295,61295,2,0),
14869 (61300,61299,61295,3,0),
14870 (61301,61300,61295,4,0),
14871 /*Water Shield*/
14872 (52127,0,52127,1,0),
14873 (52129,52127,52127,2,0),
14874 (52131,52129,52127,3,0),
14875 (52134,52131,52127,4,0),
14876 (52136,52134,52127,5,0),
14877 (52138,52136,52127,6,0),
14878 (24398,52138,52127,7,0),
14879 (33736,24398,52127,8,0),
14880 (57960,33736,52127,9,0),
14881 /*------------------
14882 -- (375) Elemental Combat
14883 ------------------*/
14884 /*Chain Lightning*/
14885 (421,0,421,1,0),
14886 (930,421,421,2,0),
14887 (2860,930,421,3,0),
14888 (10605,2860,421,4,0),
14889 (25439,10605,421,5,0),
14890 (25442,25439,421,6,0),
14891 (49270,25442,421,7,0),
14892 (49271,49270,421,8,0),
14893 /*Earth Shock*/
14894 (8042,0,8042,1,0),
14895 (8044,8042,8042,2,0),
14896 (8045,8044,8042,3,0),
14897 (8046,8045,8042,4,0),
14898 (10412,8046,8042,5,0),
14899 (10413,10412,8042,6,0),
14900 (10414,10413,8042,7,0),
14901 (25454,10414,8042,8,0),
14902 (49230,25454,8042,9,0),
14903 (49231,49230,8042,10,0),
14904 /*Fire Nova Totem*/
14905 (1535,0,1535,1,0),
14906 (8498,1535,1535,2,0),
14907 (8499,8498,1535,3,0),
14908 (11314,8499,1535,4,0),
14909 (11315,11314,1535,5,0),
14910 (25546,11315,1535,6,0),
14911 (25547,25546,1535,7,0),
14912 (61649,25547,1535,8,0),
14913 (61657,61649,1535,9,0),
14914 /*Flame Shock*/
14915 (8050,0,8050,1,0),
14916 (8052,8050,8050,2,0),
14917 (8053,8052,8050,3,0),
14918 (10447,8053,8050,4,0),
14919 (10448,10447,8050,5,0),
14920 (29228,10448,8050,6,0),
14921 (25457,29228,8050,7,0),
14922 (49232,25457,8050,8,0),
14923 (49233,49232,8050,9,0),
14924 /*Frost Shock*/
14925 (8056,0,8056,1,0),
14926 (8058,8056,8056,2,0),
14927 (10472,8058,8056,3,0),
14928 (10473,10472,8056,4,0),
14929 (25464,10473,8056,5,0),
14930 (49235,25464,8056,6,0),
14931 (49236,49235,8056,7,0),
14932 /*Lava Burst*/
14933 (51505,0,51505,1,0),
14934 (60043,51505,51505,2,0),
14935 /*Lightning Bolt*/
14936 (403,0,403,1,0),
14937 (529,403,403,2,0),
14938 (548,529,403,3,0),
14939 (915,548,403,4,0),
14940 (943,915,403,5,0),
14941 (6041,943,403,6,0),
14942 (10391,6041,403,7,0),
14943 (10392,10391,403,8,0),
14944 (15207,10392,403,9,0),
14945 (15208,15207,403,10,0),
14946 (25448,15208,403,11,0),
14947 (25449,25448,403,12,0),
14948 (49237,25449,403,13,0),
14949 (49238,49237,403,14,0),
14950 /*Magma Totem*/
14951 (8190,0,8190,1,0),
14952 (10585,8190,8190,2,0),
14953 (10586,10585,8190,3,0),
14954 (10587,10586,8190,4,0),
14955 (25552,10587,8190,5,0),
14956 (58731,25552,8190,6,0),
14957 (58734,58731,8190,7,0),
14958 /*Purge*/
14959 (370,0,370,1,0),
14960 (8012,370,370,2,0),
14961 /*Searing Totem*/
14962 (3599,0,3599,1,0),
14963 (6363,3599,3599,2,0),
14964 (6364,6363,3599,3,0),
14965 (6365,6364,3599,4,0),
14966 (10437,6365,3599,5,0),
14967 (10438,10437,3599,6,0),
14968 (25533,10438,3599,7,0),
14969 (58699,25533,3599,8,0),
14970 (58703,58699,3599,9,0),
14971 (58704,58703,3599,10,0),
14972 /*Stoneclaw Totem*/
14973 (5730,0,5730,1,0),
14974 (6390,5730,5730,2,0),
14975 (6391,6390,5730,3,0),
14976 (6392,6391,5730,4,0),
14977 (10427,6392,5730,5,0),
14978 (10428,10427,5730,6,0),
14979 (25525,10428,5730,7,0),
14980 (58580,25525,5730,8,0),
14981 (58581,58580,5730,9,0),
14982 (58582,58581,5730,10,0),
14983 /*Totemof Wrath*/
14984 (30706,0,30706,1,0),
14985 (57720,30706,30706,2,0),
14986 (57721,57720,30706,3,0),
14987 (57722,57721,30706,4,0),
14988 /*Thunderstorm*/
14989 (51490,0,51490,1,0),
14990 (59156,51490,51490,2,0),
14991 (59158,59156,51490,3,0),
14992 (59159,59158,51490,4,0),
14993 /*------------------
14994 -- (393) Skinning
14995 ------------------*/
14996 /*Skinning*/
14997 (8613,0,8613,1,0),
14998 (8617,8613,8613,2,0),
14999 (8618,8617,8613,3,0),
15000 (10768,8618,8613,4,0),
15001 (32678,10768,8613,5,0),
15002 (50305,32678,8613,6,0),
15003 /*Master of Anatomy*/
15004 (53125,0,53125,1,0),
15005 (53662,53125,53125,2,0),
15006 (53663,53662,53125,3,0),
15007 (53664,53663,53125,4,0),
15008 (53665,53664,53125,5,0),
15009 (53666,53665,53125,6,0),
15010 /*------------------
15011 --(573)Restoration
15012 ------------------*/
15013 /*GiftoftheWild*/
15014 (21849,0,21849,1,0),
15015 (21850,21849,21849,2,0),
15016 (26991,21850,21849,3,0),
15017 (48470,26991,21849,4,0),
15018 /*HealingTouch*/
15019 (5185,0,5185,1,0),
15020 (5186,5185,5185,2,0),
15021 (5187,5186,5185,3,0),
15022 (5188,5187,5185,4,0),
15023 (5189,5188,5185,5,0),
15024 (6778,5189,5185,6,0),
15025 (8903,6778,5185,7,0),
15026 (9758,8903,5185,8,0),
15027 (9888,9758,5185,9,0),
15028 (9889,9888,5185,10,0),
15029 (25297,9889,5185,11,0),
15030 (26978,25297,5185,12,0),
15031 (26979,26978,5185,13,0),
15032 (48377,26979,5185,14,0),
15033 (48378,48377,5185,15,0),
15034 /*Lifebloom*/
15035 (33763,0,33763,1,0),
15036 (48450,33763,33763,2,0),
15037 (48451,48450,33763,3,0),
15038 /*MarkoftheWild*/
15039 (1126,0,1126,1,0),
15040 (5232,1126,1126,2,0),
15041 (6756,5232,1126,3,0),
15042 (5234,6756,1126,4,0),
15043 (8907,5234,1126,5,0),
15044 (9884,8907,1126,6,0),
15045 (9885,9884,1126,7,0),
15046 (26990,9885,1126,8,0),
15047 (48469,26990,1126,9,0),
15048 /*Nourish*/
15049 (50464,0,50464,1,0),
15050 /*Rebirth*/
15051 (20484,0,20484,1,0),
15052 (20739,20484,20484,2,0),
15053 (20742,20739,20484,3,0),
15054 (20747,20742,20484,4,0),
15055 (20748,20747,20484,5,0),
15056 (26994,20748,20484,6,0),
15057 (48477,26994,20484,7,0),
15058 /*Regrowth*/
15059 (8936,0,8936,1,0),
15060 (8938,8936,8936,2,0),
15061 (8939,8938,8936,3,0),
15062 (8940,8939,8936,4,0),
15063 (8941,8940,8936,5,0),
15064 (9750,8941,8936,6,0),
15065 (9856,9750,8936,7,0),
15066 (9857,9856,8936,8,0),
15067 (9858,9857,8936,9,0),
15068 (26980,9858,8936,10,0),
15069 (48442,26980,8936,11,0),
15070 (48443,48442,8936,12,0),
15071 /*Rejuvenation*/
15072 (774,0,774,1,0),
15073 (1058,774,774,2,0),
15074 (1430,1058,774,3,0),
15075 (2090,1430,774,4,0),
15076 (2091,2090,774,5,0),
15077 (3627,2091,774,6,0),
15078 (8910,3627,774,7,0),
15079 (9839,8910,774,8,0),
15080 (9840,9839,774,9,0),
15081 (9841,9840,774,10,0),
15082 (25299,9841,774,11,0),
15083 (26981,25299,774,12,0),
15084 (26982,26981,774,13,0),
15085 (48440,26982,774,14,0),
15086 (48441,48440,774,15,0),
15087 /*Revive*/
15088 (50769,0,50769,1,0),
15089 (50768,50769,50769,2,0),
15090 (50767,50768,50769,3,0),
15091 (50766,50767,50769,4,0),
15092 (50765,50766,50769,5,0),
15093 (50764,50765,50769,6,0),
15094 (50763,50764,50769,7,0),
15095 /*Tranquility*/
15096 (740,0,740,1,0),
15097 (8918,740,740,2,0),
15098 (9862,8918,740,3,0),
15099 (9863,9862,740,4,0),
15100 (26983,9863,740,5,0),
15101 (48446,26983,740,6,0),
15102 (48447,48446,740,7,0),
15103 /*WildGrowth*/
15104 (48438,0,48438,1,0),
15105 (53248,48438,48438,2,0),
15106 (53249,53248,48438,3,0),
15107 (53251,53249,48438,4,0),
15108 /*------------------
15109 --(574)Balance
15110 ------------------*/
15111 /*EntanglingRoots*/
15112 (339,0,339,1,0),
15113 (1062,339,339,2,0),
15114 (5195,1062,339,3,0),
15115 (5196,5195,339,4,0),
15116 (9852,5196,339,5,0),
15117 (9853,9852,339,6,0),
15118 (26989,9853,339,7,0),
15119 (53308,26989,339,8,0),
15120 /*Nature'sGrasp*/
15121 (16689,0,16689,1,339),
15122 (16810,16689,16689,2,1062),
15123 (16811,16810,16689,3,5195),
15124 (16812,16811,16689,4,5196),
15125 (16813,16812,16689,5,9852),
15126 (17329,16813,16689,6,9853),
15127 (27009,17329,16689,7,26989),
15128 (53312,27009,16689,8,53308),
15129 /*FaerieFire*/
15130 (770,0,770,1,0),
15131 (778,770,770,2,0),
15132 (9749,778,770,3,0),
15133 (9907,9749,770,4,0),
15134 (26993,9907,770,5,0),
15135 (48476,26993,770,6,0),
15136 /*Hibernate*/
15137 (2637,0,2637,1,0),
15138 (18657,2637,2637,2,0),
15139 (18658,18657,2637,3,0),
15140 /*Hurricane*/
15141 (16914,0,16914,1,0),
15142 (17401,16914,16914,2,0),
15143 (17402,17401,16914,3,0),
15144 (27012,17402,16914,4,0),
15145 (48467,27012,16914,5,0),
15146 /*InsectSwarm*/
15147 (5570,0,5570,1,0),
15148 (24974,5570,5570,2,0),
15149 (24975,24974,5570,3,0),
15150 (24976,24975,5570,4,0),
15151 (24977,24976,5570,5,0),
15152 (27013,24977,5570,6,0),
15153 (48468,27013,5570,7,0),
15154 /*Moonfire*/
15155 (8921,0,8921,1,0),
15156 (8924,8921,8921,2,0),
15157 (8925,8924,8921,3,0),
15158 (8926,8925,8921,4,0),
15159 (8927,8926,8921,5,0),
15160 (8928,8927,8921,6,0),
15161 (8929,8928,8921,7,0),
15162 (9833,8929,8921,8,0),
15163 (9834,9833,8921,9,0),
15164 (9835,9834,8921,10,0),
15165 (26987,9835,8921,11,0),
15166 (26988,26987,8921,12,0),
15167 (48462,26988,8921,13,0),
15168 (48463,48462,8921,14,0),
15169 /*SootheAnimal*/
15170 (2908,0,2908,1,0),
15171 (8955,2908,2908,2,0),
15172 (9901,8955,2908,3,0),
15173 (26995,9901,2908,4,0),
15174 /*Starfall*/
15175 (48505,0,48505,1,0),
15176 (53199,48505,48505,2,0),
15177 (53200,53199,48505,3,0),
15178 (53201,53200,48505,4,0),
15179 /*Starfire*/
15180 (2912,0,2912,1,0),
15181 (8949,2912,2912,2,0),
15182 (8950,8949,2912,3,0),
15183 (8951,8950,2912,4,0),
15184 (9875,8951,2912,5,0),
15185 (9876,9875,2912,6,0),
15186 (25298,9876,2912,7,0),
15187 (26986,25298,2912,8,0),
15188 (48464,26986,2912,9,0),
15189 (48465,48464,2912,10,0),
15190 /*Thorns*/
15191 (467,0,467,1,0),
15192 (782,467,467,2,0),
15193 (1075,782,467,3,0),
15194 (8914,1075,467,4,0),
15195 (9756,8914,467,5,0),
15196 (9910,9756,467,6,0),
15197 (26992,9910,467,7,0),
15198 (53307,26992,467,8,0),
15199 /*Typhoon*/
15200 (50516,0,50516,1,0),
15201 (53223,50516,50516,2,0),
15202 (53225,53223,50516,3,0),
15203 (53226,53225,50516,4,0),
15204 (61384,53226,50516,5,0),
15205 /*Wrath*/
15206 (5176,0,5176,1,0),
15207 (5177,5176,5176,2,0),
15208 (5178,5177,5176,3,0),
15209 (5179,5178,5176,4,0),
15210 (5180,5179,5176,5,0),
15211 (6780,5180,5176,6,0),
15212 (8905,6780,5176,7,0),
15213 (9912,8905,5176,8,0),
15214 (26984,9912,5176,9,0),
15215 (26985,26984,5176,10,0),
15216 (48459,26985,5176,11,0),
15217 (48461,48459,5176,12,0),
15218 /*------------------
15219 --(593)Destruction
15220 ------------------*/
15221 /*ChaosBolt*/
15222 (50796,0,50796,1,0),
15223 (59170,50796,50796,2,0),
15224 (59171,59170,50796,3,0),
15225 (59172,59171,50796,4,0),
15226 /*Conflagrate*/
15227 (17962,0,17962,1,0),
15228 (18930,17962,17962,2,0),
15229 (18931,18930,17962,3,0),
15230 (18932,18931,17962,4,0),
15231 (27266,18932,17962,5,0),
15232 (30912,27266,17962,6,0),
15233 (47828,30912,17962,7,0),
15234 (47829,47828,17962,8,0),
15235 /*Hellfire*/
15236 (1949,0,1949,1,0),
15237 (11683,1949,1949,2,0),
15238 (11684,11683,1949,3,0),
15239 (27213,11684,1949,4,0),
15240 (47823,27213,1949,5,0),
15241 /*Immolate*/
15242 (348,0,348,1,0),
15243 (707,348,348,2,0),
15244 (1094,707,348,3,0),
15245 (2941,1094,348,4,0),
15246 (11665,2941,348,5,0),
15247 (11667,11665,348,6,0),
15248 (11668,11667,348,7,0),
15249 (25309,11668,348,8,0),
15250 (27215,25309,348,9,0),
15251 (47810,27215,348,10,0),
15252 (47811,47810,348,11,0),
15253 /*Incinerate*/
15254 (29722,0,29722,1,0),
15255 (32231,29722,29722,2,0),
15256 (47837,32231,29722,3,0),
15257 (47838,47837,29722,4,0),
15258 /*RainofFire*/
15259 (5740,0,5740,1,0),
15260 (6219,5740,5740,2,0),
15261 (11677,6219,5740,3,0),
15262 (11678,11677,5740,4,0),
15263 (27212,11678,5740,5,0),
15264 (47819,27212,5740,6,0),
15265 (47820,47819,5740,7,0),
15266 /*SearingPain*/
15267 (5676,0,5676,1,0),
15268 (17919,5676,5676,2,0),
15269 (17920,17919,5676,3,0),
15270 (17921,17920,5676,4,0),
15271 (17922,17921,5676,5,0),
15272 (17923,17922,5676,6,0),
15273 (27210,17923,5676,7,0),
15274 (30459,27210,5676,8,0),
15275 (47814,30459,5676,9,0),
15276 (47815,47814,5676,10,0),
15277 /*ShadowBolt*/
15278 (686,0,686,1,0),
15279 (695,686,686,2,0),
15280 (705,695,686,3,0),
15281 (1088,705,686,4,0),
15282 (1106,1088,686,5,0),
15283 (7641,1106,686,6,0),
15284 (11659,7641,686,7,0),
15285 (11660,11659,686,8,0),
15286 (11661,11660,686,9,0),
15287 (25307,11661,686,10,0),
15288 (27209,25307,686,11,0),
15289 (47808,27209,686,12,0),
15290 (47809,47808,686,13,0),
15291 /*Shadowburn*/
15292 (17877,0,17877,1,0),
15293 (18867,17877,17877,2,0),
15294 (18868,18867,17877,3,0),
15295 (18869,18868,17877,4,0),
15296 (18870,18869,17877,5,0),
15297 (18871,18870,17877,6,0),
15298 (27263,18871,17877,7,0),
15299 (30546,27263,17877,8,0),
15300 (47826,30546,17877,9,0),
15301 (47827,47826,17877,10,0),
15302 /*Shadowflame*/
15303 (47897,0,47897,1,0),
15304 (61290,47897,47897,2,0),
15305 /*Shadowfury*/
15306 (30283,0,30283,1,0),
15307 (30413,30283,30283,2,0),
15308 (30414,30413,30283,3,0),
15309 (47846,30414,30283,4,0),
15310 (47847,47846,30283,5,0),
15311 /*SoulFire*/
15312 (6353,0,6353,1,0),
15313 (17924,6353,6353,2,0),
15314 (27211,17924,6353,3,0),
15315 (30545,27211,6353,4,0),
15316 (47824,30545,6353,5,0),
15317 (47825,47824,6353,6,0),
15318 /*------------------
15319 --(594) Holy (Paladin)
15320 ------------------*/
15321 /*Blessing of Wisdom*/
15322 (19742,0,19742,1,0),
15323 (19850,19742,19742,2,0),
15324 (19852,19850,19742,3,0),
15325 (19853,19852,19742,4,0),
15326 (19854,19853,19742,5,0),
15327 (25290,19854,19742,6,0),
15328 (27142,25290,19742,7,0),
15329 (48935,27142,19742,8,0),
15330 (48936,48935,19742,9,0),
15331 /*Consecration*/
15332 (26573,0,26573,1,0),
15333 (20116,26573,26573,2,0),
15334 (20922,20116,26573,3,0),
15335 (20923,20922,26573,4,0),
15336 (20924,20923,26573,5,0),
15337 (27173,20924,26573,6,0),
15338 (48818,27173,26573,7,0),
15339 (48819,48818,26573,8,0),
15340 /*Exorcism*/
15341 (879,0,879,1,0),
15342 (5614,879,879,2,0),
15343 (5615,5614,879,3,0),
15344 (10312,5615,879,4,0),
15345 (10313,10312,879,5,0),
15346 (10314,10313,879,6,0),
15347 (27138,10314,879,7,0),
15348 (48800,27138,879,8,0),
15349 (48801,48800,879,9,0),
15350 /*Flash of Light*/
15351 (19750,0,19750,1,0),
15352 (19939,19750,19750,2,0),
15353 (19940,19939,19750,3,0),
15354 (19941,19940,19750,4,0),
15355 (19942,19941,19750,5,0),
15356 (19943,19942,19750,6,0),
15357 (27137,19943,19750,7,0),
15358 (48784,27137,19750,8,0),
15359 (48785,48784,19750,9,0),
15360 /*Greater Blessing of Wisdom*/
15361 (25894,0,25894,1,19854),
15362 (25918,25894,25894,2,25290),
15363 (27143,25918,25894,3,27142),
15364 (48937,27143,25894,4,48935),
15365 (48938,48937,25894,5,48936),
15366 /*Holy Light*/
15367 (635,0,635,1,0),
15368 (639,635,635,2,0),
15369 (647,639,635,3,0),
15370 (1026,647,635,4,0),
15371 (1042,1026,635,5,0),
15372 (3472,1042,635,6,0),
15373 (10328,3472,635,7,0),
15374 (10329,10328,635,8,0),
15375 (25292,10329,635,9,0),
15376 (27135,25292,635,10,0),
15377 (27136,27135,635,11,0),
15378 (48781,27136,635,12,0),
15379 (48782,48781,635,13,0),
15380 /*HolyShock*/
15381 (20473,0,20473,1,0),
15382 (20929,20473,20473,2,0),
15383 (20930,20929,20473,3,0),
15384 (27174,20930,20473,4,0),
15385 (33072,27174,20473,5,0),
15386 (48824,33072,20473,6,0),
15387 (48825,48824,20473,7,0),
15388 /*HolyWrath*/
15389 (2812,0,2812,1,0),
15390 (10318,2812,2812,2,0),
15391 (27139,10318,2812,3,0),
15392 (48816,27139,2812,4,0),
15393 (48817,48816,2812,5,0),
15394 /*Lay on Hands*/
15395 (633,0,633,1,0),
15396 (2800,633,633,2,0),
15397 (10310,2800,633,3,0),
15398 (27154,10310,633,4,0),
15399 (48788,27154,633,5,0),
15400 /*Redemption*/
15401 (7328,0,7328,1,0),
15402 (10322,7328,7328,2,0),
15403 (10324,10322,7328,3,0),
15404 (20772,10324,7328,4,0),
15405 (20773,20772,7328,5,0),
15406 (48949,20773,7328,6,0),
15407 (48950,48949,7328,7,0),
15408 /*------------------
15409 --(613)Discipline
15410 ------------------*/
15411 /*DispelMagic*/
15412 (527,0,527,1,0),
15413 (988,527,527,2,0),
15414 /*DivineSpirit*/
15415 (14752,0,14752,1,0),
15416 (14818,14752,14752,2,0),
15417 (14819,14818,14752,3,0),
15418 (27841,14819,14752,4,0),
15419 (25312,27841,14752,5,0),
15420 (48073,25312,14752,6,0),
15421 /*InnerFire*/
15422 (588,0,588,1,0),
15423 (7128,588,588,2,0),
15424 (602,7128,588,3,0),
15425 (1006,602,588,4,0),
15426 (10951,1006,588,5,0),
15427 (10952,10951,588,6,0),
15428 (25431,10952,588,7,0),
15429 (48040,25431,588,8,0),
15430 (48168,48040,588,9,0),
15431 /*ManaBurn*/
15432 (8129,0,8129,1,0),
15433 (8131,8129,8129,2,0),
15434 (10874,8131,8129,3,0),
15435 (10875,10874,8129,4,0),
15436 (10876,10875,8129,5,0),
15437 (25379,10876,8129,6,0),
15438 (25380,25379,8129,7,0),
15439 (48128,25380,8129,8,0),
15440 /*Penance*/
15441 (47540,0,47540,1,0),
15442 (53005,47540,47540,2,0),
15443 (53006,53005,47540,3,0),
15444 (53007,53006,47540,4,0),
15445 /*PowerWord:Fortitude*/
15446 (1243,0,1243,1,0),
15447 (1244,1243,1243,2,0),
15448 (1245,1244,1243,3,0),
15449 (2791,1245,1243,4,0),
15450 (10937,2791,1243,5,0),
15451 (10938,10937,1243,6,0),
15452 (25389,10938,1243,7,0),
15453 (48161,25389,1243,8,0),
15454 /*PowerWord:Shield*/
15455 (17,0,17,1,0),
15456 (592,17,17,2,0),
15457 (600,592,17,3,0),
15458 (3747,600,17,4,0),
15459 (6065,3747,17,5,0),
15460 (6066,6065,17,6,0),
15461 (10898,6066,17,7,0),
15462 (10899,10898,17,8,0),
15463 (10900,10899,17,9,0),
15464 (10901,10900,17,10,0),
15465 (25217,10901,17,11,0),
15466 (25218,25217,17,12,0),
15467 (48065,25218,17,13,0),
15468 (48066,48065,17,14,0),
15469 /*PrayerofFortitude*/
15470 (21562,0,21562,1,0),
15471 (21564,21562,21562,2,0),
15472 (25392,21564,21562,3,0),
15473 (48162,25392,21562,4,0),
15474 /*Prayer of Spirit*/
15475 (27681,0,27681,1,14752),
15476 (32999,27681,27681,2,0),
15477 (48074,32999,27681,3,0),
15478 /*ShackleUndead*/
15479 (9484,0,9484,1,0),
15480 (9485,9484,9484,2,0),
15481 (10955,9485,9484,3,0),
15482 /*------------------
15483 --(654)Pet-Hyena
15484 ------------------*/
15485 /*TendonRip*/
15486 (50271,0,50271,1,0),
15487 (53571,50271,50271,2,0),
15488 (53572,53571,50271,3,0),
15489 (53573,53572,50271,4,0),
15490 (53574,53573,50271,5,0),
15491 (53575,53574,50271,6,0),
15492 /*------------------
15493 --(655)Pet-BirdofPrey
15494 ------------------*/
15495 /*Snatch*/
15496 (50541,0,50541,1,0),
15497 (53537,50541,50541,2,0),
15498 (53538,53537,50541,3,0),
15499 (53540,53538,50541,4,0),
15500 (53542,53540,50541,5,0),
15501 (53543,53542,50541,6,0),
15502 /*------------------
15503 --(656)Pet-WindSerpent
15504 ------------------*/
15505 /*LightningBreath*/
15506 (24844,0,24844,1,0),
15507 (25008,24844,24844,2,0),
15508 (25009,25008,24844,3,0),
15509 (25010,25009,24844,4,0),
15510 (25011,25010,24844,5,0),
15511 (25012,25011,24844,6,0),
15512 /*------------------
15513 -- (755) Jewelcrafting
15514 ------------------*/
15515 /*Jewelcrafting*/
15516 (25229,0,25229,1,0),
15517 (25230,25229,25229,2,0),
15518 (28894,25230,25229,3,0),
15519 (28895,28894,25229,4,0),
15520 (28897,28895,25229,5,0),
15521 (51311,28897,25229,6,0),
15522 /*------------------
15523 --(761)Pet-Felguard
15524 ------------------*/
15525 /*Anguish*/
15526 (33698,0,33698,1,0),
15527 (33699,33698,33698,2,0),
15528 (33700,33699,33698,3,0),
15529 (47993,33700,33698,4,0),
15530 /*Cleave*/
15531 (30213,0,30213,1,0),
15532 (30219,30213,30213,2,0),
15533 (30223,30219,30213,3,0),
15534 (47994,30223,30213,4,0),
15535 /*Intercept*/
15536 (30151,0,30151,1,0),
15537 (30194,30151,30151,2,0),
15538 (30198,30194,30151,3,0),
15539 (47996,30198,30151,4,0),
15540 /*------------------
15541 -- (762) Riding
15542 ------------------*/
15543 /*Riding*/
15544 (33388,0,33388,1,0),
15545 (33391,33388,33388,2,0),
15546 (34090,33391,33388,3,0),
15547 (34091,34090,33388,4,0),
15548 /*------------------
15549 --(763)Pet-Dragonhawk
15550 ------------------*/
15551 /*FireBreath*/
15552 (34889,0,34889,1,0),
15553 (35323,34889,34889,2,0),
15554 (55482,35323,34889,3,0),
15555 (55483,55482,34889,4,0),
15556 (55484,55483,34889,5,0),
15557 (55485,55484,34889,6,0),
15558 /*------------------
15559 --(764)Pet-NetherRay
15560 --(765)Pet-Sporebat
15561 ------------------*/
15562 /*SporeCloud*/
15563 (50274,0,50274,1,0),
15564 (53593,50274,50274,2,0),
15565 (53594,53593,50274,3,0),
15566 (53596,53594,50274,4,0),
15567 (53597,53596,50274,5,0),
15568 (53598,53597,50274,6,0),
15569 /*------------------
15570 --(768)Pet-Serpent
15571 ------------------*/
15572 /*PoisonSpit*/
15573 (35387,0,35387,1,0),
15574 (35389,35387,35387,2,0),
15575 (35392,35389,35387,3,0),
15576 (55555,35392,35387,4,0),
15577 (55556,55555,35387,5,0),
15578 (55557,55556,35387,6,0),
15579 /*------------------
15580 --(770)Blood
15581 ------------------*/
15582 /*BloodBoil*/
15583 (48721,0,48721,1,0),
15584 (49939,48721,48721,2,0),
15585 (49940,49939,48721,3,0),
15586 (49941,49940,48721,4,0),
15587 /*BloodStrike*/
15588 (45902,0,45902,1,0),
15589 (49926,45902,45902,2,0),
15590 (49927,49926,45902,3,0),
15591 (49928,49927,45902,4,0),
15592 (49929,49928,45902,5,0),
15593 (49930,49929,45902,6,0),
15594 /*HeartStrike*/
15595 (55050,0,55050,1,0),
15596 (55258,55050,55050,2,0),
15597 (55259,55258,55050,3,0),
15598 (55260,55259,55050,4,0),
15599 (55261,55260,55050,5,0),
15600 (55262,55261,55050,6,0),
15601 /*ImprovedRuneTap*/
15602 (48985,0,48985,1,0),
15603 (49488,48985,48985,2,0),
15604 (49489,49488,48985,3,0),
15605 /*Pestilence*/
15606 (50842,0,50842,1,0),
15607 (51426,50842,50842,2,0),
15608 (51427,51426,50842,3,0),
15609 (51428,51427,50842,4,0),
15610 (51429,51428,50842,5,0),
15611 /*Strangulate*/
15612 (47476,0,47476,1,0),
15613 (49913,47476,47476,2,0),
15614 (49914,49913,47476,3,0),
15615 (49915,49914,47476,4,0),
15616 (49916,49915,47476,5,0),
15617 /*Vendetta*/
15618 (49015,0,49015,1,0),
15619 (50154,49015,49015,2,0),
15620 (55136,50154,49015,3,0),
15621 /*------------------
15622 --(771)Frost
15623 ------------------*/
15624 /*FrostStrike*/
15625 (49143,0,49143,1,0),
15626 (51416,49143,49143,2,0),
15627 (51417,51416,49143,3,0),
15628 (51418,51417,49143,4,0),
15629 (51419,51418,49143,5,0),
15630 (55268,51419,49143,6,0),
15631 /*HornofWinter*/
15632 (57330,0,57330,1,0),
15633 (57623,57330,57330,2,0),
15634 /*HowlingBlast*/
15635 (49184,0,49184,1,0),
15636 (51408,49184,49184,2,0),
15637 (51409,51408,49184,3,0),
15638 (51410,51409,49184,4,0),
15639 (51411,51410,49184,5,0),
15640 /*IcyTalons*/
15641 (50880,0,50880,1,0),
15642 (50884,50880,50880,2,0),
15643 (50885,50884,50880,3,0),
15644 (50886,50885,50880,4,0),
15645 (50887,50886,50880,5,0),
15646 /*IcyTouch*/
15647 (45477,0,45477,1,0),
15648 (49896,45477,45477,2,0),
15649 (49903,49896,45477,3,0),
15650 (49904,49903,45477,4,0),
15651 (49909,49904,45477,5,0),
15652 /*ImprovedIcyTouch*/
15653 (49175,0,49175,1,0),
15654 (50031,49175,49175,2,0),
15655 (51456,50031,49175,3,0),
15656 /*Obliterate*/
15657 (49020,0,49020,1,0),
15658 (51423,49020,49020,2,0),
15659 (51424,51423,49020,3,0),
15660 (51425,51424,49020,4,0),
15661 /*------------------
15662 --(772)Unholy
15663 ------------------*/
15664 /*CorpseExplosion*/
15665 (49158,0,49158,1,0),
15666 (51325,49158,49158,2,0),
15667 (51326,51325,49158,3,0),
15668 (51327,51326,49158,4,0),
15669 (51328,51327,49158,5,0),
15670 /*DeathandDecay*/
15671 (43265,0,43265,1,0),
15672 (49936,43265,43265,2,0),
15673 (49937,49936,43265,3,0),
15674 (49938,49937,43265,4,0),
15675 /*DeathCoil*/
15676 (52375,0,52375,1,0),
15677 (49892,52375,52375,2,0),
15678 (49893,49892,52375,3,0),
15679 (49894,49893,52375,4,0),
15680 (49895,49894,52375,5,0),
15681 /*DeathStrike*/
15682 (49998,0,49998,1,0),
15683 (49999,49998,49998,2,0),
15684 (45463,49999,49998,3,0),
15685 (49923,45463,49998,4,0),
15686 (49924,49923,49998,5,0),
15687 /*MagicSuppression*/
15688 (49224,0,49224,1,0),
15689 (49610,49224,49224,2,0),
15690 (49611,49610,49224,3,0),
15691 (49612,49611,49224,4,0),
15692 (49614,49612,49224,5,0),
15693 /*Outbreak*/
15694 (49013,0,49013,1,0),
15695 (55236,49013,49013,2,0),
15696 (55237,55236,49013,3,0),
15697 /*PlagueStrike*/
15698 (45462,0,45462,1,0),
15699 (49917,45462,45462,2,0),
15700 (49918,49917,45462,3,0),
15701 (49919,49918,45462,4,0),
15702 (49920,49919,45462,5,0),
15703 (49921,49920,45462,6,0),
15704 /*ScourgeStrike*/
15705 (55090,0,55090,1,0),
15706 (55265,55090,55090,2,0),
15707 (55270,55265,55090,3,0),
15708 (55271,55270,55090,4,0),
15709 /*UnholyBlight*/
15710 (49194,0,49194,1,0),
15711 (51376,49194,49194,2,0),
15712 (51378,51376,49194,3,0),
15713 (51379,51378,49194,4,0),
15714 /*------------------
15715 -- (773) Inscription
15716 ------------------*/
15717 /*Inscription*/
15718 (45357,0,45357,1,0),
15719 (45358,45357,45357,2,0),
15720 (45359,45358,45357,3,0),
15721 (45360,45359,45357,4,0),
15722 (45361,45360,45357,5,0),
15723 (45363,45361,45357,6,0),
15724 /*------------------
15725 --(780)Pet-ExoticChimaera
15726 ------------------*/
15727 /*FroststormBreath*/
15728 (54644,0,54644,1,0),
15729 (55488,54644,54644,2,0),
15730 (55489,55488,54644,3,0),
15731 (55490,55489,54644,4,0),
15732 (55491,55490,54644,5,0),
15733 (55492,55491,54644,6,0),
15734 /*------------------
15735 --(781)Pet-ExoticDevlisaur
15736 ------------------*/
15737 /*MonstrousBite*/
15738 (54680,0,54680,1,0),
15739 (55495,54680,54680,2,0),
15740 (55496,55495,54680,3,0),
15741 (55497,55496,54680,4,0),
15742 (55498,55497,54680,5,0),
15743 (55499,55498,54680,6,0),
15744 /*------------------
15745 --(784)Pet-ExoticWorm
15746 ------------------*/
15747 /*AcidSpit*/
15748 (55749,0,55749,1,0),
15749 (55750,55749,55749,2,0),
15750 (55751,55750,55749,3,0),
15751 (55752,55751,55749,4,0),
15752 (55753,55752,55749,5,0),
15753 (55754,55753,55749,6,0),
15754 /*------------------
15755 --(785)Pet-Wasp
15756 ------------------*/
15757 /*Sting*/
15758 (56626,0,56626,1,0),
15759 (56627,56626,56626,2,0),
15760 (56628,56627,56626,3,0),
15761 (56629,56628,56626,4,0),
15762 (56630,56629,56626,5,0),
15763 (56631,56630,56626,6,0),
15764 /*------------------
15765 --(787)Pet-ExoticCoreHound
15766 ------------------*/
15767 /*LavaBreath*/
15768 (58604,0,58604,1,0),
15769 (58607,58604,58604,2,0),
15770 (58608,58607,58604,3,0),
15771 (58609,58608,58604,4,0),
15772 (58610,58609,58604,5,0),
15773 (58611,58610,58604,6,0),
15774 /*------------------
15775 --(788)Pet-ExoticSpiritBeast
15776 ------------------*/
15777 /*SpiritStrike*/
15778 (61193,0,61193,1,0),
15779 (61194,61193,61193,2,0),
15780 (61195,61194,61193,3,0),
15781 (61196,61195,61193,4,0),
15782 (61197,61196,61193,5,0),
15783 (61198,61197,61193,6,0),
15784 /*!40000 ALTER TABLE `spell_chain` ENABLE KEYS */;
15785 UNLOCK TABLES;
15788 -- Table structure for table `spell_elixir`
15791 DROP TABLE IF EXISTS `spell_elixir`;
15792 CREATE TABLE `spell_elixir` (
15793   `entry` int(11) unsigned NOT NULL default '0' COMMENT 'SpellId of potion',
15794   `mask` tinyint(1) unsigned NOT NULL default '0' COMMENT 'Mask 0x1 battle 0x2 guardian 0x3 flask 0x7 unstable flasks 0xB shattrath flasks',
15795   PRIMARY KEY  (`entry`)
15796 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Spell System';
15799 -- Dumping data for table `spell_elixir`
15802 LOCK TABLES `spell_elixir` WRITE;
15803 /*!40000 ALTER TABLE `spell_elixir` DISABLE KEYS */;
15804 INSERT INTO `spell_elixir` VALUES
15805 (  673,0x2),
15806 ( 2367,0x1),
15807 ( 2374,0x1),
15808 ( 2378,0x2),
15809 ( 2380,0x2),
15810 ( 3160,0x1),
15811 ( 3164,0x1),
15812 ( 3166,0x2),
15813 ( 3219,0x2),
15814 ( 3220,0x2),
15815 ( 3222,0x2),
15816 ( 3223,0x2),
15817 ( 3593,0x2),
15818 ( 7844,0x1),
15819 ( 8212,0x1),
15820 (10667,0x1),
15821 (10668,0x2),
15822 (10669,0x1),
15823 (10692,0x2),
15824 (10693,0x2),
15825 (11319,0x2),
15826 (11328,0x1),
15827 (11334,0x1),
15828 (11348,0x2),
15829 (11349,0x2),
15830 (11364,0x2),
15831 (11371,0x2),
15832 (11390,0x1),
15833 (11396,0x2),
15834 (11405,0x1),
15835 (11406,0x1),
15836 (11474,0x1),
15837 (15231,0x2),
15838 (15233,0x2),
15839 (16321,0x2),
15840 (16322,0x1),
15841 (16323,0x1),
15842 (16325,0x2),
15843 (16326,0x2),
15844 (16327,0x2),
15845 (16329,0x1),
15846 (17038,0x1),
15847 (17535,0x2),
15848 (17537,0x1),
15849 (17538,0x1),
15850 (17539,0x1),
15851 (17624,0x3),
15852 (17626,0x3),
15853 (17627,0x3),
15854 (17629,0x3),
15855 (17628,0x3),
15856 (21920,0x1),
15857 (24361,0x2),
15858 (24363,0x2),
15859 (24382,0x2),
15860 (24383,0x2),
15861 (24417,0x2),
15862 (26276,0x1),
15863 (27652,0x2),
15864 (27653,0x2),
15865 (28486,0x1),
15866 (28488,0x1),
15867 (28490,0x1),
15868 (28491,0x1),
15869 (28493,0x1),
15870 (28497,0x1),
15871 (28501,0x1),
15872 (28502,0x2),
15873 (28503,0x1),
15874 (28509,0x2),
15875 (28514,0x2),
15876 (28518,0x3),
15877 (28519,0x3),
15878 (28520,0x3),
15879 (28521,0x3),
15880 (28540,0x3),
15881 (29348,0x2),
15882 (33720,0x1),
15883 (33721,0x1),
15884 (33726,0x1),
15885 (38954,0x1),
15886 (39625,0x2),
15887 (39626,0x2),
15888 (39627,0x2),
15889 (39628,0x2),
15890 (40567,0x7),
15891 (40568,0x7),
15892 (40572,0x7),
15893 (40573,0x7),
15894 (40575,0x7),
15895 (40576,0x7),
15896 (41608,0xB),
15897 (41609,0xB),
15898 (41610,0xB),
15899 (41611,0xB),
15900 (42735,0x3),
15901 (45373,0x1),
15902 (46837,0xB),
15903 (46839,0xB);
15904 /*!40000 ALTER TABLE `spell_elixir` ENABLE KEYS */;
15905 UNLOCK TABLES;
15908 -- Table structure for table `spell_learn_spell`
15911 DROP TABLE IF EXISTS `spell_learn_spell`;
15912 CREATE TABLE `spell_learn_spell` (
15913   `entry` smallint(5) unsigned NOT NULL default '0',
15914   `SpellID` smallint(5) unsigned NOT NULL default '0',
15915   PRIMARY KEY  (`entry`,`SpellID`)
15916 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Item System';
15919 -- Dumping data for table `spell_learn_spell`
15922 LOCK TABLES `spell_learn_spell` WRITE;
15923 /*!40000 ALTER TABLE `spell_learn_spell` DISABLE KEYS */;
15924 INSERT INTO `spell_learn_spell` VALUES
15925 (5784,33388),
15926 (13819,33388),
15927 (17002,24867),
15928 (23161,33391),
15929 (23214,33391),
15930 (24866,24864),
15931 (33872,47179),
15932 (33873,47180),
15933 (33943,34090),
15934 (34767,33391),
15935 (34769,33388),
15936 (53428,53341),
15937 (53428,53343);
15939 /*!40000 ALTER TABLE `spell_learn_spell` ENABLE KEYS */;
15940 UNLOCK TABLES;
15943 -- Table structure for table `spell_pet_auras`
15946 DROP TABLE IF EXISTS `spell_pet_auras`;
15947 CREATE TABLE `spell_pet_auras` (
15948   `spell` mediumint(8) unsigned NOT NULL COMMENT 'dummy spell id',
15949   `pet` mediumint(8) unsigned NOT NULL default '0' COMMENT 'pet id; 0 = all',
15950   `aura` mediumint(8) unsigned NOT NULL COMMENT 'pet aura id',
15951   PRIMARY KEY  (`spell`,`pet`)
15952 ) ENGINE=MyISAM DEFAULT CHARSET=latin1;
15955 -- Dumping data for table `spell_pet_auras`
15958 LOCK TABLES `spell_pet_auras` WRITE;
15959 /*!40000 ALTER TABLE `spell_pet_auras` DISABLE KEYS */;
15960 INSERT INTO `spell_pet_auras` VALUES
15961 (19028, 0, 25228),
15962 (19578, 0, 19579),
15963 (20895, 0, 24529),
15964 (28757, 0, 28758),
15965 (35029, 0, 35060),
15966 (35030, 0, 35061),
15967 (35691, 0, 35696),
15968 (35692, 0, 35696),
15969 (35693, 0, 35696),
15970 (23785, 416, 23759),
15971 (23822, 416, 23826),
15972 (23823, 416, 23827),
15973 (23824, 416, 23828),
15974 (23825, 416, 23829),
15975 (23785, 417, 23762),
15976 (23822, 417, 23837),
15977 (23823, 417, 23838),
15978 (23824, 417, 23839),
15979 (23825, 417, 23840),
15980 (23785, 1860, 23760),
15981 (23822, 1860, 23841),
15982 (23823, 1860, 23842),
15983 (23824, 1860, 23843),
15984 (23825, 1860, 23844),
15985 (23785, 1863, 23761),
15986 (23822, 1863, 23833),
15987 (23823, 1863, 23834),
15988 (23824, 1863, 23835),
15989 (23825, 1863, 23836),
15990 (23785, 17252, 35702),
15991 (23822, 17252, 35703),
15992 (23823, 17252, 35704),
15993 (23824, 17252, 35705),
15994 (23825, 17252, 35706);
15996 /*!40000 ALTER TABLE `spell_pet_auras` ENABLE KEYS */;
15997 UNLOCK TABLES;
16000 -- Table structure for table `spell_proc_event`
16003 DROP TABLE IF EXISTS `spell_proc_event`;
16004 CREATE TABLE `spell_proc_event` (
16005   `entry` smallint(5) unsigned NOT NULL default '0',
16006   `SchoolMask` tinyint(4) NOT NULL default '0',
16007   `SpellFamilyName` smallint(5) unsigned NOT NULL default '0',
16008   `SpellFamilyMask` bigint(20) unsigned NOT NULL default '0',
16009   `procFlags` int(10) unsigned NOT NULL default '0',
16010   `procEx` int(10) unsigned NOT NULL default '0',
16011   `ppmRate` float NOT NULL default '0',
16012   `CustomChance` float NOT NULL default '0',
16013   `Cooldown` int(10) unsigned NOT NULL default '0',
16014   PRIMARY KEY  (`entry`)
16015 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
16018 -- Dumping data for table `spell_proc_event`
16021 LOCK TABLES `spell_proc_event` WRITE;
16022 /*!40000 ALTER TABLE `spell_proc_event` DISABLE KEYS */;
16023 INSERT INTO `spell_proc_event` VALUES
16024 (324, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16025 (325, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16026 (905, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16027 (945, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16028 (974, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16029 (1463, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000400, 0, 0, 0),
16030 (3232, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16031 (5952, 0x00000000, 8, 0x0000000100000001, 0x00000000, 0x00000000, 0, 0, 0),
16032 (6346, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000100, 0, 0, 0),
16033 (7383, 0x00000001, 0, 0x0000000000000000, 0x00000000, 0x00000100, 0, 0, 0),
16034 (7434, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16035 (8134, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16036 (8178, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16037 (8494, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000400, 0, 0, 0),
16038 (8495, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000400, 0, 0, 0),
16039 (9452, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16040 (9782, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16041 (9784, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16042 (9799, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16043 (10191, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000400, 0, 0, 0),
16044 (10192, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000400, 0, 0, 0),
16045 (10193, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000400, 0, 0, 0),
16046 (10431, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16047 (10432, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16048 (11095, 0x00000000, 3, 0x0000000000000010, 0x00000000, 0x00000000, 0, 0, 0),
16049 (11103, 0x00000004, 3, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16050 (11119, 0x00000004, 3, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16051 (11120, 0x00000004, 3, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16052 (11129, 0x00000000, 3, 0x0000004000C00017, 0x00000000, 0x00000000, 0, 0, 0),
16053 (11180, 0x00000010, 3, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16054 (11185, 0x00000000, 3, 0x0000000000000080, 0x00050000, 0x00000000, 0, 0, 0),
16055 (11255, 0x00000000, 3, 0x0000000000004000, 0x00000000, 0x00000000, 0, 0, 0),
16056 (12169, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16057 (12281, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 6),
16058 (12289, 0x00000000, 4, 0x0000000000000002, 0x00000000, 0x00000000, 0, 0, 0),
16059 (12298, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16060 (12311, 0x00000000, 4, 0x0000000100000800, 0x00000000, 0x00000000, 0, 0, 0),
16061 (12317, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16062 (12319, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16063 (12322, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 2, 0, 0),
16064 (12357, 0x00000004, 3, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16065 (12358, 0x00000004, 3, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16066 (12487, 0x00000000, 3, 0x0000000000000080, 0x00050000, 0x00000000, 0, 0, 0),
16067 (12488, 0x00000000, 3, 0x0000000000000080, 0x00050000, 0x00000000, 0, 0, 0),
16068 (12598, 0x00000000, 3, 0x0000000000004000, 0x00000000, 0x00000000, 0, 0, 0),
16069 (12668, 0x00000000, 4, 0x0000000000000002, 0x00000000, 0x00000000, 0, 0, 0),
16070 (12724, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16071 (12725, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16072 (12726, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16073 (12727, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16074 (12797, 0x00000000, 4, 0x0000000000000400, 0x00000000, 0x00000000, 0, 0, 0),
16075 (12799, 0x00000000, 4, 0x0000000000000400, 0x00000000, 0x00000000, 0, 0, 0),
16076 (12812, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 6),
16077 (12813, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 6),
16078 (12814, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 6),
16079 (12815, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 6),
16080 (12834, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16081 (12846, 0x00000004, 3, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16082 (12847, 0x00000004, 3, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16083 (12848, 0x00000004, 3, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16084 (12849, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16085 (12867, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16086 (12872, 0x00000000, 3, 0x0000000000000010, 0x00000000, 0x00000000, 0, 0, 0),
16087 (12873, 0x00000000, 3, 0x0000000000000010, 0x00000000, 0x00000000, 0, 0, 0),
16088 (12958, 0x00000000, 4, 0x0000000100000800, 0x00000000, 0x00000000, 0, 0, 0),
16089 (12966, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16090 (12967, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16091 (12968, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16092 (12969, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16093 (12970, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16094 (12971, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16095 (12972, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16096 (12973, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16097 (12974, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16098 (12999, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 4, 0, 0),
16099 (13000, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 6, 0, 0),
16100 (13001, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 8, 0, 0),
16101 (13002, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 10, 0, 0),
16102 (13045, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16103 (13046, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16104 (13047, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16105 (13048, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16106 (13165, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16107 (13754, 0x00000000, 8, 0x0000000000000010, 0x00000000, 0x00000000, 0, 0, 0),
16108 (13867, 0x00000000, 8, 0x0000000000000010, 0x00000000, 0x00000000, 0, 0, 0),
16109 (13983, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000018, 0, 0, 0),
16110 (14070, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000018, 0, 0, 0),
16111 (14071, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000018, 0, 0, 0),
16112 (14156, 0x00000000, 8, 0x00000000003E0000, 0x00000000, 0x00000000, 0, 0, 0),
16113 (14160, 0x00000000, 8, 0x00000000003E0000, 0x00000000, 0x00000000, 0, 0, 0),
16114 (14161, 0x00000000, 8, 0x00000000003E0000, 0x00000000, 0x00000000, 0, 0, 0),
16115 (14186, 0x00000000, 8, 0x0000000240800508, 0x00000000, 0x00000002, 0, 0, 0),
16116 (14190, 0x00000000, 8, 0x0000000240800508, 0x00000000, 0x00000002, 0, 0, 0),
16117 (14193, 0x00000000, 8, 0x0000000240800508, 0x00000000, 0x00000002, 0, 0, 0),
16118 (14194, 0x00000000, 8, 0x0000000240800508, 0x00000000, 0x00000002, 0, 0, 0),
16119 (14195, 0x00000000, 8, 0x0000000240800508, 0x00000000, 0x00000002, 0, 0, 0),
16120 (14318, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16121 (14319, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16122 (14320, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16123 (14321, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16124 (14322, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16125 (14531, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16126 (14774, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16127 (14892, 0x00000000, 6, 0x0000000410001E00, 0x00000000, 0x00000002, 0, 0, 0),
16128 (15088, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16129 (15128, 0x00000004, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16130 (15268, 0x00000000, 6, 0x000000020608A000, 0x00000000, 0x00000000, 0, 0, 0),
16131 (15277, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 6, 0, 0),
16132 (15286, 0x00000020, 6, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16133 (15323, 0x00000000, 6, 0x000000020608A000, 0x00000000, 0x00000000, 0, 0, 0),
16134 (15324, 0x00000000, 6, 0x000000020608A000, 0x00000000, 0x00000000, 0, 0, 0),
16135 (15325, 0x00000000, 6, 0x000000020608A000, 0x00000000, 0x00000000, 0, 0, 0),
16136 (15326, 0x00000000, 6, 0x000000020608A000, 0x00000000, 0x00000000, 0, 0, 0),
16137 (15337, 0x00000000, 6, 0x0000000200002000, 0x00000000, 0x00000002, 0, 0, 0),
16138 (15338, 0x00000000, 6, 0x0000000200002000, 0x00000000, 0x00000002, 0, 0, 0),
16139 (15346, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 6, 0, 0),
16140 (15362, 0x00000000, 6, 0x0000000410001E00, 0x00000000, 0x00000002, 0, 0, 0),
16141 (15363, 0x00000000, 6, 0x0000000410001E00, 0x00000000, 0x00000002, 0, 0, 0),
16142 (15600, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 1, 0, 0),
16143 (16164, 0x00000000, 11, 0x0000000090100003, 0x00000000, 0x00000002, 0, 0, 0),
16144 (16176, 0x00000000, 11, 0x00000000000001C0, 0x00000000, 0x00000002, 0, 0, 0),
16145 (16180, 0x00000000, 11, 0x00000000000000C0, 0x00000000, 0x00000002, 0, 0, 0),
16146 (16196, 0x00000000, 11, 0x00000000000000C0, 0x00000000, 0x00000002, 0, 0, 0),
16147 (16198, 0x00000000, 11, 0x00000000000000C0, 0x00000000, 0x00000002, 0, 0, 0),
16148 (16235, 0x00000000, 11, 0x00000000000001C0, 0x00000000, 0x00000002, 0, 0, 0),
16149 (16240, 0x00000000, 11, 0x00000000000001C0, 0x00000000, 0x00000002, 0, 0, 0),
16150 (16256, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16151 (16257, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16152 (16277, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16153 (16278, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16154 (16279, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16155 (16280, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16156 (16281, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16157 (16282, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16158 (16283, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16159 (16284, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16160 (16487, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16161 (16489, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16162 (16492, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16163 (16550, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16164 (16620, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 30),
16165 (16624, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16166 (16850, 0x00000000, 7, 0x0000000000000004, 0x00000000, 0x00000000, 0, 0, 0),
16167 (16864, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 2, 0, 0),
16168 (16880, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16169 (16923, 0x00000000, 7, 0x0000000000000004, 0x00000000, 0x00000000, 0, 0, 0),
16170 (16924, 0x00000000, 7, 0x0000000000000004, 0x00000000, 0x00000000, 0, 0, 0),
16171 (16952, 0x00000000, 7, 0x0000040000039000, 0x00000000, 0x00000002, 0, 0, 0),
16172 (16954, 0x00000000, 7, 0x0000040000039000, 0x00000000, 0x00000002, 0, 0, 0),
16173 (16958, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16174 (16961, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16175 (17106, 0x00000000, 7, 0x0000000000080000, 0x00000000, 0x00000000, 0, 0, 0),
16176 (17107, 0x00000000, 7, 0x0000000000080000, 0x00000000, 0x00000000, 0, 0, 0),
16177 (17108, 0x00000000, 7, 0x0000000000080000, 0x00000000, 0x00000000, 0, 0, 0),
16178 (17364, 0x00000008, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16179 (17495, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16180 (17793, 0x00000000, 5, 0x0000000000000001, 0x00000000, 0x00000002, 0, 0, 0),
16181 (17794, 0x00000020, 0, 0x0000000000000000, 0x00000000, 0x00000001, 0, 0, 0),
16182 (17796, 0x00000000, 5, 0x0000000000000001, 0x00000000, 0x00000002, 0, 0, 0),
16183 (17797, 0x00000020, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16184 (17798, 0x00000020, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16185 (17799, 0x00000020, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16186 (17800, 0x00000020, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16187 (17801, 0x00000000, 5, 0x0000000000000001, 0x00000000, 0x00000002, 0, 0, 0),
16188 (17802, 0x00000000, 5, 0x0000000000000001, 0x00000000, 0x00000002, 0, 0, 0),
16189 (17803, 0x00000000, 5, 0x0000000000000001, 0x00000000, 0x00000002, 0, 0, 0),
16190 (18073, 0x00000000, 5, 0x0000008000000060, 0x00000000, 0x00000000, 0, 0, 0),
16191 (18094, 0x00000000, 5, 0x000000000000000A, 0x00000000, 0x00000000, 0, 0, 0),
16192 (18095, 0x00000000, 5, 0x000000000000000A, 0x00000000, 0x00000000, 0, 0, 0),
16193 (18096, 0x00000000, 5, 0x0000008000000060, 0x00000000, 0x00000000, 0, 0, 0),
16194 (18119, 0x00000000, 5, 0x000010C0000003E5, 0x00000000, 0x00000000, 0, 0, 0),
16195 (18120, 0x00000000, 5, 0x000010C0000003E5, 0x00000000, 0x00000000, 0, 0, 0),
16196 (18820, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16197 (19184, 0x00000000, 9, 0x0000200000000014, 0x00000000, 0x00000000, 0, 0, 0),
16198 (19228, 0x00000000, 0, 0x0000000000000040, 0x00000000, 0x00000000, 0, 0, 0),
16199 (19232, 0x00000000, 9, 0x0000000000000040, 0x00000000, 0x00000000, 0, 0, 0),
16200 (19233, 0x00000000, 9, 0x0000000000000040, 0x00000000, 0x00000000, 0, 0, 0),
16201 (19387, 0x00000000, 9, 0x0000200000000014, 0x00000000, 0x00000000, 0, 0, 0),
16202 (19388, 0x00000000, 9, 0x0000200000000014, 0x00000000, 0x00000000, 0, 0, 0),
16203 (19572, 0x00000000, 9, 0x0000000000800000, 0x00004000, 0x00000000, 0, 0, 0),
16204 (19573, 0x00000000, 9, 0x0000000000800000, 0x00004000, 0x00000000, 0, 0, 0),
16205 (20049, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16206 (20056, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16207 (20057, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16208 (20128, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16209 (20131, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16210 (20132, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16211 (20164, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 5, 0, 0),
16212 (20165, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 20, 0, 0),
16213 (20166, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 20, 0, 0),
16214 (20182, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16215 (20210, 0x00000000, 10, 0x00000000C0200000, 0x00000000, 0x00000002, 0, 0, 0),
16216 (20212, 0x00000000, 10, 0x00000000C0200000, 0x00000000, 0x00000002, 0, 0, 0),
16217 (20213, 0x00000000, 10, 0x00000000C0200000, 0x00000000, 0x00000002, 0, 0, 0),
16218 (20214, 0x00000000, 10, 0x00000000C0200000, 0x00000000, 0x00000002, 0, 0, 0),
16219 (20215, 0x00000000, 10, 0x00000000C0200000, 0x00000000, 0x00000002, 0, 0, 0),
16220 (20234, 0x00000000, 10, 0x0000000000008000, 0x00000000, 0x00000000, 0, 0, 0),
16221 (20235, 0x00000000, 10, 0x0000000000008000, 0x00000000, 0x00000000, 0, 0, 0),
16222 (20375, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 7, 0, 0),
16223 (20500, 0x00000000, 4, 0x0000000010000000, 0x00000000, 0x00000000, 0, 0, 0),
16224 (20501, 0x00000000, 4, 0x0000000010000000, 0x00000000, 0x00000000, 0, 0, 0),
16225 (20705, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16226 (20911, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000070, 0, 0, 0),
16227 (20925, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16228 (20927, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16229 (20928, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16230 (21185, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 10),
16231 (21882, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16232 (21890, 0x00000000, 4, 0x0000036C2A764EEF, 0x00000000, 0x00000000, 0, 0, 0),
16233 (22007, 0x00000000, 3, 0x0000000000200021, 0x00000000, 0x00010000, 0, 0, 0),
16234 (22618, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16235 (22648, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16236 (23547, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000020, 0, 0, 0),
16237 (23548, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16238 (23551, 0x00000000, 11, 0x00000000000000C0, 0x00000000, 0x00000000, 0, 0, 0),
16239 (23552, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16240 (23572, 0x00000000, 11, 0x00000000000000C0, 0x00000000, 0x00000000, 0, 0, 0),
16241 (23578, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 2, 0, 0),
16242 (23581, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 2, 0, 0),
16243 (23602, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16244 (23686, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 2, 0, 0),
16245 (23688, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16246 (23689, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 4, 0, 0),
16247 (23695, 0x00000000, 4, 0x0000000000000002, 0x00000000, 0x00000000, 0, 0, 0),
16248 (23721, 0x00000000, 9, 0x0000000000000800, 0x00000000, 0x00000000, 0, 0, 0),
16249 (23920, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000800, 0, 0, 0),
16250 (24353, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16251 (24389, 0x00000000, 3, 0x0000004000C00017, 0x00000000, 0x00000000, 0, 0, 0),
16252 (24398, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16253 (24658, 0x00000000, 0, 0x0000000000000000, 0x00014110, 0x00000000, 0, 0, 0),
16254 (24905, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 15, 0, 0),
16255 (24932, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 6),
16256 (25050, 0x00000004, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16257 (25296, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16258 (25469, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16259 (25472, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16260 (25669, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 1, 0, 0),
16261 (25899, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000070, 0, 0, 0),
16262 (25988, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16263 (26016, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 2, 0, 0),
16264 (26107, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000064, 0, 0, 0),
16265 (26119, 0x00000000, 10, 0x0000000090100003, 0x00000000, 0x00010000, 0, 0, 0),
16266 (26128, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000008, 0, 0, 0),
16267 (26135, 0x00000000, 10, 0x0000000000800000, 0x00000000, 0x00010000, 0, 0, 0),
16268 (26480, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16269 (26605, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16270 (27044, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16271 (27131, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000400, 0, 0, 0),
16272 (27179, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16273 (27419, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16274 (27498, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16275 (27521, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16276 (27656, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16277 (27774, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16278 (27787, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16279 (27811, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16280 (27815, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16281 (27816, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16282 (28592, 0x00000010, 3, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16283 (28593, 0x00000010, 3, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16284 (28716, 0x00000000, 7, 0x0000000000000010, 0x00048000, 0x00000000, 0, 0, 0),
16285 (28719, 0x00000000, 7, 0x0000000000000020, 0x00000000, 0x00000002, 0, 0, 0),
16286 (28744, 0x00000000, 7, 0x0000000000000040, 0x00044000, 0x00000000, 0, 0, 0),
16287 (28752, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16288 (28789, 0x00000000, 10, 0x00000000C0000000, 0x00000000, 0x00000000, 0, 0, 0),
16289 (28802, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16290 (28809, 0x00000000, 6, 0x0000000000001000, 0x00000000, 0x00000002, 0, 0, 0),
16291 (28812, 0x00000000, 8, 0x0000000002000006, 0x00000000, 0x00000002, 0, 0, 0),
16292 (28816, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16293 (28823, 0x00000000, 11, 0x00000000000000C0, 0x00000000, 0x00000000, 0, 0, 0),
16294 (28847, 0x00000000, 7, 0x0000000000000020, 0x00000000, 0x00000000, 0, 0, 0),
16295 (28849, 0x00000000, 11, 0x0000000000000080, 0x00000000, 0x00000000, 0, 0, 0),
16296 (29074, 0x00000014, 3, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16297 (29075, 0x00000014, 3, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16298 (29076, 0x00000014, 3, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16299 (29150, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16300 (29179, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16301 (29180, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16302 (29385, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 7, 0, 0),
16303 (29441, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000008, 0, 0, 1),
16304 (29444, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000008, 0, 0, 1),
16305 (29455, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16306 (29501, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16307 (29593, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000070, 0, 0, 0),
16308 (29594, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000070, 0, 0, 0),
16309 (29624, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16310 (29625, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16311 (29626, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16312 (29632, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16313 (29633, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16314 (29634, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16315 (29635, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16316 (29636, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16317 (29637, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16318 (29801, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16319 (29834, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16320 (29838, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16321 (29977, 0x00000000, 3, 0x0000004000C00017, 0x00000000, 0x00000000, 0, 0, 0),
16322 (30003, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000800, 0, 0, 0),
16323 (30160, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16324 (30293, 0x00000000, 5, 0x000000C000000381, 0x00000000, 0x00000000, 0, 0, 0),
16325 (30295, 0x00000000, 5, 0x000000C000000381, 0x00000000, 0x00000000, 0, 0, 0),
16326 (30296, 0x00000000, 5, 0x000000C000000381, 0x00000000, 0x00000000, 0, 0, 0),
16327 (30299, 0x00000024, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16328 (30301, 0x00000024, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16329 (30302, 0x00000024, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16330 (30675, 0x00000000, 11, 0x0000000000000003, 0x00000000, 0x00000000, 0, 0, 0),
16331 (30678, 0x00000000, 11, 0x0000000000000003, 0x00000000, 0x00000000, 0, 0, 0),
16332 (30679, 0x00000000, 11, 0x0000000000000003, 0x00000000, 0x00000000, 0, 0, 0),
16333 (30680, 0x00000000, 11, 0x0000000000000003, 0x00000000, 0x00000000, 0, 0, 0),
16334 (30681, 0x00000000, 11, 0x0000000000000003, 0x00000000, 0x00000000, 0, 0, 0),
16335 (30701, 0x0000001C, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16336 (30705, 0x0000001C, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16337 (30802, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16338 (30803, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16339 (30804, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16340 (30805, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16341 (30806, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16342 (30807, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16343 (30808, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16344 (30809, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16345 (30810, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16346 (30811, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16347 (30823, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 10.5, 0, 0),
16348 (30881, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 5),
16349 (30883, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 5),
16350 (30884, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 5),
16351 (30885, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 5),
16352 (30886, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 5),
16353 (30937, 0x00000020, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16354 (31124, 0x00000000, 8, 0x000000002000000E, 0x00000000, 0x00000000, 0, 0, 0),
16355 (31126, 0x00000000, 8, 0x000000002000000E, 0x00000000, 0x00000000, 0, 0, 0),
16356 (31244, 0x00000000, 8, 0x00000009003E0000, 0x00000000, 0x00000004, 0, 0, 0),
16357 (31245, 0x00000000, 8, 0x00000009003E0000, 0x00000000, 0x00000004, 0, 0, 0),
16358 (31394, 0x00000020, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16359 (31569, 0x00000000, 3, 0x0000000000010000, 0x00000000, 0x00000000, 0, 0, 0),
16360 (31570, 0x00000000, 3, 0x0000000000010000, 0x00000000, 0x00000000, 0, 0, 0),
16361 (31785, 0x00000000, 0, 0x0000000000000000, 0x00008800, 0x00000000, 0, 0, 0),
16362 (31794, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16363 (31801, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 20, 0, 0),
16364 (31833, 0x00000000, 10, 0x0000000080000000, 0x00000000, 0x00000000, 0, 0, 0),
16365 (31835, 0x00000000, 10, 0x0000000080000000, 0x00000000, 0x00000000, 0, 0, 0),
16366 (31836, 0x00000000, 10, 0x0000000080000000, 0x00000000, 0x00000000, 0, 0, 0),
16367 (31904, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16368 (32385, 0x00000000, 5, 0x0000001100000402, 0x00000000, 0x00000000, 0, 0, 0),
16369 (32387, 0x00000000, 5, 0x0000001100000402, 0x00000000, 0x00000000, 0, 0, 0),
16370 (32392, 0x00000000, 5, 0x0000001100000402, 0x00000000, 0x00000000, 0, 0, 0),
16371 (32393, 0x00000000, 5, 0x0000001100000402, 0x00000000, 0x00000000, 0, 0, 0),
16372 (32394, 0x00000000, 5, 0x0000001100000402, 0x00000000, 0x00000000, 0, 0, 0),
16373 (32587, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16374 (32593, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16375 (32594, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16376 (32642, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16377 (32734, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16378 (32748, 0x00000000, 8, 0x0000000100000000, 0x00000140, 0x00000000, 0, 0, 0),
16379 (32776, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16380 (32777, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16381 (32837, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 45),
16382 (32844, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 2, 0, 0),
16383 (32885, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16384 (33076, 0x00000000, 0, 0x0000000000000000, 0x000A02A8, 0x00000000, 0, 0, 0),
16385 (33089, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16386 (33127, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 7, 0, 0),
16387 (33142, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16388 (33145, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16389 (33146, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16390 (33150, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16391 (33151, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16392 (33154, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16393 (33191, 0x00000000, 6, 0x0000040000808000, 0x00000000, 0x00000000, 0, 0, 0),
16394 (33192, 0x00000000, 6, 0x0000040000808000, 0x00000000, 0x00000000, 0, 0, 0),
16395 (33193, 0x00000000, 6, 0x0000040000808000, 0x00000000, 0x00000000, 0, 0, 0),
16396 (33299, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16397 (33510, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 5, 0, 0),
16398 (33648, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16399 (33719, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000800, 0, 0, 0),
16400 (33736, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16401 (33746, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 10),
16402 (33757, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16403 (33759, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 10),
16404 (33776, 0x00000000, 0, 0x0000000000000000, 0x00008800, 0x00000000, 0, 0, 0),
16405 (33881, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16406 (33882, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16407 (33883, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16408 (34080, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000008, 0, 0, 0),
16409 (34138, 0x00000000, 11, 0x0000000000000080, 0x00000000, 0x00000000, 0, 0, 0),
16410 (34139, 0x00000000, 10, 0x0000000040000000, 0x00000000, 0x00000000, 0, 0, 0),
16411 (34258, 0x00000000, 10, 0x0000000800000400, 0x00000000, 0x00000000, 0, 0, 0),
16412 (34262, 0x00000000, 10, 0x0000000000800000, 0x00000000, 0x00010000, 0, 0, 0),
16413 (34320, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16414 (34355, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16415 (34497, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16416 (34498, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16417 (34499, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16418 (34500, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16419 (34502, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16420 (34503, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16421 (34584, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 30),
16422 (34586, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 1.5, 0, 0),
16423 (34598, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 45),
16424 (34749, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000008, 0, 0, 0),
16425 (34753, 0x00000000, 6, 0x0000000400001800, 0x00000000, 0x00000000, 0, 0, 0),
16426 (34774, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 1.5, 0, 20),
16427 (34783, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000800, 0, 0, 0),
16428 (34827, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16429 (34859, 0x00000000, 6, 0x0000000400001800, 0x00000000, 0x00000000, 0, 0, 0),
16430 (34860, 0x00000000, 6, 0x0000000400001800, 0x00000000, 0x00000000, 0, 0, 0),
16431 (34914, 0x00000020, 6, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16432 (34916, 0x00000020, 6, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16433 (34917, 0x00000020, 6, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16434 (34935, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 8),
16435 (34938, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 8),
16436 (34939, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 8),
16437 (34950, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16438 (34954, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16439 (35077, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 60),
16440 (35080, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 1, 0, 60),
16441 (35083, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 60),
16442 (35086, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 60),
16443 (35100, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16444 (35102, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16445 (35103, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16446 (35121, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16447 (36096, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000800, 0, 0, 0),
16448 (36111, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16449 (37165, 0x00000000, 8, 0x0000000000200400, 0x00000000, 0x00000000, 0, 0, 0),
16450 (37168, 0x00000000, 8, 0x00000009003E0000, 0x00000000, 0x00000000, 0, 0, 0),
16451 (37170, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 1, 0, 0),
16452 (37173, 0x00000000, 8, 0x000001062CBC0598, 0x00000000, 0x00000000, 0, 0, 30),
16453 (37189, 0x00000000, 10, 0x00000000C0000000, 0x00000000, 0x00000002, 0, 0, 60),
16454 (37193, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16455 (37195, 0x00000000, 10, 0x0000000000800000, 0x00000000, 0x00000000, 0, 0, 0),
16456 (37197, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 45),
16457 (37213, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16458 (37214, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16459 (37227, 0x00000000, 11, 0x00000000000001C0, 0x00000000, 0x00000002, 0, 0, 60),
16460 (37237, 0x00000000, 11, 0x0000000000000001, 0x00000000, 0x00000002, 0, 0, 0),
16461 (37247, 0x00000008, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 45),
16462 (37377, 0x00000020, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16463 (37384, 0x00000000, 5, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16464 (37443, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16465 (37514, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000020, 0, 0, 0),
16466 (37516, 0x00000000, 4, 0x0000000000000400, 0x00000000, 0x00000000, 0, 0, 0),
16467 (37519, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000030, 0, 0, 0),
16468 (37523, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16469 (37528, 0x00000000, 4, 0x0000000000000004, 0x00000000, 0x00000000, 0, 0, 0),
16470 (37536, 0x00000000, 4, 0x0000000000010000, 0x00000000, 0x00000000, 0, 0, 0),
16471 (37568, 0x00000000, 6, 0x0000000000000800, 0x00000000, 0x00000000, 0, 0, 0),
16472 (37594, 0x00000000, 6, 0x0000000000001000, 0x00000000, 0x00000000, 0, 0, 0),
16473 (37600, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16474 (37601, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16475 (37603, 0x00000000, 6, 0x0000000000008000, 0x00000000, 0x00000000, 0, 0, 0),
16476 (37655, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 60),
16477 (37657, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 3),
16478 (38026, 0x00000001, 0, 0x0000000000000000, 0x00000000, 0x00000100, 0, 0, 0),
16479 (38031, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16480 (38290, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 1.6, 0, 0),
16481 (38326, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16482 (38327, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16483 (38334, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 60),
16484 (38347, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16485 (38350, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16486 (38394, 0x00000000, 5, 0x0000000000000006, 0x00000000, 0x00000000, 0, 0, 0),
16487 (38857, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16488 (39027, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16489 (39372, 0x00000030, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16490 (39437, 0x00000004, 5, 0x000000C000001364, 0x00000000, 0x00010000, 0, 0, 0),
16491 (39442, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000001, 0, 0, 0),
16492 (39443, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16493 (39530, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16494 (39958, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0.7, 0, 40),
16495 (40407, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 6, 0, 0),
16496 (40438, 0x00000000, 6, 0x0000000000008040, 0x00000000, 0x00000000, 0, 0, 0),
16497 (40442, 0x00000000, 7, 0x0000044000000014, 0x00000000, 0x00000000, 0, 0, 0),
16498 (40444, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16499 (40458, 0x00000000, 4, 0x0000060102000000, 0x00000000, 0x00000000, 0, 0, 0),
16500 (40463, 0x00000000, 11, 0x0000001000000081, 0x00000000, 0x00000000, 0, 0, 0),
16501 (40470, 0x00000000, 10, 0x00000000C0800000, 0x00000000, 0x00000000, 0, 0, 0),
16502 (40475, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 3, 0, 0),
16503 (40478, 0x00000000, 5, 0x0000000000000002, 0x00000000, 0x00000000, 0, 0, 0),
16504 (40482, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16505 (40485, 0x00000000, 9, 0x0000000100000000, 0x00000000, 0x00000000, 0, 0, 0),
16506 (40899, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16507 (41034, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000400, 0, 0, 0),
16508 (41260, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 10),
16509 (41262, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 10),
16510 (41381, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000100, 0, 0, 0),
16511 (41393, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000020, 0, 0, 0),
16512 (41434, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 2, 0, 45),
16513 (41469, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 7, 0, 0),
16514 (41635, 0x00000000, 0, 0x0000000000000000, 0x000A02A8, 0x00000000, 0, 0, 0),
16515 (41989, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0.5, 0, 0),
16516 (42083, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 45),
16517 (42135, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 90),
16518 (42136, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 90),
16519 (42368, 0x00000000, 10, 0x0000000040000000, 0x00000000, 0x00000000, 0, 0, 0),
16520 (42370, 0x00000000, 11, 0x0000000000000040, 0x00000000, 0x00000000, 0, 0, 0),
16521 (43019, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000400, 0, 0, 0),
16522 (43020, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000400, 0, 0, 0),
16523 (43338, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16524 (43443, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000800, 0, 0, 0),
16525 (43726, 0x00000000, 10, 0x0000000040000000, 0x00000000, 0x00000000, 0, 0, 0),
16526 (43728, 0x00000000, 11, 0x0000000000000080, 0x00000000, 0x00000000, 0, 0, 0),
16527 (43737, 0x00000000, 7, 0x0000044000000000, 0x00000000, 0x00000000, 0, 0, 10),
16528 (43739, 0x00000000, 7, 0x0000000000000002, 0x00000000, 0x00000000, 0, 0, 0),
16529 (43741, 0x00000000, 10, 0x0000000080000000, 0x00000000, 0x00000000, 0, 0, 0),
16530 (43745, 0x00000000, 10, 0x0000020000000000, 0x00000000, 0x00000000, 0, 0, 0),
16531 (43748, 0x00000000, 11, 0x0000000090100000, 0x00000000, 0x00000000, 0, 0, 0),
16532 (43750, 0x00000000, 11, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16533 (43819, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00010000, 0, 0, 0),
16534 (44404, 0x00000000, 3, 0x0000900020000021, 0x00000000, 0x00000000, 0, 0, 0),
16535 (44835, 0x00000000, 7, 0x0000008000000000, 0x00000010, 0x00000000, 0, 0, 0),
16536 (45054, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 15),
16537 (45057, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 30),
16538 (45234, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16539 (45243, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16540 (45244, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16541 (45354, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 45),
16542 (45481, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 45),
16543 (45482, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 45),
16544 (45483, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 45),
16545 (45484, 0x00000000, 0, 0x0000000000000000, 0x00004000, 0x00000000, 0, 0, 45),
16546 (46025, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16547 (46092, 0x00000000, 10, 0x0000000040000000, 0x00000000, 0x00000000, 0, 0, 0),
16548 (46098, 0x00000000, 11, 0x0000000000000080, 0x00000000, 0x00000000, 0, 0, 0),
16549 (46569, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 45),
16550 (46662, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 20),
16551 (46832, 0x00000000, 7, 0x0000000000000001, 0x00000000, 0x00010000, 0, 0, 0),
16552 (46854, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16553 (46855, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16554 (46867, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16555 (46913, 0x00000000, 4, 0x0000040000000000, 0x00000000, 0x00000002, 0, 0, 0),
16556 (46914, 0x00000000, 4, 0x0000040000000000, 0x00000000, 0x00000002, 0, 0, 0),
16557 (46915, 0x00000000, 4, 0x0000040000000000, 0x00000000, 0x00000002, 0, 0, 0),
16558 (46916, 0x00000000, 4, 0x0000040000000000, 0x00000000, 0x00000002, 0, 0, 0),
16559 (46951, 0x00000000, 4, 0x0000004000000400, 0x00000000, 0x00000000, 0, 0, 0),
16560 (46952, 0x00000000, 0, 0x0000004000000400, 0x00000000, 0x00000000, 0, 0, 0),
16561 (46953, 0x00000000, 0, 0x0000004000000400, 0x00000000, 0x00000000, 0, 0, 0),
16562 (47509, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16563 (47511, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16564 (47515, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16565 (48835, 0x00000000, 10, 0x0000000800000000, 0x00000000, 0x00000000, 0, 0, 0),
16566 (48837, 0x00000000, 11, 0x0000000090100000, 0x00000000, 0x00000000, 0, 0, 0),
16567 (48951, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16568 (48952, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16569 (48988, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16570 (49018, 0x00000000, 15, 0x0000000001400000, 0x00000000, 0x00000000, 0, 0, 0),
16571 (49137, 0x00000000, 15, 0x0000400000000000, 0x00000000, 0x00000000, 0, 0, 0),
16572 (49188, 0x00000000, 15, 0x0000000000000002, 0x00000000, 0x00000000, 0, 0, 0),
16573 (49208, 0x00000000, 15, 0x0000000000440000, 0x00000000, 0x00000000, 0, 0, 0),
16574 (49222, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16575 (49280, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16576 (49281, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16577 (49283, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16578 (49284, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16579 (49503, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16580 (49504, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16581 (49529, 0x00000000, 15, 0x0000000001400000, 0x00000000, 0x00000000, 0, 0, 0),
16582 (49530, 0x00000000, 15, 0x0000000001400000, 0x00000000, 0x00000000, 0, 0, 0),
16583 (49531, 0x00000000, 15, 0x0000000001400000, 0x00000000, 0x00000000, 0, 0, 0),
16584 (49532, 0x00000000, 15, 0x0000000001400000, 0x00000000, 0x00000000, 0, 0, 0),
16585 (49657, 0x00000000, 15, 0x0000400000000000, 0x00000000, 0x00000000, 0, 0, 0),
16586 (50781, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16587 (51123, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16588 (51127, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16589 (51128, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16590 (51129, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16591 (51130, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16592 (51346, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 10),
16593 (51349, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 10),
16594 (51352, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 10),
16595 (51359, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 10),
16596 (51466, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16597 (51470, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16598 (51625, 0x00000000, 8, 0x000000001000A000, 0x00000000, 0x00000000, 0, 0, 0),
16599 (51626, 0x00000000, 8, 0x000000001000A000, 0x00000000, 0x00000000, 0, 0, 0),
16600 (51627, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000070, 0, 0, 0),
16601 (51628, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000070, 0, 0, 0),
16602 (51629, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000070, 0, 0, 0),
16603 (51634, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16604 (51635, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16605 (51636, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16606 (51664, 0x00000000, 8, 0x0000000800020000, 0x00000000, 0x00000000, 0, 0, 0),
16607 (51665, 0x00000000, 8, 0x0000000800020000, 0x00000000, 0x00000000, 0, 0, 0),
16608 (51667, 0x00000000, 8, 0x0000000800020000, 0x00000000, 0x00000000, 0, 0, 0),
16609 (51668, 0x00000000, 8, 0x0000000800020000, 0x00000000, 0x00000000, 0, 0, 0),
16610 (51669, 0x00000000, 8, 0x0000000800020000, 0x00000000, 0x00000000, 0, 0, 0),
16611 (51672, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000010, 0, 0, 1),
16612 (51674, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000010, 0, 0, 1),
16613 (51679, 0x00000000, 8, 0x0000000100000001, 0x00000000, 0x00000000, 0, 0, 0),
16614 (51692, 0x00000000, 8, 0x0000000000000200, 0x00000000, 0x00000002, 0, 0, 0),
16615 (51696, 0x00000000, 8, 0x0000000000000200, 0x00000000, 0x00000002, 0, 0, 0),
16616 (51698, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 1),
16617 (51700, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 1),
16618 (51701, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 1),
16619 (52420, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 30),
16620 (52423, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000020, 0, 0, 0),
16621 (52898, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16622 (53137, 0x00000000, 15, 0x0000000001400000, 0x00000000, 0x00000000, 0, 0, 0),
16623 (53138, 0x00000000, 15, 0x0000000001400000, 0x00000000, 0x00000000, 0, 0, 0),
16624 (53215, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16625 (53216, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16626 (53217, 0x00000000, 9, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16627 (53221, 0x00000000, 9, 0x0000000100000000, 0x00000000, 0x00000000, 0, 0, 0),
16628 (53222, 0x00000000, 9, 0x0000000100000000, 0x00000000, 0x00000000, 0, 0, 0),
16629 (53224, 0x00000000, 9, 0x0000000100000000, 0x00000000, 0x00000000, 0, 0, 0),
16630 (53256, 0x00000000, 9, 0x0080000100000800, 0x00000000, 0x00000002, 0, 0, 0),
16631 (53259, 0x00000000, 9, 0x0080000100000800, 0x00000000, 0x00000002, 0, 0, 0),
16632 (53260, 0x00000000, 9, 0x0080000100000800, 0x00000000, 0x00000002, 0, 0, 0),
16633 (53290, 0x00000000, 9, 0x8000000100000800, 0x00000000, 0x00000002, 0, 0, 0),
16634 (53291, 0x00000000, 9, 0x8000000100000800, 0x00000000, 0x00000002, 0, 0, 0),
16635 (53292, 0x00000000, 9, 0x8000000100000800, 0x00000000, 0x00000002, 0, 0, 0),
16636 (53293, 0x00000000, 9, 0x8000000100000800, 0x00000000, 0x00000002, 0, 0, 0),
16637 (53294, 0x00000000, 9, 0x8000000100000800, 0x00000000, 0x00000002, 0, 0, 0),
16638 (53380, 0x00000000, 10, 0x0002000000800000, 0x00000000, 0x00000002, 0, 0, 0),
16639 (53381, 0x00000000, 10, 0x0002000000800000, 0x00000000, 0x00000002, 0, 0, 0),
16640 (53382, 0x00000000, 10, 0x0002000000800000, 0x00000000, 0x00000002, 0, 0, 0),
16641 (53383, 0x00000000, 10, 0x0002000000800000, 0x00000000, 0x00000002, 0, 0, 0),
16642 (53384, 0x00000000, 10, 0x0002000000800000, 0x00000000, 0x00000002, 0, 0, 0),
16643 (53486, 0x00000000, 10, 0x0002800000800000, 0x00000000, 0x00000002, 0, 0, 0),
16644 (53488, 0x00000000, 10, 0x0002800000800000, 0x00000000, 0x00000002, 0, 0, 0),
16645 (53569, 0x00000000, 10, 0x0000000000200000, 0x00000000, 0x00000002, 0, 0, 0),
16646 (53576, 0x00000000, 10, 0x0000000000200000, 0x00000000, 0x00000002, 0, 0, 0),
16647 (54149, 0x00000000, 10, 0x0000000000200000, 0x00000000, 0x00000002, 0, 0, 0),
16648 (54486, 0x00000000, 0, 0x0000900020000021, 0x00000000, 0x00000000, 0, 0, 0),
16649 (54488, 0x00000000, 0, 0x0000900020000021, 0x00000000, 0x00000000, 0, 0, 0),
16650 (54489, 0x00000000, 0, 0x0000900020000021, 0x00000000, 0x00000000, 0, 0, 0),
16651 (54490, 0x00000000, 0, 0x0000900020000021, 0x00000000, 0x00000000, 0, 0, 0),
16652 (54738, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16653 (54841, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16654 (55620, 0x00000000, 15, 0x0800000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16655 (55623, 0x00000000, 15, 0x0800000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16656 (55666, 0x00000000, 15, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16657 (55667, 0x00000000, 15, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16658 (55668, 0x00000000, 15, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16659 (55669, 0x00000000, 15, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16660 (55670, 0x00000000, 15, 0x0000000000000001, 0x00000000, 0x00000000, 0, 0, 0),
16661 (55689, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16662 (56342, 0x00000000, 9, 0x0000000000004000, 0x00000000, 0x00000000, 0, 0, 0),
16663 (56343, 0x00000000, 9, 0x0000000000004000, 0x00000000, 0x00000000, 0, 0, 0),
16664 (56344, 0x00000000, 9, 0x0000000000004000, 0x00000000, 0x00000000, 0, 0, 0),
16665 (56451, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000000, 0, 0, 3),
16666 (56611, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16667 (56612, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16668 (56613, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16669 (56614, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16670 (56636, 0x00000000, 4, 0x0000000000000020, 0x00000000, 0x00000000, 0, 0, 0),
16671 (56637, 0x00000000, 4, 0x0000000000000020, 0x00000000, 0x00000000, 0, 0, 0),
16672 (56638, 0x00000000, 4, 0x0000000000000020, 0x00000000, 0x00000000, 0, 0, 0),
16673 (56821, 0x00000000, 8, 0x0000000000000002, 0x00000000, 0x00000002, 0, 0, 0),
16674 (56822, 0x00000000, 15, 0x0000000000000002, 0x00000000, 0x00000000, 0, 0, 0),
16675 (56834, 0x00000000, 15, 0x0000000000440000, 0x00000000, 0x00000000, 0, 0, 0),
16676 (56835, 0x00000000, 15, 0x0000000000440000, 0x00000000, 0x00000000, 0, 0, 0),
16677 (57878, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000010, 0, 0, 0),
16678 (57880, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000010, 0, 0, 0),
16679 (57881, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000010, 0, 0, 0),
16680 (58357, 0x00000000, 4, 0x0000000000000040, 0x00000000, 0x00000002, 0, 0, 0),
16681 (58364, 0x00000000, 4, 0x0000000000000400, 0x00000000, 0x00000000, 0, 0, 0),
16682 (58372, 0x00000000, 4, 0x0000000000000002, 0x00000000, 0x00000000, 0, 0, 0),
16683 (58386, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000020, 0, 0, 0),
16684 (58616, 0x00000000, 15, 0x0000000000040000, 0x00000000, 0x00000000, 0, 0, 0),
16685 (58620, 0x00000000, 15, 0x0000400000000000, 0x00000000, 0x00000000, 0, 0, 0),
16686 (58626, 0x00000000, 15, 0x0000000002000000, 0x00000000, 0x00000000, 0, 0, 0),
16687 (58631, 0x00000000, 15, 0x0000000000000002, 0x00000000, 0x00000000, 0, 0, 0),
16688 (58642, 0x00000000, 15, 0x0800000000000000, 0x00000000, 0x00000000, 0, 0, 0),
16689 (58644, 0x00000000, 15, 0x0000000400000000, 0x00000000, 0x00000000, 0, 0, 0),
16690 (58647, 0x00000000, 15, 0x0000000400000000, 0x00000000, 0x00000000, 0, 0, 0),
16691 (58676, 0x00000000, 15, 0x0000000800000000, 0x00000000, 0x00000000, 0, 0, 0),
16692 (58677, 0x00000000, 15, 0x0000000000002000, 0x00000000, 0x00000000, 0, 0, 0),
16693 (58872, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16694 (58874, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000040, 0, 0, 0),
16695 (58901, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16696 (59057, 0x00000000, 15, 0x0000000000000002, 0x00000000, 0x00000000, 0, 0, 0),
16697 (59176, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16698 (59327, 0x00000000, 15, 0x0000000008000000, 0x00000000, 0x00000000, 0, 0, 0),
16699 (59725, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000800, 0, 0, 0),
16700 (60537, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000002, 0, 0, 0),
16701 (60572, 0x00000000, 11, 0x0000000090100000, 0x00000000, 0x00000000, 0, 0, 0),
16702 (60617, 0x00000000, 0, 0x0000000000000000, 0x00000000, 0x00000020, 0, 0, 0),
16703 (60826, 0x00000000, 15, 0x0000000001400000, 0x00000000, 0x00000000, 0, 0, 0),
16704 (61324, 0x00000000, 10, 0x0002000000000000, 0x00000000, 0x00000000, 0, 0, 0);
16705 /*!40000 ALTER TABLE `spell_proc_event` ENABLE KEYS */;
16706 UNLOCK TABLES;
16709 -- Table structure for table `spell_script_target`
16712 DROP TABLE IF EXISTS `spell_script_target`;
16713 CREATE TABLE `spell_script_target` (
16714   `entry` mediumint(8) unsigned NOT NULL,
16715   `type` tinyint(3) unsigned NOT NULL default '0',
16716   `targetEntry` mediumint(8) unsigned NOT NULL default '0',
16717   UNIQUE KEY `entry_type_target` (`entry`,`type`,`targetEntry`)
16718 ) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Spell System';
16721 -- Dumping data for table `spell_script_target`
16724 LOCK TABLES `spell_script_target` WRITE;
16725 /*!40000 ALTER TABLE `spell_script_target` DISABLE KEYS */;
16726 /*!40000 ALTER TABLE `spell_script_target` ENABLE KEYS */;
16727 UNLOCK TABLES;
16730 -- Table structure for table `spell_scripts`
16733 DROP TABLE IF EXISTS `spell_scripts`;
16734 CREATE TABLE `spell_scripts` (
16735   `id` mediumint(8) unsigned NOT NULL default '0',
16736   `delay` int(10) unsigned NOT NULL default '0',
16737   `command` mediumint(8) unsigned NOT NULL default '0',
16738   `datalong` mediumint(8) unsigned NOT NULL default '0',
16739   `datalong2` int(10) unsigned NOT NULL default '0',
16740   `dataint` int(11) NOT NULL default '0',
16741   `x` float NOT NULL default '0',
16742   `y` float NOT NULL default '0',
16743   `z` float NOT NULL default '0',
16744   `o` float NOT NULL default '0'
16745 ) ENGINE=MyISAM DEFAULT CHARSET=utf8;
16748 -- Dumping data for table `spell_scripts`
16751 LOCK TABLES `spell_scripts` WRITE;
16752 /*!40000 ALTER TABLE `spell_scripts` DISABLE KEYS */;
16753 /*!40000 ALTER TABLE `spell_scripts` ENABLE KEYS */;
16754 UNLOCK TABLES;
16757 -- Table structure for table `spell_target_position`
16760 DROP TABLE IF EXISTS `spell_target_position`;
16761 CREATE TABLE `spell_target_position` (
16762   `id` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Identifier',
16763   `target_map` smallint(5) unsigned NOT NULL default '0',
16764   `target_position_x` float NOT NULL default '0',
16765   `target_position_y` float NOT NULL default '0',
16766   `target_position_z` float NOT NULL default '0',
16767   `target_orientation` float NOT NULL default '0',
16768   PRIMARY KEY  (`id`)
16769 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Spell System';
16772 -- Dumping data for table `spell_target_position`
16775 LOCK TABLES `spell_target_position` WRITE;
16776 /*!40000 ALTER TABLE `spell_target_position` DISABLE KEYS */;
16777 /*!40000 ALTER TABLE `spell_target_position` ENABLE KEYS */;
16778 UNLOCK TABLES;
16781 -- Table structure for table `spell_threat`
16784 DROP TABLE IF EXISTS `spell_threat`;
16785 CREATE TABLE `spell_threat` (
16786   `entry` mediumint(8) unsigned NOT NULL,
16787   `Threat` smallint(6) NOT NULL,
16788   PRIMARY KEY  (`entry`)
16789 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED;
16792 -- Dumping data for table `spell_threat`
16795 LOCK TABLES `spell_threat` WRITE;
16796 /*!40000 ALTER TABLE `spell_threat` DISABLE KEYS */;
16797 INSERT INTO `spell_threat` VALUES
16798 (78,20),
16799 (284,39),
16800 (285,59),
16801 (770,108),
16802 (778,108),
16803 (1608,78),
16804 (1672,180),
16805 (1715,61),
16806 (2139,300),
16807 (6343,17),
16808 (6572,155),
16809 (6574,195),
16810 (6809,89),
16811 (7372,101),
16812 (7373,141),
16813 (7379,235),
16814 (7386,100),
16815 (7405,140),
16816 (8198,40),
16817 (8204,64),
16818 (8205,96),
16819 (8380,180),
16820 (8972,118),
16821 (9745,148),
16822 (9749,108),
16823 (9880,178),
16824 (9881,207),
16825 (9907,108),
16826 (11556,43),
16827 (11564,98),
16828 (11565,118),
16829 (11566,137),
16830 (11567,145),
16831 (11580,143),
16832 (11581,180),
16833 (11596,220),
16834 (11597,261),
16835 (11600,275),
16836 (11601,315),
16837 (11775,395),
16838 (14274,200),
16839 (14921,415),
16840 (15629,300),
16841 (15630,400),
16842 (15631,500),
16843 (15632,600),
16844 (16857,108),
16845 (17735,200),
16846 (17750,300),
16847 (17751,450),
16848 (17752,600),
16849 (17390,108),
16850 (17391,108),
16851 (17392,108),
16852 (20569,100),
16853 (20736,100),
16854 (20925,20),
16855 (20927,30),
16856 (20928,40),
16857 (23922,160),
16858 (23923,190),
16859 (23924,220),
16860 (23925,250),
16861 (24394,580),
16862 (24583,5),
16863 (25225,300),
16864 (25231,130),
16865 (25258,286),
16866 (25264,215),
16867 (25269,400),
16868 (25286,175),
16869 (25288,355),
16870 (25289,60),
16871 (26993,127),
16872 (26996,176),
16873 (27011,127),
16874 (27179,54),
16875 (29704,230),
16876 (29707,196),
16877 (30324,220),
16878 (30356,323),
16879 (30357,483),
16880 (33745,285),
16881 (33878,129),
16882 (33986,180),
16883 (33987,232);
16884 /*!40000 ALTER TABLE `spell_threat` ENABLE KEYS */;
16885 UNLOCK TABLES;
16888 -- Table structure for table `transports`
16891 DROP TABLE IF EXISTS `transports`;
16892 CREATE TABLE `transports` (
16893   `entry` mediumint(8) unsigned NOT NULL default '0',
16894   `name` text,
16895   `period` mediumint(8) unsigned NOT NULL default '0',
16896   PRIMARY KEY  (`entry`)
16897 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Transports';
16900 -- Dumping data for table `transports`
16903 LOCK TABLES `transports` WRITE;
16904 /*!40000 ALTER TABLE `transports` DISABLE KEYS */;
16905 /*!40000 ALTER TABLE `transports` ENABLE KEYS */;
16906 UNLOCK TABLES;
16909 -- Table structure for table `uptime`
16912 DROP TABLE IF EXISTS `uptime`;
16913 CREATE TABLE `uptime` (
16914   `starttime` bigint(20) unsigned NOT NULL default '0',
16915   `startstring` varchar(64) NOT NULL default '',
16916   `uptime` bigint(20) unsigned NOT NULL default '0',
16917   `maxplayers` smallint(5) unsigned NOT NULL default '0',
16918   PRIMARY KEY  (`starttime`)
16919 ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Uptime system';
16922 -- Dumping data for table `uptime`
16925 LOCK TABLES `uptime` WRITE;
16926 /*!40000 ALTER TABLE `uptime` DISABLE KEYS */;
16927 /*!40000 ALTER TABLE `uptime` ENABLE KEYS */;
16928 UNLOCK TABLES;
16929 /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;
16931 /*!40101 SET SQL_MODE=@OLD_SQL_MODE */;
16932 /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */;
16933 /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */;
16934 /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
16935 /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
16936 /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
16937 /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */;
16939 -- Dump completed on 2008-03-30 15:34:54