diff options
| author | DDuarte <dnpd.dd@gmail.com> | 2014-10-19 04:59:47 +0100 |
|---|---|---|
| committer | DDuarte <dnpd.dd@gmail.com> | 2014-10-19 04:59:47 +0100 |
| commit | 98ca9a77491196ef501093572867236712d74938 (patch) | |
| tree | 264cac69fb40633bbba12765e05d7b4735d6b887 /sql/updates | |
| parent | 79f5772d7af0809294b20d6ead8705ee3a5584cf (diff) | |
| parent | 9e12b969c37e46db0929b488753b7ef1433c9c42 (diff) | |
Merge remote-tracking branch 'origin/4.3.4' into 6.x
Diffstat (limited to 'sql/updates')
106 files changed, 1 insertions, 11012 deletions
diff --git a/sql/updates/auth/2014_10_13_00_auth_434.sql b/sql/updates/auth/2014_10_13_00_auth_434.sql deleted file mode 100644 index e7c984d70f6..00000000000 --- a/sql/updates/auth/2014_10_13_00_auth_434.sql +++ /dev/null @@ -1,24 +0,0 @@ -ALTER TABLE `battlenet_modules` - DROP PRIMARY KEY, - ADD PRIMARY KEY (`Name`, `System`); -DELETE FROM `battlenet_modules` WHERE `Name` IN ('ERRS','PFTY'); -INSERT INTO `battlenet_modules` (`Hash`,`Name`,`Type`,`System`,`Data`) VALUES -('cc654428261322763f4cada5b7f4b3b67660e85639bea916986b3f366fe8adc2', 'ERRS', 'xml', 'enGB', 'AA6C50D3'), -('2753d31092f1978bdd78ebd4fae2d189364ad7108ceb22fbf1413be1f43bef04', 'PFTY', 'pfty', 'zhCN', 'DF6C50D3'), -('5813f318f7e40a07a7cdfeeec9827942e6fdc5ccee0d4171148443e429ad0ead', 'PFTY', 'pfty', 'ruRU', 'DF6C50D3'), -('83663d54444eadad40d43725e59bde8eda10276e76fc3c4e6f2ca56332ee8f03', 'PFTY', 'pfty', 'enSG', 'DF6C50D3'), -('870f53d10b4e1b09d6b622cd5671ba4ff1ad69512dfa2c676072c52e45c7f0f9', 'PFTY', 'pfty', 'esES', 'DF6C50D3'), -('305bbdab1953e65974a249e276867e13ad2c3cabca3668983cb5ed406251bb7b', 'PFTY', 'pfty', 'frFR', 'DF6C50D3'), -('83663d54444eadad40d43725e59bde8eda10276e76fc3c4e6f2ca56332ee8f03', 'PFTY', 'pfty', 'enGB', 'DF6C50D3'), -('a2ec4b41148214037a2e89a2e557af716d085241b81f5244494bdc77a891ca38', 'PFTY', 'pfty', 'csCZ', 'DF6C50D3'), -('a8c77051991b1a6c5dfe412e9f46d8f584349996fbde37c4f2a527c192163502', 'PFTY', 'pfty', 'plPL', 'DF6C50D3'), -('83663d54444eadad40d43725e59bde8eda10276e76fc3c4e6f2ca56332ee8f03', 'PFTY', 'pfty', 'enUS', 'DF6C50D3'), -('7466b2db3f03768aa2527535d4b3c6c9ef9e8fb07c6db88b1019f3d25a2942e8', 'PFTY', 'pfty', 'koKR', 'DF6C50D3'), -('a2ec4b41148214037a2e89a2e557af716d085241b81f5244494bdc77a891ca38', 'PFTY', 'pfty', 'jaJP', 'DF6C50D3'), -('3e381d4f83201f4e3c482eb74da12e5ff9dd924da2413d8fb33f5eea9a02c2c2', 'PFTY', 'pfty', 'zhTW', 'DF6C50D3'), -('83663d54444eadad40d43725e59bde8eda10276e76fc3c4e6f2ca56332ee8f03', 'PFTY', 'pfty', 'enTH', 'DF6C50D3'), -('b72e65b6b34d8f859e79b5f28952e26553a796d5e1d75c2b5930bc0daeaa728c', 'PFTY', 'pfty', 'itIT', 'DF6C50D3'), -('e8b82becbe0a0a1bbb5561df69320edbd770897a8deaab23caa6736255e0dc33', 'PFTY', 'pfty', 'esMX', 'DF6C50D3'), -('83663d54444eadad40d43725e59bde8eda10276e76fc3c4e6f2ca56332ee8f03', 'PFTY', 'pfty', 'enAU', 'DF6C50D3'), -('0a3f6f3f0535ea21dbe620085192afc796203047e270e0e1b76f15a739fe1797', 'PFTY', 'pfty', 'ptBR', 'DF6C50D3'), -('047329d08d433da2622e9fc2ee96c8dd8f35e7770699d07cf74855b9c8ea9125', 'PFTY', 'pfty', 'deDE', 'DF6C50D3'); diff --git a/sql/updates/auth/2014_10_18_00_auth.sql b/sql/updates/auth/2014_10_18_00_auth.sql deleted file mode 100644 index fbae94a4195..00000000000 --- a/sql/updates/auth/2014_10_18_00_auth.sql +++ /dev/null @@ -1,9 +0,0 @@ -DELETE FROM `rbac_permissions` WHERE `id` IN (795, 796); -INSERT INTO `rbac_permissions` (`id`, `name`) VALUES -(795, 'Command: .instance setbossstate'), -(796, 'Command: .instance getbossstate'); - -DELETE FROM `rbac_linked_permissions` WHERE `linkedId` IN (795, 796); -INSERT INTO `rbac_linked_permissions` (`id`, `linkedId`) VALUES -(192, 795), -(192, 796); diff --git a/sql/updates/auth/2014_10_18_01_auth.sql b/sql/updates/auth/2014_10_18_01_auth.sql deleted file mode 100644 index 60808b8a9c9..00000000000 --- a/sql/updates/auth/2014_10_18_01_auth.sql +++ /dev/null @@ -1,23 +0,0 @@ -/* drop then create account_muted table */ -DROP TABLE IF EXISTS `account_muted`; - -CREATE TABLE `account_muted` ( - `guid` INT(10) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Global Unique Identifier', - `mutedate` INT(10) UNSIGNED NOT NULL DEFAULT '0', - `mutetime` INT(10) UNSIGNED NOT NULL DEFAULT '0', - `mutedby` VARCHAR(50) NOT NULL, - `mutereason` VARCHAR(255) NOT NULL, - PRIMARY KEY (`guid`, `mutedate`) -) -COMMENT='mute List' ENGINE=InnoDB; - -/* add rbac permissions to new commands */ -DELETE FROM `rbac_permissions` WHERE `id`=632; -INSERT INTO `rbac_permissions` (`id`,`name`) VALUES -(632, 'Command: .mutehistory'); - -/* adds qc to players */ -DELETE FROM `rbac_linked_permissions` WHERE `id`=632; -INSERT INTO `rbac_linked_permissions` (`id`,`linkedId`) VALUES -/* add mutehistory to gms */ -(194, 632); diff --git a/sql/updates/characters/2014_10_18_00_characters.sql b/sql/updates/characters/2014_10_18_00_characters.sql deleted file mode 100644 index 36b2d042374..00000000000 --- a/sql/updates/characters/2014_10_18_00_characters.sql +++ /dev/null @@ -1,12 +0,0 @@ -DROP TABLE IF EXISTS `quest_tracker`; -CREATE TABLE `quest_tracker` ( - `id` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0', - `character_guid` INT(10) UNSIGNED NOT NULL DEFAULT '0', - `quest_accept_time` DATETIME NOT NULL, - `quest_complete_time` DATETIME DEFAULT NULL, - `quest_abandon_time` DATETIME DEFAULT NULL, - `completed_by_gm` BOOL NOT NULL DEFAULT '0', - `core_hash` VARCHAR(120) NOT NULL DEFAULT '0', - `core_revision` VARCHAR(120) NOT NULL DEFAULT '0' -) -ENGINE=InnoDB; diff --git a/sql/updates/world/2014_09_21_03_world.sql b/sql/updates/world/2014_09_21_03_world.sql deleted file mode 100644 index be9e7de91ba..00000000000 --- a/sql/updates/world/2014_09_21_03_world.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `version` SET `db_version`='TDB 335.56', `cache_id`=56 LIMIT 1; diff --git a/sql/updates/world/2014_09_21_04_world.sql b/sql/updates/world/2014_09_21_04_world.sql deleted file mode 100644 index 2885e30b1ff..00000000000 --- a/sql/updates/world/2014_09_21_04_world.sql +++ /dev/null @@ -1,17 +0,0 @@ -DELETE FROM `gossip_menu_option` WHERE `menu_id`=8301 AND `id`=1; -INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `OptionBroadcastTextID`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `box_coded`, `box_money`, `box_text`, `BoxBroadcastTextID`) VALUES -(8301, 1, 0, 'I need another disguise, Borak. I lost the last one.', 19182, 1, 1, 0, 0, 0, 0, '', 0); - -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=37064, `action_param2`=2, `comment`='Borak, Son of Oronok - On Gossip Option 0 Selected -Cast Create Bundle of Bloodthistle' WHERE `entryorguid`=21293 AND `source_type`=0 AND `id`=2 AND `link`=3; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24806, `action_param2`=2, `comment`='Hive\'Ashi Glyphed Crystal - On Gossip Option 0 Selected - Cast Create Hive\'Ashi Rubbing DND' WHERE `entryorguid`=180454 AND `source_type`=1 AND `id`=1 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24807, `action_param2`=2, `comment`='Hive\'Regal Glyphed Crystal - On Gossip Option 0 Selected - Cast Create Hive\'Regal Rubbing DND' WHERE `entryorguid`=180453 AND `source_type`=1 AND `id`=1 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24805, `action_param2`=2, `comment`='Hive\'Zora Glyphed Crystal - On Gossip Option 0 Selected - Cast Create Hive\'Zora Rubbing DND' WHERE `entryorguid`=180455 AND `source_type`=1 AND `id`=1 AND `link`=0; - -DELETE FROM `smart_scripts` WHERE `entryorguid`=21293 AND `source_type`=0 AND `id`=5; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(21293, 0, 5, 3, 62, 0, 100, 0, 8301, 1, 0, 0, 85, 37100, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Borak, Son of Oronok - On Gossip Option 1 Selected -Cast Create Blood Elf Disguise'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=8301 AND `SourceEntry`=1; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(15, 8301, 1, 0, 0, 9, 0, 10577, 0, 0, 0, 0, 0, '', 'Show gossip menu option if player has quest What Illidan Wants, Illidan Gets...'), -(15, 8301, 1, 0, 0, 2, 0, 30639, 1, 0, 1, 0, 0, '', 'Show gossip menu option if player does not have item Blood Elf Disguise'); diff --git a/sql/updates/world/2014_09_21_04_world_434.sql b/sql/updates/world/2014_09_21_04_world_434.sql deleted file mode 100644 index 800a4f4d9dc..00000000000 --- a/sql/updates/world/2014_09_21_04_world_434.sql +++ /dev/null @@ -1,216 +0,0 @@ --- Add script to Fire Cyclone -UPDATE `creature_template` SET `AIName`='',`ScriptName`='npc_fire_cyclone' WHERE `entry`=40164; --- Add script to Twilight Flame Caller -UPDATE `creature_template` SET `AIName`='',`ScriptName`='npc_twilight_flame_caller' WHERE `entry`=39708; --- Add script to Twilight Torturer -UPDATE `creature_template` SET `AIName`='',`ScriptName`='npc_twilight_torturer' WHERE `entry`=39978; --- Add script to Twilight Sadist -UPDATE `creature_template` SET `AIName`='',`ScriptName`='npc_twilight_sadist' WHERE `entry`=39980; --- Add script to Mad Prisoner -UPDATE `creature_template` SET `AIName`='',`ScriptName`='npc_mad_prisoner' WHERE `entry`=39985; --- Add script to Crazed Mage -UPDATE `creature_template` SET `AIName`='',`ScriptName`='npc_crazed_mage' WHERE `entry`=39982; --- Add script to Raz The Crazed -UPDATE `creature_template` SET `AIName`='',`ScriptName`='npc_raz_the_crazed' WHERE `entry`=39670; --- Add script to Rom'ogg Bonecrusher -UPDATE `creature_template` SET `AIName`='',`ScriptName`='boss_romogg_bonecrusher' WHERE `entry`=39665; --- Add script to Chains of Woe -UPDATE `creature_template` SET `AIName`='',`ScriptName`='npc_chains_of_woe' WHERE `entry`=40447; - --- Add Teleport location for Blackrock Caverns -DELETE FROM `game_tele` WHERE `name`= 'BlackrockCaverns'; -INSERT INTO `game_tele` (`id`,`position_x`,`position_y`,`position_z`,`orientation`,`map`,`name`) VALUES -(1523, -7570.9165, -1326.4373, 245.537216, 4.827146, 0, 'BlackrockCaverns'); - --- Add Instance Template for Blackrock Caverns -DELETE FROM `instance_template` WHERE `map`=645; -INSERT INTO `instance_template` (`map`,`parent`,`script`,`allowMount`) VALUES -(645,0, 'instance_blackrock_caverns',0); - --- Spell Script Names -DELETE FROM `spell_script_names` WHERE `spell_id` IN (75437, 82189, 75649, 75650, 75653, 75654); -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(75437, 'spell_chains_of_woe_1'), -(82189, 'spell_chains_of_woe_4'), -(75649, 'spell_nether_dragon_essence_1'), -(75650, 'spell_nether_dragon_essence_2'), -(75653, 'spell_nether_dragon_essence_2'), -(75654, 'spell_nether_dragon_essence_2'); - --- Add spell condition for Inflict Pain -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=75590; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(13, 1, 75590, 0, 0, 31, 3, 39982, 0, 0, '', 'Inflict Pain targets Crazed Mage'), -(13, 1, 75590, 0, 1, 31, 3, 39985, 0, 0, '', 'Inflict Pain targets Mad Prisoner'); - --- Add spell condition for Chains of Woe -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (75437, 75464, 82189, 82192); -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(13, 1, 75437, 0, 0, 31, 4, 0, 0, 0, '', 'Chains of Woe targets Player'), -(13, 1, 75464, 0, 0, 31, 4, 0, 0, 0, '', 'Chains of Woe targets Player'), -(13, 1, 82189, 0, 0, 31, 4, 0, 0, 0, '', 'Chains of Woe targets Player'), -(13, 1, 82192, 0, 0, 31, 4, 0, 0, 0, '', 'Chains of Woe targets Player'); - --- Creature Template Updates -UPDATE `creature_template` SET `InhabitType`=4, flags_extra=128 WHERE `entry`=39842; -UPDATE `creature_template` SET `InhabitType`=4 WHERE `entry`=40164; -UPDATE `creature_template` SET `InhabitType`=4, flags_extra=128 WHERE `entry`=40343; -UPDATE `creature_template` SET `difficulty_entry_1`=39706 WHERE `entry`=39705; -- Ascendant Lord Obsidius -UPDATE `creature_template` SET `difficulty_entry_1`=39701 WHERE `entry`=39700; -- Beauty -UPDATE `creature_template` SET `difficulty_entry_1`=39680 WHERE `entry`=39679; -- Corla, Herald of Twilight -UPDATE `creature_template` SET `difficulty_entry_1`=39699 WHERE `entry`=39698; -- Karsh Steelbender <Twilight Armorer> -UPDATE `creature_template` SET `difficulty_entry_1`=39666 WHERE `entry`=39665; -- Rom'ogg Bonecrusher -UPDATE `creature_template` SET `difficulty_entry_1`=40085 WHERE `entry`=40084; -- Bellows Slave -UPDATE `creature_template` SET `difficulty_entry_1`=40014 WHERE `entry`=40013; -- Buster -UPDATE `creature_template` SET `difficulty_entry_1`=50379 WHERE `entry`=40447; -- Chains of Woe (No spawn data) (Summoned by 39665 using spell 75539) -UPDATE `creature_template` SET `difficulty_entry_1`=39995 WHERE `entry`=39994; -- Conflagration (No spawn data) -UPDATE `creature_template` SET `difficulty_entry_1`=39983 WHERE `entry`=39982; -- Crazed Mage -UPDATE `creature_template` SET `difficulty_entry_1`=39988 WHERE `entry`=39987; -- Evolved Twilight Zealot -UPDATE `creature_template` SET `difficulty_entry_1`=40022 WHERE `entry`=40021; -- Incendiary Spark -UPDATE `creature_template` SET `difficulty_entry_1`=40009 WHERE `entry`=40008; -- Lucky -UPDATE `creature_template` SET `difficulty_entry_1`=39986 WHERE `entry`=39985; -- Mad Prisoner -UPDATE `creature_template` SET `difficulty_entry_1`=40016 WHERE `entry`=40015; -- Runty -UPDATE `creature_template` SET `difficulty_entry_1`=40818 WHERE `entry`=40817; -- Shadow of Obsidius -UPDATE `creature_template` SET `difficulty_entry_1`=40018 WHERE `entry`=40017; -- Twilight Element Warden -UPDATE `creature_template` SET `difficulty_entry_1`=39709 WHERE `entry`=39708; -- Twilight Flame Caller -UPDATE `creature_template` SET `difficulty_entry_1`=40020 WHERE `entry`=40019; -- Twilight Obsidian Borer -UPDATE `creature_template` SET `difficulty_entry_1`=39981 WHERE `entry`=39980; -- Twilight Sadist -UPDATE `creature_template` SET `difficulty_entry_1`=39979 WHERE `entry`=39978; -- Twilight Torturer -UPDATE `creature_template` SET `difficulty_entry_1`=39991 WHERE `entry`=39990; -- Twilight Zealot -UPDATE `creature_template` SET `difficulty_entry_1`=40005 WHERE `entry`=40004; -- Quicksilver -UPDATE `creature_template` SET `difficulty_entry_1`=50285 WHERE `entry`=50284; -- Twilight Zealot --- Update stats for Blackrock Caverna -UPDATE `creature_template` SET `npcflag`=0, `maxlevel`=82, `flags_extra`=0 WHERE `entry`=39705; -UPDATE `creature_template` SET `npcflag`=0, `minlevel`=87, `maxlevel`=87, `faction`=16, `speed_walk`=1.6, `speed_run`=1.71429, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=295744, `flags_extra`=1 WHERE `entry`=39706; -UPDATE `creature_template` SET `npcflag`=0, `maxlevel`=82, `flags_extra`=0 WHERE `entry`=39700; -UPDATE `creature_template` SET `npcflag`=0, `minlevel`=87, `maxlevel`=87, `faction`=16, `speed_walk`=1.6, `speed_run`=1.71429, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832, `flags_extra`=1 WHERE `entry`=39701; -UPDATE `creature_template` SET `npcflag`=0, `maxlevel`=82, `flags_extra`=0 WHERE `entry`=39679; -UPDATE `creature_template` SET `npcflag`=0, `minlevel`=87, `maxlevel`=87, `faction`=16, `speed_walk`=1.6, `unit_class`=2, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832, `flags_extra`=1 WHERE `entry`=39680; -UPDATE `creature_template` SET `npcflag`=0, `maxlevel`=82, `flags_extra`=0 WHERE `entry`=39698; -UPDATE `creature_template` SET `npcflag`=0, `minlevel`=87, `maxlevel`=87, `faction`=16, `speed_walk`=1.6, `speed_run`=1.71429, `unit_class`=2, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832, `flags_extra`=1 WHERE `entry`=39699; -UPDATE `creature_template` SET `npcflag`=0, `maxlevel`=82, `flags_extra`=0 WHERE `entry`=39665; -UPDATE `creature_template` SET `npcflag`=0, `minlevel`=87, `maxlevel`=87,`faction`=16, `speed_walk`=1.6, `speed_run`=1.71429, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832 WHERE `entry`=39666; -UPDATE `creature_template` SET `maxlevel`=80 WHERE `entry`=40084; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832, `flags_extra`=1 WHERE `entry`=40085; -UPDATE `creature_template` SET `maxlevel`=81 WHERE `entry`=40013; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `speed_walk`=1.6, `speed_run`=1.28571, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832 WHERE `entry`=40014; -UPDATE `creature_template` SET `maxlevel`=80 WHERE `entry`=39982; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `unit_class`=2, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832 WHERE `entry`=39983; -UPDATE `creature_template` SET `maxlevel`=81 WHERE `entry`=39987; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `speed_walk`=1.6, `speed_run`=1.42857, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832 WHERE `entry`=39988; -UPDATE `creature_template` SET `maxlevel`=80 WHERE `entry`=40021; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832 WHERE `entry`=40022; -UPDATE `creature_template` SET `maxlevel`=81 WHERE `entry`=40008; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `speed_walk`=1.6, `speed_run`=1.28571, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832 WHERE `entry`=40009; -UPDATE `creature_template` SET `maxlevel`=80 WHERE `entry`=39985; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=294976 WHERE `entry`=39986; -UPDATE `creature_template` SET `maxlevel`=81 WHERE `entry`=40015; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `speed_walk`=1.6, `speed_run`=1, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832 WHERE `entry`=40016; -UPDATE `creature_template` SET `maxlevel`=82 WHERE `entry`=40817; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `speed_walk`=2.4, `speed_run`=0.857143, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=295680 WHERE `entry`=40818; -UPDATE `creature_template` SET `maxlevel`=80 WHERE `entry`=40017; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_class`=2, `unit_flags`=32832 WHERE `entry`=40018; -UPDATE `creature_template` SET `maxlevel`=80 WHERE `entry`=39708; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832 WHERE `entry`=39709; -UPDATE `creature_template` SET `maxlevel`=80 WHERE `entry`=40019; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832 WHERE `entry`=40020; -UPDATE `creature_template` SET `maxlevel`=80 WHERE `entry`=39980; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832 WHERE `entry`=39980; -UPDATE `creature_template` SET `maxlevel`=80 WHERE `entry`=39978; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=32832 WHERE `entry`=39979; -UPDATE `creature_template` SET `maxlevel`=80, `unit_flags`=32832, `unit_flags2`=2048, `dynamicflags`=0 WHERE `entry`=39990; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_class`=2, `unit_flags`=32832, `unit_flags2`=2048, `dynamicflags`=0 WHERE `entry`=39991; -UPDATE `creature_template` SET `maxlevel`=80 WHERE `entry`=40004; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `speed_run`=1.14286, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_class`=2, `unit_flags`=33587520, `unit_flags2`=0 WHERE `entry`=40005; -UPDATE `creature_template` SET `maxlevel`=80 WHERE `entry`=50284; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=16, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_class`=2, `unit_flags`=294912 WHERE `entry`=50285; -UPDATE `creature_template` SET `minlevel`=81, `maxlevel`=81,`faction`=14, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=524288, flags_extra=0 WHERE `entry`=40447; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85,`faction`=14, `baseattacktime`=2000, `rangeattacktime`=2000, `unit_flags`=524288, flags_extra=0 WHERE `entry`=50379; - -DELETE FROM `creature_template_addon` WHERE `entry`=39705; -INSERT INTO `creature_template_addon` (`entry`,`bytes2`,`auras`) VALUES (39705,1, '75054'); -DELETE FROM `creature_template_addon` WHERE `entry`=40817; -INSERT INTO `creature_template_addon` (`entry`,`bytes2`,`auras`) VALUES (40817,1, '76190 76164 76167 75054'); -DELETE FROM `creature_template_addon` WHERE `entry`=51340; -INSERT INTO `creature_template_addon` (`entry`,`bytes2`,`auras`) VALUES (51340,1, '95014'); -DELETE FROM `creature_template_addon` WHERE `entry`=40164; -INSERT INTO `creature_template_addon` (`entry`,`bytes2`,`auras`) VALUES (40164,1, '74851'); -DELETE FROM `creature_template_addon` WHERE `entry`=46476; -INSERT INTO `creature_template_addon` (`entry`,`bytes2`,`auras`) VALUES (46476,1, '92292'); -DELETE FROM `creature_template_addon` WHERE `entry`=53488; -INSERT INTO `creature_template_addon` (`entry`,`bytes2`,`auras`) VALUES (53488,1, '99201'); -DELETE FROM `creature_template_addon` WHERE `entry`=39708; -INSERT INTO `creature_template_addon` (`entry`,`bytes2`,`auras`) VALUES (39708,1, '74911'); -DELETE FROM `creature_template_addon` WHERE `entry`=49526; -INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`auras`) VALUES (49526,65536,1, '92282 92284'); -DELETE FROM `creature_template_addon` WHERE `entry`=49476; -INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`auras`) VALUES (49476,65536,1, '92292'); -DELETE FROM `creature_template_addon` WHERE `entry`=50284; -INSERT INTO `creature_template_addon` (`entry`,`bytes1`,`bytes2`,`auras`) VALUES (50284,8,1, '75608'); -DELETE FROM `creature_template_addon` WHERE `entry`=39987; -INSERT INTO `creature_template_addon` (`entry`,`bytes2`,`auras`) VALUES (39987,1, '18950'); - --- Equipment -DELETE FROM `creature_equip_template` WHERE `entry` IN (39665, 39666, 39698, 39699, 39708, 39709, 39679, 39680, 39705, 39980, 39985, 39986, 39978, 39979, 39987, 39988, 39990, 39991, 50284, 50285, 40084, 40085, 40017, 40018, 40019, 40020); -INSERT INTO `creature_equip_template` (`entry`, `id`, `itemEntry1`, `itemEntry2`, `itemEntry3`) VALUES -(39665, 1, 54780, 54780, 0), -(39666, 1, 54780, 54780, 0), -(39698, 1, 58176, 0, 0), -(39699, 1, 58176, 0, 0), -(39708, 1, 49653, 0, 0), -(39709, 1, 49653, 0, 0), -(39679, 1, 52838, 0, 0), -(39680, 1, 52838, 0, 0), -(39705, 1, 60969, 0, 0), -(39980, 1, 52517, 52517, 6886), -(39985, 1, 54827, 0, 0), -(39986, 1, 54827, 0, 0), -(39978, 1, 52520, 0, 0), -(39979, 1, 52520, 0, 0), -(39987, 1, 58176, 0, 0), -(39988, 1, 58176, 0, 0), -(39990, 1, 52517, 0, 0), -(39990, 2, 57007, 58941, 0), -(39990, 3, 57036, 0, 0), -(39990, 4, 58803, 0, 0), -(39991, 1, 52517, 0, 0), -(39991, 2, 57007, 58941, 0), -(39991, 3, 57036, 0, 0), -(39991, 4, 58803, 0, 0), -(50284, 1, 41889, 0, 0), -(50285, 1, 41889, 0, 0), -(40084, 1, 1910, 0, 0), -(40085, 1, 1910, 0, 0), -(40017, 1, 49724, 0, 0), -(40018, 1, 54815, 0, 0), -(40019, 1, 49724, 0, 0), -(40020, 1, 54815, 0, 0); - --- Creature text -DELETE FROM `creature_text` WHERE `entry` IN (39665,39679,39698,39705,39670,39985,49476); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`) VALUES -(39665, 0, 0, 'Boss Cho''gall not gonna be happy ''bout dis!', 14, 0, 100, 0, 0, 18925, 'Rom''ogg Bonecrusher - Aggro'), -(39665, 1, 0, 'Dat''s what you get! Noting!', 14, 0, 100, 0, 0, 18926, 'Rom''ogg Bonecrusher - Killing a player'), -(39665, 2, 0, 'Stand still! Rom''ogg crack your skulls!', 14, 0, 100, 0, 0, 18927, 'Rom''ogg Bonecrusher - Skullcracker'), -(39665, 3, 0, 'Rom''ogg sorry...', 14, 0, 100, 0, 0, 18928, 'Rom''ogg Bonecrusher - Death'), -(39665, 4, 0, '%s calls for help!', 16, 0, 100, 0, 0, 0, 'Rom''ogg Bonecrusher - Emote call for help'), -(39665, 5, 0, '%s prepares to unleash The Skullcracker on nearby enemies!', 41, 0, 100, 0, 0, 0, 'Rom''ogg Bonecrusher - Skullcracker emote'), -(39679, 0, 0, 'HERETICS! You will suffer for this interruption!', 14, 0, 100, 0, 0, 18589, 'Corla, Herald of Twilight - Aggro'), -(39679, 1, 0, 'There is only one true path of enlightenment! DEATH!', 14, 0, 100, 0, 0, 18590, 'Corla, Herald of Twilight - - Killing a player'), -(39679, 2, 0, 'Bask in his power! Rise as an agent of the master''s rage!', 14, 0, 100, 0, 0, 18592, 'Corla, Herald of Twilight - Evolved Zealot'), -(39679, 3, 0, 'For the master I''d die a thousand times... A thousan...', 14, 0, 100, 0, 0, 18594, 'Corla, Herald of Twilight - Death'), -(39679, 4, 0, 'A Twilight Zealot has evolved!', 41, 0, 100, 0, 0, 0, 'Corla, Herald of Twilight - Evolved Zealot emote'), -(39698, 0, 0, 'Bodies to test my armaments upon!', 14, 0, 100, 0, 0, 18852, 'Karsh Steelbender - Aggro'), -(39698, 1, 0, 'Merely an impurity in the compound!', 14, 0, 100, 0, 0, 18853, 'Karsh Steelbender - Killing a player'), -(39698, 2, 0, 'Feel the burn!', 14, 0, 100, 0, 0, 18854, 'Karsh Steelbender to Karsh Steelbender - Superheated Quicksilver Armor'), -(39698, 3, 0, 'We number in the millions! Your efforts are wasted...', 14, 0, 100, 0, 0, 18855, 'Karsh Steelbender - Death'), -(39698, 4, 0, '%s''s armor shimmers with heat. Strike now!', 41, 0, 100, 0, 0, 0, 'Karsh Steelbender to Karsh Steelbender - Aura Emote'), -(39705, 0, 0, 'You come seeking answers? Then have them! Look upon your answer to living!', 14, 0, 100, 0, 0, 18899, 'Ascendant Lord Obsidius - Aggro'), -(39705, 1, 0, 'Your kind has no place in the master''s world!', 14, 0, 100, 0, 0, 18900, 'Ascendant Lord Obsidius - Killing a player'), -(39705, 2, 0, 'Earth can be shaped, molded... You cannot! You are useless!', 14, 0, 100, 0, 0, 18901, 'Ascendant Lord Obsidius - Switching shadows'), -(39705, 3, 0, 'I cannot be destroyed... Only... de... layed...', 14, 0, 100, 0, 0, 18902, 'Ascendant Lord Obsidius - Death'), -(39705, 4, 0, '%s prepares to trade places with one of his shadows!', 41, 0, 100, 0, 0, 0, 'Ascendant Lord Obsidius - Switching shadows emote'), -(39670, 0, 0, 'RAZ SMASH!', 14, 0, 100, 0, 0, 18919, 'Raz the Crazed'), -(39670, 1, 0, 'Raz... Tired...', 14, 0, 100, 0, 0, 18920, 'Raz the Crazed'), -(39985, 0, 0, '%s becomes enraged!', 16, 0, 100, 0, 0, 0, 'Mad Prisoner'), -(49476, 0, 0, 'RAZ, NOOOOOOOOOOO!!!!', 14, 0, 100, 0, 0, 0, 'Finkle Einhorn'); diff --git a/sql/updates/world/2014_09_21_05_world.sql b/sql/updates/world/2014_09_21_05_world.sql deleted file mode 100644 index b2a4fc2a0d4..00000000000 --- a/sql/updates/world/2014_09_21_05_world.sql +++ /dev/null @@ -1,3 +0,0 @@ -UPDATE `creature_template` SET `ScriptName`= 'npc_invis_infernal_caster' WHERE `entry`=21417; -UPDATE `creature_template` SET `AIName`="", `ScriptName`= 'npc_infernal_attacker' WHERE `entry`=21419; -DELETE FROM `smart_scripts` WHERE `entryorguid`=21419 AND `source_type`=0; diff --git a/sql/updates/world/2014_09_21_05_world_434.sql b/sql/updates/world/2014_09_21_05_world_434.sql deleted file mode 100644 index 8581224069e..00000000000 --- a/sql/updates/world/2014_09_21_05_world_434.sql +++ /dev/null @@ -1,4 +0,0 @@ -UPDATE `creature_template` SET `exp`=3 WHERE `entry` IN (50285,40818,50379,40085,40020,40022,40018,40016,40014,40009,40005,39991,39988,39986,39983,39981,39979,39709,39706,39699,39701,39680,39666); -UPDATE `creature_template` SET `unit_class`=1 WHERE `entry` IN (40005,39699); -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `exp`=3, `faction`=16, `speed_walk`=1.6, `speed_run`=1.42857, `BaseAttackTime`=2000, `RangeAttackTime`=2000, `unit_flags`=32832 WHERE `entry`=39995; -UPDATE `creature_template` SET `minlevel`=85, `maxlevel`=85, `faction`=16, `BaseAttackTime`=2000, `RangeAttackTime`=2000, `unit_flags`=32832 WHERE `entry`=39981; diff --git a/sql/updates/world/2014_09_21_06_world.sql b/sql/updates/world/2014_09_21_06_world.sql deleted file mode 100644 index 8f1f22d4486..00000000000 --- a/sql/updates/world/2014_09_21_06_world.sql +++ /dev/null @@ -1,72 +0,0 @@ -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=19252 WHERE `menu_id`=8301 AND `id`=1; - -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28945, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 0 Selected - Cast Summon Confessor\'s Belt DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=0 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28939, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 0 Selected - Cast Summon Madcap\'s Bracers DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=0 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=22958, `action_param2`=2, `comment`='Highlord Demitrian - On Gossip Complete - Cast Summon Vessel of Rebirth DND' WHERE `entryorguid`=14347 AND `source_type`=0 AND `id`=0 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28920, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 0 Selected - Cast Summon Freethinker\'s Bracers DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=0 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28923, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 0 Selected - Summon Augur\'s Belt DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=0 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=38255, `action_param2`=2, `comment`='Tally Zapnabber - On Gossip Option 0 Selected - Cast Create Gnome Cannon Waiver' WHERE `entryorguid`=21460 AND `source_type`=0 AND `id`=0 AND `link`=1; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=25763, `action_param2`=2, `comment`='Draconic for Dummies - On Gossip Option 0 Selected - Cast Draconic For Dummies 7 DND' WHERE `entryorguid`=180667 AND `source_type`=1 AND `id`=0 AND `link`=1; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=25765, `action_param2`=2, `comment`='Draconic for Dummies - On Gossip Option 0 Selected - Cast Draconic For Dummies 4 DND' WHERE `entryorguid`=180666 AND `source_type`=1 AND `id`=0 AND `link`=1; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=25764, `action_param2`=2, `comment`='Draconic for Dummies - On Gossip Option 0 Selected - Cast Draconic For Dummies 5 DND' WHERE `entryorguid`=180665 AND `source_type`=1 AND `id`=0 AND `link`=1; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28937, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 1 Selected - Cast Summon Madcap\'s Mantle DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=1 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28943, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 1 Selected - Cast Summon Confessor\'s Mantle DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=1 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28919, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 1 Selected - Cast Summon Freethinker\'s Belt DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=1 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28926, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 1 Selected - Cast Summon Augur\'s Bracers DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=1 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28946, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 2 Selected - Cast Summon Confessor\'s Bracers DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=2 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28935, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 2 Selected - Cast Summon Madcap\'s BP DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=2 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28909, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 2 Selected - Cast Summon Freethinker\'s BP DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=2 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28959, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 2 Selected - Cast Summon Augur\'s BP DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=2 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24015, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 3 Selected - Cast Create Zul\'Gurub Talisman PRT R4 DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=3 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24075, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 3 Selected - Cast Create Zul\'Gurub Talisman ROG R4 DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=3 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24010, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 3 Selected - Cast Zul\'Gurub Talisman PAL R4 DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=3 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24070, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 3 Selected - Cast Create Zul\'Gurub Talisman SHM R4 DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=3 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24012, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 4 Selected - Cast Create Zul\'Gurub Talisman PRT R1 DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=4 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24072, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 4 Selected - Cast Create Zul\'Gurub Talisman ROG R1 DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=4 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24007, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 4 Selected - Cast Zul\'Gurub Talisman PAL R1 DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=4 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24067, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 4 Selected - Cast Create Zul\'Gurub Talisman SHM R1 DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=4 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24013, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 5 Selected - Cast Create Zul\'Gurub Talisman PRT R2 DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=5 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24073, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 5 Selected - Cast Create Zul\'Gurub Talisman ROG R2 DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=5 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24008, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 5 Selected - Cast Zul\'Gurub Talisman PAL R2 DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=5 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24068, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 5 Selected - Cast Create Zul\'Gurub Talisman SHM R2 DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=5 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24014, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 6 Selected - Cast Create Zul\'Gurub Talisman PRT R3 DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=6 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24074, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 6 Selected - Cast Create Zul\'Gurub Talisman ROG R3 DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=6 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24009, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 6 Selected - Cast Zul\'Gurub Talisman PAL R3 DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=6 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24069, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 6 Selected - Cast Create Zul\'Gurub Talisman SHM R3 DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=6 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28956, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 0 Selected - Cast Summon Demoniac\'s Mantle DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=14 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28929, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 0 Selected - Cast Summon Predator\'s Belt DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=14 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28908, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 0 Selected - Cast Summon Vindicator\'s Armguards DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=14 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28941, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 0 Selected - Cast Summon Haruspex\'s Belt DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=14 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28954, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 1 Selected - Summon Demoniac\'s BP DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=15 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28930, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 1 Selected - Cast Summon Predator\'s Bracers DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=15 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28886, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 1 Selected - Cast Summon Vindicator\'s Belt DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=15 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28942, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 1 Selected - Cast Summon Haruspex\'s Bracers DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=15 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28958, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 2 Selected - Casy Summon Demoniac\'s Bracers DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=16 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28921, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 2 Selected - Cast Summon Predator\'s Mantle DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=16 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28885, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 2 Selected - Cast Summon Vindicator\'s BP DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=16 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28940, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 2 Selected - Cast Summon Haruspex\'s BP DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=16 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24047, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 3 Selected - Cast Create Zul\'Gurub Talisman WLK R4 DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=17 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24079, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 3 Selected - Cast Create Zul\'Gurub Talisman HUN R4 DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=17 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24001, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 3 Selected - Cast Create Zul\'Gurub Talisman WAR R4 DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=17 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24060, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 3 Selected - Cast Create Zul\'Gurub Talisman DRU R4 DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=17 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24044, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 4 Selected - Cast Create Zul\'Gurub Talisman WLK R1 DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=18 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24076, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 4 Selected - Cast Create Zul\'Gurub Talisman HUN R1 DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=18 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=23998, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 4 Selected - Cast Create Zul\'Gurub Talisman WAR R1 DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=18 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24055, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 4 Selected - Cast Create Zul\'Gurub Talisman DRU R1 DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=18 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24045, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 5 Selected - Cast Create Zul\'Gurub Talisman WLK R2 DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=19 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24077, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 5 Selected - Cast Create Zul\'Gurub Talisman HUN R2 DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=19 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=23999, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 5 Selected - Cast Create Zul\'Gurub Talisman WAR R2 DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=19 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24056, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 5 Selected - Cast Create Zul\'Gurub Talisman DRU R2 DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=19 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24046, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 6 Selected - Cast Create Zul\'Gurub Talisman WLK R3 DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=20 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24078, `action_param2`=2, `comment`='Falthir the Sightless - On Gossip Option 6 Selected - Cast Create Zul\'Gurub Talisman HUN R3 DND' WHERE `entryorguid`=14905 AND `source_type`=0 AND `id`=20 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24000, `action_param2`=2, `comment`='Jin\'rokh the Breaker - On Gossip Option 6 Selected - Cast Create Zul\'Gurub Talisman WAR R3 DND' WHERE `entryorguid`=14902 AND `source_type`=0 AND `id`=20 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24059, `action_param2`=2, `comment`='Maywiki of Zuldazar - On Gossip Option 6 Selected - Cast Create Zul\'Gurub Talisman DRU R3 DND' WHERE `entryorguid`=14904 AND `source_type`=0 AND `id`=20 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28951, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 0 Selected - Cast Summon Illusionist\'s Mantle DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=28 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28949, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 1 Selected - Cast Summon Illusionist\'s BP DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=29 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=28952, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 2 Selected - Cast Summon Illusionist\'s Bracers DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=30 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24041, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 3 Selected - Cast Create Zul\'Gurub Talisman MAG R4 DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=31 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24038, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 4 Selected - Cast Create Zul\'Gurub Talisman MAG R1 DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=32 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24039, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 5 Selected - Cast Create Zul\'Gurub Talisman MAG R2 DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=33 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=24040, `action_param2`=2, `comment`='Al\'tabim the All-Seeing - On Gossip Option 6 Selected -Cast Create Zul\'Gurub Talisman MAG R3 DND' WHERE `entryorguid`=14903 AND `source_type`=0 AND `id`=34 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=25600, `action_param2`=2, `comment`='Spirit of Azuregos - On Gossip Option 0 Selected - Cast Idol of Neptulon DND' WHERE `entryorguid`=15481 AND `source_type`=0 AND `id`=0 AND `link`=0; -UPDATE `smart_scripts` SET `action_type`=85, `action_param1`=31314, `action_param2`=2, `comment`='Blood Knight Dawnstar - On Gossip Option 0 Selected - Cast Summon Blood Knight Insignia' WHERE `entryorguid`=17832 AND `source_type`=0 AND `id`=0 AND `link`=1; diff --git a/sql/updates/world/2014_09_21_07_world.sql b/sql/updates/world/2014_09_21_07_world.sql deleted file mode 100644 index db11a7fa3d2..00000000000 --- a/sql/updates/world/2014_09_21_07_world.sql +++ /dev/null @@ -1,9 +0,0 @@ --- ModelID Fix For NPC: 21749 --- Also Remove Dwarf ModelID From ModelID of 21749 -DELETE FROM `creature_model_info` WHERE `modelid` IN (20447, 20448, 20449, 20450, 18790); -INSERT INTO `creature_model_info` (`modelid`, `bounding_radius`, `combat_reach`, `gender`, `modelid_other_gender`) VALUES -(20447, 0.372, 1.5, 0, 20449), -- Male Green Orc -(20448, 0.372, 1.5, 0, 20450), -- Male Dark Green Orc -(20449, 0.236, 1.5, 1, 20448), -- Female Dark Green Orc -(20450, 0.236, 1.5, 1, 20447), -- Female Green Orc -(18790, 0.347, 1.5, 1, 18791); -- Dwarf diff --git a/sql/updates/world/2014_09_22_00_world.sql b/sql/updates/world/2014_09_22_00_world.sql deleted file mode 100644 index 3a252cf74bc..00000000000 --- a/sql/updates/world/2014_09_22_00_world.sql +++ /dev/null @@ -1,32 +0,0 @@ --- UPDATE `spell_dbc` SET `Effect1`=28,`EffectMiscValueB1`=64 WHERE `Id`IN(29396,29397); 335a only - -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(19656,17034) AND `source_type`=0; -DELETE FROM `smart_scripts` WHERE `entryorguid`IN(1965600,1965601) AND `source_type`=9; -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` =17034; - -DELETE FROM `creature` WHERE `id`=17034; - -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(19656, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 87, 1965600, 1965601, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Invisible Location Trigger - On Just Summoned - Run Random Script'), -(1965600, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 11, 29396, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Invisible Location Trigger - Script 1 - Cast Summon Kaliri Female'), -(1965601, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 11, 29397, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Invisible Location Trigger - Script 2 - Cast Summon Kaliri Male'), -(17034, 0, 1, 0, 8, 0, 100, 0, 29435, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Female Kaliri Hatchling - On Spellhit Capture Female Kaliri Hatchling - Despawn'); - -UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI' WHERE `entry`=181582; -DELETE FROM `smart_scripts` WHERE `entryorguid`=181582 AND `source_type`=1; - -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(181582, 1, 0, 1, 70, 0, 100, 0, 2, 0, 0, 0, 12, 19656, 1, 30000, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Kaliri Nest - On State Changed - Summon Invisible Location Trigger'), -(181582, 1, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 70, 300, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Kaliri Nest - On State Changed - Despawn'); - -UPDATE `gameobject` SET `state`=1 WHERE `id`=181582; - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=19656; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(22, 1, 19656, 0, 0, 23, 1, 3556, 0, 0, 0, 0, 0, '', ''); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`IN(13,17) AND `SourceEntry`=29435; - -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(13, 1, 29435, 0, 0, 31, 0, 3, 17034, 0, 0, 0, 0, '', 'Capture Female Kaliri Hatchling requires target Female Kaliri Hatchling'), -(17, 0, 29435, 0, 0, 31, 1, 3, 17034, 0, 0, 0, 0, '', 'Capture Female Kaliri Hatchling requires target Female Kaliri Hatchling'); diff --git a/sql/updates/world/2014_09_23_00_world.sql b/sql/updates/world/2014_09_23_00_world.sql deleted file mode 100644 index bc552663771..00000000000 --- a/sql/updates/world/2014_09_23_00_world.sql +++ /dev/null @@ -1,15 +0,0 @@ -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=45274; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(17, 0, 45274, 0, 0, 31, 1, 3, 25226, 0, 0, 0, 0, '', 'The King\'s Empty Conch requires target Scalder'), -(17, 0, 45274, 0, 0, 36, 1, 0, 0, 0, 1, 0, 0, '', 'The King\'s Empty Conch requires target is dead'); - -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN(25226,25197); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(25226,25197) AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(25226, 0, 0, 0, 9, 0, 100, 0, 0, 20, 10000, 15000, 11, 50257, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Scalder - On Range - Cast Scalding Blast'), -(25226, 0, 1, 0, 9, 0, 100, 0, 0, 3000, 2500, 4000, 11, 32011, 64, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Scalder - On Range - Cast Water Bolt'), -(25197, 0, 0, 0,20, 0, 100, 0, 11571, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'King Mrgl-Mrgl - On Quest Reward (Learning to Communicate) - Say'); - -DELETE FROM `creature_text` WHERE `entry`=25197; -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`,`BroadcastTextID`) VALUES -(25197, 0, 0, 'There, $n, now you will be able to speak with, and understand, the Winterfin murlocs.', 12, 0, 100, 1, 0, 0, 'King Mrgl-Mrgl',24428); diff --git a/sql/updates/world/2014_09_23_01_world.sql b/sql/updates/world/2014_09_23_01_world.sql deleted file mode 100644 index 9ce9e338f44..00000000000 --- a/sql/updates/world/2014_09_23_01_world.sql +++ /dev/null @@ -1,2 +0,0 @@ -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=29435; -UPDATE `smart_scripts` SET `action_type`=11, `action_param1`=39812, `action_param2`=2, `comment`='Wild Sparrowhawk - On Script - Cast Captured Sparrowhawk' WHERE `entryorguid`=2297900 AND `source_type`=9 AND `id`=2 AND `link`=0; diff --git a/sql/updates/world/2014_09_23_02_world.sql b/sql/updates/world/2014_09_23_02_world.sql deleted file mode 100644 index dedfbbe95b1..00000000000 --- a/sql/updates/world/2014_09_23_02_world.sql +++ /dev/null @@ -1,83 +0,0 @@ -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN(29851,29860,29858,29859); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(29851,29860,29858,29859) AND `source_type`=0; -DELETE FROM `smart_scripts` WHERE `entryorguid`=2985100 AND `source_type`=9; - -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(2985100, 9, 0, 0, 0, 0, 100, 0, 7000, 7000, 0, 0, 12, 29860, 1, 300000, 0, 0, 0, 8, 0, 0, 0, 8552.679, 2653.384, 652.3538, 5.757316, 'General Lightsbane - Script - Summon Vile'), -(2985100, 9, 1, 0, 0, 0, 100, 0, 11000, 11000, 0, 0, 12, 29858, 1, 300000, 0, 0, 0, 8, 0, 0, 0, 8597.88, 2668.878, 652.3538, 4.433503, 'General Lightsbane - Script - Summon Lady Nightswood'), -(2985100, 9, 2, 0, 0, 0, 100, 0, 11000, 11000, 0, 0, 12, 29859, 1, 300000, 0, 0, 0, 8, 0, 0, 0, 8556.31, 2633.728, 652.4367, 0.3490658, 'General Lightsbane - Script - Summon The Leaper'), -(29851, 0, 0, 1, 7, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 29860, 0, 0, 0, 0, 0, 0, 'General Lightsbane - On Evade - Set Data on Vile'), -(29851, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 29858, 0, 0, 0, 0, 0, 0, 'General Lightsbane - On Evade - Set Data on Lady Nightswood'), -(29851, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 29859, 0, 0, 0, 0, 0, 0, 'General Lightsbane - On Evade - Set Data on The Leaper'), -(29851, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 41, 1000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'General Lightsbane - On Evade - Despawn'), -(29851, 0, 4, 5, 54, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'General Lightsbane - On Just Summoned - Say Line'), -(29851, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'General Lightsbane - On Just Summoned - Attack'), -(29851, 0, 6, 0, 4, 0, 100, 0, 0, 0, 0, 0, 80, 2985100, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'General Lightsbane - On Agro - Run Timed Action List (IC Only)'), -(29851, 0, 7, 0, 9, 0, 100, 0, 0, 5, 13000, 18000, 11, 60186, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'General Lightsbane - On Range - Cast Plague Strike'), -(29851, 0, 8, 0, 9, 0, 100, 0, 0, 5, 8000, 11000, 11, 15284, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'General Lightsbane - On Range - Cast Cleave'), -(29851, 0, 9, 0, 9, 0, 100, 0, 3000, 5000, 10000, 15000, 11, 60160, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'General Lightsbane - On Range - Cast Death and Decay'), -(29851, 0, 10, 11, 6, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 29860, 0, 0, 0, 0, 0, 0, 'General Lightsbane - On Death - Set Data on Vile'), -(29851, 0, 11, 12, 61, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 29858, 0, 0, 0, 0, 0, 0, 'General Lightsbane - On Death - Set Data on Lady Nightswood'), -(29851, 0, 12, 0, 61, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 29859, 0, 0, 0, 0, 0, 0, 'General Lightsbane - On Death - Set Data on The Leaper'), -(29860, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 53, 1, 29860, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Just Summoned - Start WP'), -(29860, 0, 1, 2, 40, 0, 100, 0, 8, 29860, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Reached WP8 - Set Home Position'), -(29860, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Reached WP8 - Set Aggresive'), -(29860, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Reached WP8 - Say Line'), -(29860, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 19, 29851, 0, 0, 0, 0, 0, 0, 'Vile - On Reached WP8 - Attack General Lightsbane'), -(29860, 0, 5, 0, 38, 0, 100, 0, 1, 1, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Data Set 1 1 - Despawn'), -(29860, 0, 6, 0, 4, 0, 100, 0, 0, 0, 0, 0, 11, 37548, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Agro - Cast Taunt'), -(29860, 0, 7, 0, 0, 0, 100, 0, 8000, 15000, 10000, 15000, 11, 37548, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Vile - IC - Cast Taunt'), -(29860, 0, 8, 0, 9, 0, 100, 0, 0, 5, 5000, 8000, 11, 6253, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Range - Cast Back Hand'), -(29860, 0, 9, 0, 0, 0, 100, 0, 10000, 15000, 15000, 23000, 11, 56646, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - IC - Cast Enrage'), -(29858, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 53, 1, 29858, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Just Summoned - Start WP'), -(29858, 0, 1, 2, 40, 0, 100, 0, 7, 29858, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Reached WP7 - Set Home Position'), -(29858, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Reached WP7 - Set Aggresive'), -(29858, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Reached WP7 - Say Line'), -(29858, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 19, 29851, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Reached WP7 - Attack General Lightsbane'), -(29858, 0, 5, 0, 38, 0, 100, 0, 1, 1, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Data Set 1 1 - Despawn'), -(29858, 0, 6, 0, 0, 0, 100, 0, 0, 8000, 13000, 18000, 11, 5884, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - IC - Cast Banshee Curse'), -(29858, 0, 7, 0, 9, 0, 100, 0, 0, 5, 4000, 7000, 11, 16838, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Range - Cast Banshee Banshee Shiek'), -(29859, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 53, 1, 29859, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Just Summoned - Start WP'), -(29859, 0, 1, 2, 40, 0, 100, 0, 6, 29859, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Reached WP7 - Set Home Position'), -(29859, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Reached WP7 - Set Aggresive'), -(29859, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Reached WP7 - Say Line'), -(29859, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 19, 29851, 0, 0, 0, 0, 0, 0, 'The Leaper - On Reached WP7 - Attack General Lightsbane'), -(29859, 0, 5, 0, 38, 0, 100, 0, 1, 1, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Data Set 1 1 - Despawn'), -(29859, 0, 6, 0, 9, 0, 100, 0, 0, 5, 4000, 7000, 11, 60195, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Range - Cast Sinister Strike'), -(29859, 0, 7, 0, 0, 0, 100, 0, 5000, 8000, 30000, 35000, 11, 60177, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Range - Cast Hunger For Blood'); - -DELETE FROM `waypoints` WHERE `entry` IN(29860,29858,29859); -INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES -(29860, 1,8550.583, 2654.241, 652.3538, 'Vile'), -(29860, 2,8551.562, 2654.033, 652.3538, 'Vile'), -(29860, 3,8554.787, 2652.161, 652.3538, 'Vile'), -(29860, 4,8560.368, 2648.921, 652.3538, 'Vile'), -(29860, 5,8576.063, 2639.811, 652.3538, 'Vile'), -(29860, 6,8577.143, 2639.184, 652.3538, 'Vile'), -(29860, 7,8578.033, 2638.667, 652.3539, 'Vile'), -(29860, 8,8578.033, 2638.667, 652.3539, 'Vile'), -(29858, 1,8598.499, 2671.039, 652.3538, 'Lady Nightswood'), -(29858, 2,8598.224, 2670.077, 652.3538, 'Lady Nightswood'), -(29858, 3,8597.247, 2666.667, 652.3538, 'Lady Nightswood'), -(29858, 4,8595.948, 2662.132, 652.3538, 'Lady Nightswood'), -(29858, 5,8593.374, 2653.144, 652.3538, 'Lady Nightswood'), -(29858, 6,8589.56, 2639.825, 652.3538, 'Lady Nightswood'), -(29858, 7,8589.56, 2639.825, 652.3538, 'Lady Nightswood'), -(29859, 1,8558.935, 2633.13, 652.1038, 'The Leaper'), -(29859, 2,8567.935, 2631.38, 652.1038, 'The Leaper'), -(29859, 3,8569.185, 2631.38, 652.1038, 'The Leaper'), -(29859, 4,8577.435, 2631.88, 652.1038, 'The Leaper'), -(29859, 5,8585.435, 2632.38, 652.1038, 'The Leaper'), -(29859, 6,8586.87, 2632.519, 652.3538, 'The Leaper'); - -DELETE FROM `creature_text` WHERE `entry` IN(29860,29859,29858,29851); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`,`BroadcastTextID`) VALUES -(29860, 0, 0, 'SMASH!', 12, 0, 100, 0, 0, 0, 'Vile',30471), -(29859, 0, 0, 'MRMRFRMRFRMRRRR!', 12, 0, 100, 0, 0, 0, 'The Leaper',30472), -(29858, 0, 0, 'My dear general, your time has come!', 12, 0, 100, 0, 0, 0, 'Lady Nightswood',30470), -(29851, 0, 0, 'You''re the one that''s been disrupting things? This should be easy.', 12, 0, 100, 0, 0, 0, 'General Lightsbane',30465); - --- General Lightsbane 13:52:37 --- Vile 13:52:44 --- Lady Nightswood 13:52:55 --- The Leaper 13:53:06 diff --git a/sql/updates/world/2014_09_23_03_world.sql b/sql/updates/world/2014_09_23_03_world.sql deleted file mode 100644 index 366b9cd1197..00000000000 --- a/sql/updates/world/2014_09_23_03_world.sql +++ /dev/null @@ -1,28 +0,0 @@ -DELETE FROM `spell_script_names` WHERE `spell_id` IN ( -42924, -43310, -42992, -42993, -42994, -43052, -43450 -); -INSERT INTO `spell_script_names` (`spell_id` ,`ScriptName`) VALUES -(42924, 'spell_brewfest_giddyup'), -(43310, 'spell_brewfest_ram'), -(42992, 'spell_brewfest_ram'), -(42993, 'spell_brewfest_ram'), -(42994, 'spell_brewfest_ram'), -(43052, 'spell_brewfest_ram_fatigue'), -(43450, 'spell_brewfest_apple_trap'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=42924; -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=43450; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(17, 0, 42924, 0, 0, 1, 0, 43332, 0, 0, 1, 172, 0, '', 'Cast Gore Bladder only if Cosmetic - Underwater Blood (no sound) aura is active'), -(13, 1, 43450, 0, 0, 1, 0, 43052, 0, 0, 0, 0, 0, '', 'Brewfest - apple trap - friendly DND targets only if does have aura Ram Fatigue'); - -DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=-43883 AND `spell_effect`=-43052; -DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=43450 AND `spell_effect`=-43052; -INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES -(-43883, -43052, 0, 'Rental racing ram removed removes Ram Fatigue'); diff --git a/sql/updates/world/2014_09_23_04_world.sql b/sql/updates/world/2014_09_23_04_world.sql deleted file mode 100644 index 26f1bfafdb6..00000000000 --- a/sql/updates/world/2014_09_23_04_world.sql +++ /dev/null @@ -1,5 +0,0 @@ -DELETE FROM `spell_script_names` WHERE `spell_id` IN ( -43332 -); -INSERT INTO `spell_script_names` (`spell_id` ,`ScriptName`) VALUES -(43332, 'spell_brewfest_exhausted_ram'); diff --git a/sql/updates/world/2014_09_24_00_world.sql b/sql/updates/world/2014_09_24_00_world.sql deleted file mode 100644 index 99c2cf0abbb..00000000000 --- a/sql/updates/world/2014_09_24_00_world.sql +++ /dev/null @@ -1,111 +0,0 @@ -SET @CGUID := 29977; - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN(29070); -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(13, 1, 29070, 0, 0, 31, 0, 3, 29840, 0, 0, 0, 0, '', 'Sovereign Rod target The Leaper'), -(13, 1, 29070, 0, 1, 31, 0, 3, 29770, 0, 0, 0, 0, '', 'Sovereign Rod target The Lady Nightswood'), -(13, 1, 29070, 0, 2, 31, 0, 3, 29769, 0, 0, 0, 0, '', 'Sovereign Rod target Vile'), -(13, 1, 29070, 0, 0, 1, 0, 29266, 0, 0, 0, 0, 0, '', 'Sovereign Rod target must have aura permament feign death'), -(13, 1, 29070, 0, 1, 1, 0, 29266, 0, 0, 0, 0, 0, '', 'Sovereign Rod target must have aura permament feign death'), -(13, 1, 29070, 0, 2, 1, 0, 29266, 0, 0, 0, 0, 0, '', 'Sovereign Rod target must have aura permament feign death'); - -DELETE FROM `creature_text` WHERE `entry` IN(29840,29770,29769); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`,`BroadcastTextID`) VALUES -(29840, 0, 0, 'Mrrfrmrfrmrrrrr!', 12, 0, 100, 0, 0, 0, 'The Leaper',30463), -(29840, 1, 0, 'Mrmrmmrmrmrmrm... mrmrmrmr?!', 12, 0, 100, 1, 0, 12937, 'The Leaper',30459), -(29770, 0, 0, 'Who intrudes upon my ritual?', 12, 0, 100, 0, 0, 0, 'Lady Nightswood',30462), -(29770, 1, 0, 'You dare?! Where is Baron Sliver? I would have words with him!', 12, 0, 100, 34, 0, 1173, 'Lady Nightswood',30458), -(29769, 0, 0, 'Crush... maim... DESTROY!', 12, 0, 100, 0, 0, 0, 'Vile',30461), -(29769, 1, 0, 'Vile free? Vile love $n!', 12, 0, 100, 34, 0, 1446, 'Vile',30460); - -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN(29840,29770,29769); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(29840,29770,29769) AND `source_type`=0; - -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(29770, 0, 1, 17, 61, 0, 100, 1, 0, 0, 0, 0, 18, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On 1% HP - Set Unit Flags'), -(29770, 0, 2, 0, 11, 0, 100, 0, 0, 0, 0, 0, 42, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Spawn - Set Invincibilty HP'), -(29770, 0, 3, 4, 2, 0, 100, 1, 0, 1, 0, 0, 102, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On 1% HP - Turn hp regen off'), -(29770, 0, 4, 5, 61, 0, 100, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On 1% HP - Set Passive'), -(29770, 0, 5, 6, 61, 0, 100, 1, 0, 0, 0, 0, 11, 29266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On 1% HP - Cast Permament Feign Death'), -(29770, 0, 6, 1, 61, 0, 100, 1, 0, 0, 0, 0, 41, 60000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On 1% HP - Despawn After 60 Seconds'), -(29770, 0, 7, 8, 8, 0, 100, 0, 29071, 0, 0, 0, 33, 29846, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Spellhit Sovereign Rod - Quest Credit Free Your Mind'), -(29770, 0, 8, 9, 61, 0, 100, 1, 0, 0, 0, 0, 2, 2050, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Spellhit - Set Faction'), -(29770, 0, 9, 10, 61, 0, 100, 1, 0, 0, 0, 0, 18, 33040, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Spellhit - Set Unit Flags'), -(29770, 0, 10, 11, 61, 0, 100, 1, 0, 0, 0, 0, 11, 35426, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Spellhit - Cast Arcane Explosion Visual'), -(29770, 0, 11, 12, 61, 0, 100, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Spellhit - Say Line 2'), -(29770, 0, 12, 13, 61, 0, 100, 1, 0, 0, 0, 0, 28, 29266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Spellhit - Remove Permament Feigm Death'), -(29770, 0, 13, 14, 61, 0, 100, 1, 0, 0, 0, 0, 19, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Spellhit - Set Unit Flags 2'), -(29770, 0, 14, 15, 61, 0, 100, 1, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Spellhit - Set Orientation'), -(29770, 0, 15, 23, 61, 0, 100, 1, 0, 0, 0, 0, 96, 32, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Spellhit - Set Dynamic Flags'), -(29770, 0, 16, 0, 4, 0, 100, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Agro - Say'), -(29770, 0, 17, 18, 61, 0, 100, 1, 0, 0, 0, 0, 19, 536870912, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - Link - Remove Unit Flags'), -(29770, 0, 18, 0, 61, 0, 100, 1, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - Link - Evade'), -(29770, 0, 19, 0, 25, 0, 100, 0, 0, 0, 0, 0, 11, 29266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Reset - Cast Permament Feign Death'), -(29770, 0, 20, 0, 0, 0, 100, 0, 0, 8000, 13000, 18000, 11, 5884, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - IC - Cast Banshee Curse'), -(29770, 0, 21, 0, 9, 0, 100, 0, 0, 5, 4000, 7000, 11, 16838, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Range - Cast Banshee Banshee Shiek'), -(29770, 0, 22, 0, 11, 0, 100, 0, 0, 0, 0, 0, 19, 33552, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Respawn - Set Unit Flags'), -(29770, 0, 23, 24, 61, 0, 100, 1, 0, 0, 0, 0, 102, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Spellhit - Set HP Regen on'), -(29770, 0, 24, 0, 61, 0, 100, 1, 0, 0, 0, 0, 41, 15000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - On Spellhit - Despawn After 15 Seconds'), -(29770, 0, 25, 0, 1, 0, 100, 0, 0, 0, 3000, 3000, 11, 55070, 0, 0, 0, 0, 0, 19, 29771, 0, 0, 0, 0, 0, 0, 'Lady Nightswood - OOC - Cast Shadow Cultist: Blue Smoke Beam'), -(29840, 0, 1, 17, 61, 0, 100, 1, 0, 0, 0, 0, 18, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On 1% HP - Set Unit Flags'), -(29840, 0, 2, 0, 11, 0, 100, 0, 0, 0, 0, 0, 42, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Spawn - Set Invincibilty HP'), -(29840, 0, 3, 4, 2, 0, 100, 1, 0, 1, 0, 0, 102, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On 1% HP - Turn hp regen off'), -(29840, 0, 4, 5, 61, 0, 100, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On 1% HP - Set Passive'), -(29840, 0, 5, 6, 61, 0, 100, 1, 0, 0, 0, 0, 11, 29266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On 1% HP - Cast Permament Feign Death'), -(29840, 0, 6, 1, 61, 0, 100, 1, 0, 0, 0, 0, 41, 60000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On 1% HP - Despawn After 60 seconds'), -(29840, 0, 7, 8, 8, 0, 100, 0, 29071, 0, 0, 0, 33, 29847, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Spellhit Sovereign Rod - Quest Credit Free Your Mind'), -(29840, 0, 8, 9, 61, 0, 100, 1, 0, 0, 0, 0, 2, 2050, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Spellhit - Set Faction'), -(29840, 0, 9, 10, 61, 0, 100, 1, 0, 0, 0, 0, 18, 33040, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Spellhit - Set Unit Flags'), -(29840, 0, 10, 11, 61, 0, 100, 1, 0, 0, 0, 0, 11, 35426, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Spellhit - Cast Arcane Explosion Visual'), -(29840, 0, 11, 12, 61, 0, 100, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Spellhit - Say Line 2'), -(29840, 0, 12, 13, 61, 0, 100, 1, 0, 0, 0, 0, 28, 29266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Spellhit - Remove Permament Feigm Death'), -(29840, 0, 13, 14, 61, 0, 100, 1, 0, 0, 0, 0, 19, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Spellhit - Set Unit Flags 2'), -(29840, 0, 14, 15, 61, 0, 100, 1, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Spellhit - Set Orientation'), -(29840, 0, 15, 23, 61, 0, 100, 1, 0, 0, 0, 0, 96, 32, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Spellhit - Set Dynamic Flags'), -(29840, 0, 16, 0, 4, 0, 100, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Agro - Say'), -(29840, 0, 17, 18, 61, 0, 100, 1, 0, 0, 0, 0, 19, 536870912, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - Link - Remove Unit Flags'), -(29840, 0, 18, 0, 61, 0, 100, 1, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - Link - Evade'), -(29840, 0, 19, 0, 25, 0, 100, 0, 0, 0, 0, 0, 11, 29266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Reset - Cast Permament Feign Death'), -(29840, 0, 20, 0, 9, 0, 100, 0, 0, 5, 4000, 7000, 11, 60195, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Range - Cast Sinister Strike'), -(29840, 0, 7, 21, 0, 0, 100, 0, 5000, 8000, 30000, 35000, 11, 60177, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Range - Cast Hunger For Blood'), -(29840, 0, 22, 0, 11, 0, 100, 0, 0, 0, 0, 0, 19, 33552, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Respawn - Set Unit Flags'), -(29840, 0, 23, 24, 61, 0, 100, 1, 0, 0, 0, 0, 102, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Spellhit - Set HP Regen on'), -(29840, 0, 24, 0, 61, 0, 100, 1, 0, 0, 0, 0, 41, 15000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Leaper - On Spellhit - Despawn After 15 Seconds'), -(29769, 0, 1, 17, 61, 0, 100, 1, 0, 0, 0, 0, 18, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On 1% HP - Set Unit Flags'), -(29769, 0, 2, 0, 11, 0, 100, 0, 0, 0, 0, 0, 42, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Spawn - Set Invincibilty HP'), -(29769, 0, 3, 4, 2, 0, 100, 1, 0, 1, 0, 0, 102, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On 1% HP - Turn hp regen off'), -(29769, 0, 4, 5, 61, 0, 100, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On 1% HP - Set Passive'), -(29769, 0, 5, 6, 61, 0, 100, 1, 0, 0, 0, 0, 11, 29266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On 1% HP - Cast Permament Feign Death'), -(29769, 0, 6, 1, 61, 0, 100, 1, 0, 0, 0, 0, 41, 60000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On 1% HP - Despawn After 60 seconds'), -(29769, 0, 7, 8, 8, 0, 100, 0, 29071, 0, 0, 0, 33, 29845, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Spellhit Sovereign Rod - Quest Credit Free Your Mind'), -(29769, 0, 8, 9, 61, 0, 100, 1, 0, 0, 0, 0, 2, 2050, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Spellhit - Set Faction'), -(29769, 0, 9, 10, 61, 0, 100, 1, 0, 0, 0, 0, 18, 33040, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Spellhit - Set Unit Flags'), -(29769, 0, 10, 11, 61, 0, 100, 1, 0, 0, 0, 0, 11, 35426, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Spellhit - Cast Arcane Explosion Visual'), -(29769, 0, 11, 12, 61, 0, 100, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Spellhit - Say Line 2'), -(29769, 0, 12, 13, 61, 0, 100, 1, 0, 0, 0, 0, 28, 29266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Spellhit - Remove Permament Feigm Death'), -(29769, 0, 13, 14, 61, 0, 100, 1, 0, 0, 0, 0, 19, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Spellhit - Set Unit Flags 2'), -(29769, 0, 14, 15, 61, 0, 100, 1, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Spellhit - Set Orientation'), -(29769, 0, 15, 23, 61, 0, 100, 1, 0, 0, 0, 0, 96, 32, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Spellhit - Set Dynamic Flags'), -(29769, 0, 16, 0, 4, 0, 100, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Agro - Say'), -(29769, 0, 17, 18, 61, 0, 100, 1, 0, 0, 0, 0, 19, 536870912, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - Link - Remove Unit Flags'), -(29769, 0, 18, 0, 61, 0, 100, 1, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - Link - Evade'), -(29769, 0, 19, 0, 25, 0, 100, 0, 0, 0, 0, 0, 11, 29266, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Reset - Cast Permament Feign Death'), -(29769, 0, 20, 0, 9, 0, 100, 0, 0, 5, 5000, 8000, 11, 6253, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Range - Cast Back Hand'), -(29769, 0, 21, 0, 0, 0, 100, 0, 10000, 15000, 15000, 23000, 11, 56646, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - IC - Cast Enrage'), -(29769, 0, 22, 0, 11, 0, 100, 0, 0, 0, 0, 0, 19, 33552, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Respawn - Set Unit Flags'), -(29769, 0, 23, 24, 61, 0, 100, 1, 0, 0, 0, 0, 102, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Spellhit - Set HP Regen on'), -(29769, 0, 24, 0, 61, 0, 100, 1, 0, 0, 0, 0, 41, 15000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Vile - On Spellhit - Despawn After 15 Seconds'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN(29769,29770,29840); -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(22, 8, 29769, 0, 0, 1, 1, 29266, 0, 0, 0, 0, 0, '', 'Only run SAI if has aura Permanent Feign Death'), -(22, 8, 29770, 0, 0, 1, 1, 29266, 0, 0, 0, 0, 0, '', 'Only run SAI if has aura Permanent Feign Death'), -(22, 8, 29840, 0, 0, 1, 1, 29266, 0, 0, 0, 0, 0, '', 'Only run SAI if has aura Permanent Feign Death'), -(22, 20, 29769, 0, 0, 38, 1, 2, 4, 0, 0, 0, 0, '', 'Only run SAI if HP at 1% or less'), -(22, 20, 29770, 0, 0, 38, 1, 2, 4, 0, 0, 0, 0, '', 'Only run SAI if HP at 1% or less'), -(22, 20, 29840, 0, 0, 38, 1, 2, 4, 0, 0, 0, 0, '', 'Only run SAI if HP at 1% or less'), -(22, 26, 29770, 0, 0, 1, 1, 29266, 0, 0, 1, 0, 0, '', 'Only run SAI if does not have aura Permanent Feign Death'); - -DELETE FROM `creature` WHERE `guid`=@CGUID+0 AND `id`=29771; -INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phasemask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES -(@CGUID+0, 29771, 571, 1, 2, 8406.269, 2829.692, 718.509, 3.996804, 120, 0, 0); -- 29771 (Area: 210) diff --git a/sql/updates/world/2014_09_24_01_world.sql b/sql/updates/world/2014_09_24_01_world.sql deleted file mode 100644 index e94e17d08df..00000000000 --- a/sql/updates/world/2014_09_24_01_world.sql +++ /dev/null @@ -1,43 +0,0 @@ -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (24497,24527,24510); -UPDATE `creature_template` SET `unit_flags`=512 WHERE `entry`=24527; -UPDATE `creature_template` SET `unit_flags`=768 WHERE `entry`=24510; - - -DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=24497; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(24497, 0, 0, 0, 19, 0, 100, 0, 11409, 0, 0, 0, 11, 42149, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ram Master Ray <Ram Racing Master> - On Quest ''Now This is Ram Racing... Almost.'' Taken - Cast ''Rental Racing Ram'''), -(24497, 0, 1, 0, 20, 0, 100, 0, 11409, 0, 0, 0, 11, 44358, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ram Master Ray <Ram Racing Master> - On Quest ''Now This is Ram Racing... Almost.'' Taken - Cast ''Rental Racing Ram'''), -(24497, 0, 2, 0, 19, 0, 100, 0, 11412, 0, 0, 0, 11, 42149, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ram Master Ray <Ram Racing Master> - On Quest ''There and Back Again'' Taken - Cast ''Rental Racing Ram'''), -(24497, 0, 3, 0, 20, 0, 100, 0, 11412, 0, 0, 0, 11, 44358, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ram Master Ray <Ram Racing Master> - On Quest ''There and Back Again'' Taken - Cast ''Rental Racing Ram'''); - - -DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=24527; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(24527, 0, 0, 0, 10, 0, 100, 0, 1, 25, 1000, 1000, 11, 43660, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Bok Dropcertain - Within 0-50 Range - Cast ''Brewfest - Throw Keg - DND'''); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=24527; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(22, 1, 24527, 0, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', ''), -(22, 1, 24527, 0, 0, 2, 0, 33797, 1, 0, 1, 0, 0, '', ''); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=43662; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(13, 1, 43662, 0, 0, 31, 0, 3, 24510, 0, 0, 0, 0, '', ''); - -DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=24510; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(24510, 0, 0, 0, 10, 0, 100, 0, 1, 25, 1000, 1000, 11, 43714, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Driz Tumblequick <Ram Racing Apprentice> - Within 0-50 Range - Cast ''Brewfest - Throw Keg - DND'''), -(24510, 0, 1, 0, 8, 0, 100, 0, 43662, 0, 0, 0, 85, 44601, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Driz Tumblequick <Ram Racing Apprentice> - On SpellHit - Cast ''Brewfest - Relay Race - Intro - Assign Kill Credit'''); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=24510; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(22, 1, 24510, 0, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', ''), -(22, 1, 24510, 0, 0, 2, 0, 33797, 1, 0, 0, 0, 0, '', ''); - -DELETE FROM `spell_script_names` WHERE `spell_id` IN ( -43714, -43876 -); -INSERT INTO `spell_script_names` (`spell_id` ,`ScriptName`) VALUES -(43714, 'spell_brewfest_relay_race_intro_force_player_to_throw'), -(43876, 'spell_brewfest_dismount_ram'); diff --git a/sql/updates/world/2014_09_25_00_world.sql b/sql/updates/world/2014_09_25_00_world.sql deleted file mode 100644 index 02dfd0f4fc6..00000000000 --- a/sql/updates/world/2014_09_25_00_world.sql +++ /dev/null @@ -1,9 +0,0 @@ --- Converted Sentry SAI -SET @ENTRY := 24981; -UPDATE `creature_template` SET `AIName`="SmartAI", `ScriptName` = '' WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,1,63,0,100,1,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,"Converted Sentry - Just Summoned - Say Line 0 (No Repeat)"), -(@ENTRY,0,1,2,61,0,100,1,0,0,0,0,11,45009,0,0,0,0,0,7,0,0,0,0,0,0,0,"Converted Sentry - Just Summoned - Cast Converted Sentry Credit (No Repeat)"), -(@ENTRY,0,2,3,61,0,100,1,0,0,0,0,89,5,0,0,0,0,0,1,0,0,0,0,0,0,0,"Converted Sentry - Just Summoned - Set random movement (No Repeat)"), -(@ENTRY,0,3,0,61,0,100,1,0,0,0,0,41,7500,0,0,0,0,0,1,0,0,0,0,0,0,0,"Converted Sentry - Just Summoned - Cast Despawn In 7500 ms (No Repeat)"); diff --git a/sql/updates/world/2014_09_25_01_world.sql b/sql/updates/world/2014_09_25_01_world.sql deleted file mode 100644 index 726dda26e10..00000000000 --- a/sql/updates/world/2014_09_25_01_world.sql +++ /dev/null @@ -1,23 +0,0 @@ -DELETE FROM `creature_template_addon` WHERE `entry`=24497; -INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES -(24497, 22631, 0x0, 0x1, '43880 44069 42146 43492'); -- Ram Master Ray - Ramstein's Swift Work Ram, See Supplier Mark, Brewfest Racing Ram Aura [DND], Brewfest - apple trap - Unfriendly DND - -DELETE FROM `gossip_menu_option` WHERE `menu_id`=8976; -INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `OptionBroadcastTextID`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `box_coded`, `box_money`, `box_text`, `BoxBroadcastTextID`) VALUES -(8976, 1, 0, 'May I have another racing ram?', 74294, 1, 1, 0, 0, 0, 0, '', 0), -(8976, 2, 0, 'May I have another racing ram?', 74294, 1, 1, 0, 0, 0, 0, '', 0); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=8976; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(15, 8976, 1, 0, 0, 1, 0, 43883, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player does not have Aura "Rental Racing Ram"'), -(15, 8976, 1, 0, 0, 9, 0, 11412, 0, 0, 0, 0, 0, '', 'Show Gossip option only if player does not have "There and Back Again" taken'), -(15, 8976, 1, 0, 0, 28, 0, 11412, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player has not quest "There and Back Again" rewarded'), -(15, 8976, 2, 0, 0, 1, 0, 43883, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player does not have Aura "Rental Racing Ram"'), -(15, 8976, 2, 0, 0, 9, 0, 11409, 0, 0, 0, 0, 0, '', 'Show Gossip option only if player does not have "Now This is Ram Racing... Almost." taken'), -(15, 8976, 2, 0, 0, 28, 0, 11409, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player has not quest "Now This is Ram Racing... Almost." rewarded'); - -DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=24497 AND `id` >= 4; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(24497, 0, 4, 6, 62, 0, 100, 0, 8976, 1, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ram Master Ray <Ram Racing Master> - On Quest ''Now This is Ram Racing... Almost.'' Taken - Cast ''Rental Racing Ram'''), -(24497, 0, 5, 6, 62, 0, 100, 0, 8976, 2, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ram Master Ray <Ram Racing Master> - On Quest ''Now This is Ram Racing... Almost.'' Taken - Cast ''Rental Racing Ram'''), -(24497, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 11, 42149, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ram Master Ray <Ram Racing Master> - On Link - Cast ''Rental Racing Ram'''); diff --git a/sql/updates/world/2014_09_25_02_world.sql b/sql/updates/world/2014_09_25_02_world.sql deleted file mode 100644 index 057ca76b638..00000000000 --- a/sql/updates/world/2014_09_25_02_world.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `creature_template` SET `faction`=21 WHERE `entry`=36672; -- Coldflame diff --git a/sql/updates/world/2014_09_26_00_world.sql b/sql/updates/world/2014_09_26_00_world.sql deleted file mode 100644 index 3951f760e47..00000000000 --- a/sql/updates/world/2014_09_26_00_world.sql +++ /dev/null @@ -1,326 +0,0 @@ -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN(60532,60545,60456); -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(13, 3, 60532, 0, 0, 31, 0, 3, 32184, 0, 0, 0, 0, '', 'Heart Explosion Effects effects 1 & 2 Target the Lich King'), -(13, 3, 60532, 0, 1, 31, 0, 3, 32272, 0, 0, 0, 0, '', 'Heart Explosion Effects effects 1 & 2 Target High Invoker Basaleph'), -(13, 4, 60532, 0, 0, 31, 0, 3, 32272, 0, 0, 0, 0, '', 'Heart Explosion Effects effect 3 Targets High Invoker Basaleph'), -(13, 1, 60545, 0, 0, 31, 0, 3, 32175, 0, 0, 0, 0, '', 'Koltiras Revenge targets Chosen Zealot'), -(13, 1, 60456, 0, 0, 31, 0, 3, 32184, 0, 0, 0, 0, '', 'Tirion Smashes Heart targets The Lich King'); - -DELETE FROM `spell_target_position` WHERE `id`=60585; -INSERT INTO `spell_target_position` (`id`, `effIndex`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`, `VerifiedBuild`) VALUES -(60585, 0, 571, 6488.41, 411.684, 481.937, 4.74, 0); - -DELETE FROM `creature_text` WHERE `entry` IN(32239,32311,32312,32184,32241); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`,`BroadcastTextID`) VALUES -(32239, 0, 0, 'It is time. May the Light give us strength.', 12, 0, 100, 0, 0, 0, 'Highlord Tirion Fordring',32578), -(32239, 1, 0, 'Keep your heads down and follow my lead.', 12, 0, 100, 0, 0, 0, 'Highlord Tirion Fordring',32616), -(32239, 2, 0, 'Here it comes. Stand ready.', 12, 0, 100, 0, 0, 0, 'Highlord Tirion Fordring',32619), -(32239, 3, 0, 'Something''s wrong... I sense a dark presence.', 12, 0, 100, 0, 0, 0, 'Highlord Tirion Fordring',32620), -(32239, 4, 0, 'The Lich King is here. May the Light guide our blades.', 12, 0, 100, 0, 0, 0, 'Highlord Tirion Fordring',32621), -(32239, 5, 0, 'You sound a little too confident. Especially considering the way our last encounter ended.', 12, 0, 100, 25, 0, 0, 'Highlord Tirion Fordring',32592), -(32239, 6, 0, 'That might be, but I don''t need to stand on holy ground to run that disembodied heart of yours with the Ashbringer.', 12, 0, 100, 1, 0, 0, 'Highlord Tirion Fordring',32589), -(32239, 7, 0, 'The heart... the last remaining vestige of your humanity. I had to stop it from being destroyed. I had to see for myself. And at last I''m sure...', 12, 0, 100, 1, 0, 0, 'Highlord Tirion Fordring',32590), -(32239, 8, 0, 'Only shadows from the past remain. There''s nothing left to redeem!', 12, 0, 100, 0, 0, 0, 'Highlord Tirion Fordring',32595), -(32311, 0, 0, 'Take courage, crusaders. You do not fight alone!', 14, 0, 100, 0, 0, 0, 'Koltira Deathweaver',32708), -(32311, 1, 0, 'The Lich King is badly hurt. We ought to stay behind and finish him.', 12, 0, 100, 0, 0, 0, 'Koltira Deathweaver',32725), -(32312, 0, 0, 'Quick, through the portal! He won''t stay down for long.', 12, 0, 100, 0, 0, 0, 'Highlord Darion Mograine',32707), -(32312, 1, 0, 'Patience... we will get our chance soon enough. Be content that for once, it is Tirion who is in our debt.', 12, 0, 100, 0, 0, 0, 'Highlord Darion Mograine',32726), -(32184, 0, 0, 'Uninvited guests! Did you think you''d go unnoticed inside my dominion?', 12, 0, 100, 1, 0, 0, 'The Lich King',32582), -(32184, 1, 0, 'I must confess... you were not altogether unexpected. I hope you find your final resting place... to your liking.', 12, 0, 100, 1, 0, 0, 'The Lich King',32585), -(32184, 2, 0, 'Last time we met, you had the advantage of fighting on holy ground. You''ll find that our situation has been... reversed.', 12, 0, 100, 11, 0, 0, 'The Lich King',32588), -(32184, 3, 0, 'I call your bluff. You''re a paladin after all. Your obsession with redemption goes beyond the inane.', 12, 0, 100, 1, 0, 0, 'The Lich King',32593), -(32184, 4, 0, 'You surely wouldn''t destroy humanity''s only chance to redeem its most wayward son. You''d sooner die!', 12, 0, 100, 1, 0, 0, 'The Lich King',32594), -(32184, 5, 0, 'Arrrrggggggggggh!!!!', 14, 0, 100, 34, 0, 0, 'The Lich King',32694), -(32184, 6, 0, 'You... will pay for that, old man. Slay them all!', 14, 0, 100, 0, 0, 0, 'The Lich King',32698), -(32241, 0, 0, 'Tirion''s down! Defend him with your lives!', 14, 0, 100, 0, 0, 0, 'Disguised Crusader',32687); - -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN(32239,32241,32184,24042,32175,32312,32309,32310,32311); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(32239,32241,-74513,-74514,-74515,32184,24042,32175,32312,32309,32310,32311) AND `source_type`=0; -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(3223900,3218400,3217500,3217501,3217502,3217503,3217504,3217505,3231200) AND `source_type`=9; - -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(3231200, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 11, 61487, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Cast Tirions Gambit Event Credit'), -(3231200, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Say Line 0'), -(3231200, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 18, 768, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Say Line 0'), -(3231200, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Say Line 0'), -(3231200, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Say Line 0'), -(3231200, 9, 5, 0, 0, 0, 100, 0, 0, 0, 0, 0, 50, 193941, 120, 0, 0, 0, 0, 8, 0, 0, 0, 6133.566, 2757.817, 573.914, 0, 'Highlord Darion Mograine - On Data Set 2 2 - Cast Tirions Gambit Event Credit'), -(3231200, 9, 6, 0, 0, 0, 100, 0, 9000, 9000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 19, 32311, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Say Line 1 on Koltira Deathweaver'), -(3231200, 9, 7, 0, 0, 0, 100, 0, 9000, 9000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Say Line 1 on Darion Mograine'), -(3231200, 9, 8, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 6, 6, 0, 0, 0, 0, 19, 32239, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Set Data on Highlord Tirion Fordring'), -(3231200, 9, 9, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 3, 3, 0, 0, 0, 0, 19, 32310, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Set Data on Highlord Tirion Fordring'), -(3231200, 9, 10, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 3, 3, 0, 0, 0, 0, 19, 32311, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Set Data on Highlord Tirion Fordring'), -(3231200, 9, 11, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 3, 3, 0, 0, 0, 0, 9, 32309, 0, 200, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Set Data on Highlord Tirion Fordring'), -(3231200, 9, 12, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 4, 4, 0, 0, 0, 0, 9, 32241, 0, 200, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Set Data on Disguised Crusader'), -(3231200, 9, 13, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 45, 6, 6, 0, 0, 0, 0, 9, 32241, 0, 200, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Set Data on Disguised Crusader'), -(3231200, 9, 14, 0, 0, 0, 100, 0, 0, 0, 0, 0, 41, 60000, 6, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Despawn'), -(3231200, 9, 15, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 32184, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - Script - Despawn'), -(3217500, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 29, 4, 1, 0, 0, 0, 0, 21, 200, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - Script 1 - Follow Player'), -(3217501, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 29, 4, 2, 0, 0, 0, 0, 21, 200, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - Script 1 - Follow Player'), -(3217502, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 29, 4, 3, 0, 0, 0, 0, 21, 200, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - Script 1 - Follow Player'), -(3217503, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 29, 4, 4, 0, 0, 0, 0, 21, 200, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - Script 1 - Follow Player'), -(3217504, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 29, 4, 5, 0, 0, 0, 0, 21, 200, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - Script 1 - Follow Player'), -(3217505, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 29, 4, 6, 0, 0, 0, 0, 21, 200, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - Script 1 - Follow Player'), -(3223900, 9, 0, 0, 0, 0, 100, 0, 15000, 15000, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - Script - Say Line 2'), -(3223900, 9, 1, 0, 0, 0, 100, 0, 7000, 7000, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - Script - Say Line 3'), -(3223900, 9, 2, 0, 0, 0, 100, 0, 7000, 7000, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - Script - Say Line 4'), -(3223900, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 12, 32184, 1, 300000, 0, 0, 0, 8, 0, 0, 0, 6180.305, 2657.647, 573.8704, 1.999412, 'Highlord Tirion Fordring - Script - Summon The Lich King'), -(3218400, 9, 0, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 32239, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Set Data 1 1 (Highlord Tirion Fordring)'), -(3218400, 9, 1, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 32239, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Face Highlord Tirion Fordring'), -(3218400, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Say Line 0'), -(3218400, 9, 3, 0, 0, 0, 100, 0, 11000, 11000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Say Line 1'), -(3218400, 9, 4, 0, 0, 0, 100, 0, 8000, 8000, 0, 0, 1, 5, 0, 0, 0, 0, 0, 19, 32239, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Say Line 5 (Highlord Tirion Fordring)'), -(3218400, 9, 5, 0, 0, 0, 100, 0, 5500, 5500, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Say Line 2'), -(3218400, 9, 6, 0, 0, 0, 100, 0, 5500, 5500, 0, 0, 1, 6, 0, 0, 0, 0, 0, 19, 32239, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Say Line 6 (Highlord Tirion Fordring)'), -(3218400, 9, 7, 0, 0, 0, 100, 0, 5500, 5500, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Say Line 3'), -(3218400, 9, 8, 0, 0, 0, 100, 0, 11000, 11000, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Say Line 4'), -(3218400, 9, 9, 0, 0, 0, 100, 0, 5500, 5500, 0, 0, 1, 7, 0, 0, 0, 0, 0, 19, 32239, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Say Line 7 (Highlord Tirion Fordring)'), -(3218400, 9, 10, 0, 0, 0, 100, 0, 11000, 11000, 0, 0, 1, 8, 0, 0, 0, 0, 0, 19, 32239, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Say Line 8 (Highlord Tirion Fordring)'), -(3218400, 9, 11, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 45, 2, 2, 0, 0, 0, 0, 19, 32239, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Set Data 2 2 (Highlord Tirion Fordring)'), -(3218400, 9, 12, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 2, 2, 0, 0, 0, 0, 9, 32241, 0, 200, 0, 0, 0, 0, 'The Lich King - Script - Set Data 2 2 (Disguised Crusader)'), -(3218400, 9, 13, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 3, 3, 0, 0, 0, 0, 19, 32239, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Set Data 3 3 (Highlord Tirion Fordring)'), -(3218400, 9, 14, 0, 0, 0, 100, 0, 0, 0, 0, 0, 5, 34, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Play emote OneShotWoundCritical'), -(3218400, 9, 15, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Say Line 5'), -(3218400, 9, 16, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, 124725, 24042, 0, 0, 0, 0, 0, 'The Lich King - Script - Set Data 1 1 (Generic Trigger LAB)'), -(3218400, 9, 17, 0, 0, 0, 100, 0, 500, 500, 0, 0, 90, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Set Bytes 1'), -(3218400, 9, 18, 0, 0, 0, 100, 0, 0, 0, 0, 0, 18, 512, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Set Immune to NPc'), -(3218400, 9, 19, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 3, 3, 0, 0, 0, 0, 9, 32241, 0, 200, 0, 0, 0, 0, 'The Lich King - Script - Set Data 3 3 (Disguised Crusader)'), -(3218400, 9, 20, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 32241, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Say Line 0 (Disguised Crusader)'), -(3218400, 9, 21, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 5, 5, 0, 0, 0, 0, 9, 32241, 0, 200, 0, 0, 0, 0, 'The Lich King - Script - Set Data 5 5 (Disguised Crusader)'), -(3218400, 9, 22, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 1, 6, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Say Line 5'), -(3218400, 9, 23, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 9, 32175, 0, 200, 0, 0, 0, 0, 'The Lich King - Script - Say Line 5'), -(3218400, 9, 24, 0, 0, 0, 100, 0, 10000, 10000, 0, 0, 12, 32312, 1, 300000, 0, 0, 0, 8, 0, 0, 0, 6173.659, 2673.544, 574.2061, 1.987102, 'The Lich King - Script - Set Data Chosen Zealot'), -(3218400, 9, 25, 0, 0, 0, 100, 0, 180000, 180000, 0, 0, 45, 2, 2, 0, 0, 0, 0, 19, 32311, 0, 0, 0, 0, 0, 0, 'The Lich King - Script - Set Data 2 2 on Koltira Deathweaver'), -(32309, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 29, 5, 0, 0, 0, 0, 0, 19, 32312, 0, 0, 0, 0, 0, 0, 'Ebon Knight - On Just Summoned - Follow Highlord Darion Mograine'), -(32310, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 53, 0, 32310, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Thassarian - On Just Summoned - Start WP'), -(32311, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 53, 0, 32311, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Koltira Deathweaver - On Just Summoned - Start WP'), -(32309, 0, 1, 2, 38, 0, 100, 0, 1, 1, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ebon Knight - On Data Set - Set Home Position'), -(32310, 0, 1, 2, 40, 0, 100, 0, 8, 32310, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Thassarian - On Data Set - Set Home Position'), -(32311, 0, 1, 2, 40, 0, 100, 0, 12, 32311, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Koltira Deathweaver - On Data Set - Set Home Position'), -(32309, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ebon Knight - On Data Set - Set Hostile'), -(32310, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Thassarian - On Data Set - Set Hostile'), -(32311, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Koltira Deathweaver - On Data Set - Set Hostile'), -(32311, 0, 3, 0, 38, 0, 100, 0, 2, 2, 0, 0, 11, 60545, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Koltira Deathweaver - On Data Set - Cast Koltiras Revenge'), -(32309, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 42, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ebon Knight - On Data Set - Set Invincibility HP'), -(32309, 0, 4, 5, 38, 0, 100, 0, 3, 3, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ebon Knight - On Data Set - Set Passive'), -(32310, 0, 4, 5, 38, 0, 100, 0, 3, 3, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Thassarian - On Data Set - Set Passive'), -(32311, 0, 4, 5, 38, 0, 100, 0, 3, 3, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Koltira Deathweaver - On Data Set - Set Passive'), -(32309, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 41, 60000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ebon Knight - On Data Set - Despawn After 30 seconds'), -(32310, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 41, 60000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Thassarian - On Data Set - Despawn After 30 seconds'), -(32311, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 41, 60000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Koltira Deathweaver - On Data Set - Despawn After 30 seconds'), -(32309, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ebon Knight - On Data Set - Evade'), -(32310, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Thassarian - On Data Set - Evade'), -(32311, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Koltira Deathweaver - On Data Set - Evade'), -(24042, 0, 0, 1, 38, 0, 100, 0, 1, 1, 0, 0, 11, 60484, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Generic Trigger LAB - OLD - On Data Set - Cast Heart Explosion'), -(24042, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 11, 60532, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Generic Trigger LAB - OLD - On Data Set - Cast Heart Explosion Effects'), -(32175, 0, 0, 1, 38, 0, 100, 0, 2, 2, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - On Data Set 2 2 - Set Aggresive'), -(32175, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 90, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - On Data Set 2 2 - Set Bytes 1'), -(32175, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - On Data Set 2 2 - Set Emote State None'), -(32175, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - On Data Set 2 2 - Evade'), -(32175, 0, 4, 5, 38, 0, 100, 0, 1, 1, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - On Data Set 1 1 - Set Passive'), -(32175, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 17, 27, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - On Data Set 2 2 - Set Emote State - STATE_READYUNARMED'), -(32175, 0, 6, 7, 61, 0, 100, 0, 0, 0, 0, 0, 91, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - On Data Set 2 2 - Set Bytes 1'), -(32175, 0, 7, 9, 61, 0, 100, 0, 0, 0, 0, 0, 87, 3217500, 3217501, 3217502, 3217503, 3217504, 3217505, 1, 0, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - On Data Set 1 1 - Run Random Script'), -(32175, 0, 8, 0, 38, 0, 100, 0, 3, 3, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - On Data Set 2 2 - Set Aggresive'), -(32175, 0, 9, 0, 61, 0, 100, 0, 0, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - On Data Set 1 1 - Set Phase 2'), -(32175, 0, 10, 0, 1, 2, 100, 0, 0, 0, 1000, 1000, 66, 0, 0, 0, 0, 0, 0, 21, 100, 0, 0, 0, 0, 0, 0, 'Chosen Zealot - OOC (Phase 2) - Set Orientation'), -(32239, 0, 0, 1, 62, 0, 100, 0, 10200, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Gossip Select - Close Gossip Menu'), -(32239, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 81, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Gossip Select - Set Npc Flags'), -(32239, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 9, 32241, 0, 200, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Gossip Select - Set Data Disguised Crusader'), -(32239, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Gossip Select - Set Emote State 0'), -(32239, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Gossip Select - Say Line 0'), -(32239, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 53, 0, 32239, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Gossip Select - Start WP'), -(32239, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 91, 35536, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Gossip Select - Start WP'), -(32239, 0, 7, 8, 40, 0, 100, 1, 5, 32239, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Reached WP5 - Say Line 1'), -(32239, 0, 8, 0, 61, 0, 100, 0, 0, 0, 0, 0, 12, 32272, 1, 300000, 0, 0, 0, 8, 0, 0, 0, 6131.263, 2763.725, 573.9973, 5.131268, 'Highlord Tirion Fordring - On Reached WP5 - Summon High Invoker Basaleph'), -(32239, 0, 9, 0, 40, 0, 100, 1, 13, 32239, 0, 0, 80, 3223900, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Reached WP13 - Run Script'), -(32239, 0, 10, 0, 38, 0, 100, 0, 1, 1, 0, 0, 53, 0, 3223900, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Data Set - Start WP (Path 2)'), -(32239, 0, 11, 13, 40, 0, 100, 1, 3, 3223900, 0, 0, 71, 0, 0, 13262, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Reached WP3 (Path2) - Equip Item'), -(32239, 0, 12, 0, 38, 0, 100, 0, 2, 2, 0, 0, 11, 60456, 0, 0, 0, 0, 0, 19, 32184, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Data Set - Cast Tirion Smashes Heart'), -(32239, 0, 13, 0, 61, 0, 100, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Reached WP3 (Path 2) - Set Home Position'), -(32239, 0, 14, 15, 38, 0, 100, 0, 3, 3, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 32184, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Data Set - Set Orientation'), -(32239, 0, 15, 0, 61, 0, 100, 0, 0, 0, 0, 0, 90, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Data Set - Set Bytes 1'), -(32239, 0, 16, 0, 38, 0, 100, 0, 6, 6, 0, 0, 41, 60000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Tirion Fordring - On Data Set - Despawn'), -(32184, 0, 0, 3, 54, 0, 100, 0, 0, 0, 0, 0, 53, 0, 32184, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - On Just Summoned - Start WP'), -(32184, 0, 1, 2, 40, 0, 100, 0, 6, 32184, 0, 0, 80, 3218400, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - On Reached WP8 - Run Script'), -(32184, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - On Reached WP8 - Set Home Position'), -(32184, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 102, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - On Reached WP8 - Switch HP Regen off'), -(32184, 0, 4, 0, 38, 0, 100, 0, 1, 1, 0, 0, 41, 60000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'The Lich King - On Data Set - Despawn'), -(32312, 0, 0, 0, 54, 0, 100, 0, 0, 0, 0, 0, 53, 0, 32312, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - On Just Summoned - Start WP'), -(32312, 0, 1, 0, 40, 0, 100, 1, 8, 32312, 0, 0, 107, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - On Reached WP1 - Summon Group'), -(32312, 0, 2, 3, 40, 0, 100, 1, 14, 32312, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - On Reached WP9 - Set Home Position'), -(32312, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 9, 32309, 0, 200, 0, 0, 0, 0, 'Highlord Darion Mograine - On Reached WP9 - Set Data 1 1 Ebon Knight'), -(32312, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 32310, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - On Reached WP9 - Set Data 1 1 Thassarian'), -(32312, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 32311, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - On Reached WP9 - Set Data 1 1 Koltira'), -(32312, 0, 6, 7, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 32311, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - On Reached WP9 - Set Data 1 1 Koltira'), -(32312, 0, 7, 8, 61, 0, 100, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - On Reached WP9 - Set Hostile'), -(32312, 0, 8, 10, 61, 0, 100, 0, 0, 0, 0, 0, 45, 3, 3, 0, 0, 0, 0, 9, 32175, 0, 200, 0, 0, 0, 0, 'Highlord Darion Mograine - On Reached WP9 - Set Data 3 3 Chosen Zealot'), -(32312, 0, 9, 0, 7, 2, 100, 0, 0, 0, 0, 0, 80, 3231200, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - On Evade (Phase 2) - Run Script'), -(32312, 0, 10, 0, 61, 0, 100, 0, 0, 0, 0, 0, 22, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Highlord Darion Mograine - On Just Summoned - Set Phase 2'), -(-74513, 0, 0, 1, 38, 0, 100, 0, 1, 1, 0, 0, 53, 0, 3224100, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 1 - On Data Set - Start WP'), -(-74514, 0, 0, 1, 38, 0, 100, 0, 1, 1, 0, 0, 53, 0, 3224101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 2 - On Data Set - Start WP'), -(-74515, 0, 0, 1, 38, 0, 100, 0, 1, 1, 0, 0, 53, 0, 3224102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 3 - On Data Set - Start WP'), -(-74513, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 91, 65536, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 1 - On Data Set - Remove Bytes 1'), -(-74514, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 91, 65536, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 2 - On Data Set - Remove Bytes 1'), -(-74515, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 91, 65536, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 3 - On Data Set - Remove Bytes 1'), -(-74513, 0, 2, 0, 38, 0, 100, 0, 2, 2, 0, 0, 53, 0, 3224103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 1 - On Data Set - Start WP Path 2'), -(-74514, 0, 2, 0, 38, 0, 100, 0, 2, 2, 0, 0, 53, 0, 3224104, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 2 - On Data Set - Start WP Path 2'), -(-74515, 0, 2, 0, 38, 0, 100, 0, 2, 2, 0, 0, 53, 0, 3224105, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 3 - On Data Set - Start WP Path 2'), -(-74513, 0, 3, 7, 40, 0, 100, 0, 3, 3224103, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 1 - On Reached WP3 (Path 2) - Set Home Position'), -(-74514, 0, 3, 7, 40, 0, 100, 0, 3, 3224104, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 2 - On Reached WP3 (Path 2) - Set Home Position'), -(-74515, 0, 3, 7, 40, 0, 100, 0, 2, 3224105, 0, 0, 101, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 3 - On Reached WP1 (Path 2) - Set Home Position'), -(-74513, 0, 4, 5, 38, 0, 100, 0, 3, 3, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 32184, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 1 - On Data Set - Set Oriietation'), -(-74514, 0, 4, 5, 38, 0, 100, 0, 3, 3, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 32184, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 2 - On Data Set - Set Orientation'), -(-74515, 0, 4, 5, 38, 0, 100, 0, 3, 3, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 32184, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 3 - On Data Set - Set Orientation'), -(-74513, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 17, 375, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 1 - On Data Set - Set Emote State'), -(-74514, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 17, 375, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 2 - On Data Set - Set Emote State'), -(-74515, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 17, 375, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 3 - On Data Set - Set Emote State'), -(-74513, 0, 6, 0, 38, 0, 100, 0, 6, 6, 0, 0, 41, 60000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader - On Data Set - Despawn'), -(-74514, 0, 6, 0, 38, 0, 100, 0, 6, 6, 0, 0, 41, 60000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader - On Data Set - Despawn'), -(-74515, 0, 6, 0, 38, 0, 100, 0, 6, 6, 0, 0, 41, 60000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader - On Data Set - Despawn'), -(-74513, 0, 7, 8, 61, 0, 100, 0, 5, 5, 0, 0, 42, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 1 - On Data Set - Set Invincibility HP'), -(-74514, 0, 7, 8, 61, 0, 100, 0, 5, 5, 0, 0, 42, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 2 - On Data Set - Set Invincibilty HP'), -(-74515, 0, 7, 8, 61, 0, 100, 0, 5, 5, 0, 0, 42, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 3 - On Data Set - Set Invincibility HP'), -(-74513, 0, 8, 0, 61, 0, 100, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 1 - On Data Set - Set Hostile'), -(-74514, 0, 8, 0, 61, 0, 100, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 2 - On Data Set - Set Hostile'), -(-74515, 0, 8, 0, 61, 0, 100, 0, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 3 - On Data Set - Set Hostile'), -(-74513, 0, 9, 10, 38, 0, 100, 0, 4, 4, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 1 - On Data Set - Set Passive'), -(-74514, 0, 9, 10, 38, 0, 100, 0, 4, 4, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 2 - On Data Set - Set Passive'), -(-74515, 0, 9, 10, 38, 0, 100, 0, 4, 4, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 3 - On Data Set - Set Set Passive'), -(-74513, 0, 10, 0, 61, 0, 100, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 1 - On Data Set - Evade'), -(-74514, 0, 10, 0, 61, 0, 100, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 2 - On Data Set - Evade'), -(-74515, 0, 10, 0, 61, 0, 100, 0, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Disguised Crusader 3 - On Data Set - Evade'); - - -DELETE FROM `waypoints` WHERE `entry` IN(32239,3224100,3224101,3224102,3223900,3224103,3224104,3224105,32312,32184,32311,32310); -INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES --- Owner GUID: Full: 0xF1307DF1007193AC Type: Unit Entry: 32241 Low: 7443372 -(3224100, 1,6255.6, 2654.405, 570.5411, 'Disguised Crusader 1'), -(3224100, 2,6249.35, 2645.405, 570.5411, 'Disguised Crusader 1'), -(3224100, 3,6230.1, 2629.655, 570.5411, 'Disguised Crusader 1'), -(3224100, 4,6217.1, 2622.655, 570.5411, 'Disguised Crusader 1'), -(3224100, 5,6205.6, 2622.405, 570.5411, 'Disguised Crusader 1'), -(3224100, 6,6196.85, 2623.905, 570.5411, 'Disguised Crusader 1'), -(3224100, 7,6185.403, 2647.951, 572.0817, 'Disguised Crusader 1'), -(3224100, 8,6178.403, 2662.951, 574.8317, 'Disguised Crusader 1'), -(3224100, 9,6164.403, 2693.701, 574.0817, 'Disguised Crusader 1'), -(3224100, 10,6157.653, 2708.701, 574.0817, 'Disguised Crusader 1'), -(3224100, 11,6148.903, 2727.201, 574.0817, 'Disguised Crusader 1'), -(3224100, 12,6153.403, 2736.701, 574.0817, 'Disguised Crusader 1'), -(3224100, 13,6178.653, 2749.201, 574.0817, 'Disguised Crusader 1'), -(3224100, 14,6170.568, 2762.95, 573.914, 'Disguised Crusader 1'), --- Owner GUID: Full: 0xF1307DF1007193AC Type: Unit Entry: 32241 Low: 7443372 -(3224103, 1,6162.497, 2759.066, 574.164, 'Disguised Crusader 1 Path 2'), -(3224103, 2,6151.747, 2762.066, 574.164, 'Disguised Crusader 1 Path 2'), -(3224103, 3,6140.247, 2763.566, 574.164, 'Disguised Crusader 1 Path 2'), --- Owner GUID: Full: 0xF1307DF1007193B0 Type: Unit Entry: 32241 Low: 7443376 -(3224101, 1,6237.105, 2639.326, 570.5411, 'Disguised Crusader 2'), -(3224101, 2,6230.855, 2634.076, 570.5411, 'Disguised Crusader 2'), -(3224101, 3,6218.105, 2624.826, 570.5411, 'Disguised Crusader 2'), -(3224101, 4,6198.605, 2617.576, 570.5411, 'Disguised Crusader 2'), -(3224101, 5,6188.855, 2621.576, 570.5411, 'Disguised Crusader 2'), -(3224101, 6,6176.773, 2653.593, 573.8317, 'Disguised Crusader 2'), -(3224101, 7,6168.773, 2671.843, 574.3317, 'Disguised Crusader 2'), -(3224101, 8,6159.773, 2691.343, 574.0817, 'Disguised Crusader 2'), -(3224101, 9,6148.523, 2715.593, 574.0817, 'Disguised Crusader 2'), -(3224101, 10,6140.773, 2732.093, 574.0817, 'Disguised Crusader 2'), -(3224101, 11,6159.023, 2742.843, 574.0817, 'Disguised Crusader 2'), -(3224101, 12,6174.273, 2749.343, 574.0817, 'Disguised Crusader 2'), -(3224101, 13,6168.286, 2761.969, 573.914, 'Disguised Crusader 2'), --- Owner GUID: Full: 0xF1307DF1007193B0 Type: Unit Entry: 32241 Low: 7443376 -(3224104, 1,6161.965, 2757.105, 574.164, 'Disguised Crusader 2 Path 2'), -(3224104, 2,6148.465, 2755.605, 574.164, 'Disguised Crusader 2 Path 2'), -(3224104, 3,6132.715, 2757.605, 574.164, 'Disguised Crusader 2 Path 2'), --- Owner GUID: Full: 0xF1307DF1007193AE Type: Unit Entry: 32241 Low: 7443374 -(3224102, 1,6238.134, 2664.245, 570.5411, 'Disguised Crusader 3'), -(3224102, 2,6238.134, 2651.495, 570.5411, 'Disguised Crusader 3'), -(3224102, 3,6229.384, 2629.995, 570.5411, 'Disguised Crusader 3'), -(3224102, 4,6210.384, 2622.745, 570.5411, 'Disguised Crusader 3'), -(3224102, 5,6200.634, 2631.995, 570.5411, 'Disguised Crusader 3'), -(3224102, 6,6196.85, 2623.905, 570.5411, 'Disguised Crusader 3'), -(3224102, 7,6178.815, 2677.46, 574.3317, 'Disguised Crusader 3'), -(3224102, 8,6171.315, 2691.71, 574.0817, 'Disguised Crusader 3'), -(3224102, 9,6163.565, 2707.96, 574.0817, 'Disguised Crusader 3'), -(3224102, 10,6159.815, 2715.71, 574.0817, 'Disguised Crusader 3'), -(3224102, 11,6151.315, 2733.71, 574.0817, 'Disguised Crusader 3'), -(3224102, 12,6154.565, 2737.46, 574.0817, 'Disguised Crusader 3'), -(3224102, 13,6179.565, 2751.46, 574.0817, 'Disguised Crusader 3'), -(3224102, 14,6173.314, 2764.15, 573.914, 'Disguised Crusader 3'), --- Owner GUID: Full: 0xF1307DF1007193AE Type: Unit Entry: 32241 Low: 7443374 -(3224105, 1,6158.404, 2754.641, 574.164, 'Disguised Crusader 3 Path 2'), -(3224105, 2,6134.994, 2759.132, 573.914, 'Disguised Crusader 3 Path 2'), --- Owner GUID: Full: 0xF1307DEF007193AA Type: Unit Entry: 32239 Low: 7443370 -(32239, 1,6241.011, 2653.922, 570.5411, 'Highlord Tirion Fordring'), -(32239, 2,6239.011, 2644.922, 570.5411, 'Highlord Tirion Fordring'), -(32239, 3,6224.011, 2631.422, 570.5411, 'Highlord Tirion Fordring'), -(32239, 4,6207.011, 2627.922, 570.5411, 'Highlord Tirion Fordring'), -(32239, 5,6193.261, 2629.172, 570.5411, 'Highlord Tirion Fordring'), -- Line 2 -(32239, 6,6181.6, 2656.623, 573.5817, 'Highlord Tirion Fordring'), -(32239, 7,6174.35, 2672.123, 574.3317, 'Highlord Tirion Fordring'), -(32239, 8,6164.6, 2692.873, 574.0817, 'Highlord Tirion Fordring'), -(32239, 9,6154.6, 2714.373, 574.0817, 'Highlord Tirion Fordring'), -(32239, 10,6146.1, 2732.873, 574.0817, 'Highlord Tirion Fordring'), -(32239, 11,6160.6, 2743.623, 574.0817, 'Highlord Tirion Fordring'), -(32239, 12,6170.1, 2753.873, 574.0817, 'Highlord Tirion Fordring'), -(32239, 13,6165.772, 2760.747, 573.914, 'Highlord Tirion Fordring'), --- GUID: Full: 0xF1307DB80076BD66 Type: Unit Entry: 32184 Low: 7781734 -(32184, 1,6174.985, 2669.289, 574.4298, 'The Lich King'), -(32184, 2,6164.939, 2691.6, 573.914, 'The Lich King'), -(32184, 3,6156.291, 2709.657, 573.914, 'The Lich King'), -(32184, 4,6147.657, 2729.304, 573.914, 'The Lich King'), -(32184, 5,6131.82, 2757.886, 573.914, 'The Lich King'), -(32184, 6,6131.82, 2757.886, 573.914, 'The Lich King'), --- Owner GUID: Full: 0xF1307DEF007193AA Type: Unit Entry: 32239 Low: 7443370 -(3223900, 1,6169.14, 2758.224, 574.164, 'Highlord Tirion Fordring Path 2'), -(3223900, 2,6163.64, 2756.224, 574.164, 'Highlord Tirion Fordring Path 2'), -(3223900, 3,6156.64, 2756.724, 574.164, 'Highlord Tirion Fordring Path 2'), -(3223900, 4,6142.507, 2757.701, 573.914, 'Highlord Tirion Fordring Path 2'), --- GUID: Full: 0xF1307E380076C8EE Type: Unit Entry: 32312 Low: 7784686 -(32312, 1,6176.699, 2666.668, 574.5868, 'Highlord Darion Mograine'), -(32312, 2,6171.327, 2678.818, 573.9142, 'Highlord Darion Mograine'), -(32312, 3,6165.052, 2693.011, 573.9141, 'Highlord Darion Mograine'), -(32312, 4,6164.547, 2694.153, 573.9141, 'Highlord Darion Mograine'), -(32312, 5,6164.547, 2694.153, 573.9141, 'Highlord Darion Mograine'), -(32312, 6,6164.982, 2693.149, 574.1641, 'Highlord Darion Mograine'), -(32312, 7,6164.482, 2694.399, 574.1641, 'Highlord Darion Mograine'), -(32312, 8,6159.982, 2704.899, 574.1641, 'Highlord Darion Mograine'), -(32312, 9,6159.232, 2706.649, 574.1641, 'Highlord Darion Mograine'), -(32312, 10,6157.982, 2709.149, 574.1641, 'Highlord Darion Mograine'), -(32312, 11,6154.946, 2715.455, 574.1641, 'Highlord Darion Mograine'), -(32312, 12,6154.196, 2717.205, 574.1641, 'Highlord Darion Mograine'), -(32312, 13,6143.353, 2738.469, 574.1641, 'Highlord Darion Mograine'), -(32312, 14,6138.019, 2754.837, 573.9141, 'Highlord Darion Mograine'), --- GUID: Full: 0xF1307E370076C8EF Type: Unit Entry: 32311 Low: 7784687 -(32311, 1,6159.867, 2705.287, 574.1641, 'Koltira Deathweaver'), -(32311, 2,6159.367, 2707.287, 574.1641, 'Koltira Deathweaver'), -(32311, 3,6158.367, 2709.537, 574.1641, 'Koltira Deathweaver'), -(32311, 4,6155.617, 2717.037, 574.1641, 'Koltira Deathweaver'), -(32311, 5,6155.117, 2718.537, 574.1641, 'Koltira Deathweaver'), -(32311, 6,6154.849, 2717.368, 574.1641, 'Koltira Deathweaver'), -(32311, 7,6154.349, 2718.368, 574.1641, 'Koltira Deathweaver'), -(32311, 8,6150.599, 2726.618, 574.1641, 'Koltira Deathweaver'), -(32311, 9,6147.419, 2732.72, 573.9141, 'Koltira Deathweaver'), -(32311, 10,6141.567, 2743.204, 574.1641, 'Koltira Deathweaver'), -(32311, 11,6139.709, 2746.204, 573.9141, 'Koltira Deathweaver'), -(32311, 12,6137.443, 2751.248, 574.1641, 'Koltira Deathweaver'), - -- GUID: Full: 0xF1307E360076C8F0 Type: Unit Entry: 32310 Low: 7784688 -(32310, 1,6159.335, 2705.071, 574.1641, 'Thassarian'), -(32310, 2,6158.585, 2706.571, 574.1641, 'Thassarian'), -(32310, 3,6157.335, 2709.071, 574.1641, 'Thassarian'), -(32310, 4,6153.585, 2717.321, 574.1641, 'Thassarian'), -(32310, 5,6153.186, 2717.784, 574.1641, 'Thassarian'), -(32310, 6,6149.186, 2726.034, 574.1641, 'Thassarian'), -(32310, 7,6146.444, 2731.355, 573.9141, 'Thassarian'), -(32310, 8,6141.1, 2740.615, 573.9141, 'Thassarian'); - -DELETE FROM `creature_summon_groups` WHERE `summonerId`=32312; -INSERT INTO `creature_summon_groups` (`summonerId`, `summonerType`, `groupId`, `entry`, `position_x`, `position_y`, `position_z`, `orientation`, `summonType`, `summonTime`) VALUES -(32312, 0, 1, 32309, 6161.294, 2699.628, 573.9141, 1.920898, 3, 600000), -(32312, 0, 1, 32309, 6164.255, 2698.859, 573.9141, 2.01017, 3, 600000), -(32312, 0, 1, 32309, 6161.909, 2695.987, 573.914, 1.889949, 3, 600000), -(32312, 0, 1, 32309, 6163.728, 2696.768, 573.9141, 1.966068, 3, 600000), -(32312, 0, 1, 32309, 6160.207, 2698.687, 573.9141, 1.874134, 3, 600000), -(32312, 0, 1, 32309, 6164.456, 2699.853, 573.9141, 2.005516, 3, 600000), -(32312, 0, 1, 32309, 6160.355, 2698.815, 573.9141, 1.910763, 3, 600000), -(32312, 0, 1, 32310, 6162.42, 2698.646, 573.9141, 2.076199, 3, 600000), -(32312, 0, 1, 32311, 6162.563, 2699.107, 573.9141, 2.015445, 3, 600000); diff --git a/sql/updates/world/2014_09_26_01_world.sql b/sql/updates/world/2014_09_26_01_world.sql deleted file mode 100644 index 073fee72a89..00000000000 --- a/sql/updates/world/2014_09_26_01_world.sql +++ /dev/null @@ -1,2 +0,0 @@ --- -DELETE FROM `creature` WHERE `id`=417; diff --git a/sql/updates/world/2014_09_26_02_world.sql b/sql/updates/world/2014_09_26_02_world.sql deleted file mode 100644 index 358c9d20a76..00000000000 --- a/sql/updates/world/2014_09_26_02_world.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `quest_template` SET `LimitTime` = 60 * 4 WHERE `Id` IN (11407,11408,11293,11294); diff --git a/sql/updates/world/2014_09_26_03_world.sql b/sql/updates/world/2014_09_26_03_world.sql deleted file mode 100644 index 984082c1fa3..00000000000 --- a/sql/updates/world/2014_09_26_03_world.sql +++ /dev/null @@ -1,33 +0,0 @@ -DELETE FROM `gossip_menu_option` WHERE `menu_id`=8976 AND `id`=3; -INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `OptionBroadcastTextID`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `box_coded`, `box_money`, `box_text`, `BoxBroadcastTextID`) VALUES -(8976, 3, 0, 'May I have another racing ram?', 74294, 1, 1, 0, 0, 0, 0, '', 0); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=8976 AND `SourceEntry`=3; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(15, 8976, 3, 0, 0, 1, 0, 43883, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player does not have Aura "Rental Racing Ram"'), -(15, 8976, 3, 0, 0, 9, 0, 11407, 0, 0, 0, 0, 0, '', 'Show Gossip option only if player does not have "Bark for Drohn''s Distillery!" taken'), -(15, 8976, 3, 0, 1, 9, 0, 11408, 0, 0, 0, 0, 0, '', 'Show Gossip option only if player does not have "Bark for T''chali''s Voodoo Brewery!" taken'), -(15, 8976, 3, 0, 0, 28, 0, 11407, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player has not quest "Bark for Drohn''s Distillery!" rewarded'), -(15, 8976, 3, 0, 1, 28, 0, 11408, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player has not quest "Bark for T''chali''s Voodoo Brewery!" rewarded'); - -DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=24497 AND `id` >= 4; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(24497, 0, 4, 7, 62, 0, 100, 0, 8976, 1, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ram Master Ray <Ram Racing Master> - On Quest ''Now This is Ram Racing... Almost.'' Taken - Cast ''Rental Racing Ram'''), -(24497, 0, 5, 7, 62, 0, 100, 0, 8976, 2, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ram Master Ray <Ram Racing Master> - On Quest ''Now This is Ram Racing... Almost.'' Taken - Cast ''Rental Racing Ram'''), -(24497, 0, 6, 7, 62, 0, 100, 0, 8976, 3, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ram Master Ray <Ram Racing Master> - On Quest ''Bark for T''chali''s Voodoo Brewery!'' / ''Bark for Drohn''s Distillery!'' Taken - Cast ''Rental Racing Ram'''), -(24497, 0, 7, 0, 61, 0, 100, 0, 0, 0, 0, 0, 11, 42149, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ram Master Ray <Ram Racing Master> - On Link - Cast ''Rental Racing Ram'''); - -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (24498,24499); - -DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=24498; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(24498, 0, 0, 0, 19, 0, 100, 0, 11407, 0, 0, 0, 11, 42149, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Cort Gorestein - On Quest ''Bark for Drohn''s Distillery!'' Taken - Cast ''Rental Racing Ram'''); - -DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=24499; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(24499, 0, 0, 0, 19, 0, 100, 0, 11408, 0, 0, 0, 11, 42149, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ja''ron - On Quest ''Bark for T''chali''s Voodoo Brewery!'' Taken - Cast ''Rental Racing Ram'''); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=24527 AND `ConditionTypeOrReference` IN (9,28); -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(22, 1, 24527, 0, 0, 9, 0, 11412, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "There and Back Again" taken'), -(22, 1, 24527, 0, 0, 28, 0, 11412, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "There and Back Again" taken'); diff --git a/sql/updates/world/2014_09_27_00_world.sql b/sql/updates/world/2014_09_27_00_world.sql deleted file mode 100644 index 26eb32a1ac6..00000000000 --- a/sql/updates/world/2014_09_27_00_world.sql +++ /dev/null @@ -1,60 +0,0 @@ -DELETE FROM `spell_script_names` WHERE `spell_id` IN ( -43259, -43260, -43261, -43262 -); -INSERT INTO `spell_script_names` (`spell_id` ,`ScriptName`) VALUES -(43259, 'spell_brewfest_barker_bunny'), -(43260, 'spell_brewfest_barker_bunny'), -(43261, 'spell_brewfest_barker_bunny'), -(43262, 'spell_brewfest_barker_bunny'); - -DELETE FROM `areatrigger_scripts` WHERE `entry` IN (4801,4802,4803,4804); -INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES -(4801, 'SmartTrigger'), -(4802, 'SmartTrigger'), -(4803, 'SmartTrigger'), -(4804, 'SmartTrigger'); - -DELETE FROM `smart_scripts` WHERE `source_type`=2 AND `entryorguid`=4801; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(4801, 2, 0, 0, 46, 0, 100, 0, 4801, 0, 0, 0, 85, 43259, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Areatrigger - On Trigger - Cast ''Brewfest - Barker Bunny 1'''); - -DELETE FROM `smart_scripts` WHERE `source_type`=2 AND `entryorguid`=4802; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(4802, 2, 0, 0, 46, 0, 100, 0, 4802, 0, 0, 0, 85, 43260, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Areatrigger - On Trigger - Cast ''Brewfest - Barker Bunny 2'''); - -DELETE FROM `smart_scripts` WHERE `source_type`=2 AND `entryorguid`=4803; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(4803, 2, 0, 0, 46, 0, 100, 0, 4803, 0, 0, 0, 85, 43261, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Areatrigger - On Trigger - Cast ''Brewfest - Barker Bunny 3'''); - -DELETE FROM `smart_scripts` WHERE `source_type`=2 AND `entryorguid`=4804; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(4804, 2, 0, 0, 46, 0, 100, 0, 4804, 0, 0, 0, 85, 43262, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Areatrigger - On Trigger - Cast ''Brewfest - Barker Bunny 4'''); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN (4801,4802,4803,4804); -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(22, 1, 4801, 2, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only if player does not have Aura "Rental Racing Ram"'), -(22, 1, 4801, 2, 0, 9, 0, 11407, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4801, 2, 1, 9, 0, 11408, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for T''chali''s Voodoo Brewery!" taken'), -(22, 1, 4801, 2, 0, 28, 0, 11412, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4801, 2, 1, 28, 0, 11412, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for T''chali''s Voodoo Brewery!" taken'), - -(22, 1, 4802, 2, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only only if player does not have Aura "Rental Racing Ram"'), -(22, 1, 4802, 2, 0, 9, 0, 11407, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4802, 2, 1, 9, 0, 11408, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for T''chali''s Voodoo Brewery!" taken'), -(22, 1, 4802, 2, 0, 28, 0, 11407, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4802, 2, 1, 28, 0, 11408, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for T''chali''s Voodoo Brewery!" taken'), - -(22, 1, 4803, 2, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only only if player does not have Aura "Rental Racing Ram"'), -(22, 1, 4803, 2, 0, 9, 0, 11407, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4803, 2, 1, 9, 0, 11408, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for T''chali''s Voodoo Brewery!" taken'), -(22, 1, 4803, 2, 0, 28, 0, 11412, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4803, 2, 1, 28, 0, 11412, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for T''chali''s Voodoo Brewery!" taken'), - -(22, 1, 4804, 2, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only only if player does not have Aura "Rental Racing Ram"'), -(22, 1, 4804, 2, 0, 9, 0, 11407, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4804, 2, 1, 9, 0, 11408, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for T''chali''s Voodoo Brewery!" taken'), -(22, 1, 4804, 2, 0, 28, 0, 11407, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4804, 2, 1, 28, 0, 11408, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for T''chali''s Voodoo Brewery!" taken'); diff --git a/sql/updates/world/2014_09_27_01_world.sql b/sql/updates/world/2014_09_27_01_world.sql deleted file mode 100644 index 4d67cac6727..00000000000 --- a/sql/updates/world/2014_09_27_01_world.sql +++ /dev/null @@ -1,3 +0,0 @@ -DELETE FROM `gameobject` WHERE `guid`=31688; -INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES -(31688, 186717, 1, 1, 1, 1349.707, -4357.939, 26.95916, -0.593412, 0, 0, 0, 1, 120, 255, 1); -- Brewfest Banner (Area: 0) diff --git a/sql/updates/world/2014_09_27_02_world.sql b/sql/updates/world/2014_09_27_02_world.sql deleted file mode 100644 index aabe173316d..00000000000 --- a/sql/updates/world/2014_09_27_02_world.sql +++ /dev/null @@ -1,4 +0,0 @@ ---
-DELETE FROM `smart_scripts` WHERE `entryorguid` = 7583 AND `id` = 1 AND `source_type` = 0;
-INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES
-(7583, 0, 1, 0, 8, 0, 100, 0, 17166, 0, 0, 0, 33, 7583, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Sprinkle - On Spellhit \'Release Umi\'s Yeti\' - Quest Credit \'Are We There, Yeti?\'');
diff --git a/sql/updates/world/2014_09_27_03_world.sql b/sql/updates/world/2014_09_27_03_world.sql deleted file mode 100644 index 1810f488150..00000000000 --- a/sql/updates/world/2014_09_27_03_world.sql +++ /dev/null @@ -1,215 +0,0 @@ --- Alter creature_loot_template -ALTER TABLE `creature_loot_template` DROP PRIMARY KEY; -ALTER TABLE `creature_loot_template` CHANGE `entry` `Entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `creature_loot_template` CHANGE `item` `Item` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `creature_loot_template` ADD COLUMN `Reference` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `Item`; -UPDATE `creature_loot_template` SET `Reference` = `mincountOrRef` * -1 WHERE `mincountOrRef` < 0; -UPDATE `creature_loot_template` SET `mincountOrRef` = 1 WHERE `Reference` > 0; -ALTER TABLE `creature_loot_template` ADD COLUMN `QuestRequired` BOOL NOT NULL DEFAULT 0 AFTER `ChanceOrQuestChance`; -UPDATE `creature_loot_template` SET `QuestRequired` = 1 WHERE `ChanceOrQuestChance` < 0; -UPDATE `creature_loot_template` SET `ChanceOrQuestChance` = `ChanceOrQuestChance` * -1 WHERE `ChanceOrQuestChance` < 0; -ALTER TABLE `creature_loot_template` CHANGE `ChanceOrQuestChance` `Chance` FLOAT NOT NULL DEFAULT 100; -ALTER TABLE `creature_loot_template` CHANGE `lootmode` `LootMode` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `creature_loot_template` CHANGE `groupid` `GroupId` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `creature_loot_template` CHANGE `mincountOrRef` `MinCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `creature_loot_template` CHANGE `maxcount` `MaxCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `creature_loot_template` ADD COLUMN `Comment` VARCHAR(255) AFTER `MaxCount`; -ALTER TABLE `creature_loot_template` ADD PRIMARY KEY (`Entry`,`Item`); - --- Alter disenchant_loot_template -ALTER TABLE `disenchant_loot_template` DROP PRIMARY KEY; -ALTER TABLE `disenchant_loot_template` CHANGE `entry` `Entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `disenchant_loot_template` CHANGE `item` `Item` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `disenchant_loot_template` ADD COLUMN `Reference` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `Item`; -UPDATE `disenchant_loot_template` SET `Reference` = `mincountOrRef` * -1 WHERE `mincountOrRef` < 0; -UPDATE `disenchant_loot_template` SET `mincountOrRef` = 1 WHERE `Reference` > 0; -ALTER TABLE `disenchant_loot_template` ADD COLUMN `QuestRequired` BOOL NOT NULL DEFAULT 0 AFTER `ChanceOrQuestChance`; -UPDATE `disenchant_loot_template` SET `QuestRequired` = 1 WHERE `ChanceOrQuestChance` < 0; -UPDATE `disenchant_loot_template` SET `ChanceOrQuestChance` = `ChanceOrQuestChance` * -1 WHERE `ChanceOrQuestChance` < 0; -ALTER TABLE `disenchant_loot_template` CHANGE `ChanceOrQuestChance` `Chance` FLOAT NOT NULL DEFAULT 100; -ALTER TABLE `disenchant_loot_template` CHANGE `lootmode` `LootMode` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `disenchant_loot_template` CHANGE `groupid` `GroupId` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `disenchant_loot_template` CHANGE `mincountOrRef` `MinCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `disenchant_loot_template` CHANGE `maxcount` `MaxCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `disenchant_loot_template` ADD COLUMN `Comment` VARCHAR(255) AFTER `MaxCount`; -ALTER TABLE `disenchant_loot_template` ADD PRIMARY KEY (`Entry`,`Item`); - --- Alter fishing_loot_template -ALTER TABLE `fishing_loot_template` DROP PRIMARY KEY; -ALTER TABLE `fishing_loot_template` CHANGE `entry` `Entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `fishing_loot_template` CHANGE `item` `Item` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `fishing_loot_template` ADD COLUMN `Reference` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `Item`; -UPDATE `fishing_loot_template` SET `Reference` = `mincountOrRef` * -1 WHERE `mincountOrRef` < 0; -UPDATE `fishing_loot_template` SET `mincountOrRef` = 1 WHERE `Reference` > 0; -ALTER TABLE `fishing_loot_template` ADD COLUMN `QuestRequired` BOOL NOT NULL DEFAULT 0 AFTER `ChanceOrQuestChance`; -UPDATE `fishing_loot_template` SET `QuestRequired` = 1 WHERE `ChanceOrQuestChance` < 0; -UPDATE `fishing_loot_template` SET `ChanceOrQuestChance` = `ChanceOrQuestChance` * -1 WHERE `ChanceOrQuestChance` < 0; -ALTER TABLE `fishing_loot_template` CHANGE `ChanceOrQuestChance` `Chance` FLOAT NOT NULL DEFAULT 100; -ALTER TABLE `fishing_loot_template` CHANGE `lootmode` `LootMode` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `fishing_loot_template` CHANGE `groupid` `GroupId` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `fishing_loot_template` CHANGE `mincountOrRef` `MinCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `fishing_loot_template` CHANGE `maxcount` `MaxCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `fishing_loot_template` ADD COLUMN `Comment` VARCHAR(255) AFTER `MaxCount`; -ALTER TABLE `fishing_loot_template` ADD PRIMARY KEY (`Entry`,`Item`); - --- Alter gameobject_loot_template -ALTER TABLE `gameobject_loot_template` DROP PRIMARY KEY; -ALTER TABLE `gameobject_loot_template` CHANGE `entry` `Entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `gameobject_loot_template` CHANGE `item` `Item` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `gameobject_loot_template` ADD COLUMN `Reference` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `Item`; -UPDATE `gameobject_loot_template` SET `Reference` = `mincountOrRef` * -1 WHERE `mincountOrRef` < 0; -UPDATE `gameobject_loot_template` SET `mincountOrRef` = 1 WHERE `Reference` > 0; -ALTER TABLE `gameobject_loot_template` ADD COLUMN `QuestRequired` BOOL NOT NULL DEFAULT 0 AFTER `ChanceOrQuestChance`; -UPDATE `gameobject_loot_template` SET `QuestRequired` = 1 WHERE `ChanceOrQuestChance` < 0; -UPDATE `gameobject_loot_template` SET `ChanceOrQuestChance` = `ChanceOrQuestChance` * -1 WHERE `ChanceOrQuestChance` < 0; -ALTER TABLE `gameobject_loot_template` CHANGE `ChanceOrQuestChance` `Chance` FLOAT NOT NULL DEFAULT 100; -ALTER TABLE `gameobject_loot_template` CHANGE `lootmode` `LootMode` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `gameobject_loot_template` CHANGE `groupid` `GroupId` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `gameobject_loot_template` CHANGE `mincountOrRef` `MinCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `gameobject_loot_template` CHANGE `maxcount` `MaxCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `gameobject_loot_template` ADD COLUMN `Comment` VARCHAR(255) AFTER `MaxCount`; -ALTER TABLE `gameobject_loot_template` ADD PRIMARY KEY (`Entry`,`Item`); - --- Alter item_loot_template -ALTER TABLE `item_loot_template` DROP PRIMARY KEY; -ALTER TABLE `item_loot_template` CHANGE `entry` `Entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `item_loot_template` CHANGE `item` `Item` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `item_loot_template` ADD COLUMN `Reference` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `Item`; -UPDATE `item_loot_template` SET `Reference` = `mincountOrRef` * -1 WHERE `mincountOrRef` < 0; -UPDATE `item_loot_template` SET `mincountOrRef` = 1 WHERE `Reference` > 0; -ALTER TABLE `item_loot_template` ADD COLUMN `QuestRequired` BOOL NOT NULL DEFAULT 0 AFTER `ChanceOrQuestChance`; -UPDATE `item_loot_template` SET `QuestRequired` = 1 WHERE `ChanceOrQuestChance` < 0; -UPDATE `item_loot_template` SET `ChanceOrQuestChance` = `ChanceOrQuestChance` * -1 WHERE `ChanceOrQuestChance` < 0; -ALTER TABLE `item_loot_template` CHANGE `ChanceOrQuestChance` `Chance` FLOAT NOT NULL DEFAULT 100; -ALTER TABLE `item_loot_template` CHANGE `lootmode` `LootMode` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `item_loot_template` CHANGE `groupid` `GroupId` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `item_loot_template` CHANGE `mincountOrRef` `MinCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `item_loot_template` CHANGE `maxcount` `MaxCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `item_loot_template` ADD COLUMN `Comment` VARCHAR(255) AFTER `MaxCount`; -ALTER TABLE `item_loot_template` ADD PRIMARY KEY (`Entry`,`Item`); - --- Alter mail_loot_template -ALTER TABLE `mail_loot_template` DROP PRIMARY KEY; -ALTER TABLE `mail_loot_template` CHANGE `entry` `Entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `mail_loot_template` CHANGE `item` `Item` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `mail_loot_template` ADD COLUMN `Reference` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `Item`; -UPDATE `mail_loot_template` SET `Reference` = `mincountOrRef` * -1 WHERE `mincountOrRef` < 0; -UPDATE `mail_loot_template` SET `mincountOrRef` = 1 WHERE `Reference` > 0; -ALTER TABLE `mail_loot_template` ADD COLUMN `QuestRequired` BOOL NOT NULL DEFAULT 0 AFTER `ChanceOrQuestChance`; -UPDATE `mail_loot_template` SET `QuestRequired` = 1 WHERE `ChanceOrQuestChance` < 0; -UPDATE `mail_loot_template` SET `ChanceOrQuestChance` = `ChanceOrQuestChance` * -1 WHERE `ChanceOrQuestChance` < 0; -ALTER TABLE `mail_loot_template` CHANGE `ChanceOrQuestChance` `Chance` FLOAT NOT NULL DEFAULT 100; -ALTER TABLE `mail_loot_template` CHANGE `lootmode` `LootMode` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `mail_loot_template` CHANGE `groupid` `GroupId` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `mail_loot_template` CHANGE `mincountOrRef` `MinCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `mail_loot_template` CHANGE `maxcount` `MaxCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `mail_loot_template` ADD COLUMN `Comment` VARCHAR(255) AFTER `MaxCount`; -ALTER TABLE `mail_loot_template` ADD PRIMARY KEY (`Entry`,`Item`); - --- Alter milling_loot_template -ALTER TABLE `milling_loot_template` DROP PRIMARY KEY; -ALTER TABLE `milling_loot_template` CHANGE `entry` `Entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `milling_loot_template` CHANGE `item` `Item` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `milling_loot_template` ADD COLUMN `Reference` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `Item`; -UPDATE `milling_loot_template` SET `Reference` = `mincountOrRef` * -1 WHERE `mincountOrRef` < 0; -UPDATE `milling_loot_template` SET `mincountOrRef` = 1 WHERE `Reference` > 0; -ALTER TABLE `milling_loot_template` ADD COLUMN `QuestRequired` BOOL NOT NULL DEFAULT 0 AFTER `ChanceOrQuestChance`; -UPDATE `milling_loot_template` SET `QuestRequired` = 1 WHERE `ChanceOrQuestChance` < 0; -UPDATE `milling_loot_template` SET `ChanceOrQuestChance` = `ChanceOrQuestChance` * -1 WHERE `ChanceOrQuestChance` < 0; -ALTER TABLE `milling_loot_template` CHANGE `ChanceOrQuestChance` `Chance` FLOAT NOT NULL DEFAULT 100; -ALTER TABLE `milling_loot_template` CHANGE `lootmode` `LootMode` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `milling_loot_template` CHANGE `groupid` `GroupId` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `milling_loot_template` CHANGE `mincountOrRef` `MinCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `milling_loot_template` CHANGE `maxcount` `MaxCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `milling_loot_template` ADD COLUMN `Comment` VARCHAR(255) AFTER `MaxCount`; -ALTER TABLE `milling_loot_template` ADD PRIMARY KEY (`Entry`,`Item`); - --- Alter pickpocketing_loot_template -ALTER TABLE `pickpocketing_loot_template` DROP PRIMARY KEY; -ALTER TABLE `pickpocketing_loot_template` CHANGE `entry` `Entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `pickpocketing_loot_template` CHANGE `item` `Item` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `pickpocketing_loot_template` ADD COLUMN `Reference` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `Item`; -UPDATE `pickpocketing_loot_template` SET `Reference` = `mincountOrRef` * -1 WHERE `mincountOrRef` < 0; -UPDATE `pickpocketing_loot_template` SET `mincountOrRef` = 1 WHERE `Reference` > 0; -ALTER TABLE `pickpocketing_loot_template` ADD COLUMN `QuestRequired` BOOL NOT NULL DEFAULT 0 AFTER `ChanceOrQuestChance`; -UPDATE `pickpocketing_loot_template` SET `QuestRequired` = 1 WHERE `ChanceOrQuestChance` < 0; -UPDATE `pickpocketing_loot_template` SET `ChanceOrQuestChance` = `ChanceOrQuestChance` * -1 WHERE `ChanceOrQuestChance` < 0; -ALTER TABLE `pickpocketing_loot_template` CHANGE `ChanceOrQuestChance` `Chance` FLOAT NOT NULL DEFAULT 100; -ALTER TABLE `pickpocketing_loot_template` CHANGE `lootmode` `LootMode` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `pickpocketing_loot_template` CHANGE `groupid` `GroupId` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `pickpocketing_loot_template` CHANGE `mincountOrRef` `MinCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `pickpocketing_loot_template` CHANGE `maxcount` `MaxCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `pickpocketing_loot_template` ADD COLUMN `Comment` VARCHAR(255) AFTER `MaxCount`; -ALTER TABLE `pickpocketing_loot_template` ADD PRIMARY KEY (`Entry`,`Item`); - --- Alter prospecting_loot_template -ALTER TABLE `prospecting_loot_template` DROP PRIMARY KEY; -ALTER TABLE `prospecting_loot_template` CHANGE `entry` `Entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `prospecting_loot_template` CHANGE `item` `Item` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `prospecting_loot_template` ADD COLUMN `Reference` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `Item`; -UPDATE `prospecting_loot_template` SET `Reference` = `mincountOrRef` * -1 WHERE `mincountOrRef` < 0; -UPDATE `prospecting_loot_template` SET `mincountOrRef` = 1 WHERE `Reference` > 0; -ALTER TABLE `prospecting_loot_template` ADD COLUMN `QuestRequired` BOOL NOT NULL DEFAULT 0 AFTER `ChanceOrQuestChance`; -UPDATE `prospecting_loot_template` SET `QuestRequired` = 1 WHERE `ChanceOrQuestChance` < 0; -UPDATE `prospecting_loot_template` SET `ChanceOrQuestChance` = `ChanceOrQuestChance` * -1 WHERE `ChanceOrQuestChance` < 0; -ALTER TABLE `prospecting_loot_template` CHANGE `ChanceOrQuestChance` `Chance` FLOAT NOT NULL DEFAULT 100; -ALTER TABLE `prospecting_loot_template` CHANGE `lootmode` `LootMode` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `prospecting_loot_template` CHANGE `groupid` `GroupId` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `prospecting_loot_template` CHANGE `mincountOrRef` `MinCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `prospecting_loot_template` CHANGE `maxcount` `MaxCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `prospecting_loot_template` ADD COLUMN `Comment` VARCHAR(255) AFTER `MaxCount`; -ALTER TABLE `prospecting_loot_template` ADD PRIMARY KEY (`Entry`,`Item`); - --- Alter reference_loot_template -ALTER TABLE `reference_loot_template` DROP PRIMARY KEY; -ALTER TABLE `reference_loot_template` CHANGE `entry` `Entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `reference_loot_template` CHANGE `item` `Item` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `reference_loot_template` ADD COLUMN `Reference` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `Item`; -UPDATE `reference_loot_template` SET `Reference` = `mincountOrRef` * -1 WHERE `mincountOrRef` < 0; -UPDATE `reference_loot_template` SET `mincountOrRef` = 1 WHERE `Reference` > 0; -ALTER TABLE `reference_loot_template` ADD COLUMN `QuestRequired` BOOL NOT NULL DEFAULT 0 AFTER `ChanceOrQuestChance`; -UPDATE `reference_loot_template` SET `QuestRequired` = 1 WHERE `ChanceOrQuestChance` < 0; -UPDATE `reference_loot_template` SET `ChanceOrQuestChance` = `ChanceOrQuestChance` * -1 WHERE `ChanceOrQuestChance` < 0; -ALTER TABLE `reference_loot_template` CHANGE `ChanceOrQuestChance` `Chance` FLOAT NOT NULL DEFAULT 100; -ALTER TABLE `reference_loot_template` CHANGE `lootmode` `LootMode` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `reference_loot_template` CHANGE `groupid` `GroupId` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `reference_loot_template` CHANGE `mincountOrRef` `MinCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `reference_loot_template` CHANGE `maxcount` `MaxCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `reference_loot_template` ADD COLUMN `Comment` VARCHAR(255) AFTER `MaxCount`; -ALTER TABLE `reference_loot_template` ADD PRIMARY KEY (`Entry`,`Item`); - --- Alter skinning_loot_template -ALTER TABLE `skinning_loot_template` DROP PRIMARY KEY; -ALTER TABLE `skinning_loot_template` CHANGE `entry` `Entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `skinning_loot_template` CHANGE `item` `Item` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `skinning_loot_template` ADD COLUMN `Reference` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `Item`; -UPDATE `skinning_loot_template` SET `Reference` = `mincountOrRef` * -1 WHERE `mincountOrRef` < 0; -UPDATE `skinning_loot_template` SET `mincountOrRef` = 1 WHERE `Reference` > 0; -ALTER TABLE `skinning_loot_template` ADD COLUMN `QuestRequired` BOOL NOT NULL DEFAULT 0 AFTER `ChanceOrQuestChance`; -UPDATE `skinning_loot_template` SET `QuestRequired` = 1 WHERE `ChanceOrQuestChance` < 0; -UPDATE `skinning_loot_template` SET `ChanceOrQuestChance` = `ChanceOrQuestChance` * -1 WHERE `ChanceOrQuestChance` < 0; -ALTER TABLE `skinning_loot_template` CHANGE `ChanceOrQuestChance` `Chance` FLOAT NOT NULL DEFAULT 100; -ALTER TABLE `skinning_loot_template` CHANGE `lootmode` `LootMode` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `skinning_loot_template` CHANGE `groupid` `GroupId` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `skinning_loot_template` CHANGE `mincountOrRef` `MinCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `skinning_loot_template` CHANGE `maxcount` `MaxCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `skinning_loot_template` ADD COLUMN `Comment` VARCHAR(255) AFTER `MaxCount`; -ALTER TABLE `skinning_loot_template` ADD PRIMARY KEY (`Entry`,`Item`); - --- Alter spell_loot_template -ALTER TABLE `spell_loot_template` DROP PRIMARY KEY; -ALTER TABLE `spell_loot_template` CHANGE `entry` `Entry` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `spell_loot_template` CHANGE `item` `Item` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `spell_loot_template` ADD COLUMN `Reference` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `Item`; -UPDATE `spell_loot_template` SET `Reference` = `mincountOrRef` * -1 WHERE `mincountOrRef` < 0; -UPDATE `spell_loot_template` SET `mincountOrRef` = 1 WHERE `Reference` > 0; -ALTER TABLE `spell_loot_template` ADD COLUMN `QuestRequired` BOOL NOT NULL DEFAULT 0 AFTER `ChanceOrQuestChance`; -UPDATE `spell_loot_template` SET `QuestRequired` = 1 WHERE `ChanceOrQuestChance` < 0; -UPDATE `spell_loot_template` SET `ChanceOrQuestChance` = `ChanceOrQuestChance` * -1 WHERE `ChanceOrQuestChance` < 0; -ALTER TABLE `spell_loot_template` CHANGE `ChanceOrQuestChance` `Chance` FLOAT NOT NULL DEFAULT 100; -ALTER TABLE `spell_loot_template` CHANGE `lootmode` `LootMode` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `spell_loot_template` CHANGE `groupid` `GroupId` TINYINT(3) UNSIGNED NOT NULL DEFAULT 0; -ALTER TABLE `spell_loot_template` CHANGE `mincountOrRef` `MinCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `spell_loot_template` CHANGE `maxcount` `MaxCount` TINYINT(3) UNSIGNED NOT NULL DEFAULT 1; -ALTER TABLE `spell_loot_template` ADD COLUMN `Comment` VARCHAR(255) AFTER `MaxCount`; -ALTER TABLE `spell_loot_template` ADD PRIMARY KEY (`Entry`,`Item`); diff --git a/sql/updates/world/2014_09_28_00_world.sql b/sql/updates/world/2014_09_28_00_world.sql deleted file mode 100644 index 5f145f903f2..00000000000 --- a/sql/updates/world/2014_09_28_00_world.sql +++ /dev/null @@ -1,24 +0,0 @@ -UPDATE `creature_text` SET `BroadcastTextId`=28844 WHERE `entry`=29 AND `groupid`=1; -UPDATE `creature_text` SET `BroadcastTextId`=12223 WHERE `entry`=16329 AND `groupid`=0; -UPDATE `creature_text` SET `BroadcastTextId`=29304 WHERE `entry`=22515 AND `groupid`=6; -UPDATE `creature_text` SET `BroadcastTextId`=29305 WHERE `entry`=22515 AND `groupid`=7; -UPDATE `creature_text` SET `BroadcastTextId`=29306 WHERE `entry`=22515 AND `groupid`=8; -UPDATE `creature_text` SET `BroadcastTextId`=29307 WHERE `entry`=22515 AND `groupid`=9; -UPDATE `creature_text` SET `BroadcastTextId`=29308 WHERE `entry`=22515 AND `groupid`=10; -UPDATE `creature_text` SET `BroadcastTextId`=24747 WHERE `entry`=25504 AND `groupid`=0; -UPDATE `creature_text` SET `BroadcastTextId`=27243 WHERE `entry`=25504 AND `groupid`=1; -UPDATE `creature_text` SET `BroadcastTextId`=27245 WHERE `entry`=25504 AND `groupid`=2; -UPDATE `creature_text` SET `BroadcastTextId`=24748 WHERE `entry`=25504 AND `groupid`=3; -UPDATE `creature_text` SET `BroadcastTextId`=24749 WHERE `entry`=25504 AND `groupid`=4; -UPDATE `creature_text` SET `BroadcastTextId`=28396 WHERE `entry`=28122 AND `groupid`=3; -UPDATE `creature_text` SET `BroadcastTextId`=28382 WHERE `entry`=28122 AND `groupid`=4; -UPDATE `creature_text` SET `BroadcastTextId`=28507 WHERE `entry`=28511 AND `groupid`=0; -UPDATE `creature_text` SET `BroadcastTextId`=28465 WHERE `entry`=28511 AND `groupid`=1; -UPDATE `creature_text` SET `BroadcastTextId`=28899 WHERE `entry`=28841 AND `groupid`=1; - -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=12663 WHERE `menu_id`=6341 AND `id`=0; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=12674 WHERE `menu_id`=21265 AND `id`=1; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=12657 WHERE `menu_id`=21270 AND `id`=1; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=12659 WHERE `menu_id`=21271 AND `id`=0; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=12660 WHERE `menu_id`=21271 AND `id`=1; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=12658 WHERE `menu_id`=21271 AND `id`=2; diff --git a/sql/updates/world/2014_09_28_01_world.sql b/sql/updates/world/2014_09_28_01_world.sql deleted file mode 100644 index 4be9507af2d..00000000000 --- a/sql/updates/world/2014_09_28_01_world.sql +++ /dev/null @@ -1,7 +0,0 @@ --- -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=29 AND `groupid`=1; -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=22515 AND `groupid`=6; -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=22515 AND `groupid`=7; -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=22515 AND `groupid`=8; -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=22515 AND `groupid`=9; -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=22515 AND `groupid`=10; diff --git a/sql/updates/world/2014_09_29_00_world.sql b/sql/updates/world/2014_09_29_00_world.sql deleted file mode 100644 index d7f01676123..00000000000 --- a/sql/updates/world/2014_09_29_00_world.sql +++ /dev/null @@ -1,2 +0,0 @@ -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=33765 WHERE `menu_id`=10371; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=33762 WHERE `option_text` LIKE 'I wish to know about Dual Talent Specialization.'; diff --git a/sql/updates/world/2014_09_29_01_world.sql b/sql/updates/world/2014_09_29_01_world.sql deleted file mode 100644 index 922ee231461..00000000000 --- a/sql/updates/world/2014_09_29_01_world.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=33762 WHERE `option_text` LIKE 'Learn about Dual Talent Specialization.'; diff --git a/sql/updates/world/2014_09_29_02_world_335.sql b/sql/updates/world/2014_09_29_02_world_335.sql deleted file mode 100644 index f2bc535b8b7..00000000000 --- a/sql/updates/world/2014_09_29_02_world_335.sql +++ /dev/null @@ -1,9 +0,0 @@ --- -UPDATE `locales_quest` SET `Title_loc2` = REPLACE(`Title_loc2`, "[PÉRIMÉ] ", ""); -UPDATE `locales_quest` SET `Title_loc2` = REPLACE(`Title_loc2`, "[PÉRIMÉ]", ""); -UPDATE `locales_quest` SET `Title_loc6` = REPLACE(`Title_loc6`, "[DEPRECATED] ", ""); -UPDATE `locales_quest` SET `Title_loc6` = REPLACE(`Title_loc6`, "[DEPRECATED]", ""); -UPDATE `locales_quest` SET `Title_loc7` = REPLACE(`Title_loc7`, "[DEPRECATED] ", ""); -UPDATE `locales_quest` SET `Title_loc7` = REPLACE(`Title_loc7`, "[DEPRECATED]", ""); -UPDATE `locales_quest` SET `Title_loc8` = REPLACE(`Title_loc8`, "[DEPRECATED] ", ""); -UPDATE `locales_quest` SET `Title_loc8` = REPLACE(`Title_loc8`, "[DEPRECATED]", ""); diff --git a/sql/updates/world/2014_09_29_03_world.sql b/sql/updates/world/2014_09_29_03_world.sql deleted file mode 100644 index a52a5f9cc76..00000000000 --- a/sql/updates/world/2014_09_29_03_world.sql +++ /dev/null @@ -1,16 +0,0 @@ -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=11325 WHERE `option_text` LIKE 'May I have your report?'; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=3370 WHERE `option_text` LIKE 'I want to browse your goods.'; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=33765 WHERE `menu_id`=0 AND `id`=16; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=4384 WHERE `menu_id`=21 AND `id`=1; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=4261 WHERE `menu_id`=1186 AND `id`=1; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=9672 WHERE `menu_id`=5848 AND `id`=1; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=9672 WHERE `menu_id`=5849 AND `id`=1; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=33765 WHERE `menu_id`=6647 AND `id`=2; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=20452 WHERE `menu_id`=8568 AND `id`=1; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=20453 WHERE `menu_id`=8568 AND `id`=2; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=34567 WHERE `menu_id`=10502 AND `id`=1; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=35446 WHERE `menu_id`=10502 AND `id`=2; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=51468 WHERE `menu_id`=10502 AND `id`=3; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=36760 WHERE `menu_id`=10854 AND `id`=0; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=37552 WHERE `menu_id`=10854 AND `id`=1; -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=21522 WHERE `menu_id`=21335 AND `id`=0; diff --git a/sql/updates/world/2014_09_29_04_world_434.sql b/sql/updates/world/2014_09_29_04_world_434.sql deleted file mode 100644 index 35e06768b35..00000000000 --- a/sql/updates/world/2014_09_29_04_world_434.sql +++ /dev/null @@ -1,46 +0,0 @@ -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` = 18 AND `SourceGroup` = 50047; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(18, 50047, 93072, 0, 7, 9, 0, 28806, 0, 0, 0, 0, 0, '', 'Requires Fear No Evil quest active for spellclick'), -(18, 50047, 93072, 0, 5, 9, 0, 28808, 0, 0, 0, 0, 0, '', 'Requires Fear No Evil quest active for spellclick'), -(18, 50047, 93072, 0, 6, 9, 0, 28809, 0, 0, 0, 0, 0, '', 'Requires Fear No Evil quest active for spellclick'), -(18, 50047, 93072, 0, 4, 9, 0, 28810, 0, 0, 0, 0, 0, '', 'Requires Fear No Evil quest active for spellclick'), -(18, 50047, 93072, 0, 3, 9, 0, 28811, 0, 0, 0, 0, 0, '', 'Requires Fear No Evil quest active for spellclick'), -(18, 50047, 93072, 0, 0, 9, 0, 28812, 0, 0, 0, 0, 0, '', 'Requires Fear No Evil quest active for spellclick'), -(18, 50047, 93072, 0, 1, 9, 0, 28813, 0, 0, 0, 0, 0, '', 'Requires Fear No Evil quest active for spellclick'), -(18, 50047, 93072, 0, 2, 9, 0, 29082, 0, 0, 0, 0, 0, '', 'Requires Fear No Evil quest active for spellclick'); - -DELETE FROM `waypoints` WHERE `entry` = 50047; -INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES -(50047, 1, -8836.792, -154.6042, 80.29581, 'Injured Stormwind Infantry path (Fear No Evil quest)'), -(50047, 2, -8853.476, -147.5382, 81.02872, 'Injured Stormwind Infantry path (Fear No Evil quest)'), -(50047, 3, -8880.7, -134.434, 80.70754, 'Injured Stormwind Infantry path (Fear No Evil quest)'), -(50047, 4, -8899.063, -126.9965, 81.6905, 'Injured Stormwind Infantry path (Fear No Evil quest)'), -(50047, 5, -8911.901, -126.3507, 81.40427, 'Injured Stormwind Infantry path (Fear No Evil quest)'), -(50047, 6, -8911.997, -134.3038, 80.75057, 'Injured Stormwind Infantry path (Fear No Evil quest)'), -(50047, 7, -8909.181, -144.8264, 81.94923, 'Injured Stormwind Infantry path (Fear No Evil quest)'), -(50047, 8, -8904.669, -156.7083, 81.93999, 'Injured Stormwind Infantry path (Fear No Evil quest)'), -(50047, 9, -8901.264, -160.1858, 81.93899, 'Injured Stormwind Infantry path (Fear No Evil quest)'); - -DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` = 50047; -INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `cast_flags`, `user_type`) VALUES -(50047, 93072, 1, 0); - -UPDATE `creature_template` SET `AIName` = 'SmartAI' WHERE `entry` = 50047; - -DELETE FROM `smart_scripts` WHERE `entryorguid` = 50047 AND `source_type` = 0 OR `entryorguid` = 5004700 AND `source_type` = 9; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(50047, 0, 0, 1, 25, 0, 100, 0, 0, 0, 0, 0, 11, 53034, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - On Reset - Cast ''Set Health Random'' spell'), -(50047, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 82, 16777216, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - On Reset - Add npc_spellclick_spells flag'), -(50047, 0, 2, 3, 8, 0, 100, 1, 93097, 0, 0, 0, 83, 16777216, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - On Spellhit - Remove npc_spellclick_spells flag'), -(50047, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 33, 50047, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - On Spellhit - Give Quest Credit to player'), -(50047, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 80, 5004700, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - On Spellhit - Start timed event'), -(5004700, 9, 0, 0, 0, 0, 100, 1, 1000, 1000, 0, 0, 91, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - Actionlist - Stand up'), -(5004700, 9, 1, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 66, 0, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - Actionlist - Face Player'), -(5004700, 9, 2, 0, 0, 0, 100, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - Actionlist - Say line 0 (random)'), -(5004700, 9, 3, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 59, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - Actionlist - Set Run'), -(5004700, 9, 4, 0, 0, 0, 100, 0, 0, 0, 0, 0, 53, 1, 50047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - Actionlist - Start WP movement'), -(50047, 0, 5, 0, 58, 0, 100, 0, 9, 50047, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - On WP end - Despawn'); - -DELETE FROM `spell_script_names` WHERE `spell_id` = 93072; -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(93072, 'spell_q28813_get_our_boys_back_dummy'); diff --git a/sql/updates/world/2014_09_30_00_world_335.sql b/sql/updates/world/2014_09_30_00_world_335.sql deleted file mode 100644 index 7042aaea074..00000000000 --- a/sql/updates/world/2014_09_30_00_world_335.sql +++ /dev/null @@ -1,37 +0,0 @@ - -DELETE FROM `gossip_menu_option` WHERE `menu_id`=5483; -INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `OptionBroadcastTextID`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `box_coded`, `box_money`, `box_text`, `BoxBroadcastTextID`) VALUES -(5483, 0, 0, 'Barnil, I seem to have misplaced Chapter I.', 9018, 1, 1, 0, 0, 0, 0, '', 0), -(5483, 1, 0, 'Barnil, I seem to have misplaced Chapter II.', 9019, 1, 1, 0, 0, 0, 0, '', 0), -(5483, 2, 0, 'Barnil, I seem to have misplaced Chapter III.', 9020, 1, 1, 0, 0, 0, 0, '', 0), -(5483, 3, 0, 'Barnil, I seem to have misplaced Chapter IV.', 9021, 1, 1, 0, 0, 0, 0, '', 0); - -DELETE FROM `creature_text` WHERE `entry` IN(716); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`, `BroadcastTextID`) VALUES -(716, 0, 0, 'I see you misplaced that chapter you worked so hard to put together, $n. Well, you left it right here!', 12, 0, 100, 0, 0, 0, 'Barnil Stonepot', 9022); - -UPDATE `creature_template` SET `AIName`='SmartAI',`ScriptName`='' WHERE `entry` IN(716); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(716) AND `source_type`=0; - -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(716, 0, 0, 4, 62, 0, 100, 0, 5483, 0, 0, 0, 85, 22208, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Barnil Stonepot - On Gossip Option 0 Selected - Invoker cast Create Chapter 1 DND '), -(716, 0, 1, 4, 62, 0, 100, 0, 5483, 1, 0, 0, 85, 22209, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Barnil Stonepot - On Gossip Option 1 Selected - Invoker cast Create Chapter 2 DND '), -(716, 0, 2, 4, 62, 0, 100, 0, 5483, 2, 0, 0, 85, 22210, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Barnil Stonepot - On Gossip Option 2 Selected - Invoker cast Create Chapter 3 DND '), -(716, 0, 3, 4, 62, 0, 100, 0, 5483, 3, 0, 0, 85, 22211, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Barnil Stonepot - On Gossip Option 3 Selected - Invoker cast Create Chapter 4 DND '), -(716, 0, 4, 5, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Barnil Stonepot - Link - Say Line'), -(716, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Barnil Stonepot - Link - Close Gossip'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=5483; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(15, 5483, 0, 0, 0, 2, 0, 2756, 1, 0, 1, 0, 0, '', 'Gossip Option requires Player does not have Green Hills of Stranglethorn - Chapter I'), -(15, 5483, 0, 0, 0, 8, 0, 339, 0, 0, 0, 0, 0, '', 'Gossip Option requires Chapter I rewarded'), -(15, 5483, 0, 0, 0, 8, 0, 338, 0, 0, 1, 0, 0, '', 'Gossip Option requires Player is not rewarded for The Green Hills of Stranglethorn'), -(15, 5483, 1, 0, 0, 2, 0, 2757, 1, 0, 1, 0, 0, '', 'Gossip Option requires Player does not have Green Hills of Stranglethorn - Chapter II'), -(15, 5483, 1, 0, 0, 8, 0, 340, 0, 0, 0, 0, 0, '', 'Gossip Option requires Chapter II rewarded'), -(15, 5483, 1, 0, 0, 8, 0, 338, 0, 0, 1, 0, 0, '', 'Gossip Option requires Player is not rewarded for The Green Hills of Stranglethorn'), -(15, 5483, 2, 0, 0, 2, 0, 2758, 1, 0, 1, 0, 0, '', 'Gossip Option requires Player does not have Green Hills of Stranglethorn - Chapter III'), -(15, 5483, 2, 0, 0, 8, 0, 341, 0, 0, 0, 0, 0, '', 'Gossip Option requires Chapter III rewarded'), -(15, 5483, 2, 0, 0, 8, 0, 338, 0, 0, 1, 0, 0, '', 'Gossip Option requires Player is not rewarded for The Green Hills of Stranglethorn'), -(15, 5483, 3, 0, 0, 2, 0, 2759, 1, 0, 1, 0, 0, '', 'Gossip Option requires Player does not have Green Hills of Stranglethorn - Chapter IV'), -(15, 5483, 3, 0, 0, 8, 0, 342, 0, 0, 0, 0, 0, '', 'Gossip Option requires Chapter IV rewarded'), -(15, 5483, 3, 0, 0, 8, 0, 338, 0, 0, 1, 0, 0, '', 'Gossip Option requires Player is not rewarded for The Green Hills of Stranglethorn'); diff --git a/sql/updates/world/2014_09_30_01_world.sql b/sql/updates/world/2014_09_30_01_world.sql deleted file mode 100644 index 24fa7aadf2a..00000000000 --- a/sql/updates/world/2014_09_30_01_world.sql +++ /dev/null @@ -1,65 +0,0 @@ -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (23558,23627,23628,24364,24468); - -DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=23558; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(23558, 0, 0, 0, 19, 0, 100, 0, 11318, 0, 0, 0, 11, 42149, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Neill Ramstein <Ram Racing Master> - On Quest ''Now This is Ram Racing... Almost.'' Taken - Cast ''Rental Racing Ram'''), -(23558, 0, 1, 0, 19, 0, 100, 0, 11122, 0, 0, 0, 11, 42149, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Neill Ramstein <Ram Racing Master> - On Quest ''There and Back Again'' Taken - Cast ''Rental Racing Ram'''), -(23558, 0, 2, 5, 62, 0, 100, 0, 8934, 3, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Neill Ramstein <Ram Racing Master> - On Quest ''Bark for the Barleybrews!'' / ''Bark for the Thunderbrews!'' Taken - Cast ''Rental Racing Ram'''), -(23558, 0, 3, 5, 62, 0, 100, 0, 8934, 2, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Neill Ramstein <Ram Racing Master> - On Quest ''Now This is Ram Racing... Almost.'' Taken - Cast ''Rental Racing Ram'''), -(23558, 0, 4, 5, 62, 0, 100, 0, 8934, 1, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Neill Ramstein <Ram Racing Master> - On Quest ''Now This is Ram Racing... Almost.'' Taken - Cast ''Rental Racing Ram'''), -(23558, 0, 5, 0, 61, 0, 100, 0, 0, 0, 0, 0, 11, 42149, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Neill Ramstein <Ram Racing Master> - On Link - Cast ''Rental Racing Ram'''); - -DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=23627; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(23627, 0, 0, 0, 19, 0, 100, 0, 11293, 0, 0, 0, 11, 42149, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Becan Barleybrew - On Quest ''Bark for the Barleybrews!'' Taken - Cast ''Rental Racing Ram'''); - -DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=23628; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(23628, 0, 0, 0, 19, 0, 100, 0, 11294, 0, 0, 0, 11, 42149, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Daran Thunderbrew - On Quest ''Bark for the Thunderbrews!'' Taken - Cast ''Rental Racing Ram'''); - -DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=24364; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(24364, 0, 0, 0, 10, 0, 100, 0, 1, 25, 1000, 1000, 11, 43660, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Bok Dropcertain - Within 0-25 Range - Cast ''Brewfest - Throw Keg - DND'''); - -DELETE FROM `smart_scripts` WHERE `source_type`=0 AND `entryorguid`=24468; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(24468, 0, 1, 0, 8, 0, 100, 0, 43662, 0, 0, 0, 85, 44601, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Pol Amberstill <Ram Racing Apprentice> - On SpellHit - Cast ''Brewfest - Relay Race - Intro - Assign Kill Credit'''), -(24468, 0, 0, 0, 10, 0, 100, 0, 1, 25, 1000, 1000, 11, 43714, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Pol Amberstill <Ram Racing Apprentice> - Within 0-25 Range - Cast ''Brewfest - Throw Keg - DND'''); - -DELETE FROM `gossip_menu_option` WHERE `menu_id`=8934; -INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `OptionBroadcastTextID`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `box_coded`, `box_money`, `box_text`, `BoxBroadcastTextID`) VALUES -(8934, 1, 0, 'May I have another racing ram?', 74294, 1, 1, 0, 0, 0, 0, '', 0), -(8934, 2, 0, 'May I have another racing ram?', 74294, 1, 1, 0, 0, 0, 0, '', 0), -(8934, 3, 0, 'May I have another racing ram?', 74294, 1, 1, 0, 0, 0, 0, '', 0); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=8934; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(15, 8934, 1, 0, 0, 1, 0, 43883, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player does not have Aura "Rental Racing Ram"'), -(15, 8934, 2, 0, 0, 1, 0, 43883, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player does not have Aura "Rental Racing Ram"'), -(15, 8934, 3, 0, 0, 1, 0, 43883, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player does not have Aura "Rental Racing Ram"'), - -(15, 8934, 1, 0, 0, 9, 0, 11122, 0, 0, 0, 0, 0, '', 'Show Gossip option only if player does not have "There and Back Again" taken'), -(15, 8934, 2, 0, 0, 9, 0, 11318, 0, 0, 0, 0, 0, '', 'Show Gossip option only if player does not have "Now This is Ram Racing... Almost." taken'), -(15, 8934, 3, 0, 0, 9, 0, 11293, 0, 0, 0, 0, 0, '', 'Show Gossip option only if player does not have "Bark for the Barleybrews!" taken'), -(15, 8934, 3, 0, 1, 9, 0, 11294, 0, 0, 0, 0, 0, '', 'Show Gossip option only if player does not have "Bark for the Thunderbrews!" taken'), - -(15, 8934, 1, 0, 0, 28, 0, 11122, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player has not quest "There and Back Again" rewarded'), -(15, 8934, 2, 0, 0, 28, 0, 11318, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player has not quest "Now This is Ram Racing... Almost." rewarded'), -(15, 8934, 3, 0, 0, 28, 0, 11293, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player has not quest "Bark for the Barleybrews!" rewarded'), -(15, 8934, 3, 0, 1, 28, 0, 11294, 0, 0, 1, 0, 0, '', 'Show Gossip option only if player has not quest "Bark for the Thunderbrews!" rewarded'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=24364; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(22, 1, 24364, 0, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only if player does have Aura "Rental Racing Ram"'), -(22, 1, 24364, 0, 0, 2, 0, 33797, 1, 0, 1, 0, 0, '', 'SAI triggers only if player does not have Item "Portable Brewfest Keg"'), -(22, 1, 24364, 0, 0, 9, 0, 11122, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "There and Back Again" taken'), -(22, 1, 24364, 0, 0, 28, 0, 11122, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "There and Back Again" taken'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=24468; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(22, 1, 24468, 0, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only if player does have Aura "Rental Racing Ram"'), -(22, 1, 24468, 0, 0, 2, 0, 33797, 1, 0, 0, 0, 0, '', 'SAI triggers only if player does have Item "Portable Brewfest Keg"'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=43662 AND `ConditionValue2`=24468; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(13, 1, 43662, 0, 1, 31, 0, 3, 24468, 0, 0, 0, 0, '', 'Brewfest - Throw Keg - Player - DND targets Pol Amberstill <Ram Racing Apprentice>'); diff --git a/sql/updates/world/2014_09_30_02_world.sql b/sql/updates/world/2014_09_30_02_world.sql deleted file mode 100644 index 68a14747f21..00000000000 --- a/sql/updates/world/2014_09_30_02_world.sql +++ /dev/null @@ -1,74 +0,0 @@ -DELETE FROM `areatrigger_scripts` WHERE `entry` IN (4769,4770,4772,4774); -INSERT INTO `areatrigger_scripts` (`entry`, `ScriptName`) VALUES -(4769, 'SmartTrigger'), -(4774, 'SmartTrigger'), -(4770, 'SmartTrigger'), -(4772, 'SmartTrigger'); - -DELETE FROM `smart_scripts` WHERE `source_type`=2 AND `entryorguid`=4769; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(4769, 2, 0, 0, 46, 0, 100, 0, 4769, 0, 0, 0, 85, 43259, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Areatrigger - On Trigger - Cast ''Brewfest - Barker Bunny 1'''); - -DELETE FROM `smart_scripts` WHERE `source_type`=2 AND `entryorguid`=4770; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(4770, 2, 0, 0, 46, 0, 100, 0, 4770, 0, 0, 0, 85, 43261, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Areatrigger - On Trigger - Cast ''Brewfest - Barker Bunny 3'''); - -DELETE FROM `smart_scripts` WHERE `source_type`=2 AND `entryorguid`=4772; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(4772, 2, 0, 0, 46, 0, 100, 0, 4772, 0, 0, 0, 85, 43260, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Areatrigger - On Trigger - Cast ''Brewfest - Barker Bunny 4'''); - -DELETE FROM `smart_scripts` WHERE `source_type`=2 AND `entryorguid`=4774; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(4774, 2, 0, 0, 46, 0, 100, 0, 4774, 0, 0, 0, 85, 43262, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Areatrigger - On Trigger - Cast ''Brewfest - Barker Bunny 2'''); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN (4769,4770,4772,4774); -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(22, 1, 4769, 2, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only if player does not have Aura "Rental Racing Ram"'), -(22, 1, 4769, 2, 0, 9, 0, 11293, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for the Barleybrews!" taken'), -(22, 1, 4769, 2, 1, 9, 0, 11294, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for the Thunderbrews!" taken'), -(22, 1, 4769, 2, 0, 28, 0, 11293, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for the Barleybrews!" taken'), -(22, 1, 4769, 2, 1, 28, 0, 11294, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for the Thunderbrews!" taken'), - -(22, 1, 4770, 2, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only only if player does not have Aura "Rental Racing Ram"'), -(22, 1, 4770, 2, 0, 9, 0, 11293, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for the Barleybrews!" taken'), -(22, 1, 4770, 2, 1, 9, 0, 11294, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for the Thunderbrews!" taken'), -(22, 1, 4770, 2, 0, 28, 0, 11293, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for the Barleybrews!" taken'), -(22, 1, 4770, 2, 1, 28, 0, 11294, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for the Thunderbrews!" taken'), - -(22, 1, 4772, 2, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only only if player does not have Aura "Rental Racing Ram"'), -(22, 1, 4772, 2, 0, 9, 0, 11293, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for the Barleybrews!" taken'), -(22, 1, 4772, 2, 1, 9, 0, 11294, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for the Thunderbrews!" taken'), -(22, 1, 4772, 2, 0, 28, 0, 11293, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for the Barleybrews!" taken'), -(22, 1, 4772, 2, 1, 28, 0, 11294, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for the Thunderbrews!" taken'), - -(22, 1, 4774, 2, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only only if player does not have Aura "Rental Racing Ram"'), -(22, 1, 4774, 2, 0, 9, 0, 11293, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for the Barleybrews!" taken'), -(22, 1, 4774, 2, 1, 9, 0, 11294, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for the Thunderbrews!" taken'), -(22, 1, 4774, 2, 0, 28, 0, 11293, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for the Barleybrews!" taken'), -(22, 1, 4774, 2, 1, 28, 0, 11294, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for the Thunderbrews!" taken'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry` IN (4801,4802,4803,4804); -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(22, 1, 4801, 2, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only if player does not have Aura "Rental Racing Ram"'), -(22, 1, 4801, 2, 0, 9, 0, 11407, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4801, 2, 1, 9, 0, 11408, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for T''chali''s Voodoo Brewery!" taken'), -(22, 1, 4801, 2, 0, 28, 0, 11407, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4801, 2, 1, 28, 0, 11408, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for T''chali''s Voodoo Brewery!" taken'), - -(22, 1, 4802, 2, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only only if player does not have Aura "Rental Racing Ram"'), -(22, 1, 4802, 2, 0, 9, 0, 11407, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4802, 2, 1, 9, 0, 11408, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for T''chali''s Voodoo Brewery!" taken'), -(22, 1, 4802, 2, 0, 28, 0, 11407, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4802, 2, 1, 28, 0, 11408, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for T''chali''s Voodoo Brewery!" taken'), - -(22, 1, 4803, 2, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only only if player does not have Aura "Rental Racing Ram"'), -(22, 1, 4803, 2, 0, 9, 0, 11407, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4803, 2, 1, 9, 0, 11408, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for T''chali''s Voodoo Brewery!" taken'), -(22, 1, 4803, 2, 0, 28, 0, 11407, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4803, 2, 1, 28, 0, 11408, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for T''chali''s Voodoo Brewery!" taken'), - -(22, 1, 4804, 2, 0, 1, 0, 43883, 0, 0, 0, 0, 0, '', 'SAI triggers only only if player does not have Aura "Rental Racing Ram"'), -(22, 1, 4804, 2, 0, 9, 0, 11407, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4804, 2, 1, 9, 0, 11408, 0, 0, 0, 0, 0, '', 'SAI triggers only if player not have "Bark for T''chali''s Voodoo Brewery!" taken'), -(22, 1, 4804, 2, 0, 28, 0, 11407, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for Drohn''s Distillery!" taken'), -(22, 1, 4804, 2, 1, 28, 0, 11408, 0, 0, 1, 0, 0, '', 'SAI triggers only if player does not have "Bark for T''chali''s Voodoo Brewery!" taken'); diff --git a/sql/updates/world/2014_10_01_00_world.sql b/sql/updates/world/2014_10_01_00_world.sql deleted file mode 100644 index 2fc49640c60..00000000000 --- a/sql/updates/world/2014_10_01_00_world.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `quest_template` SET `SpecialFlags`=0 WHERE `Id` = 11122; diff --git a/sql/updates/world/2014_10_01_01_world.sql b/sql/updates/world/2014_10_01_01_world.sql deleted file mode 100644 index c36cedfe9d8..00000000000 --- a/sql/updates/world/2014_10_01_01_world.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `quest_template` SET `SpecialFlags`=0 WHERE `Id` = 11293; diff --git a/sql/updates/world/2014_10_02_00_world.sql b/sql/updates/world/2014_10_02_00_world.sql deleted file mode 100644 index 56b64e95517..00000000000 --- a/sql/updates/world/2014_10_02_00_world.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `quest_template` SET `SpecialFlags`=1 WHERE `Id` = 11293; diff --git a/sql/updates/world/2014_10_03_00_world_434.sql b/sql/updates/world/2014_10_03_00_world_434.sql deleted file mode 100644 index 005e0070833..00000000000 --- a/sql/updates/world/2014_10_03_00_world_434.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE `spelleffect_dbc` CHANGE `EffectAplitude` `EffectAmplitude` INT(10) UNSIGNED NOT NULL DEFAULT '0'; diff --git a/sql/updates/world/2014_10_04_00_world.sql b/sql/updates/world/2014_10_04_00_world.sql deleted file mode 100644 index bea00c30620..00000000000 --- a/sql/updates/world/2014_10_04_00_world.sql +++ /dev/null @@ -1,3 +0,0 @@ -UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=184312 AND `source_type`=1 AND `id`=7; -UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=184311 AND `source_type`=1 AND `id`=8; -UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid` IN(177964,174713,174712,174709,174708,174686,174608,174607,174605,174604,174602,174603,174596,173324,171939,173284,174601,174684,164885,164888,174599,174594,164887,174600,174598,164886,173327,174595,171942,174606,174597) AND `source_type`=1 AND `id`=0; diff --git a/sql/updates/world/2014_10_04_00_world_434.sql b/sql/updates/world/2014_10_04_00_world_434.sql deleted file mode 100644 index 9e716cef209..00000000000 --- a/sql/updates/world/2014_10_04_00_world_434.sql +++ /dev/null @@ -1,5275 +0,0 @@ -SET @Id := 153098; - -DELETE FROM `spell_dbc` WHERE `Id` IN (19, 84, 262, 263, 278, 279, 482, 794, 1177, 1206, 1628, 1629, 1905, 2095, 2463, 3386, 4051, 4289, 4308, 4334, 4793, 4952, 5120, 5402, 5429, 5431, 5510, 5511, 5610, 5667, 6440, 6467, 6591, 6592, 6593, 6594, 7336, 7337, 7338, 7339, 7392, 7462, 7939, 8320, 8327, 8328, 8392, 8603, 8655, 8894, 9033, 9124, 9127, 9135, 9144, 9173, 9204, 9205, 9372, 9439, 9772, 10095, 10264, 10731, 10829, 10830, 10868, 11475, 11515, 11518, 11521, 11523, 11524, 11526, 11527, 11560, 11591, 11592, 11632, 11633, 11634, 11635, 11636, 11645, 11755, 11756, 11794, 11796, 11797, 11798, 11799, 11800, 11801, 11803, 11804, 11819, 11822, 11823, 11830, 11838, 11855, 11878, 11904, 11961, 11966, 12002, 12038, 12094, 12288, 12483, 12546, 12552, 12602, 12660, 12681, 12682, 12689, 12690, 12694, 12707, 12728, 12844, 12939, 12949, 13167, 13260, 13320, 13767, 13835, 13909, 14170, 14252, 14291, 14307, 14313, 14329, 14801, 14802, 15127, 15227, 15650, 15782, 16076, 16134, 16135, 16140, 16331, 16364, 16365, 16369, 16370, 16371, 16420, 16423, 16424, 16426, 16499, 16507, 16548, 16563, 16619, 16630, 16631, 16721, 16743, 16771, 17042, 17043, 17044, 17085, 17163, 17186, 17225, 17226, 17310, 17372, 17408, 17442, 17472, 17507, 17621, 17674, 17681, 17694, 17772, 17774, 18268, 18348, 18349, 18350, 18380, 18383, 18391, 18430, 18433, 18461, 18759, 18793, 18804, 18908, 18941, 18947, 18955, 18959, 18967, 18971, 18973, 18993, 18997, 19033, 19195, 19394, 19396, 19433, 19436, 19515, 19527, 19614, 19626, 19640, 19707, 19768, 19806, 19810, 19824, 19826, 19827, 19828, 19829, 19951, 20001, 20027, 20171, 20172, 20226, 20273, 20275, 20311, 20409, 20482, 20492, 20493, 20494, 20495, 20507, 20538, 20544, 20546, 20548, 20556, 20563, 20693, 20723, 20734, 20785, 20809, 20861, 20862, 20863, 21087, 21090, 21094, 21108, 21110, 21111, 21112, 21113, 21114, 21115, 21116, 21117, 21129, 21130, 21173, 21190, 21247, 21287, 21353, 21387, 21545, 21548, 21554, 21561, 21709, 21727, 21733, 21767, 21789, 21795, 21827, 21828, 21830, 21859, 21863, 21864, 21865, 21867, 21883, 21886, 21900, 21901, 21902, 21903, 21904, 21905, 21906, 21907, 21908, 21914, 21917, 21934, 21988, 21989, 22049, 22050, 22190, 22208, 22209, 22210, 22211, 22269, 22276, 22282, 22283, 22285, 22286, 22287, 22288, 22352, 22353, 22354, 22391, 22483, 22520, 22647, 22652, 22653, 22679, 22697, 22701, 22707, 22716, 22755, 22764, 22765, 22787, 22788, 22803, 22821, 22837, 22841, 22843, 22847, 22879, 22880, 22881, 22882, 22904, 22913, 22925, 22941, 22942, 22943, 22944, 22958, 22970, 23021, 23022, 23031, 23032, 23057, 23118, 23119, 23121, 23137, 23156, 23173, 23175, 23177, 23183, 23185, 23195, 23199, 23200, 23201, 23209, 23253, 23255, 23258, 23307, 23311, 23317, 23318, 23319, 23320, 23321, 23322, 23323, 23324, 23325, 23326, 23329, 23330, 23343, 23344, 23345, 23346, 23347, 23348, 23349, 23350, 23351, 23352, 23353, 23361, 23362, 23363, 23383, 23384, 23385, 23386, 23387, 23388, 23390, 23405, 23406, 23407, 23408, 23424, 23439, 23464, 23479, 23484, 23487, 23499, 23500, 23501, 23502, 23503, 23518, 23519, 23523, 23524, 23525, 23526, 23527, 23528, 23529, 23532, 23533, 23534, 23535, 23536, 23644, 23648, 23649, 23763, 23764, 23770, 23776, 23777, 23779, 23790, 23845, 23878, 23896, 23897, 23932, 23933, 23934, 23935, 23936, 23937, 23938, 23939, 23940, 23941, 23942, 23943, 23944, 23945, 23946, 23973, 23975, 23998, 23999, 24000, 24001, 24007, 24008, 24009, 24010, 24012, 24013, 24014, 24015, 24019, 24038, 24039, 24040, 24041, 24044, 24045, 24046, 24047, 24055, 24056, 24057, 24059, 24060, 24066, 24067, 24068, 24069, 24070, 24072, 24073, 24074, 24075, 24076, 24077, 24078, 24079, 24080, 24081, 24082, 24086, 24087, 24089, 24150, 24181, 24182, 24205, 24206, 24211, 24215, 24218, 24219, 24235, 24237, 24246, 24247, 24249, 24250, 24304, 24310, 24342, 24343, 24344, 24345, 24349, 24395, 24396, 24397, 24474, 24620, 24635, 24638, 24639, 24642, 24643, 24644, 24645, 24650, 24651, 24652, 24678, 24679, 24692, 24693, 24700, 24722, 24743, 24754, 24779, 24781, 24796, 24805, 24806, 24807, 24810, 24863, 24868, 24886, 24906, 24920, 24931, 24936, 24938, 24948, 24956, 24958, 24959, 25044, 25108, 25142, 25151, 25153, 25157, 25175, 25184, 25186, 25192, 25193, 25194, 25200, 25374, 25410, 25473, 25592, 25600, 25604, 25657, 25667, 25676, 25680, 25684, 25708, 25711, 25724, 25726, 25728, 25731, 25752, 25753, 25754, 25757, 25758, 25763, 25764, 25765, 25769, 25773, 25775, 25784, 25785, 25789, 25792, 25830, 25833, 25834, 25835, 25842, 25844, 25885, 25897, 25904, 25905, 25921, 25922, 25923, 25924, 25925, 25926, 25927, 25928, 25929, 25930, 25931, 25932, 25933, 25934, 25935, 25936, 25944, 25945, 25994, 25998, 26002, 26014, 26015, 26057, 26075, 26076, 26080, 26092, 26096, 26101, 26104, 26105, 26133, 26140, 26144, 26145, 26146, 26147, 26148, 26149, 26150, 26151, 26152, 26156, 26159, 26160, 26161, 26162, 26163, 26164, 26165, 26182, 26183, 26191, 26199, 26200, 26205, 26209, 26210, 26212, 26213, 26214, 26215, 26216, 26217, 26220, 26222, 26224, 26229, 26230, 26231, 26236, 26237, 26239, 26240, 26241, 26242, 26243, 26244, 26245, 26246, 26247, 26248, 26249, 26250, 26251, 26252, 26253, 26254, 26255, 26256, 26257, 26264, 26268, 26270, 26285, 26300, 26301, 26302, 26303, 26305, 26306, 26307, 26308, 26309, 26310, 26311, 26312, 26313, 26314, 26315, 26316, 26317, 26318, 26319, 26320, 26321, 26322, 26323, 26324, 26340, 26341, 26342, 26357, 26358, 26359, 26360, 26361, 26362, 26382, 26383, 26384, 26396, 26397, 26398, 26399, 26404, 26447, 26457, 26477, 26479, 26483, 26484, 26485, 26486, 26487, 26491, 26492, 26493, 26494, 26495, 26496, 26497, 26498, 26499, 26500, 26501, 26502, 26503, 26504, 26505, 26506, 26507, 26508, 26509, 26510, 26511, 26512, 26513, 26514, 26515, 26520, 26523, 26524, 26525, 26538, 26539, 26542, 26543, 26544, 26553, 26559, 26564, 26567, 26569, 26570, 26577, 26579, 26582, 26585, 26589, 26591, 26592, 26594, 26602, 26603, 26617, 26619, 26626, 26627, 26628, 26630, 26631, 26632, 26633, 26634, 26637, 26644, 26648, 26651, 26658, 26668, 26670, 26671, 26672, 26673, 26674, 26675, 26676, 26684, 26685, 26741, 26744, 26766, 26767, 26768, 26769, 26787, 26837, 26838, 26870, 26886, 26973, 26974, 27027, 27178, 27537, 27542, 27544, 27558, 27560, 27562, 27563, 27566, 27597, 27598, 27600, 27627, 27628, 27629, 27630, 27631, 27643, 27644, 27645, 27654, 27674, 27678, 27690, 27691, 27692, 27693, 27694, 27742, 27748, 27749, 27770, 27773, 27791, 27884, 27887, 27896, 27921, 27930, 27932, 27933, 27934, 27938, 27939, 27998, 27999, 28000, 28001, 28007, 28008, 28009, 28010, 28011, 28033, 28034, 28035, 28082, 28083, 28090, 28091, 28094, 28098, 28108, 28110, 28115, 28116, 28117, 28129, 28138, 28139, 28140, 28162, 28164, 28166, 28175, 28177, 28179, 28188, 28190, 28203, 28216, 28217, 28218, 28227, 28235, 28236, 28237, 28238, 28266, 28283, 28289, 28290, 28291, 28292, 28298, 28300, 28302, 28307, 28312, 28316, 28345, 28349, 28359, 28364, 28384, 28388, 28409, 28415, 28416, 28417, 28421, 28422, 28423, 28425, 28426, 28427, 28432, 28446, 28452, 28453, 28454, 28455, 28469, 28523, 28529, 28532, 28534, 28535, 28561, 28617, 28618, 28619, 28620, 28621, 28625, 28627, 28628, 28629, 28663, 28713, 28748, 28781, 28797, 28838, 28868, 28874, 28881, 28885, 28886, 28908, 28909, 28919, 28920, 28921, 28923, 28926, 28929, 28930, 28935, 28937, 28939, 28940, 28941, 28942, 28943, 28945, 28946, 28949, 28951, 28952, 28954, 28956, 28958, 28959, 28961, 28992, 28994, 29009, 29010, 29011, 29012, 29013, 29014, 29015, 29016, 29017, 29018, 29019, 29020, 29021, 29022, 29023, 29024, 29025, 29026, 29027, 29028, 29030, 29031, 29032, 29033, 29034, 29035, 29036, 29037, 29046, 29050, 29052, 29103, 29104, 29108, 29110, 29111, 29141, 29149, 29153, 29154, 29156, 29218, 29230, 29241, 29242, 29243, 29244, 29245, 29246, 29250, 29252, 29261, 29263, 29265, 29270, 29272, 29275, 29280, 29281, 29282, 29283, 29284, 29285, 29286, 29287, 29288, 29296, 29327, 29329, 29330, 29336, 29337, 29344, 29345, 29351, 29372, 29376, 29377, 29378, 29379, 29391, 29392, 29393, 29394, 29396, 29397, 29398, 29399, 29400, 29401, 29404, 29409, 29410, 29411, 29412, 29429, 29430, 29431, 29433, 29434, 29493, 29498, 29499, 29508, 29509, 29510, 29518, 29523, 29526, 29530, 29532, 29536, 29681, 29682, 29710, 29713, 29767, 29785, 29800, 29805, 29806, 29807, 29826, 29827, 29828, 29829, 29856, 29857, 29863, 29867, 29868, 29869, 29871, 29873, 29874, 29875, 29878, 29894, 29895, 29898, 29899, 29931, 29934, 29936, 29950, 29971, 29984, 29985, 29986, 29988, 29993, 29994, 29995, 29996, 29997, 30005, 30011, 30028, 30058, 30059, 30076, 30078, 30082, 30083, 30097, 30106, 30114, 30116, 30117, 30118, 30119, 30123, 30126, 30132, 30133, 30134, 30135, 30136, 30137, 30139, 30150, 30176, 30182, 30185, 30186, 30188, 30189, 30191, 30192, 30193, 30196, 30203, 30204, 30209, 30215, 30228, 30236, 30239, 30240, 30241, 30243, 30259, 30268, 30272, 30274, 30275, 30276, 30277, 30278, 30279, 30287, 30333, 30352, 30382, 30396, 30411, 30415, 30420, 30436, 30438, 30439, 30440, 30441, 30444, 30445, 30480, 30492, 30509, 30517, 30518, 30521, 30525, 30535, 30576, 30620, 30623, 30627, 30629, 30630, 30634, 30642, 30655, 30693, 30694, 30696, 30698, 30699, 30726, 30733, 30734, 30737, 30743, 30747, 30748, 30773, 30774, 30781, 30785, 30786, 30788, 30789, 30791, 30792, 30793, 30794, 30795, 30796, 30797, 30825, 30826, 30827, 30828, 30855, 30897, 30899, 30929, 30948, 30949, 30954, 30955, 30956, 30957, 30958, 30959, 30960, 30961, 30962, 30963, 30966, 30975, 30976, 30982, 30983, 30993, 30998, 31001, 31010, 31011, 31030, 31031, 31207, 31248, 31251, 31253, 31254, 31265, 31291, 31313, 31314, 31318, 31321, 31322, 31323, 31327, 31342, 31348, 31351, 31352, 31353, 31354, 31355, 31356, 31357, 31360, 31362, 31374, 31375, 31388, 31391, 31392, 31393, 31395, 31421, 31514, 31518, 31520, 31522, 31524, 31525, 31528, 31529, 31530, 31531, 31544, 31545, 31562, 31564, 31580, 31592, 31593, 31594, 31632, 31636, 31637, 31691, 31692, 31693, 31708, 31720, 31728, 31746, 31752, 31753, 31763, 31767, 31768, 31770, 31773, 31774, 31775, 31776, 31777, 31788, 31800, 31887, 31888, 31899, 31912, 31913, 31917, 31918, 31919, 31924, 31937, 31940, 31952, 31957, 31959, 31960, 31968, 31989, 31995, 32031, 32044, 32046, 32047, 32048, 32050, 32058, 32059, 32061, 32068, 32069, 32070, 32072, 32073, 32075, 32081, 32086, 32113, 32114, 32116, 32117, 32118, 32123, 32128, 32147, 32151, 32152, 32153, 32156, 32157, 32165, 32171, 32184, 32185, 32186, 32187, 32188, 32210, 32213, 32218, 32222, 32229, 32252, 32257, 32258, 32283, 32291, 32299, 32313, 32326, 32331, 32333, 32335, 32336, 32340, 32341, 32342, 32360, 32425, 32432, 32433, 32438, 32444, 32460, 32551, 32555, 32558, 32559, 32561, 32562, 32565, 32579, 32586, 32611, 32613, 32617, 32619, 32620, 32621, 32624, 32625, 32626, 32627, 32628, 32629, 32630, 32631, 32632, 32634, 32635, 32673, 32687, 32718, 32719, 32726, 32762, 32763, 32781, 32782, 32798, 32799, 32800, 32827, 32887, 32891, 32892, 32893, 32941, 32949, 32985, 33003, 33007, 33008, 33011, 33121, 33122, 33137, 33189, 33228, 33229, 33242, 33244, 33281, 33282, 33317, 33318, 33319, 33320, 33330, 33347, 33348, 33349, 33350, 33351, 33352, 33353, 33354, 33355, 33362, 33363, 33364, 33366, 33367, 33374, 33375, 33376, 33399, 33408, 33420, 33460, 33495, 33497, 33505, 33514, 33515, 33516, 33517, 33518, 33519, 33520, 33521, 33524, 33544, 33558, 33567, 33568, 33595, 33609, 33610, 33611, 33612, 33613, 33614, 33615, 33616, 33621, 33629, 33635, 33636, 33639, 33645, 33673, 33677, 33680, 33681, 33682, 33683, 33687, 33722, 33730, 33734, 33761, 33765, 33766, 33767, 33769, 33797, 33801, 33815, 33823, 33842, 33843, 33845, 33892, 33893, 33897, 33901, 33903, 33921, 33922, 33927, 33931, 33936, 33952, 34015, 34021, 34022, 34028, 34029, 34034, 34064, 34065, 34081, 34084, 34103, 34116, 34118, 34122, 34124, 34125, 34127, 34134, 34147, 34148, 34160, 34174, 34175, 34188, 34192, 34193, 34194, 34195, 34196, 34197, 34198, 34220, 34242, 34255, 34257, 34265, 34266, 34327, 34328, 34362, 34364, 34369, 34377, 34405, 34408, 34434, 34443, 34450, 34521, 34527, 34532, 34549, 34572, 34573, 34575, 34628, 34651, 34652, 34668, 34689, 34701, 34703, 34704, 34705, 34706, 34707, 34708, 34710, 34711, 34721, 34726, 34755, 34777, 34781, 34792, 34805, 34810, 34813, 34817, 34818, 34819, 34822, 34825, 34843, 34853, 34876, 34878, 34884, 34901, 34915, 34928, 34966, 34989, 34993, 34994, 34997, 35006, 35019, 35023, 35051, 35073, 35094, 35119, 35127, 35128, 35130, 35134, 35136, 35138, 35142, 35143, 35145, 35146, 35148, 35153, 35154, 35171, 35173, 35174, 35208, 35210, 35237, 35241, 35256, 35264, 35274, 35277, 35281, 35284, 35340, 35343, 35344, 35366, 35368, 35374, 35375, 35378, 35379, 35384, 35393, 35398, 35414, 35430, 35463, 35467, 35469, 35479, 35484, 35485, 35496, 35503, 35505, 35586, 35642, 35657, 35658, 35659, 35660, 35661, 35662, 35663, 35664, 35665, 35666, 35667, 35668, 35669, 35670, 35671, 35672, 35674, 35675, 35676, 35677, 35678, 35680, 35687, 35688, 35689, 35690, 35721, 35722, 35723, 35729, 35731, 35737, 35762, 35765, 35773, 35852, 35861, 35862, 35863, 35864, 35880, 35881, 35883, 35884, 35885, 35904, 35905, 35906, 35934, 35937, 35938, 35939, 36014, 36019, 36024, 36026, 36036, 36042, 36043, 36044, 36045, 36046, 36047, 36048, 36049, 36050, 36053, 36063, 36087, 36106, 36112, 36116, 36168, 36172, 36180, 36183, 36184, 36186, 36188, 36189, 36190, 36192, 36195, 36202, 36215, 36216, 36217, 36218, 36219, 36221, 36222, 36223, 36229, 36230, 36231, 36232, 36233, 36234, 36235, 36236, 36272, 36273, 36287, 36294, 36303, 36309, 36377, 36379, 36388, 36403, 36407, 36419, 36420, 36421, 36443, 36445, 36451, 36454, 36466, 36485, 36491, 36492, 36493, 36504, 36505, 36521, 36547, 36551, 36557, 36560, 36564, 36566, 36569, 36579, 36581, 36584, 36585, 36595, 36596, 36597, 36598, 36600, 36605, 36610, 36614, 36615, 36616, 36618, 36626, 36666, 36685, 36687, 36688, 36689, 36691, 36715, 36724, 36726, 36793, 36794, 36799, 36818, 36850, 36853, 36855, 36865, 36869, 36870, 36874, 36875, 36898, 36925, 36928, 36930, 36933, 36934, 36942, 36975, 36993, 37010, 37025, 37026, 37061, 37064, 37070, 37084, 37085, 37086, 37088, 37100, 37101, 37105, 37127, 37130, 37137, 37177, 37178, 37215, 37244, 37245, 37246, 37269, 37280, 37308, 37326, 37347, 37356, 37357, 37358, 37373, 37394, 37403, 37415, 37419, 37442, 37457, 37458, 37490, 37491, 37492, 37524, 37534, 37545, 37562, 37575, 37576, 37606, 37639, 37643, 37644, 37653, 37659, 37663, 37677, 37680, 37682, 37684, 37686, 37687, 37698, 37699, 37701, 37702, 37703, 37707, 37708, 37715, 37724, 37725, 37726, 37731, 37732, 37733, 37735, 37741, 37753, 37756, 37757, 37758, 37765, 37766, 37767, 37769, 37771, 37772, 37773, 37774, 37780, 37781, 37782, 37783, 37785, 37791, 37812, 37814, 37815, 37827, 37828, 37829, 37831, 37832, 37835, 37845, 37866, 37870, 37872, 37900, 37901, 37902, 37903, 37909, 37911, 37912, 37914, 37915, 37916, 37923, 37925, 37926, 37927, 37928, 37929, 37931, 37932, 37938, 37943, 37947, 37948, 37949, 37953, 37955, 37957, 37963, 37969, 37971, 37977, 38005, 38013, 38018, 38019, 38036, 38037, 38038, 38039, 38040, 38041, 38060, 38062, 38077, 38079, 38096, 38098, 38111, 38114, 38117, 38118, 38124, 38131, 38137, 38140, 38172, 38179, 38180, 38181, 38186, 38188, 38189, 38190, 38191, 38192, 38198, 38199, 38200, 38201, 38211, 38228, 38241, 38242, 38244, 38247, 38248, 38251, 38255, 38261, 38266, 38268, 38270, 38271, 38278, 38283, 38286, 38287, 38288, 38291, 38323, 38352, 38355, 38359, 38375, 38381, 38402, 38403, 38404, 38405, 38409, 38423, 38440, 38450, 38454, 38489, 38490, 38492, 38493, 38512, 38514, 38518, 38521, 38525, 38527, 38529, 38532, 38545, 38547, 38548, 38578, 38587, 38600, 38640, 38651, 38656, 38662, 38666, 38667, 38668, 38670, 38671, 38674, 38675, 38676, 38677, 38678, 38679, 38681, 38685, 38686, 38687, 38689, 38705, 38706, 38709, 38710, 38713, 38716, 38726, 38727, 38735, 38745, 38747, 38749, 38752, 38756, 38786, 38789, 38803, 38854, 38865, 38872, 38873, 38874, 38878, 38888, 38889, 38890, 38922, 38928, 38931, 38937, 38953, 38955, 38956, 38957, 38958, 38969, 38970, 38972, 38975, 38978, 38982, 38983, 38984, 39014, 39041, 39074, 39080, 39081, 39086, 39110, 39111, 39115, 39118, 39137, 39142, 39152, 39162, 39167, 39173, 39186, 39191, 39203, 39240, 39241, 39243, 39245, 39247, 39250, 39254, 39260, 39265, 39276, 39279, 39292, 39301, 39302, 39304, 39305, 39308, 39310, 39311, 39324, 39325, 39326, 39327, 39333, 39336, 39351, 39366, 39379, 39388, 39389, 39392, 39394, 39397, 39402, 39424, 39426, 39428, 39430, 39431, 39448, 39485, 39491, 39494, 39496, 39506, 39539, 39570, 39571, 39572, 39573, 39795, 39892, 40550, 40551, 40552, 40609, 40800, 42130, 42416, 42752, 42773, 44733, 44964, 45092, 45126, 45128, 45132, 46204, 46370, 46752, 47802, 49615, 50209, 50210, 50211, 50474, 50847, 50848, 50849, 50850, 50851, 50852, 50912, 51452, 51453, 51741, 52867, 54352, 56561, 56866, 58156, 58162, 58164, 61417, 61418, 62219, 62843, 62871, 62984, 62986, 63029, 63376, 63377, 63378, 63379, 63974, 64018, 64556, 65741, 65743, 66161, 66162, 66732, 66871, 66872, 66873, 66874, 66875, 66876, 67580, 68500, 68807, 68808, 68809, 68811, 69643, 69932, 70159, 71896, 72291, 72826, 74210); -INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `AttributesEx8`, `AttributesEx9`, `AttributesEx10`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `SchoolMask`, `SpellAuraOptionsId`, `SpellCastingRequirementsId`, `SpellCategoriesId`, `SpellClassOptionsId`, `SpellEquippedItemsId`, `SpellLevelsId`, `SpellTargetRestrictionsId`, `SpellInterruptsId`, `Comment`) VALUES -(19, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'SWORDSPECIAL (DND)'), -(84, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Low Health'), -(262, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'EXOTIC1H (DND)'), -(263, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'EXOTIC2H (DND)'), -(278, 384, 32768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Automation Mechanic Immunity A'), -(279, 384, 32768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Automation Mechanic Immunity B'), -(482, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Reset'), -(794, 384, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Initialize Images'), -(1177, 536871296, 1160, 536870912, 277020672, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Twin Empathy'), -(1206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Proc'), -(1628, 384, 32768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Automation Mechanic Immunity C'), -(1629, 384, 32768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Automation Mechanic Immunity D'), -(1905, 8388864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Share Powers'), -(2095, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Stance Rage (+3 Off/Def)'), -(2463, 384, 32768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Automation Mechanic Immunity E'), -(3386, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spears'), -(4051, 262608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Explosive Sheep Passive'), -(4289, 536871296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hell Hath a Fury: Hawinni Dummy'), -(4308, 384, 268435456, 0, 0, 65, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Banshee''s Revenge: Overthane''s Immunity'), -(4334, 538968448, 1160, 67108865, 64, 2049, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Banshee''s Revenge: The Lich King Despawns'), -(4793, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wintergrasp PvP Drop - 1 Stack'), -(4952, 67109120, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Helcular''s Ward'), -(5120, 0, 524288, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Yellow Elevator Port'), -(5402, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gazban Transform'), -(5429, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 'Slaves to Saronite: Saronite Mine Slave - On Gossip'), -(5431, 536871168, 1024, 4, 0, 0, 2097152, 65536, 0, 0, 0, 0, 1, 0, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 'Slaves to Saronite: Jump A'), -(5510, 681574784, 1160, 67108869, 268435520, 2177, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Banshee''s Revenge: Despawn All Units'), -(5511, 536871296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Banshee''s Revenge: Overthane Attack on Resume Combat'), -(5610, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Choose Power'), -(5667, 67109072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bogling Passive'), -(6440, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Smite''s Dual Wield Passive'), -(6467, 67109264, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Unarmed Woodcutter'), -(6591, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stance Rage Effect (+3)'), -(6592, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Stance Rage (+5 Def)'), -(6593, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Stance Rage (+5 Off)'), -(6594, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stance Rage Effect (+5)'), -(7336, 134217856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Food Idle'), -(7337, 134217856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 65, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Food Idle'), -(7338, 134217856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Food Idle'), -(7339, 134217856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 66, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Food Idle'), -(7392, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Find Brother'), -(7462, 538968448, 1160, 67108869, 268435520, 2176, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Not-So-Honorable Combat: Lady Nightswood to Possessed Iskalder'), -(7939, 402915728, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Sneak Rank 1'), -(8320, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Hex of Ravenclaw Removal'), -(8327, 150995392, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Suicide'), -(8328, 150995392, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Suicide'), -(8392, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hyper Coward'), -(8603, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Thistlefur Death'), -(8655, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Riverpaw Death'), -(8894, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stromgarde Death'), -(9033, 134480272, 268436480, 268435456, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shapeshift Form Effect'), -(9124, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Buckler'), -(9127, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Transform: Peasant w/ wood'), -(9135, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Choose Random Powers'), -(9144, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Crushridge Death'), -(9173, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Anubisath Guardian AOE'), -(9204, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(9205, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 50, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(9372, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bear Enters Auberdine'), -(9439, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bear Captured in Trap'), -(9772, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Defias Tower I'), -(10095, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(10264, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Archaedas Dies'), -(10731, 128, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Awaken Zul''Farrak Zombie'), -(10829, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mechano-Frostwalker Revert'), -(10830, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Mechano-Frostwalker Revert Passive'), -(10868, 2496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 16, 100, 0, 0, 0, 0, 0, 0, 0, 'Frost Vulnerable'), -(11475, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Stormwind City Guard'), -(11515, 65792, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 134, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Lordaeron Tower'), -(11518, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Bomb 01'), -(11521, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Bomb 02'), -(11523, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Bomb 03'), -(11524, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Bomb 04'), -(11526, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Bomb 05'), -(11527, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Bomb 06'), -(11560, 328080, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Inner Rage'), -(11591, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Share Twin Information'), -(11592, 545259904, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Twin Empathy'), -(11632, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Orgrimmar Grunt'), -(11633, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Thunderbluff Brave'), -(11634, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Darnassus Sentinel'), -(11635, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Ironforge Mountaineer'), -(11636, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Undercity Deathguard'), -(11645, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mulgore Protector'), -(11755, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sen''jin Guardian'), -(11756, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Gordunni chest (COBALT)'), -(11794, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Horde Guard'), -(11796, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Bomb 01B'), -(11797, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Bomb 02B'), -(11798, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Bomb 03B'), -(11799, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Bomb 04B'), -(11800, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Bomb 05B'), -(11801, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Bomb 06B'), -(11803, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Astranaar Sentinel'), -(11804, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Auberdine Sentinel'), -(11819, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mechanized Sentries'), -(11822, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Silverpine Deathguard'), -(11823, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Thelsamar Mountaineer'), -(11830, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Walking Bomb Passive Proc (100%)'), -(11838, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 25, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(11855, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Protector of the People'), -(11878, 256, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Capture Treant Despawn'), -(11904, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sandfury Slave'), -(11961, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 10, 0, 0, 0, 0, 0, 0, 0, 'Curse of the Dreadmaul'), -(11966, 2512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Fire Shield'), -(12002, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 4, 8, 5, 0, 0, 0, 0, 0, 0, 0, 'Plague Cloud'), -(12038, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 100, 0, 0, 0, 0, 0, 0, 0, 'Dark Plague'), -(12094, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 8, 5, 0, 0, 0, 0, 0, 0, 0, 'Volatile Infection'), -(12288, 262352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLD Improved Pummel'), -(12483, 67109120, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Hex of Jammal''an'), -(12546, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 32, 10, 0, 0, 0, 0, 0, 0, 0, 'Spitelash'), -(12552, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 4, 32, 10, 0, 0, 0, 0, 0, 0, 0, 'Cripple'), -(12602, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'The Way to His Heart...: Create Tasty Reef Fish'), -(12660, 400, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Banish Frost Spectres'), -(12681, 262352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gemology - Copper (DND)'), -(12682, 262352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gemology - Tin (DND)'), -(12689, 262352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gemology - Iron (DND)'), -(12690, 262352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gemology - Mithril (DND)'), -(12694, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Idol Room Spawn A'), -(12707, 262352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLD Improved Pummel'), -(12728, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Belnistrasz Dummy'), -(12844, 384, 268533760, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 37, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Remove All Effects'), -(12939, 400, 268436480, 4, 196608, 0, 512, 0, 0, 0, 0, 0, 1, 21, 13, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Polymorph Heal Effect'), -(12949, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Idol Room Spawn End Boss'), -(13167, 150995392, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Suicide'), -(13260, 262608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Pet Bomb Passive'), -(13320, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 10, 0, 0, 0, 0, 0, 0, 0, 'Malfunction'), -(13767, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 20, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(13835, 537198976, 32768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Unkillable Off'), -(13909, 256, 0, 128, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Elemental Totem'), -(14170, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLDImproved Expose Armor'), -(14252, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Enraged Felbat'), -(14291, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Anubisath Guardian Targeted'), -(14307, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Enraged Wyvern'), -(14313, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Enraged Gryphon'), -(14329, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Enraged Hippogryph'), -(14801, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Idol Room Spawn C'), -(14802, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Idol Room Spawn B'), -(15127, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Burning Imp'), -(15227, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Clear Boom Bot Aura'), -(15650, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 4, 100, 0, 0, 0, 0, 0, 0, 0, 'Flame Attack Visual'), -(15782, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frostsaber Cub Death'), -(16076, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'War Master Voone Unarmed Passive'), -(16134, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blackhand Summoner Presummon Emote'), -(16135, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blackhand Summoner Presummon Emote'), -(16140, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Exploding Cadaver'), -(16331, 464, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Incorporeal Defense'), -(16364, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rend Calls For Buff'), -(16365, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rend Calls For Buff'), -(16369, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bugs'), -(16370, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Maggots'), -(16371, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rats'), -(16420, 272, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 327, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Crypt Scarab Confuse'), -(16423, 464, 0, 0, 524288, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Crypt Scarab Suicide Passive'), -(16424, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Crypt Scarab Suicide'), -(16426, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alien kill Sire'), -(16499, 67109120, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Thistle Kinship'), -(16507, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Corrupted Saber Trap'), -(16548, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Goretooth''s Orders'), -(16563, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 5, 0, 0, 0, 0, 0, 0, 0, 'Drowning Death'), -(16619, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest - Temporal Parasite Death Summon'), -(16630, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest - Temporal Parasite Summon #2'), -(16631, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest - Temporal Parasite Summon #3'), -(16721, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Finkle Generator'), -(16743, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Finkle Questgiver On'), -(16771, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Warosh Tickle'), -(17042, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Master Swordsmith'), -(17043, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Master Axesmith'), -(17044, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Master Hammersmith'), -(17085, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Player Released Thistle Bear'), -(17163, 256, 1024, 4194304, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Unsummon Mechanical Yeti'), -(17186, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ras Becomes a Boy!'), -(17225, 128, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Upgrade Zigguraut'), -(17226, 128, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Upgrade Zigguraut'), -(17310, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Darrowshire Spirit'), -(17372, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Egan''s Blaster Effect'), -(17408, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 96, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Freed Soul'), -(17442, 384, 268436480, 0, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Air Bubbles'), -(17472, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Death Pact'), -(17507, 448, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Passive Root'), -(17621, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Reputation - Caer Darrow'), -(17674, 448, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Immune: Physical'), -(17681, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Reputation - Caer Darrow'), -(17694, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Darrowshire Poltergeist (DND)'), -(17772, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spread'), -(17774, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 31, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spread'), -(18268, 2512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Fire Shield'), -(18348, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Poltergeist Periodic Schedule (DND)'), -(18349, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Poltergeist Periodic (DND)'), -(18350, 384, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger'), -(18380, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Poltergeist Despawn (DND)'), -(18383, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Poltergeist Despawn Schedule (DND)'), -(18391, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Speed Burst'), -(18430, 272, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragon Hover'), -(18433, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger 2'), -(18461, 262544, 268600320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Vanish Purge'), -(18759, 536871168, 0, 67108868, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Swallow Soul'), -(18793, 256, 268436480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kodo Kombobulator'), -(18804, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Eruption'), -(18908, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dissipate Sand Storm'), -(18941, 262416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Double Attack'), -(18947, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Inferno Dummy Effect'), -(18955, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ranshalla''s Torch Trap'), -(18959, 448, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rat Aggro Clear'), -(18967, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rat Aggro Clear'), -(18971, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Message to Grand Inquisitor'), -(18973, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tirion Message to Isillien'), -(18993, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ranshalla''s Altar Trap'), -(18997, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tirion Message to Isillien 002'), -(19033, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blighthound Call'), -(19195, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Hate to 90%'), -(19394, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Gordunni chest (JUNK)'), -(19396, 464, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Incinerate'), -(19433, 262608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tamed Pet Passive (DND)'), -(19436, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Lava Bomb Despawn'), -(19515, 0, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frenzy'), -(19527, 256, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Majordomo Teleport'), -(19614, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Caster'), -(19626, 2512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Fire Shield'), -(19640, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Pummel'), -(19707, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hate to 50%'), -(19768, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gizelton Caravan'), -(19806, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Injure Self'), -(19810, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Injure Self on Spawn'), -(19824, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Blackwing Legionnaires'), -(19826, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Blackwing Legionnaire'), -(19827, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Blackwing Mage'), -(19828, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Death Talon Dragonspawn'), -(19829, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Guardian of Nefarian'), -(19951, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Pacify Self'), -(20001, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mercutio Horse Dummy DND'), -(20027, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Immune Effect: Taunt'), -(20171, 320, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Onyxian Whelps'), -(20172, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Onyxian Whelp'), -(20226, 256, 268435456, 0, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aggro'), -(20273, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Windsor''s Inspriation DND'), -(20275, 262400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Windsor''s Inspiration Effect DND'), -(20311, 0, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Player'), -(20409, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Lady Prestor Transforms DND'), -(20482, 128, 268468224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Firesworn Eruption Trigger'), -(20492, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Resonite Crystal'), -(20493, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDRitual of Doom Trigger Effect'), -(20494, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Lava Bomb 1'), -(20495, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Lava Bomb 2'), -(20507, 536871312, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Magmakin Confuse'), -(20538, 536871056, 268436616, 4, 131072, 0, 393224, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(20544, 144, 268468224, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Attract Rager'), -(20546, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Infernal Spawn Trigger'), -(20548, 536871040, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Root Self'), -(20556, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Golemagg''s Trust'), -(20563, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Elemental Fire'), -(20693, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Lost Amulet'), -(20723, 0, 0, 4, 268435456, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tower Kill Credit'), -(20734, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Black Arrow'), -(20785, 262528, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Charm Tolerance (DND)'), -(20809, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 100, 0, 0, 0, 0, 0, 0, 0, 'Vampiric Aura'), -(20861, 384, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Muglash Waiting'), -(20862, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Muglash Despawn'), -(20863, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Muglash''s Brazier Trap'), -(21087, 256, 268468360, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Immunity'), -(21090, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Champion'), -(21094, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Separation Anxiety'), -(21108, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sons of Flame'), -(21110, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Son of Flame B'), -(21111, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Son of Flame C'), -(21112, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Son of Flame D'), -(21113, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Son of Flame E'), -(21114, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Son of Flame F'), -(21115, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Son of Flame G'), -(21116, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Son of Flame H'), -(21117, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Son of Flame A'), -(21129, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aura of Battle'), -(21130, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Grip of Command'), -(21173, 8388880, 268435456, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aerie Gryphon Hover'), -(21190, 384, 268435456, 5, 1048576, 128, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aerie Gryphon Speed Buff'), -(21247, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wintergrasp Shutdown'), -(21287, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 145, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Conjure Lokholar the Usurper DND'), -(21353, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mount Speed Buff DND'), -(21387, 320, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 4, 15, 0, 0, 0, 0, 0, 0, 0, 'Melt Weapon'), -(21545, 8388864, 0, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 347, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Conjure Ryson''s All Seeing Eye DND'), -(21548, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spore Trees'), -(21554, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ryson''s All Seeing Eye'), -(21561, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Healer Champion'), -(21709, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spore Tree'), -(21727, 0, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Player'), -(21733, 208, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spore Tree Trigger'), -(21767, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kill Trees'), -(21789, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 30, 0, 0, 0, 0, 0, 0, 0, 'Hate to Half'), -(21795, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frostwolf Muzzle Effect DND'), -(21827, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frostwolf Aura DND'), -(21828, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frostwolf Aura Dummy Dispel'), -(21830, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frostwolf Despawn Spell'), -(21859, 536871056, 268468224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ragnaros Submerge Effect'), -(21863, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alterac Ram Aura DND'), -(21864, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alterac Ram Aura Dummy Dispel DND'), -(21865, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alterac Ram Despawn Spell'), -(21867, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alterac Ram Collar Effect DND'), -(21883, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 225, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Healed Celebrian Vine'), -(21886, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Lava Burst A'), -(21900, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Lava Burst B'), -(21901, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Lava Burst C'), -(21902, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Lava Burst D'), -(21903, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Lava Burst E'), -(21904, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Lava Burst F'), -(21905, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Lava Burst G'), -(21906, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Lava Burst H'), -(21907, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Lava Burst I'), -(21908, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Lava Burst Randomizer'), -(21914, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Celebras Quit Escort'), -(21917, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Celebras Stone Trap'), -(21934, 8388992, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Gizlock''s Dummy Despawn'), -(21988, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Dun Garok Soldiers'), -(21989, 8388864, 268435456, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Waiting to Resurrect'), -(22049, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldTesting Totem Passive'), -(22050, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldTesting Totem Dummy'), -(22190, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Flare Gun DND'), -(22208, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Chapter 1 DND'), -(22209, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Chapter 2 DND'), -(22210, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Chapter 3 DND'), -(22211, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Chapter 4 DND'), -(22269, 537133312, 136, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Injured'), -(22276, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Elemental Shield'), -(22282, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Brood Power'), -(22283, 400, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 40, 0, 0, 0, 0, 0, 0, 0, 'Brood Power: Red'), -(22285, 400, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 40, 0, 0, 0, 0, 0, 0, 0, 'Brood Power: Blue'), -(22286, 400, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 40, 0, 0, 0, 0, 0, 0, 0, 'Brood Power: Bronze'), -(22287, 400, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 40, 0, 0, 0, 0, 0, 0, 0, 'Brood Power: Black'), -(22288, 400, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 40, 0, 0, 0, 0, 0, 0, 0, 'Brood Power: Green'), -(22352, 400, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Phase Lasher (Fire)'), -(22353, 400, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Phase Lasher (Nature)'), -(22354, 400, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Phase Lasher (Arcane)'), -(22391, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Demon Portal'), -(22483, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'PvP Herald Alpha Transform (DND)'), -(22520, 400, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Phase Lasher (Frost)'), -(22647, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 3, 21, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Empower Pet'), -(22652, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drakonid Spawner'), -(22653, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drakonid Spawner'), -(22679, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Prismatic Drakonid Spawner'), -(22697, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 64, 100, 0, 0, 0, 0, 0, 0, 0, 'Arcane Elemental'), -(22701, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aggro'), -(22707, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 487, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Root'), -(22716, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 16, 100, 0, 0, 0, 0, 0, 0, 0, 'Hydrojet'), -(22755, 327888, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Critical Weapon +28'), -(22764, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aggro'), -(22765, 400, 512, 4, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aggro'), -(22787, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Irritating Spores'), -(22788, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 225, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Grow'), -(22803, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dire Maul Trap - Summon'), -(22821, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 6, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Warpwood Spores'), -(22837, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Conjure Tharnariun''s Hope'), -(22841, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Arcanum of Rapidity'), -(22843, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Arcanum of Focus'), -(22847, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Arcanum of Protection'), -(22879, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cho''Rush Random'), -(22880, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cho''Rush Random Effect (Priest)'), -(22881, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cho''Rush Random Effect (Shaman)'), -(22882, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cho''Rush Random Effect (Mage)'), -(22904, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 36, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Heated Blade DND'), -(22913, 384, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(22925, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Conjure Dull Flat Elven Blade DND'), -(22941, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Player Lost Shackles DND'), -(22942, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Player Lost Apple DND'), -(22943, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Player Lost Eau d'' Mixilpixil DND'), -(22944, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Player Lost Hinot''s OilDND'), -(22958, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Vessel of Rebirth DND'), -(22970, 400, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kodo Despawn'), -(23021, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragon Orb'), -(23022, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Crystal Prison Conjure DND'), -(23031, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cancel Bob Possession'), -(23032, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nefarian''s Troops Flee'), -(23057, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 29, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mob Spawn Circle (DND)'), -(23118, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 62, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Conjure Scourge Footsoldier DND'), -(23119, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 347, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Conjure Peasant DND'), -(23121, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 347, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Conjure Peasant DND'), -(23137, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Priest Event Despawner DND'), -(23156, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Peasant Event Anti-Cheat DND'), -(23173, 384, 268435456, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Brood Affliction'), -(23175, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chromatic Mutation'), -(23177, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chromatic Mutation'), -(23183, 536871296, 268435592, 4, 196864, 0, 0, 0, 0, 0, 0, 0, 1, 29, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Mark of Frost - Triggered spell'), -(23185, 384, 268436480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Aura of Frost'), -(23195, 8388864, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragondog Breath Selection'), -(23199, 320, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'See Priest Invis'), -(23200, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Precious Transform to Felhound DND'), -(23201, 256, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hunter Epic Anti-Cheat DND'), -(23209, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Terrordale Haunting Spirit #2'), -(23253, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Terrordale Haunting Spirit #3'), -(23255, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Deep Wounds'), -(23258, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Demonic Frenzy Cleanse DND'), -(23307, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Possess'), -(23311, 536871168, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Time Lapse'), -(23317, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragondog Breath Selection (L1)'), -(23318, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragondog Breath Selection (L2)'), -(23319, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragondog Breath Selection (L3)'), -(23320, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragondog Breath Selection (L4)'), -(23321, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragondog Breath Selection (L5)'), -(23322, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragondog Breath Selection (R1)'), -(23323, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragondog Breath Selection (R2)'), -(23324, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragondog Breath Selection (R3)'), -(23325, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragondog Breath Selection (R4)'), -(23326, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragondog Breath Selection (R5)'), -(23329, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Heal Max Health'), -(23330, 448, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'No Stealth Detection'), -(23343, 8388864, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nefarian Tunnel Selection'), -(23344, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nefarian Tunnel Selection (L1)'), -(23345, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nefarian Tunnel Selection (L2)'), -(23346, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nefarian Tunnel Selection (L3)'), -(23347, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nefarian Tunnel Selection (L4)'), -(23348, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nefarian Tunnel Selection (L5)'), -(23349, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nefarian Tunnel Selection (R1)'), -(23350, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nefarian Tunnel Selection (R2)'), -(23351, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nefarian Tunnel Selection (R3)'), -(23352, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nefarian Tunnel Selection (R4)'), -(23353, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nefarian Tunnel Selection (R5)'), -(23361, 8388864, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Raise Undead Drakonid'), -(23362, 384, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Raise Drakonids'), -(23363, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Drakonid Corpse Trigger'), -(23383, 134217984, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Flag Click'), -(23384, 134217984, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Flag Click'), -(23385, 134217984, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Flag Returns (Event)'), -(23386, 134217984, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Flag Returns (Event)'), -(23387, 134217984, 268435456, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 36, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Flag Capture Test'), -(23388, 134217984, 268435456, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 39, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Flag Capture Test'), -(23390, 134217984, 268435456, 4, 131072, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Flag Capture'), -(23405, 134217984, 268435456, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Reset Teleport'), -(23406, 134217984, 268435456, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Reset Teleport'), -(23407, 134217984, 268435456, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Reset Teleport'), -(23408, 8388864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drop Pillow DND'), -(23424, 256, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Corrupted Totems'), -(23439, 256, 136, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Corruption'), -(23464, 8388864, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Soul Shard'), -(23479, 384, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Remove Bones'), -(23484, 384, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dispel Drakonids'), -(23487, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Separation Anxiety'), -(23499, 142606592, 0, 262273, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Revive Pet'), -(23500, 159383808, 1, 128, 0, 0, 0, 4, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Felhunter'), -(23501, 159383808, 1, 128, 0, 0, 0, 4, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Voidwalker'), -(23502, 159383808, 1, 128, 0, 0, 0, 4, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Succubus'), -(23503, 159383808, 1, 128, 0, 0, 0, 4, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Imp'), -(23518, 65792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDCreate Healthstone'), -(23519, 65792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDCreate Healthstone'), -(23523, 159383808, 32, 5, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Warsong CTF Flag'), -(23524, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Warsong CTF Win'), -(23525, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Warsong CTF Flag'), -(23526, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Warsong CTF Win'), -(23527, 159383808, 1056, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Alterac Valley'), -(23528, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Alterac Valley'), -(23529, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Alterac Valley'), -(23532, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Alterac Valley'), -(23533, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Alterac Valley'), -(23534, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Alterac Valley'), -(23535, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Alterac Valley'), -(23536, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Alterac Valley'), -(23644, 536871168, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Burning Adrenaline'), -(23648, 134217984, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Flag Captured'), -(23649, 134217984, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Flag Captured'), -(23763, 159383808, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Silverwing Flag'), -(23764, 159383808, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Horde Flag'), -(23770, 612368640, 268435592, 1, 1048576, 4, 0, 0, 0, 0, 0, 0, 1, 527, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sayge''s Carnie Buff'), -(23776, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Clear Possess'), -(23777, 537133312, 0, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Zero Mana/Full Health DND'), -(23779, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Resurgence DND'), -(23790, 536871168, 268435592, 335544320, 0, 0, 0, 0, 0, 0, 0, 0, 1, 42, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Stoneclaw Totem Effect TEST'); -INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `AttributesEx8`, `AttributesEx9`, `AttributesEx10`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `SchoolMask`, `SpellAuraOptionsId`, `SpellCastingRequirementsId`, `SpellCategoriesId`, `SpellClassOptionsId`, `SpellEquippedItemsId`, `SpellLevelsId`, `SpellTargetRestrictionsId`, `SpellInterruptsId`, `Comment`) VALUES -(23845, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Attract Jubjub'), -(23878, 384, 268436480, 4, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(23896, 134217984, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Flag Taken From Base (Event)'), -(23897, 134217984, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Flag Taken From Base (Event)'), -(23932, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'A-Mid Trigger'), -(23933, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'A-Mid Horde'), -(23934, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'A-Mid Alliance'), -(23935, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'H-Mid Trigger'), -(23936, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mid Trigger'), -(23937, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'ALT -N Trigger'), -(23938, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'ALT -S Trigger'), -(23939, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'ALT -N Alliance'), -(23940, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'ALT -N Horde'), -(23941, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'ALT -S Alliance'), -(23942, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'ALT -S Horde'), -(23943, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'H-Mid Alliance'), -(23944, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'H-Mid Horde'), -(23945, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mid Alliance'), -(23946, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mid Horde'), -(23973, 134217984, 268435456, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Root Self'), -(23975, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create iCoke Prize Voucher'), -(23998, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman WAR R1 DND'), -(23999, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman WAR R2 DND'), -(24000, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman WAR R3 DND'), -(24001, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman WAR R4 DND'), -(24007, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Zul''Gurub Talisman PAL R1 DND'), -(24008, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Zul''Gurub Talisman PAL R2 DND'), -(24009, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Zul''Gurub Talisman PAL R3 DND'), -(24010, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Zul''Gurub Talisman PAL R4 DND'), -(24012, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman PRT R1 DND'), -(24013, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman PRT R2 DND'), -(24014, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman PRT R3 DND'), -(24015, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman PRT R4 DND'), -(24019, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Axe Flurry'), -(24038, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman MAG R1 DND'), -(24039, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman MAG R2 DND'), -(24040, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman MAG R3 DND'), -(24041, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman MAG R4 DND'), -(24044, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman WLK R1 DND'), -(24045, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman WLK R2 DND'), -(24046, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman WLK R3 DND'), -(24047, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman WLK R4 DND'), -(24055, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman DRU R1 DND'), -(24056, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman DRU R2 DND'), -(24057, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Confused'), -(24059, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman DRU R3 DND'), -(24060, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman DRU R4 DND'), -(24066, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 35, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Toad Explode'), -(24067, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman SHM R1 DND'), -(24068, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman SHM R2 DND'), -(24069, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman SHM R3 DND'), -(24070, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman SHM R4 DND'), -(24072, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman ROG R1 DND'), -(24073, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman ROG R2 DND'), -(24074, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman ROG R3 DND'), -(24075, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman ROG R4 DND'), -(24076, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman HUN R1 DND'), -(24077, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman HUN R2 DND'), -(24078, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman HUN R3 DND'), -(24079, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Zul''Gurub Talisman HUN R4 DND'), -(24080, 8388608, 131072, 67108864, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Death Touch Copy'), -(24081, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Spawn of Mar''li'), -(24082, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hatch Spider Egg'), -(24086, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 225, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Growth'), -(24087, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Growth'), -(24089, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Full Grown'), -(24150, 65792, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stinger Charge Primer'), -(24181, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Arathi Basin'), -(24182, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Arathi Basin'), -(24205, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Half Heal'), -(24206, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Half Heal Effect'), -(24211, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Mark of Arlokk'), -(24215, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Heart of Hakkar Explosion'), -(24218, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Test Power Bonus (Cat)'), -(24219, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Test Critical Bonus'), -(24235, 272, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Super Invis'), -(24237, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Alliance Graveyard Teleporter'), -(24246, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Zulian Prowler'), -(24247, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Zulian Prowlers'), -(24249, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Zulian Stalkers'), -(24250, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Zulian Stalker'), -(24304, 8388864, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest - Create Mudskunk Lure'), -(24310, 262416, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Powerful Healing Ward'), -(24342, 150995200, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Chained Spirits'), -(24343, 8388864, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Call Chained Spirit'), -(24344, 320, 268436480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bloodlord''s Aura'), -(24345, 536871168, 268436616, 0, 268566528, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bloodlord''s Aura'), -(24349, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Bloodlord''s Raptor'), -(24395, 536936848, 33792, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 85, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bestial Wrath'), -(24396, 536936848, 33792, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 85, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bestial Wrath'), -(24397, 536936848, 268469248, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 85, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bestial Wrath'), -(24474, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Destroy Wards'), -(24620, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Portal of Madness'), -(24635, 150995200, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sober Up'), -(24638, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Warsong CTF Flag'), -(24639, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Warsong CTF Flag'), -(24642, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Alterac Valley'), -(24643, 159383808, 1056, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Alterac Valley'), -(24644, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Alterac Valley'), -(24645, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Alterac Valley'), -(24650, 159383808, 32, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Darnassus Reputation'), -(24651, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alliance Alterac Valley'), -(24652, 159383808, 32, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Horde Alterac Valley'), -(24678, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'GY Mid Alliance'), -(24679, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'GY Mid Horde'), -(24692, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 225, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hakkar Power'), -(24693, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hakkar Power Down'), -(24700, 67109120, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 13, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Vanish'), -(24722, 142606592, 0, 128, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Happy Pet'), -(24743, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cannon Prep'), -(24754, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 32, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cannon Prep'), -(24779, 256, 268435456, 0, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 96, 8, 100, 0, 0, 0, 0, 0, 0, 0, 'Dream Fog'), -(24781, 256, 268435456, 0, 131328, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Dream Fog'), -(24796, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Demented Druid Spirit'), -(24805, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Hive''Zora Rubbing DND'), -(24806, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Hive''Ashi Rubbing DND'), -(24807, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Hive''Regal Rubbing DND'), -(24810, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Spirit Shade'), -(24863, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create BlizzCon Prize'), -(24868, 128, 1024, 0, 0, 3145728, 0, 0, 0, 0, 0, 0, 1, 21, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDPredatory Strikes'), -(24886, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Shades of Taerar'), -(24906, 256, 268435456, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Emeriss Aura'), -(24920, 738197760, 268435592, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 39, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flag Guard'), -(24931, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '100 Health'), -(24936, 256, 0, 0, 268435456, 0, 16, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'RC Tank Control'), -(24938, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Close Control Console'), -(24948, 400, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldDefensive State 2'), -(24956, 320, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dream Fog'), -(24958, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Putrid Mushrooms'), -(24959, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '500 Health'), -(25044, 384, 268436480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Aura of Nature'), -(25108, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bronze Dragon Transform DND'), -(25142, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDHeart of the Wild Bear Effect 2'), -(25151, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Vekniss Drone'), -(25153, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Agro Drones Effect'), -(25157, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest - Self Drain Mana'), -(25175, 262416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Triple Attack'), -(25184, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Speed Burst'), -(25186, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 171, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Super Crystal'), -(25192, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Ossirian Crystal'), -(25193, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Ossirian Crystal'), -(25194, 256, 136, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Adds'), -(25200, 4718866, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shoot'), -(25374, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Consume'), -(25410, 67109120, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Consume'), -(25473, 536871168, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Attack Order'), -(25592, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 10, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(25600, 8388864, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Idol of Neptulon DND'), -(25604, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hate to Second'), -(25657, 384, 268436480, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(25667, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Language Sindassi'), -(25676, 536871168, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Drain Mana'), -(25680, 384, 268436480, 4, 131328, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(25684, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mana Fiends'), -(25708, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Hive''Zara Swarmer'), -(25711, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hive''Zara Swarmer Start Loop'), -(25724, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hive''Zara Larva Aggro Effect'), -(25726, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hive''Zara Larva Fear Effect'), -(25728, 538968448, 1160, 67108868, 64, 2048, 2097152, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Find the Ancient Hero: Dummy to Subjugated Iskalder'), -(25731, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Find the Ancient Hero: On Player Gossip'), -(25752, 330112, 0, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 18, 6, 2, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLDJudgement of Light'), -(25753, 330112, 0, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 2, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLDJudgement of Light'), -(25754, 536871168, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Drain Mana'), -(25757, 330112, 0, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 18, 6, 2, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLDJudgement of Wisdom'), -(25758, 330112, 0, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 2, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLDJudgement of Wisdom'), -(25763, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Draconic For Dummies 7 DND'), -(25764, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Draconic For Dummies 5 DND'), -(25765, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Draconic For Dummies 4 DND'), -(25769, 256, 524288, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Consume'), -(25773, 67109120, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Will of Weavil'), -(25775, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Consume'), -(25784, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Narain''s Special Bag DND'), -(25785, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Arcanite Buoy DND'), -(25789, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Yauj Brood'), -(25792, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Brood'), -(25830, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hive''Zara Swarmer Teleport Trigger'), -(25833, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hive''Zara Swarmer Loop 1'), -(25834, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hive''Zara Swarmer Loop 2'), -(25835, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hive''Zara Swarmer Loop 3'), -(25842, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Swarmers'), -(25844, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hive''Zara Swarmers Swarm'), -(25885, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Globs of Viscidus'), -(25897, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Viscidus Grows'), -(25904, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Viscidus Teleport'), -(25905, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Invis Self'), -(25921, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight CASTER R1 DND'), -(25922, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight CASTER R2 DND'), -(25923, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight CASTER R3 DND'), -(25924, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight CASTER R4 DND'), -(25925, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight CASTER R5 DND'), -(25926, 256, 268435456, 4, 335544320, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Viscidus Frost Weakness'), -(25927, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight DPS R1 DND'), -(25928, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight DPS R2 DND'), -(25929, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight DPS R3 DND'), -(25930, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight DPS R4 DND'), -(25931, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight DPS R5 DND'), -(25932, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight TANK R1 DND'), -(25933, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight TANK R2 DND'), -(25934, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight TANK R3 DND'), -(25935, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight TANK R4 DND'), -(25936, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signet Ring of the Bronze Dragonflight TANK R5 DND'), -(25944, 330112, 0, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 2, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLDJudgement of Justice'), -(25945, 330112, 0, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 18, 6, 2, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLDJudgement of Justice'), -(25994, 336, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Membrane of Viscidus'), -(25998, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Veknis Guardian Call'), -(26002, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Suicide'), -(26014, 612368640, 268435456, 5, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'In Battleground'), -(26015, 612368640, 268435456, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ended Battleground'), -(26057, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Pop Dirt Mounds'), -(26075, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Set Ouro Health'), -(26076, 134217984, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Save Ouro Health'), -(26080, 65792, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stinger Charge Primer'), -(26092, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dirt Mound Passive'), -(26096, 8388864, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Jandice Drops Journal DND'), -(26101, 256, 136, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ground Rupture'), -(26104, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ouro Submerge Trigger'), -(26105, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Glare'), -(26133, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sandworm Base'), -(26140, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Hook Tentacle'), -(26144, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Eye Tentacle'), -(26145, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Eye Tentacle'), -(26146, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Eye Tentacle'), -(26147, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Eye Tentacle'), -(26148, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Eye Tentacle'), -(26149, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Eye Tentacle'), -(26150, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Eye Tentacle'), -(26151, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Eye Tentacle'), -(26152, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Eye Tentacles'), -(26156, 272, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Carapace of C''Thun'), -(26159, 159383808, 32, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnomeregan Reputation'), -(26160, 159383808, 32, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ironforge Reputation'), -(26161, 159383808, 32, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stormwind Reputation'), -(26162, 159383808, 32, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Orgrimmar Reputation'), -(26163, 159383808, 32, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Darkspear Reputation'), -(26164, 159383808, 32, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Undercity Reputation'), -(26165, 159383808, 32, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Thunder Bluff Reputation'), -(26182, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Burrow'), -(26183, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Burrow'), -(26191, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport Giant Hook Tentacle'), -(26199, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Darkmaster Gandling Christmas Disguise'), -(26200, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Christmas Darkmaster Gandling'), -(26205, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport Giant Hook Tentacle Trigger'), -(26209, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Christmas Cannon Master Willey'), -(26210, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Christmas Prince Tortheldrin'), -(26212, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Christmas Emperor Dagran Thaurissan'), -(26213, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Giant Hook Tentacles'), -(26214, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Christmas Warchief Rend Blackhand'), -(26215, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Christmas War Master Voone'), -(26216, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Giant Hook Tentacles'), -(26217, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Giant Hook Tentacles'), -(26220, 67109120, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Digestive Acid'), -(26222, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Preparation'), -(26224, 256, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Exit Stomach'), -(26229, 256, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Player'), -(26230, 256, 0, 8, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Exit Stomach'), -(26231, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Christmas Goraluk Anvilcrack'), -(26236, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mouth Tentacles'), -(26237, 256, 268435456, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mouth Tentacles'), -(26239, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Human Male'), -(26240, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Human Female'), -(26241, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Dwarf Male'), -(26242, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Dwarf Female'), -(26243, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Goblin Female'), -(26244, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Goblin Male'), -(26245, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Night Elf Female'), -(26246, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Night Elf Male'), -(26247, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Orc Female'), -(26248, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Orc Male'), -(26249, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Tauren Female'), -(26250, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Tauren Male'), -(26251, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Troll Female'), -(26252, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Troll Male'), -(26253, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Winter Reveler - Undead Female'), -(26254, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '.Winter Reveler - Undead Male'), -(26255, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Check Reset'), -(26256, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Check Reset'), -(26257, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Check Reset'), -(26264, 2843738368, 1056, 268976141, 1245184, 11141280, 393225, 143876, 1, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn'), -(26268, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(26270, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(26285, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport Ouro Trigger'), -(26300, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, BLUE - N'), -(26301, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, BLUE - D'), -(26302, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, BLUE - SE'), -(26303, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, BLUE - SW'), -(26305, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, RED - D'), -(26306, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, RED - N'), -(26307, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, RED - SE'), -(26308, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, RED - SW'), -(26309, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, GREEN - D'), -(26310, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, GREEN - N'), -(26311, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, GREEN - SE'), -(26312, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, GREEN - SW'), -(26313, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, PURPLE - D'), -(26314, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, PURPLE - N'), -(26315, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, PURPLE - SE'), -(26316, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, PURPLE - SW'), -(26317, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, WHITE - D'), -(26318, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, WHITE - N'), -(26319, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, WHITE - SE'), -(26320, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, WHITE - SW'), -(26321, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, YELLOW - D'), -(26322, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, YELLOW - N'), -(26323, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, YELLOW - SE'), -(26324, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, YELLOW - SW'), -(26340, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Kaldorei Elite'), -(26341, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Saurfang''s Rage'), -(26342, 159383808, 32, 1, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rajaxx Event - Bonus Cenarion Faction'), -(26357, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, BLUE - U'), -(26358, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, GREEN - U'), -(26359, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, PURPLE - U'), -(26360, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, RED - U'), -(26361, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, WHITE - U'), -(26362, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, YELLOW - U'), -(26382, 67109120, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Burrow'), -(26383, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Night Elf Harbinger'), -(26384, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Night Elf Lunar Festival Vendor'), -(26396, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 225, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Portal Ground State'), -(26397, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Hook Tentacles'), -(26398, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Hook Tentacles'), -(26399, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Tentacles'), -(26404, 142606592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Tent Port'), -(26447, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Hive''Zara Hornets'), -(26457, 536871168, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Drain Mana'), -(26477, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 225, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Giant Portal Ground State'), -(26479, 67109120, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Digestive Acid'), -(26483, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, BLUE BIG - D'), -(26484, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, BLUE BIG - N'), -(26485, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, BLUE BIG - SE'), -(26486, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, BLUE BIG - SW'), -(26487, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, BLUE BIG - U'), -(26491, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, GREEN BIG - D'), -(26492, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, GREEN BIG - N'), -(26493, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, GREEN BIG - SE'), -(26494, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, GREEN BIG - SW'), -(26495, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, GREEN BIG - U'), -(26496, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, PURPLE BIG - D'), -(26497, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, PURPLE BIG - N'), -(26498, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, PURPLE BIG - SE'), -(26499, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, PURPLE BIG - SW'), -(26500, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, PURPLE BIG - U'), -(26501, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, RED BIG - D'), -(26502, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, RED BIG - N'), -(26503, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, RED BIG - SE'), -(26504, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, RED BIG - SW'), -(26505, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, RED BIG - U'), -(26506, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, WHITE BIG - D'), -(26507, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, WHITE BIG - N'), -(26508, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, WHITE BIG - SE'), -(26509, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, WHITE BIG - SW'), -(26510, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, WHITE BIG - U'), -(26511, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, YELLOW BIG - D'), -(26512, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, YELLOW BIG - N'), -(26513, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, YELLOW BIG - SE'), -(26514, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, YELLOW BIG - SW'), -(26515, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cluster Rocket, YELLOW BIG - U'), -(26520, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Night Elf Lunar Festival Emissary'), -(26523, 159383808, 32, 1, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rajaxx Event - Bonus Cenarion Faction'), -(26524, 256, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sand Trap'), -(26525, 536871296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'True Fulfillment'), -(26538, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Hive''Zara Larva'), -(26539, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Hive''Zara Larva'), -(26542, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sprint'), -(26543, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sprint'), -(26544, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Omen, self damage'), -(26553, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Choose Random Powers'), -(26559, 536871168, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Drain Mana'), -(26564, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Viscidus Trigger'), -(26567, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(26569, 536871312, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(26570, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Prophet Skeram Death'), -(26577, 256, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Toxic Slime'), -(26579, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport Eversong Woods - West Sanctum - Up'), -(26582, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(26585, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Toxic Slimes'), -(26589, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cancel True Fulfillment'), -(26591, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport Image'), -(26592, 536936848, 268469248, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 85, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bestial Wrath'), -(26594, 671088912, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Base'), -(26602, 384, 268468224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Immune Effect: Taunt & AttackMe'), -(26603, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Initialize Twin'), -(26617, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Ouro Mound'), -(26619, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 22, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Ouro Scarabs Periodic'), -(26626, 384, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mana Burn Area'), -(26627, 687866240, 168, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Suicide'), -(26628, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Twin Suicide'), -(26630, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spawn Vekniss Hatchlings'), -(26631, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spawn Vekniss Hatchlings'), -(26632, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spawn Vekniss Hatchlings'), -(26633, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Glob Speed'), -(26634, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 225, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Glob Speed'), -(26637, 536871312, 268435592, 4, 2147483648, 0, 0, 0, 0, 0, 0, 0, 1, 487, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(26644, 256, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Instakill Reset'), -(26648, 256, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Port Out Stomach Effect'), -(26651, 384, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Execute'), -(26658, 2097536, 131072, 67108864, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Threat'), -(26668, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Heart Candy'), -(26670, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Heart Candy'), -(26671, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Heart Candy'), -(26672, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Heart Candy'), -(26673, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Heart Candy'), -(26674, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Heart Candy'), -(26675, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Heart Candy'), -(26676, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Heart Candy'), -(26684, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Get Gossip, Male'), -(26685, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Get Gossip, Female'), -(26741, 384, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldShiv'), -(26744, 336, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Poisonous Blood'), -(26766, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Giant Eye Tentacles'), -(26767, 536871168, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Giant Eye Tentacles'), -(26768, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Giant Eye Tentacles'), -(26769, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Eye Tentacles'), -(26787, 536871168, 268533896, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 37, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nullify'), -(26837, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon InCombat Trigger'), -(26838, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn InCombat Trigger'), -(26870, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Amorous Timer, Standard Test'), -(26886, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hate to 75%'), -(26973, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create BlizzCon Prize (Euro)'), -(26974, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Korea Invitational Prize'), -(27027, 8388992, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cancel Creeping Plague'), -(27178, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Defile'), -(27537, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Replacement Lord Valthalak''s Amulet'), -(27542, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Replacement Top Piece of Lord Valthalak''s Amulet'), -(27544, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Replacement Left Piece of Lord Valthalak''s Amulet'), -(27558, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Replacement Isalien''s Brazier of Beckoning'), -(27560, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Replacement Mor Grayhoof''s Brazier of Beckoning'), -(27562, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Replacement Kormok''s Brazier of Beckoning'), -(27563, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Replacement Jarien & Sothos''s Brazier of Beckoning'), -(27566, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Replacement Lord Valthalak''s Brazier of Beckoning'), -(27597, 696254720, 136, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport: Ironforge'), -(27598, 696254720, 136, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport: Undercity'), -(27600, 696254720, 136, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport: IF/UC'), -(27627, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drop Obsidian'), -(27628, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drop Obsidian'), -(27629, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drop Obsidian'), -(27630, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drop Obsidian'), -(27631, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drop Obsidian'), -(27643, 8388864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Spirit of Jarien'), -(27644, 8388864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Spirit of Sothos'), -(27645, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Jarien/Sothos Winner Box'), -(27654, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Love is in the Air Test'), -(27674, 150995200, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Threat'), -(27678, 536871056, 268436616, 4, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Reevaluate Targets'), -(27690, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Bone Minion'), -(27691, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Bone Minion'), -(27692, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Bone Minion'), -(27693, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Bone Minion'), -(27694, 8388864, 0, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport to Razelikh (GROUP)'), -(27742, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Amorous Timer, Standard'), -(27748, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '100 Mana'); -INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `AttributesEx8`, `AttributesEx9`, `AttributesEx10`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `SchoolMask`, `SpellAuraOptionsId`, `SpellCastingRequirementsId`, `SpellCategoriesId`, `SpellClassOptionsId`, `SpellEquippedItemsId`, `SpellLevelsId`, `SpellTargetRestrictionsId`, `SpellInterruptsId`, `Comment`) VALUES -(27749, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Initialize Tank'), -(27770, 384, 0, 0, 33554432, 1, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'The Leaper: Jump'), -(27773, 159383808, 32, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ysida Freed - Argent Dawn Reputation'), -(27791, 150995392, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Suicide'), -(27884, 128, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Trainee'), -(27887, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Minion Spawner, small'), -(27896, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Choose Random Skull Pile'), -(27921, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Spectral Trainee'), -(27930, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Choose Random Skull Pile'), -(27932, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Spectral Knight'), -(27933, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Invis Stalker'), -(27934, 8388864, 268435456, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Viscidus Shrinks'), -(27938, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Choose Random Skull Pile'), -(27939, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Spectral Rivendare'), -(27998, 537985280, 98304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(27999, 262416, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Land Mine Periodic'), -(28000, 262480, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Land Mine Trigger'), -(28001, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(28007, 2176, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 16, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Trainee'), -(28008, 128, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Knight'), -(28009, 2176, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Knight'), -(28010, 128, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mounted Knight'), -(28011, 2176, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mounted Knight'), -(28033, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aggro all in LOS'), -(28034, 384, 0, 0, 268435712, 128, 8, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hate all in LOS'), -(28035, 384, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Reset Gothik Event'), -(28082, 256, 0, 5, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'BRD Kill Credit Trigger'), -(28083, 8388864, 0, 5, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'BRD Kill Credit Effect'), -(28090, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Minion Despawn Timer'), -(28091, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawner, self'), -(28094, 402915728, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sneak'), -(28098, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stalagg Tesla Effect'), -(28108, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Tesla Chain'), -(28110, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Feugen Tesla Effect'), -(28115, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mark of Didier'), -(28116, 256, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Jarien''s Corpse'), -(28117, 256, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Sothos''s Corpse'), -(28129, 16777472, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Filming'), -(28138, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Feugen Initialize'), -(28139, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stalagg Passive'), -(28140, 536871168, 268435456, 0, 0, 0, 0, 16777216, 0, 0, 0, 0, 1, 21, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Taunt'), -(28162, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Savage Guard'), -(28164, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Ice Guard'), -(28166, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Shadow Guard'), -(28175, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '(DND) Summon Crystal Minion, Ghost'), -(28177, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '(DND) Summon Crystal Minion, Skeleton'), -(28179, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '(DND) Summon Crystal Minion, Ghoul'), -(28188, 262272, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Champion''s Bond'), -(28190, 536871168, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mutate Effect'), -(28203, 384, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Find Camp Type'), -(28216, 320, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Zombie Chow'), -(28217, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Zombie Chow'), -(28218, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Fallout Slime'), -(28227, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '(DND) Summon Crystal Minion, finder'), -(28235, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Zombie Chow Search'), -(28236, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Zombie Chow Search'), -(28237, 256, 268468224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Immune Poly/Fear/'), -(28238, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Zombie Chow Search'), -(28266, 538968448, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 153, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tractor Beam'), -(28283, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Increase Reputation'), -(28289, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '(DND) Summon Crystal Minion, Ghoul Uncommon'), -(28290, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '(DND) Summon Crystal Minion, Ghost Uncommon'), -(28291, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '(DND) Summon Crystal Minion, Skeleton Uncommon'), -(28292, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Minion Despawn Timer, Uncommon'), -(28298, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Lightning Totem'), -(28300, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Increase Reputation'), -(28302, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Increase Reputation'), -(28307, 384, 0, 0, 196864, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hateful Strike Primer'), -(28312, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Increase Reputation'), -(28316, 754974976, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tent Prot (DND)'), -(28345, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Communique Trigger'), -(28349, 8388864, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawner, other'), -(28359, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trigger Teslas'), -(28364, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Damage vs. Guards'), -(28384, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Portal of Shadows'), -(28388, 256, 1024, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(28409, 536871168, 268435592, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 18, 6, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Chains of Kel''Thuzad'), -(28415, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type A Trigger'), -(28416, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type B Trigger'), -(28417, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type C Trigger'), -(28421, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type A'), -(28422, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type B'), -(28423, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type C'), -(28425, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type A Periodic (3 sec)'), -(28426, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type B Periodic (30 sec)'), -(28427, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type C Periodic (30 sec)'), -(28432, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Set Speed'), -(28446, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Attack All Trigger'), -(28452, 256, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Wave Mobs'), -(28453, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type D Periodic'), -(28454, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type D'), -(28455, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type D Trigger'), -(28469, 134217984, 336209024, 67649548, 8782080, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Ghost Vision'), -(28523, 159383808, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Ice Block'), -(28529, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frost Aura'), -(28532, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create iCoke Prize Voucher'), -(28534, 320, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Chill'), -(28535, 256, 268435592, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 467, 1, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Ice Block'), -(28561, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Blizzard'), -(28617, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Web Wrap'), -(28618, 2304, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Web Wrap'), -(28619, 2304, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Web Wrap'), -(28620, 2304, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Web Wrap'), -(28621, 2304, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Web Wrap'), -(28625, 134217984, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '10% Health'), -(28627, 256, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 265, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Web Wrap'), -(28628, 8388864, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Clear Web Wrap'), -(28629, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Clear Web Wrap'), -(28663, 536871184, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plague Claw Submerge Visual'), -(28713, 256, 536871936, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Inoculation'), -(28748, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Instakill Self'), -(28781, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spectral Side Assault'), -(28797, 67109136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Widow''s Embrace'), -(28838, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '1 Health'), -(28868, 681574784, 1160, 67108869, 268435520, 2177, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Revenge for the Vargul: Thane Illskar Despawns Others'), -(28874, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Consumption'), -(28881, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 25, 0, 0, 0, 0, 0, 0, 0, 'Unholy Shadow'), -(28885, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Vindicator''s BP DND'), -(28886, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Vindicator''s Belt DND'), -(28908, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Vindicator''s Armguards DND'), -(28909, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Freethinker''s BP DND'), -(28919, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Freethinker''s Belt DND'), -(28920, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Freethinker''s Bracers DND'), -(28921, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Predator''s Mantle DND'), -(28923, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Augur''s Belt DND'), -(28926, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Augur''s Bracers DND'), -(28929, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Predator''s Belt DND'), -(28930, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Predator''s Bracers DND'), -(28935, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Madcap''s BP DND'), -(28937, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Madcap''s Mantle DND'), -(28939, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Madcap''s Bracers DND'), -(28940, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Haruspex''s BP DND'), -(28941, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Haruspex''s Belt DND'), -(28942, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Haruspex''s Bracers DND'), -(28943, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Confessor''s Mantle DND'), -(28945, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Confessor''s Belt DND'), -(28946, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Confessor''s Bracers DND'), -(28949, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Illusionist''s BP DND'), -(28951, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Illusionist''s Mantle DND'), -(28952, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Illusionist''s Bracers DND'), -(28954, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Demoniac''s BP DND'), -(28956, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Demoniac''s Mantle DND'), -(28958, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Demoniac''s Bracers DND'), -(28959, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Augur''s BP DND'), -(28961, 256, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Corpse Scarabs from Guard'), -(28992, 256, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Corpse Scarabs Delay'), -(28994, 256, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Corpse Scarabs Delay'), -(29009, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mace of Unending Life DND'), -(29010, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Cloak of Unending Life DND'), -(29011, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Band of Unending Life DND'), -(29012, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Scythe of the Unseen Path DND'), -(29013, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Cloak of the Unseen Path DND'), -(29014, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Signet of the Unseen Path DND'), -(29015, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Blade of Vaulted Secrets DND'), -(29016, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Drape of Vaulted Secrets DND'), -(29017, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Band of Vaulted Secrets DND'), -(29018, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Blade of Eternal Justice DND'), -(29019, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Cape of Eternal Justice DND'), -(29020, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Ring of Eternal Justice DND'), -(29021, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Gavel of Infinite Wisdom DND'), -(29022, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Shroud of Infinite Wisdom DND'), -(29023, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Ring of Infinite Wisdom DND'), -(29024, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Dagger of Veiled Shadows DND'), -(29025, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Cloak of Veiled Shadows DND'), -(29026, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Band of Veiled Shadows DND'), -(29027, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Hammer of the Gathering Storm DND'), -(29028, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Cloak of the Gathering Storm DND'), -(29030, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Ring of the Gathering Storm DND'), -(29031, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Kris of Unspoken Names DND'), -(29032, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Shroud of Unspoken Names DND'), -(29033, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Ring of Unspoken Names DND'), -(29034, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sickle of Unyielding Strength DND'), -(29035, 545259776, 268435592, 1, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 8, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bloodlord''s Aura'), -(29036, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Drape of Unyielding Strength DND'), -(29037, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sickle of Unyielding Strength DND'), -(29046, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Mutate Lasher'), -(29050, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 225, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Grow'), -(29052, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Grow'), -(29103, 256, 268436480, 0, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Anub''Rekhan''s Aura'), -(29104, 536871168, 268436616, 0, 268566784, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Anub''Rekhan''s Aura'), -(29108, 8388864, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kill Web Wrap'), -(29110, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Enraged Mounts'), -(29111, 67109248, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Permafear'), -(29141, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Marauding Crust Borer'), -(29149, 384, 268435456, 4, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 225, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shrink'), -(29153, 536871184, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gargoyle Stoneform Visual'), -(29154, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Stoneskin'), -(29156, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create iCoke Giftbox Voucher'), -(29218, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 42, 13, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Flame Ring'), -(29230, 448, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Immune All'), -(29241, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Merchant - Dwarf Female'), -(29242, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Merchant - Orc Female'), -(29243, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Festival Flamekeeper - Troll Male'), -(29244, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Festival Flamekeeper - Tauren Female'), -(29245, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Festival Flamekeeper - Dwarf Male'), -(29246, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Festival Flamekeeper - Human Female'), -(29250, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sapphiron DND'), -(29252, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Skeletons'), -(29261, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Skeletons'), -(29263, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, '30 Damage'), -(29265, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Skeletons'), -(29270, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Skeletons'), -(29272, 134218112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Injured Draenei'), -(29275, 328064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Unstable Power'), -(29280, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Web Wrap'), -(29281, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Web Wrap'), -(29282, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Web Wrap'), -(29283, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Web Wrap'), -(29284, 328064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Brittle Armor'), -(29285, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Web Wrap'), -(29286, 328064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mercurial Shield'), -(29287, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Web Wrap'), -(29288, 328064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Restless Strength'), -(29296, 2304, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Naxxramas Entry Flag Trigger DND'), -(29327, 320, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sapphiron''s Wing Buffet'), -(29329, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sapphiron''s Wing Buffet'), -(29330, 320, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 63, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sapphiron''s Wing Buffet Despawn'), -(29336, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Buffet'), -(29337, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport Eversong Woods - West Sanctum - Down'), -(29344, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Korea Invitational Prize, Zergling'), -(29345, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Waiter Search'), -(29351, 256, 268435592, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plague Wave Controller (Slow)'), -(29372, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Glowing Sanctified Crystal'), -(29376, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(29377, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(29378, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Servant Search'), -(29379, 256, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Crypt Guards'), -(29391, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type A Periodic (4 sec)'), -(29392, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type A Periodic (2 sec)'), -(29393, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type B Periodic (25 sec)'), -(29394, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type B Periodic (20 sec)'), -(29396, 256, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 5, 4, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Kaliri Female'), -(29397, 256, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 5, 4, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Kaliri Male'), -(29398, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type B Periodic (15 sec)'), -(29399, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type C Periodic (40 sec)'), -(29400, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type C Periodic (35 sec)'), -(29401, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type C Periodic (20 sec)'), -(29404, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type A Periodic'), -(29409, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type A Periodic (1 sec)'), -(29410, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type A Periodic (5 sec)'), -(29411, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type B Periodic (10 sec)'), -(29412, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Type C Periodic (15 sec)'), -(29429, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Creature Cooldown (10 sec)'), -(29430, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Creature Cooldown (5 sec)'), -(29431, 536871296, 0, 4, 262400, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Vanish'), -(29433, 2492816, 0, 4, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 36, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Garrote'), -(29434, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Maexxna Spiderling'), -(29493, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Concubine''s Caress'), -(29498, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 9, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flesh Ripper Aggro'), -(29499, 272, 136, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport Trigger'), -(29508, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Crypt Guard'), -(29509, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Attack All (Summoned Only) Trigger'), -(29510, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Attack All (Summoned Only) Effect'), -(29518, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sillithus Flag Click (DND)'), -(29523, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Holy Ground'), -(29526, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 50, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(29530, 256, 268436480, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 36, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sillithus Flag Capture Test (DND)'), -(29532, 134217984, 268435460, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ribbon Pole Channel Effect Trigger'), -(29536, 536871296, 136, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Boss Fight Reset 1'), -(29681, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Call All Zombie Chow'), -(29682, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Call All Zombie Chow'), -(29710, 134283520, 268435456, 524288, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Test Ribbon Pole Channel Trigger'), -(29713, 448, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 2, 32, 20, 0, 0, 0, 0, 0, 0, 0, 'Ethereal Curse'), -(29767, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Overload'), -(29785, 256, 268436480, 4, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sillithus Flag Capture'), -(29800, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Set Attumen Life'), -(29805, 8388992, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Return Fire'), -(29806, 8388992, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Return Fire'), -(29807, 8388992, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Return Fire'), -(29826, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Self Stun (DND)'), -(29827, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Loch Modan Lager'), -(29828, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Stouthammer Lite'), -(29829, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Aerie Peak Pale Ale'), -(29856, 256, 268436616, 4, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Astral Flare'), -(29857, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Astral Spark'), -(29863, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Astral Spark Passive'), -(29867, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fished Up Red Snapper'), -(29868, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fished Up Crystal'), -(29869, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fished Up Murloc'), -(29871, 536871168, 268435592, 0, 268435712, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ice Bolt Prot'), -(29873, 256, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 96, 64, 100, 0, 0, 0, 0, 0, 0, 0, 'Astral Flare'), -(29874, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Unrelenting Side Assault'), -(29875, 256, 0, 0, 268435712, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Check Unrelenting Side'), -(29878, 536871168, 0, 4, 276824064, 0, 0, 0, 0, 0, 0, 0, 190, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Instakill Self'), -(29894, 256, 335642624, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sillithus Flag, Alliance, and speed limit (DND)'), -(29895, 256, 335642624, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sillithus Flag, Horde, and speed limit (DND)'), -(29898, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Guardian of Icecrown'), -(29899, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Guardian of Icecrown'), -(29931, 554762496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(29934, 554762496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(29936, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 10, 0, 0, 0, 0, 0, 0, 0, 'Elemental Focus'), -(29950, 262272, 0, 0, 536870912, 0, 0, 0, 0, 0, 0, 0, 1, 31, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Safe Fall'), -(29971, 687866112, 2147483816, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Clear Blizzard'), -(29984, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Initialize Aran'), -(29985, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'School Crowd Control'), -(29986, 536871296, 1024, 4194308, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Game Over Super Ability'), -(29988, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aran''s Cleanup'), -(29993, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Change Magic School'), -(29994, 554762496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(29995, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Frost Mode'), -(29996, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Fire Mode'), -(29997, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Activate Arcane Mode'), -(30005, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'School Volley'), -(30011, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest - Ancestral Spirit Wolf Self Snare'), -(30028, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 31, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Disarm'), -(30058, 2685403520, 268533760, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 23, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Buffeting Winds of Susurrus'), -(30059, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trigger Flight Path'), -(30076, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Maexxna Spiderling'), -(30078, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kil''rek Death Passive'), -(30082, 256, 268435456, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 27, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Charge Protection'), -(30083, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Root Thresher'), -(30097, 256, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Summons'), -(30106, 536871296, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Transference'), -(30114, 256, 268435592, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plague Wave Controller (Fast)'), -(30116, 256, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plague Wave Effect 1'), -(30117, 256, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plague Wave Effect 2'), -(30118, 256, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plague Wave Effect 3'), -(30119, 256, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plague Wave Effect 4'), -(30123, 8388992, 268435592, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 327, 6, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Sacrifice Remove'), -(30126, 8388992, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Demon Chains'), -(30132, 696254720, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Ice Block'), -(30133, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Creature Cooldown - 2(10 sec)'), -(30134, 536871168, 0, 5, 268435456, 0, 393224, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Boss Adds'), -(30135, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fly West'), -(30136, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fly East'), -(30137, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fly Center'), -(30139, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Upperdeck Tabard #1'), -(30150, 262608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tamed Pet Passive (DND)'), -(30176, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'ToWoW - Sillithus PvP Flag'), -(30182, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Upperdeck Tabard #2'), -(30185, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Upperdeck Tabard #3'), -(30186, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Upperdeck Tiger Cub'), -(30188, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Upperdeck Hippogryph Hatchling'), -(30189, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Perpetual Purple Firework'), -(30191, 8388864, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Fiendish Portal'), -(30192, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Carved Ogre Idol'), -(30193, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Upperdeck Turtle Mount'), -(30196, 8388992, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fiendish Imp Passive'), -(30203, 8388864, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fiendish Imp Death'), -(30204, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flyby'), -(30209, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Target Charred Earth'), -(30215, 384, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(30228, 256, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Summons'), -(30236, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 347, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Astral Flare NE'), -(30239, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 347, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Astral Flare NW'), -(30240, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 347, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Astral Flare SE'), -(30241, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 347, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Astral Flare SW'), -(30243, 320, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Plague Wave'), -(30259, 536871168, 268437504, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Statue (dnd)'), -(30268, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chess: Snap to Direction, BLACK (DND)'), -(30272, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Enable Square'), -(30274, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chess: Snap to Square (DND)'), -(30275, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Is Square WHITE'), -(30276, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chess: Give Square Color, WHITE'), -(30277, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Is Square BLACK'), -(30278, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chess: Give Square Color, BLACK'), -(30279, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chess: Snap to Direction, WHITE (DND)'), -(30287, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chess: Adjust Facing'), -(30333, 604307712, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spark Transform DND'), -(30352, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Reset'), -(30382, 384, 1024, 4, 131328, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Hateful Bolt Primer'), -(30396, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nether Portal - Perseverence Passive'), -(30411, 256, 268435456, 128, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest - Summon Wood'), -(30415, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest - Cleanse Wood Cast Effect'), -(30420, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Shadow Grasp'), -(30436, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Extract Vapor'), -(30438, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Extract Gas'), -(30439, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Extract Gas'), -(30440, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, ' Increased Spell Hit Chance'), -(30441, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, ' Increased Spell Hit Chance'), -(30444, 2304, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stillpine Ancestor Yor TRIGGER'), -(30445, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stillpine Ancestor Yor'), -(30480, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Lava Bomb (small)'), -(30492, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 8, 70, 0, 0, 0, 0, 0, 0, 0, 'Sticky Ooze'), -(30509, 603979776, 136, 268435460, 268435456, 0, 32, 0, 0, 0, 0, 0, 1, 38, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Mind Exhaustion'), -(30517, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Avenger Trigger Aura'), -(30518, 545259904, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Avenger Trigger Death'), -(30521, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nether Beam Fade'), -(30525, 536871296, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Taunt'), -(30535, 537985280, 98304, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(30576, 0, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 165, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quake'), -(30620, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Burning Maul'), -(30623, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Fel Miasma Passive'), -(30627, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Arcane Surge Passive'), -(30629, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Debris'), -(30630, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Debris'), -(30634, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Netted Goods'), -(30642, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Request Heal'), -(30655, 805306752, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Suicide'), -(30693, 8388864, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Call Nazan'), -(30694, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Logic Timer'), -(30696, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fly North'), -(30698, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fly West'), -(30699, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fly East'), -(30726, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Retarget'), -(30733, 256, 268435968, 4, 131328, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aggro'), -(30734, 384, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Orbital Strike Wipe'), -(30737, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Heathen'), -(30743, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Face Random Fel Orc'), -(30747, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Draenei Quest Flag 000 DND'), -(30748, 2432, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Draenei Quest Flag Trigger DND'), -(30773, 2304, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Elekk TRIGGER'), -(30774, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 40, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Elekk'), -(30781, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Elekk Quest Credit'), -(30785, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Reaver'), -(30786, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sharpshooter'), -(30788, 8388992, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Warchief Guards'), -(30789, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Greater Manawraith Explode'), -(30791, 8388992, 268435456, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 36, 14, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Treacherous Aura'), -(30792, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 23, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Ravager Ambusher'), -(30793, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aggro Elekk'), -(30794, 536871296, 1024, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summoned Imp'), -(30795, 536871296, 1024, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summoned Succubus'), -(30796, 536871296, 1024, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summoned Voidwalker'), -(30797, 536871296, 1024, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summoned Felhunter'), -(30825, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 23, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Siltfin Ambusher'), -(30826, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 23, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Wildkin Ambusher'), -(30827, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 23, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Bristlelimb Ambusher'), -(30828, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 23, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sunhawk Ambushers'), -(30855, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tel''athion Reply'), -(30897, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Infernal'), -(30899, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Malchezaar Axe Wield'), -(30929, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Arcanagos to Nightbane'), -(30948, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flame Arrow Target'), -(30949, 256, 268435456, 4, 131328, 0, 0, 4, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flame Arrow Target'), -(30954, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Free Webbed Creature'), -(30955, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Free Webbed Creature'), -(30956, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Free Webbed Creature'), -(30957, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Free Webbed Creature'), -(30958, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Free Webbed Creature'), -(30959, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Free Webbed Creature'), -(30960, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Free Webbed Creature'), -(30961, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Free Webbed Creature'), -(30962, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Free Webbed Creature'), -(30963, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Free Webbed Creature'), -(30966, 8388864, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Suicide While Dead'), -(30975, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Gauntlet Guards'), -(30976, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Gauntlet Guards'), -(30982, 786880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 8, 20, 0, 0, 0, 0, 0, 0, 0, 'Crippling Poison'), -(30983, 262528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 29, 2, 8, 20, 0, 0, 0, 0, 0, 0, 0, 'Wound Poison'), -(30993, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Gauntlet'), -(30998, 459152, 262656, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Cheap Shot'), -(31001, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Elekk Dung'), -(31010, 256, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Free Webbed Creature'), -(31011, 2304, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 65, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Free Webbed Creature'), -(31030, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Damage vs. Sunhawk'), -(31031, 384, 268435968, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Damage vs. Argus'), -(31207, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hellfire Cancel Summon'), -(31248, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Self Stun - 1 second, no visual'), -(31251, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Filled Shimmering Vessel'), -(31253, 268501248, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Hellfire Imp'), -(31254, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Dismiss Hellfire Imp'), -(31265, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Complete First Trial'), -(31291, 192, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 32, 3, 0, 0, 0, 0, 0, 0, 0, 'Sleep'), -(31313, 256, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Make Player Summon Boss'), -(31314, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Blood Knight Insignia'), -(31318, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Infinite Assassin'), -(31321, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Black Morass Rift Lord'); -INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `AttributesEx8`, `AttributesEx9`, `AttributesEx10`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `SchoolMask`, `SpellAuraOptionsId`, `SpellCastingRequirementsId`, `SpellCategoriesId`, `SpellClassOptionsId`, `SpellEquippedItemsId`, `SpellLevelsId`, `SpellTargetRestrictionsId`, `SpellInterruptsId`, `Comment`) VALUES -(31322, 256, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Close Time Rift Trigger'), -(31323, 8388864, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Close Time Rift Effect'), -(31327, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Medivh Dies!'), -(31342, 8388992, 268959744, 0, 0, 0, 384, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Eat My Corpse'), -(31348, 545259776, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Doom'), -(31351, 256, 268436480, 4, 131328, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fresh Carcass Aura'), -(31352, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Time Rift Ready Primer'), -(31353, 256, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 23, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Time Rift Periodic 90'), -(31354, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Time Rift Effect (1)'), -(31355, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Time Rift Effect (2)'), -(31356, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Time Rift Effect (3)'), -(31357, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Time Rift Effect (4)'), -(31360, 16, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Alert On'), -(31362, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 134, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Explode the Spice'), -(31374, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Netherstorm Backlash'), -(31375, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 10, 0, 0, 0, 0, 0, 0, 0, 'Ghostly Touch'), -(31388, 0, 16388, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Time Rift Channel Trigger'), -(31391, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Black Morass Chrono Lord Deja'), -(31392, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Black Morass Temporus'), -(31393, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Black Morass Rift End Boss'), -(31395, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Medivh Lives!'), -(31421, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Infinite Chronomancer'), -(31514, 16777472, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Mode'), -(31518, 262528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Trueshot Aura'), -(31520, 8388864, 0, 5, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stratholme Kill Credit Effect'), -(31522, 256, 0, 5, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Strath Kill Credit Trigger'), -(31524, 8388864, 0, 5, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stillblade Kill Credit Effect'), -(31525, 256, 0, 5, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stillblade Kill Credit Trigger'), -(31528, 272, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Gnome'), -(31529, 272, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Gnome'), -(31530, 272, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Gnome'), -(31531, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Gnomes'), -(31544, 272, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Distiller'), -(31545, 272, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Distiller'), -(31562, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 32, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trigger Sandworm Mortar'), -(31564, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Move Away Primer'), -(31580, 384, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(31592, 65920, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Crypt Scarabs'), -(31593, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Greater Manawraith'), -(31594, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Prevent Summon'), -(31632, 256, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Time Rift Periodic 120'), -(31636, 256, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 22, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Time Rift Periodic 45'), -(31637, 256, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 62, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Time Rift Periodic 75'), -(31691, 384, 268435456, 4, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 225, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shrink'), -(31692, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Underbog Mushroom'), -(31693, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Putrid Mushroom Primer'), -(31708, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Speed'), -(31720, 603982208, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 35, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Suspension Primer'), -(31728, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'As the Crow Flies Complete'), -(31746, 537919872, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 554, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stormcrow Shape'), -(31752, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(31753, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(31763, 272, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 36, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Distiller Dummy'), -(31767, 272, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Distiller Dummy Despawn'), -(31768, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sandworm Base'), -(31770, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Guard Slip''kik Trigger'), -(31773, 536871296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 106, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'As the Crow Flies Whisper Aura'), -(31774, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 467, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'As the Crow Flies Whisper Aura'), -(31775, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 205, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'As the Crow Flies Whisper Aura'), -(31776, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'As the Crow Flies Whisper Aura'), -(31777, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'As the Crow Flies Whisper Aura'), -(31788, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Elekk Taxi'), -(31800, 536871168, 268435592, 536870916, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 205, 1, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Icebolt'), -(31887, 603980160, 268435456, 0, 0, 4, 32, 0, 0, 0, 0, 0, 1, 41, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Combat Mark'), -(31888, 536871168, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Choose Target'), -(31899, 536871168, 524288, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 190, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Instakill Allies'), -(31912, 256, 0, 5, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ysida Saved Credit Trigger'), -(31913, 8388864, 0, 5, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ysida Saved Credit Effect'), -(31917, 384, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Move'), -(31918, 384, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Move'), -(31919, 384, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Move'), -(31924, 536871168, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 190, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Instakill Other'), -(31937, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Grow'), -(31940, 262400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Knight Respect (DND)'), -(31952, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Blood Knight Respect (DND)'), -(31957, 256, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Guard Catches Fire'), -(31959, 256, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fire Bomb Target Summon Trigger'), -(31960, 256, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fire Bomb Target Summon Effect'), -(31968, 536871168, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Doomfire'), -(31989, 536871168, 268435592, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 18, 6, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Enslave Humanoid'), -(31995, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shattered Rumbler'), -(32031, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Goblin Follow Trigger'), -(32044, 536871296, 1160, 4, 1179904, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Soul Charge'), -(32046, 2281701632, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hellfire Fort Buff'), -(32047, 2281701632, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hellfire Superiority'), -(32048, 2281701632, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hellfire Superiority'), -(32050, 2281701760, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Hellfire Fort Buff'), -(32058, 2281701632, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hellfire Fort Buff'), -(32059, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Attack Run 1'), -(32061, 134217984, 0, 268435456, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, '(TXT) ToWoW - Tower Kill Credit (DND)'), -(32068, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Attack Run 2'), -(32069, 2281701632, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hellfire Superiority'), -(32070, 2281701632, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hellfire Superiority'), -(32072, 134218112, 0, 268435460, 262400, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Battle Morale'), -(32073, 134217728, 0, 268435460, 268697856, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tower Capture Test (DND)'), -(32075, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Attack Run 3'), -(32081, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Attack Run 4'), -(32086, 384, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(32113, 536871296, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Root'), -(32114, 384, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Wisp'), -(32116, 536871296, 136, 0, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Denouement'), -(32117, 536870912, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Choose Target (10 yd)'), -(32118, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Floating Hate to Zero'), -(32123, 536870912, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Choose Target (Not Flying, 50 yd)'), -(32128, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flee If All Targets Fly'), -(32147, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ignite Corpse'), -(32151, 256, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Infernal'), -(32152, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Elder Kuruti''s Response'), -(32153, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 12, 0, 0, 0, 0, 0, 0, 0, 0, 'Flames'), -(32156, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Guard Spawns'), -(32157, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Set Guard Count'), -(32165, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Fire Bombs'), -(32171, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy'), -(32184, 671089024, 268436480, 5, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Earth Totem Transform'), -(32185, 384, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 35, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Orbital Strike'), -(32186, 671089024, 268436480, 5, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fire Totem Transform'), -(32187, 671089024, 268436480, 5, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Water Totem Transform'), -(32188, 671089024, 268436480, 5, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Air Totem Transform'), -(32210, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 407, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Become My Spar Buddy'), -(32213, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shadow of the Forest SI DND'), -(32218, 537133312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Duel Kill Credit'), -(32222, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Harvest Glowcap'), -(32229, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 26, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drop Battle Plans DND'), -(32252, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC State, Moving'), -(32257, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess: Event Start, Horde'), -(32258, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess: Event Start, Alliance'), -(32283, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Focus Fire'), -(32291, 2432, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 1, 27, 37, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Focus Fire'), -(32299, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Lantresor of the Blade'), -(32313, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Face Current Enemy'), -(32326, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Void Blast'), -(32331, 536871168, 0, 67108868, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Hyjal Undead'), -(32333, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rotate 360'), -(32335, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cyclone'), -(32336, 536871168, 0, 0, 268697600, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cyclone'), -(32340, 536871168, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Hyjal Friendly'), -(32341, 384, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mirren No Hat (DND)'), -(32342, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Clear Brood Affliction: Bronze'), -(32360, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Stolen Soul'), -(32425, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Face Highest Threat'), -(32432, 688128256, 32, 67649545, 0, 128, 393224, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Full Heal / Mana'), -(32433, 256, 268435456, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Clear Zangar Flag'), -(32438, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Neutral Flag Taken'), -(32444, 384, 268435456, 4, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Empoor''s Bodyguard Leave Combat'), -(32460, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Raging Soul Passive'), -(32551, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nethrandamus Flight'), -(32555, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Tzerak'), -(32558, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Naturalist Bite Calls To Quagmirran'), -(32559, 537919872, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 328, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nethrandamus Taxi'), -(32561, 537919872, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 554, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nethrandamus Quest Marker'), -(32562, 536871296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nethrandamus Quest Credit'), -(32565, 256, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Crystals'), -(32579, 2304, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Portal Beam'), -(32586, 696254848, 268436512, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 347, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'QID 10004'), -(32611, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess, Medivh: Pawn, Horde'), -(32613, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Medivh''s Shield -5%'), -(32617, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gold Peasant Transform'), -(32619, 256, 268435456, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flame Arrow Target Event'), -(32620, 4194560, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Check Reset'), -(32621, 4194560, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Check Reset Periodic'), -(32624, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Check Quad 1'), -(32625, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Check Quad 2'), -(32626, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Check Quad 3'), -(32627, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Check Quad 4'), -(32628, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quad 1 Effect'), -(32629, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quad 2 Effect'), -(32630, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quad 3 Effect'), -(32631, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quad 4 Effect'), -(32632, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Overrun Target'), -(32634, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Overrun Target Spawn'), -(32635, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Overrun Target Spawn Effect'), -(32673, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Replacement Extract of the Afterlife'), -(32687, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess, Medivh: Pawn, Alliance'), -(32718, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sprint'), -(32719, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sprint'), -(32726, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess, NPC Action: Find Enemy Horde (Melee)'), -(32762, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Incendiary Bombs'), -(32763, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dissipate'), -(32781, 536871296, 1024, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summoned Felguard'), -(32782, 159383808, 1, 128, 0, 0, 0, 4, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Felguard'), -(32798, 150995392, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Suicide'), -(32799, 150995392, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Suicide'), -(32800, 150995392, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Suicide'), -(32827, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Increase Reputation'), -(32887, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 96, 8, 100, 0, 0, 0, 0, 0, 0, 0, 'Raging Soul'), -(32891, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Durnhold Flight DND'), -(32892, 537919872, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Brazen Taxi'), -(32893, 2304, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Equip Armor'), -(32941, 268435840, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Blue Beam Dummy'), -(32949, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon the Dude'), -(32985, 134218112, 1024, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hellfire Fort Buff Reward Raid'), -(33003, 2281701760, 268435456, 268435457, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hellfire Zone Buff'), -(33007, 2818572672, 268435456, 268435456, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Nagrand PvP Buff'), -(33008, 2281701760, 268437504, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Nagrand PvP Buff (Area Aura)'), -(33011, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Remember Start Position'), -(33121, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'A Vision of the Forgotten'), -(33122, 536873344, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 65, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'A Vision of the Forgotten'), -(33137, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Elemental Sapta'), -(33189, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 5, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Astromancer Split'), -(33228, 262400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gossip NPC Periodic Trigger - Fidget'), -(33229, 256, 136, 4, 805306368, 0, 0, 0, 0, 0, 0, 0, 1, 1, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wrath of the Astromancer'), -(33242, 256, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Infernal'), -(33244, 0, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport Start Position'), -(33281, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 5, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Astromancer Split'), -(33282, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 5, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Astromancer Split'), -(33317, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(33318, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(33319, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(33320, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(33330, 402653440, 268435520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 35, 96, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flee'), -(33347, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 5, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Astromancer Split'), -(33348, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 5, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Astromancer Split'), -(33349, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 5, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Astromancer Split'), -(33350, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 5, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Astromancer Split'), -(33351, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 5, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Astromancer Split'), -(33352, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 5, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Astromancer Split'), -(33353, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 5, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Astromancer Split'), -(33354, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 5, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Astromancer Split'), -(33355, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 5, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Astromancer Split'), -(33362, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Astromancer Adds'), -(33363, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Infinite Executioner'), -(33364, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Infinite Vanquisher'), -(33366, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Astromancer Solarian'), -(33367, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Astromancer Priest'), -(33374, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Astromancer Choice'), -(33375, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Set Health'), -(33376, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Unlink Combat Group'), -(33399, 4194578, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shoot'), -(33408, 384, 0, 0, 0, 0, 131072, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Snare Self'), -(33420, 384, 268436616, 0, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 36, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldArcane Missiles'), -(33460, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Inhibit Magic'), -(33495, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Random Tractor'), -(33497, 538968448, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tractor Beam'), -(33505, 65920, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Aid'), -(33514, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Random Tractor'), -(33515, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Random Tractor'), -(33516, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Random Tractor'), -(33517, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Random Tractor'), -(33518, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Random Tractor'), -(33519, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Random Tractor'), -(33520, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Random Tractor'), -(33521, 150995200, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hate This Target and Aggro'), -(33524, 150995200, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hate This Target'), -(33544, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Infernaling Duration'), -(33558, 65920, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Draw Shadows'), -(33567, 65920, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Void Portal D'), -(33568, 8454528, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Void Portals'), -(33595, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Elementals'), -(33609, 150995200, 1024, 1048580, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hate This Target and Aggro 2 sec later'), -(33610, 272, 268435456, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Syth A Dummy'), -(33611, 272, 268435456, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Syth B Dummy'), -(33612, 272, 268435456, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Syth C Dummy'), -(33613, 272, 268435456, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Syth D Dummy'), -(33614, 65920, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Void Portal B'), -(33615, 65920, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Void Portal C'), -(33616, 65920, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Void Portal E'), -(33621, 272, 268435456, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Syth Dummy'), -(33629, 1073807744, 268436480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 3, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Fear Self Forever'), -(33635, 384, 268436480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Leash Legion'), -(33636, 256, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 62, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Infernal'), -(33639, 65920, 268435456, 524288, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Protection of Azeroth'), -(33645, 536870912, 1024, 4, 0, 0, 384, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Choose Target (Not Player)'), -(33673, 67109248, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Shockwave'), -(33677, 256, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Incite Chaos'), -(33680, 256, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Incite Chaos'), -(33681, 256, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Incite Chaos'), -(33682, 256, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Incite Chaos'), -(33683, 256, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Incite Chaos'), -(33687, 256, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Incite Chaos'), -(33722, 256, 268435456, 0, 268435712, 0, 0, 0, 0, 0, 0, 0, 1, 387, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Laugh'), -(33730, 256, 268435456, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 39, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Remove Flag'), -(33734, 2281701632, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Zangar Honor Buff'), -(33761, 272, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 327, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Distiller Dummy Trigger'), -(33765, 2281701760, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 37, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Zangar PvP Buff'), -(33766, 2281701760, 268435456, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Zangar PvP Buff'), -(33767, 2281701760, 268435456, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Zangar PvP Buff'), -(33769, 272, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 36, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Distiller Dummy Combat'), -(33797, 256, 268435456, 0, 268435712, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Laugh'), -(33801, 384, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Move Forward'), -(33815, 536871296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 63, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Fleeing in Terror'), -(33823, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Infernal Invasion Mage Periodic'), -(33842, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Initialize Tank'), -(33843, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Initialize Tank'), -(33845, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Initialize Tank (Not Random)'), -(33892, 16777600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Big Bomb DND'), -(33893, 16777600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Big Bomb DND'), -(33897, 67109248, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Desperate Defense'), -(33901, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Crystalhide Crumbler'), -(33903, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Crystalhide Rageling'), -(33921, 384, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Leap Forward (20)'), -(33922, 134480272, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Crust Burst'), -(33927, 65920, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 7, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Void Summoner'), -(33931, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Call Test Elemental'), -(33936, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Phase 2 Units'), -(33952, 2192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Immolation'), -(34015, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Phase 3 Units'), -(34021, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Phase 4 Units'), -(34022, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Phase 5 Units'), -(34028, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Thrall'), -(34029, 384, 268435456, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Check for Valid Soul'), -(34034, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mo''arg No Weapon Visual'), -(34064, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Soul Split'), -(34065, 272, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 327, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Distiller Dummy Trigger'), -(34081, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Improved Parry'), -(34084, 536871312, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDAdvantaged State'), -(34103, 537133440, 268959744, 8, 256, 256, 0, 0, 0, 0, 0, 0, 1, 0, 5, 2, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Sanctuary'), -(34116, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sha''tari Operative Calls for Healing'), -(34118, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(34122, 536871312, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Swift Shot'), -(34124, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Stage Spotlight'), -(34125, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spotlight'), -(34127, 134218112, 1024, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Tree of Life'), -(34134, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hot Air'), -(34147, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 25, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDCreate Soulwell'), -(34148, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 25, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDCreate Soulwell'), -(34160, 67109248, 268435456, 4, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wild Growth'), -(34174, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Call for Arcane Orb'), -(34175, 256, 128, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Arcane Orb Primer'), -(34188, 256, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Time Rift Periodic 30'), -(34192, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cycling Response: Fire'), -(34193, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cycling Response: Frost'), -(34194, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cycling Response: Arcane'), -(34195, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cycling Response: Nature'), -(34196, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cycling Response: Shadow'), -(34197, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cycling Response: Holy'), -(34198, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cycling Response: Physical'), -(34220, 0, 1160, 0, 131328, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Arcane Orb Starter'), -(34242, 459152, 262688, 0, 0, 4096, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Cheap Shot'), -(34255, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Warchief''s Reverence'), -(34257, 262528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Warchief''s Reverence'), -(34265, 272, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 327, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger'), -(34266, 151257472, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Warchief''s Retort'), -(34327, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Snowsong'), -(34328, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Duros'), -(34362, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Crude Explosives'), -(34364, 67109328, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Weakness of Ar''kelos'), -(34369, 536871296, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drek''Thar Root'), -(34377, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Thrall''s Memories'), -(34405, 448, 268435460, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Null Energy'), -(34408, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Glacius'), -(34434, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aldor Spawn Controller'), -(34443, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 152, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tour Complete'), -(34450, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Transform: Peasant w/ wood 1.5 scale'), -(34521, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Fire'), -(34527, 2192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Immolation'), -(34532, 4194578, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shoot'), -(34549, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dirty Larry Submits'), -(34572, 384, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Move NW'), -(34573, 384, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Move NE'), -(34575, 384, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Move N'), -(34628, 8388864, 268435456, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Negatron Dies'), -(34651, 384, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(34652, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rocket-Chief To Negatron'), -(34668, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shrink'), -(34689, 272, 0, 536870912, 256, 8448, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Tornado'), -(34701, 384, 268436480, 268435456, 196608, 0, 0, 4, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(34703, 400, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Laj (Arcane)'), -(34704, 400, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Laj (Fire)'), -(34705, 400, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Laj (Frost)'), -(34706, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Unyielding Banner Scrap'), -(34707, 400, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Laj (Nature)'), -(34708, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Unyielding Banner'), -(34710, 400, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Laj (Shadow)'), -(34711, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Random Attack Speed'), -(34721, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Displacement'), -(34726, 384, 268960768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 34, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Call Slave'), -(34755, 262544, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Instakill'), -(34777, 545259904, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cancel Tranquility'), -(34781, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bind Feet'), -(34792, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 64, 30, 0, 0, 0, 0, 0, 0, 0, 'Arcane Resonance'), -(34805, 738197888, 0, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 41, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest Ignore'), -(34810, 384, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mender 1'), -(34813, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Face Me'), -(34817, 384, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Reservist 1'), -(34818, 384, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Reservist 2'), -(34819, 384, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Reservist 3'), -(34822, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Arcane Flurry'), -(34825, 448, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Immune All'), -(34843, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trigger 000'), -(34853, 536871168, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 36, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Call of the Falcon'), -(34876, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wyrm from Beyond Transform'), -(34878, 2304, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Custodian of Time TRIGGER'), -(34884, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Attack Thrall'), -(34901, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest - Aledis Aggro'), -(34915, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Threat'), -(34928, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 100, 0, 0, 0, 0, 0, 0, 0, 'Vampiric Aura'), -(34966, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Netherstorm - BG - Counter'), -(34989, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Netherstorm Flag Click'), -(34993, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'B''naar Shut Down'), -(34994, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'B''naar Shut Down'), -(34997, 159383808, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Flag'), -(35006, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flag Check'), -(35019, 65920, 524424, 0, 0, 8192, 0, 0, 0, 0, 0, 0, 1, 0, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Arcane Explosion'), -(35023, 384, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Interrupt Complete'), -(35051, 272, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport Self'), -(35073, 256, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Remove Digestive Acid'), -(35094, 2307129344, 1056, 268976133, 68354048, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 2, 100, 0, 0, 0, 0, 0, 0, 0, 'Despawn Vehicles'), -(35119, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger'), -(35127, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Boom Bot Target'), -(35128, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Boom Bot'), -(35130, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Boom Bot'), -(35134, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Boom Bot Rotation'), -(35136, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 26, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Captured Critter'), -(35138, 384, 1024, 4194308, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Clear Boom Bot'), -(35142, 384, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drijya Summon Imp'), -(35143, 256, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Time Rift Periodic 5'), -(35145, 384, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drijya Summon Doomguard'), -(35146, 384, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drijya Summon Terrorguard'), -(35148, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 32, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nether Charge Countdown'), -(35153, 384, 136, 0, 512, 128, 0, 0, 0, 0, 0, 0, 1, 18, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Nether Charge NE'), -(35154, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Feather Fall'), -(35171, 65920, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Pull Bladespire Brute'), -(35173, 262528, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trigger Damage Shield'), -(35174, 262528, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trigger Magic Shield'), -(35208, 536871296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Conversation Credit'), -(35210, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Give Bessy Credit'), -(35237, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bessy Quest Completion'), -(35241, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bessy Credit (Script)'), -(35256, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Unstable Mushroom'), -(35264, 65664, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 16, 100, 0, 0, 0, 0, 0, 0, 0, 'Frost Attack'), -(35274, 256, 268435592, 4, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Raging Flames'), -(35277, 545259904, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quell Raging Flames'), -(35281, 384, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Raging Flames'), -(35284, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Nether Wraiths'), -(35340, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 31, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Root Self'), -(35343, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger'), -(35344, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dr. Boom Relay Invisibility'), -(35366, 256, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Dive Bomb'), -(35368, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Transform: Invisible Stalker'), -(35374, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Charred Remains'), -(35375, 256, 268435456, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Dive Bomb'), -(35378, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Archmage''s Staff'), -(35379, 2432, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Reflection of Ya-six'), -(35384, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(35393, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'EXIT_MINE'), -(35398, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'ARCONUS_CLOSE'), -(35414, 256, 0, 268435456, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, '(TXT) ToWoW - Tower Kill Credit (DND)'), -(35430, 256, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Infernal'), -(35463, 65920, 16388, 524288, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Staff of the Dreghood Elders Trigger'), -(35467, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'All Weapons'), -(35469, 256, 268435456, 0, 0, 0, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Seed of Revitalization Lightning Cloud Visual'), -(35479, 150995200, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Human Illusion'), -(35484, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger'), -(35485, 2298478848, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Human Illusion'), -(35496, 2298478848, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Human Illusion'), -(35503, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 327, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger'), -(35505, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Boom Bot'), -(35586, 2298478848, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Human Illusion'), -(35642, 384, 136, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Orbital Strike Target'), -(35657, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldMage Pet Scaling 01'), -(35658, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldMage Pet Scaling 02'), -(35659, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldMage Pet Scaling 03'), -(35660, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldMage Pet Scaling 04'), -(35661, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Priest Pet Scaling 01'), -(35662, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Priest Pet Scaling 02'), -(35663, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Priest Pet Scaling 03'), -(35664, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Priest Pet Scaling 04'), -(35665, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldFire Elemental Pet Scaling 01'), -(35666, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldFire Elemental Pet Scaling 02'), -(35667, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldFire Elemental Pet Scaling 03'); -INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `AttributesEx8`, `AttributesEx9`, `AttributesEx10`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `SchoolMask`, `SpellAuraOptionsId`, `SpellCastingRequirementsId`, `SpellCategoriesId`, `SpellClassOptionsId`, `SpellEquippedItemsId`, `SpellLevelsId`, `SpellTargetRestrictionsId`, `SpellInterruptsId`, `Comment`) VALUES -(35668, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldFire Elemental Pet Scaling 04'), -(35669, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Druid Pet Scaling 01'), -(35670, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Druid Pet Scaling 02'), -(35671, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Druid Pet Scaling 03'), -(35672, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Druid Pet Scaling 04'), -(35674, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldFeral Spirit Pet Scaling 01'), -(35675, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldFeral Spirit Pet Scaling 02'), -(35676, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldFeral Spirit Pet Scaling 03'), -(35677, 384, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cancel Permanent Feign Death'), -(35678, 2432, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Protectorate Demolitionist'), -(35680, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'QID 10406'), -(35687, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Seeping Sludge Globule'), -(35688, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Void Waste Globule'), -(35689, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Message Jaina'), -(35690, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Restore Archmage''s Staff'), -(35721, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Bogstrok Hatchling SE'), -(35722, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Bogstrok Hatchling SW'), -(35723, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Bogstrok Hatchling S'), -(35729, 262544, 33824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 37, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cloak of Shadows'), -(35731, 537919872, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Protectorate Drake'), -(35737, 25166208, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Deadsoul Orb'), -(35762, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Socrethar Quest Credit'), -(35765, 545259904, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quell Felfire'), -(35773, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Increased Threat'), -(35852, 536871168, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gravity Lapse'), -(35861, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Nether Vapor'), -(35862, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Nether Vapor'), -(35863, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Nether Vapor'), -(35864, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Nether Vapor'), -(35880, 256, 268435456, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Nether Vapor'), -(35881, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Nether Vapor'), -(35883, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rotate Trigger'), -(35884, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rotate 360'), -(35885, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rotate 360'), -(35904, 384, 136, 0, 512, 128, 0, 0, 0, 0, 0, 0, 1, 18, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Nether Charge NW'), -(35905, 384, 136, 0, 512, 128, 0, 0, 0, 0, 0, 0, 1, 18, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Nether Charge SE'), -(35906, 384, 136, 0, 512, 128, 0, 0, 0, 0, 0, 0, 1, 18, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Nether Charge SW'), -(35934, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Change Mode'), -(35937, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Ambush'), -(35938, 67109120, 0, 4, 0, 8192, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gravity Lapse'), -(35939, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dimensius Transform'), -(36014, 262528, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trigger On-Fire'), -(36019, 696254720, 136, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport: Dark Portal Storm'), -(36024, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Living Grove Seedling Activated'), -(36026, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Conjure Elemental Soul: Earth'), -(36036, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 551, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Netherstorm Target'), -(36042, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Farahlon Crumbler'), -(36043, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Farahlon Crumbler'), -(36044, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Farahlon Crumbler'), -(36045, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Farahlon Shardling'), -(36046, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Farahlon Shardling'), -(36047, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Farahlon Shardling'), -(36048, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Motherlode Shardling'), -(36049, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Motherlode Shardling'), -(36050, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Motherlode Shardling'), -(36053, 384, 268960768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 34, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Call Slave'), -(36063, 16777600, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Drop Phase Disruptor Now!'), -(36087, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Message Thrall'), -(36106, 2432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Earthen Soul Captured Trigger'), -(36112, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Conjure Elemental Soul: Fire'), -(36116, 2432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fiery Soul Captured Trigger'), -(36168, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Conjure Elemental Soul: Water'), -(36172, 2432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Water Soul Captured Trigger'), -(36180, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Conjure Elemental Soul: Air'), -(36183, 2432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aery Soul Captured Trigger'), -(36184, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 225, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kael Grow'), -(36186, 384, 0, 0, 268435456, 1048576, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Infernal Scaling 01'), -(36188, 384, 0, 0, 268435456, 1048576, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Infernal Scaling 02'), -(36189, 384, 0, 0, 268435456, 1048576, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Infernal Scaling 03'), -(36190, 384, 0, 0, 268435456, 1048576, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Infernal Scaling 04'), -(36192, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Barrage Primer'), -(36195, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Saw Blade Primer'), -(36202, 8388736, 0, 1, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bonechewer Quest OnDeath Proc'), -(36215, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kirin Tor Spirits'), -(36216, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kirin Tor Spirits'), -(36217, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kirin Tor Spirits'), -(36218, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kirin Tor Spirits'), -(36219, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kirin Tor Spirits'), -(36221, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Eye of the Citadel'), -(36222, 8388864, 268435456, 1, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 32, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Morkh OnDeath Proc'), -(36223, 384, 268960768, 0, 268435456, 0, 8, 0, 0, 0, 0, 0, 1, 0, 34, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Call Slave'), -(36229, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Infinite Assassin'), -(36230, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Eye of the Citadel Aura'), -(36231, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Infinite Chronomancer'), -(36232, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Infinite Executioner'), -(36233, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Infinite Vanquisher'), -(36234, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Black Morass Rift Lord Alt'), -(36235, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Black Morass Rift Keeper'), -(36236, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Black Morass Rift Keeper'), -(36272, 256, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport'), -(36273, 256, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport'), -(36287, 448, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 75, 0, 0, 0, 0, 0, 0, 0, 'Protean Subdual'), -(36294, 256, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trigger 000'), -(36303, 537133312, 136, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Injured'), -(36309, 384, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger'), -(36377, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Stonebreaker Brew'), -(36379, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Call Skitterers'), -(36388, 384, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Move Away'), -(36403, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stolen Ravenous Ravager Egg'), -(36407, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Invis Self'), -(36419, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stolen Ravenous Ravager Egg'), -(36420, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bladespire Ogre Drunk Dummy'), -(36421, 536871168, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bloodmaul Brutebane Brew Kill Credit'), -(36443, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blade Dance Target'), -(36445, 256, 268435456, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Blade Dance Target'), -(36451, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Low Health'), -(36454, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stolen Ravenous Ravager Egg'), -(36466, 134217984, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '50% Health'), -(36485, 545259904, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Avenger Trigger Death'), -(36491, 65920, 0, 524288, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Heal'), -(36492, 65920, 1024, 524288, 0, 0, 0, 0, 0, 0, 0, 0, 1, 35, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Heal'), -(36493, 328064, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Shadow Defense'), -(36504, 464, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ravager Threat'), -(36505, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ravager Threat'), -(36521, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Arcane Explosion'), -(36547, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Master''s Terrace Quest Credit'), -(36551, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'AIClearReturnState'), -(36557, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cursed Scarab Periodic Trigger'), -(36560, 2147483904, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cursed Scarab Despawn Periodic Trigger'), -(36564, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trigger Charge Targeting'), -(36566, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trigger Charge'), -(36569, 536871296, 268435456, 4, 0, 4100, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Vision Guide: Quest Complete'), -(36579, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Netherock Crumbler'), -(36581, 320, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Warp Storm Passive'), -(36584, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Netherock Crumbler'), -(36585, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Netherock Crumbler'), -(36595, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Apex Crumbler'), -(36596, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Apex Crumbler'), -(36597, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Apex Crumbler'), -(36598, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Vision Guide: Summon Object'), -(36600, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Flaming Weapon'), -(36605, 8388992, 268959744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Charge My Target'), -(36610, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 50, 0, 0, 0, 0, 0, 0, 0, 'Improved Wing Clip'), -(36614, 464, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Veneratus Spawn'), -(36615, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Veneratus Spawn'), -(36616, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Veneratus Spawn'), -(36618, 2432, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spirit Hunter'), -(36626, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 134, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mark''aru Tentacle'), -(36666, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Speed Up'), -(36685, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger'), -(36687, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kael Sanguinar'), -(36688, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kael Capernian'), -(36689, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kael Telonicus'), -(36691, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 26, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Lay Ravenous Flayer Egg'), -(36715, 537133312, 136, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Injured'), -(36724, 256, 268435456, 0, 0, 0, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Phoenix Egg'), -(36726, 8388992, 0, 5, 268435456, 0, 0, 8192, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Target'), -(36793, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Start Cannon Channeler (dnd)'), -(36794, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stop Cannon Channeler (dnd)'), -(36799, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Brightsong Wine'), -(36818, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 14, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Attacking Infernal'), -(36850, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mirror Images Preparation'), -(36853, 384, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Initialize Images'), -(36855, 134217984, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, '% Health'), -(36865, 536871168, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 3, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Gnome Cannon Channel Target (DND)'), -(36869, 384, 268960768, 0, 268435456, 0, 8, 0, 0, 0, 0, 0, 1, 0, 34, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Call Slave'), -(36870, 384, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger'), -(36874, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnome Cannon Shooter Initialize Loc 1'), -(36875, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnome Cannon Transport to Loc 1'), -(36898, 256, 1024, 128, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wicked Strong Fetish (dummy)'), -(36925, 384, 268435592, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aggro Closest'), -(36928, 134217984, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '66% Health'), -(36930, 134217984, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '33% Health'), -(36933, 536871296, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport'), -(36934, 536871296, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spread'), -(36942, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bone Wastes - Self Ping'), -(36975, 262528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 29, 2, 8, 20, 0, 0, 0, 0, 0, 0, 0, 'Wound Poison'), -(36993, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Speed Up'), -(37010, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Save Demon Creator'), -(37025, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Coilfang Water'), -(37026, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frenzy Water'), -(37061, 536871296, 268435456, 4, 268697600, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Disruption'), -(37064, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Bundle of Bloodthistle'), -(37070, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Portal Attunement'), -(37084, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Lament of the Highborne: Songbook'), -(37085, 545259776, 128, 1, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mark of Honor'), -(37086, 545259776, 128, 1, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mark of Honor'), -(37088, 384, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 9, 37, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Sacrifice'), -(37100, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Blood Elf Disguise'), -(37101, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Smash'), -(37105, 538968448, 1160, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Whirlpool'), -(37127, 384, 268436616, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 29, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mark of Death'), -(37130, 384, 268436616, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aura of Death'), -(37137, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Power Converters: Containment Aura Removed'), -(37177, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Black Morass Infinite Chrono-Lord'), -(37178, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Black Morass Infinite Timereaver'), -(37215, 696254848, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'The Black Morass Complete'), -(37244, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Give Flanis''s Pack'), -(37245, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Give Kagrosh''s Pack'), -(37246, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Oronok Speed Increase'), -(37269, 256, 0, 0, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 64, 0, 0, 0, 0, 0, 0, 0, 0, 'Arcane Flurry'), -(37280, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Frenzy Water'), -(37308, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport Image'), -(37326, 536871056, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(37347, 384, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Infernal'), -(37356, 65920, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 134, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy - Call for Help'), -(37357, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess, Medivh: Back Row, Alliance'), -(37358, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess, Medivh: Back Row, Horde'), -(37373, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Aura Generator 000'), -(37394, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 85, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Destroyed Sentinel'), -(37403, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Aura Generator 001'), -(37415, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest Complete'), -(37419, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Base Bunny Aura'), -(37442, 256, 525312, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess AI: Take snapshot'), -(37457, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 265, 96, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Windsor Dismisses Horse DND'), -(37458, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Offset Z 20'), -(37490, 384, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Stormhammer Trigger'), -(37491, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'If not Summoned Trigger'), -(37492, 384, 268435456, 0, 0, 4, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Crate Disguise Subspell'), -(37524, 8388864, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Use Legion Teleporter'), -(37534, 256, 1024, 0, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action: Grunt: Vicious Strike'), -(37545, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Phantom'), -(37562, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Transform: Logger w/ out wood'), -(37575, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Master'), -(37576, 545259904, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Avenger Trigger Dummy'), -(37606, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Infinite Assassin'), -(37639, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signal the Bunny'), -(37643, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Increase Damage'), -(37644, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Increase Health'), -(37653, 256, 1024, 0, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action: Footman: Heroic Blow'), -(37659, 256, 1024, 0, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action: Elemental: Geyser'), -(37663, 142606592, 1, 262145, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Revive or Summon Pet'), -(37677, 256, 1024, 0, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action: Daemon: Hellfire'), -(37680, 256, 132096, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action: Stomp'), -(37682, 256, 132096, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action: Howl'), -(37684, 256, 132096, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action: Ability - Holy Lance'), -(37686, 384, 1024, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Range Check'), -(37687, 256, 132096, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action: Ability - Shadow Spear'), -(37698, 256, 132096, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action - Elemental Blast'), -(37699, 256, 132096, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 16, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action - Fireball'), -(37701, 4194576, 132096, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action - Sweep'), -(37702, 272, 132096, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action - Cleave'), -(37703, 256, 525312, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess AI: Take forward cone snapshot'), -(37707, 256, 132096, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action- Smash'), -(37708, 256, 132096, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action- Bite'), -(37715, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ogre Say Dummy'), -(37724, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '[DND]Whisper Cooldown Dummy Aura'), -(37725, 536871296, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Target 1'), -(37726, 536871296, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Target 2'), -(37731, 536871296, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Target 3'), -(37732, 536871296, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Target 4'), -(37733, 536871296, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Target 5'), -(37735, 536871168, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 125, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Inner Demon'), -(37741, 536871296, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Hate Master'), -(37753, 256, 525312, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess AI: Take Short Range snapshot'), -(37756, 256, 525312, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess AI: Take Forward Arc snapshot'), -(37757, 536871296, 136, 4, 262400, 0, 0, 0, 0, 0, 0, 0, 1, 39, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Prevent Consuming Madness'), -(37758, 65792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'Bone Wastes - Summon Auchenai Spirit'), -(37765, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Creatures of the Deep'), -(37766, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Murloc A1'), -(37767, 256, 525312, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess AI: Take Med Range Snapshot'), -(37769, 553650560, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teron Gorefiend'), -(37771, 256, 132096, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action - Rain of Fire'), -(37772, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Murloc B1'), -(37773, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Elemental A1'), -(37774, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Elemental B1'), -(37780, 384, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 66, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Shrink'), -(37781, 134217984, 136, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 347, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Shadow'), -(37782, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Disembodied Spirit'), -(37783, 256, 656384, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action - Heroism'), -(37785, 256, 656384, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action - Bloodlust'), -(37791, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spawn and Pacify'), -(37812, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Krasius Credit'), -(37814, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aggro (2 yd pbae)'), -(37815, 256, 268435456, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fake Aggro Radius (2 yd)'), -(37827, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Reset Mana'), -(37828, 256, 132096, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess NPC Action - Healing'), -(37829, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ride the Lightning: Kill Credit'), -(37831, 256, 525312, 536870912, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess AI: Take Heal snapshot'), -(37832, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Vanish'), -(37835, 696254848, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Old Hillsbrad Complete'), -(37845, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(37866, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Water Globules'), -(37870, 8388992, 0, 5, 262400, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Garrote Remove'), -(37872, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Disappear'), -(37900, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trapping the Light: Summon Trap'), -(37901, 256, 1024, 4, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trapping the Light: Dummy to Bunny'), -(37902, 256, 1024, 128, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trapping the Light: Razaani Light Ball Dummy'), -(37903, 536871168, 1024, 4, 268435456, 128, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trapping the Light: Kill Credit'), -(37909, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnome Cannon Transport to Loc 0'), -(37911, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Elemental A2'), -(37912, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Elemental A3'), -(37914, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Elemental B2'), -(37915, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnome Cannon Shooter Initialize Loc 0'), -(37916, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Elemental B3'), -(37923, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Murloc A2'), -(37925, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Murloc A3'), -(37926, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Murloc A4'), -(37927, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Murloc A5'), -(37928, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Murloc B2'), -(37929, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Murloc B3'), -(37931, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Murloc B4'), -(37932, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Murloc B5'), -(37938, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnome Cannon Shooter Initialize Loc Raven''s Wood'), -(37943, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnome Cannon Transport to Loc Raven''s Wood'), -(37947, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Crazed Shardling'), -(37948, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Crazed Shardling'), -(37949, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Crazed Shardling'), -(37953, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnome Cannon Shooter Initialize Loc Singing Ridge'), -(37955, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnome Cannon Transport to Loc Singing Ridge'), -(37957, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnome Mercy: Summon Collection of Souls Chest'), -(37963, 256, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Super Shrink'), -(37969, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnome Cannon Shooter Initialize Loc Ruuan'), -(37971, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnome Cannon Transport to Loc Ruuan'), -(37977, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Trigger 001'), -(38005, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'X-52 Rocket Helmet Replacement'), -(38013, 134217984, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Garm Wolfbrother: See Invisibility'), -(38018, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wave A - 1'), -(38019, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Wave A Mob'), -(38036, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wave A - 2'), -(38037, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wave A - 2'), -(38038, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wave A - 3'), -(38039, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wave A - 4'), -(38040, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wave A - 3'), -(38041, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wave A - 4'), -(38060, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 100, 0, 0, 0, 0, 0, 0, 0, 'Vampiric Aura'), -(38062, 384, 0, 4, 268566528, 0, 0, 0, 0, 0, 0, 0, 4, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Invisible Dummy Attack'), -(38077, 400, 512, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aggro'), -(38079, 400, 512, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aggro'), -(38096, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 96, 1, 0, 0, 0, 0, 0, 0, 0, 0, '[DND]Destroy Sun Gate Portal Controller'), -(38098, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '[DND]No Whisper Cooldown Dummy Aura'), -(38111, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Horde Bat Rider Guard'), -(38114, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Horde Rooftop Alarm Sensor'), -(38117, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Faction Appropriate Guard'), -(38118, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Area 52 Death Machine Guard'), -(38124, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Horde Ground Alarm Sensor'), -(38131, 2147483904, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Coilfang Raid'), -(38137, 150995328, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sky Marker'), -(38140, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Wave D Mob Trigger'), -(38172, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Kor''kron Flare Gun'), -(38179, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Alliance Ground Alarm Sensor'), -(38180, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Alliance Rooftop Alarm Sensor'), -(38181, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Alliance Gryphon Guard'), -(38186, 536871168, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 31, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Acid Spray'), -(38188, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Corrupted Spawn'), -(38189, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Corrupted Spawn'), -(38190, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Corrupted Spawn'), -(38191, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Corrupted Spawn'), -(38192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tap Mob and Aggro Summoner'), -(38198, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Purified Spawn'), -(38199, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Purified Spawn'), -(38200, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Purified Spawn'), -(38201, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Purified Spawn'), -(38211, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gnome Cannon Transport to Loc Singing Ridge (No Regs)'), -(38228, 2843738496, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kill Credit: Crazed Colossus'), -(38241, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Wave C Mob Trigger'), -(38242, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Wave C Mob'), -(38244, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Wave D Mob'), -(38247, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Wave B Mob'), -(38248, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Wave B Mob Trigger'), -(38251, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Wildhammer Flare Gun'), -(38255, 536871296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Gnome Cannon Waiver'), -(38261, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Area 52 Rooftop Alarm Sensor'), -(38266, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Stormspire Ethereal Guard'), -(38268, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Scryer Dragonhawk Guard'), -(38270, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Stormspire Rooftop Alarm Sensor'), -(38271, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Scryer Rooftop Alarm Sensor'), -(38278, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Aldor Gryphon Guard'), -(38283, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Aldor Rooftop Alarm Sensor'), -(38286, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sporeggar Sporebat Guard'), -(38287, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sporeggar Rooftop Alarm Sensor'), -(38288, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Toshley Guard'), -(38291, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Toshley Rooftop Alarm Sensor'), -(38323, 2192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Immolation'), -(38352, 16777600, 1024, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 28, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Deathwail''s Stun'), -(38355, 256, 0, 0, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest - Hellfire - Quest Credit (Zeth''Gor Must Burn)'), -(38359, 256, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Boaring Time Destroy Whistle'), -(38375, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 31, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Fel Fire'), -(38381, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 96, 8, 100, 0, 0, 0, 0, 0, 0, 0, 'Raging Soul'), -(38402, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 41, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Cenarion Storm Crow Guard'), -(38403, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Cenarion Expedition Rooftop Alarm Sensor'), -(38404, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 64, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Growth'), -(38405, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Growth'), -(38409, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Hate to 75% Proc'), -(38423, 384, 136, 0, 0, 0, 8, 0, 0, 0, 0, 0, 1, 9, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Spore Explosion'), -(38440, 384, 1024, 4, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Kill Credit: Feed Nether Drake'), -(38450, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Boaring Time Periodic Aura'), -(38454, 603980160, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fight Timer'), -(38489, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Wave E Mob'), -(38490, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Wave E Mob'), -(38492, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Wave E Mob'), -(38493, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Wave E Mob'), -(38512, 327936, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 4, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Fiery Boulder'), -(38514, 256, 268435592, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 18, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Persuasion'), -(38518, 400, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cyclone'), -(38521, 536871168, 136, 0, 268697600, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cyclone'), -(38525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mode Swap'), -(38527, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mode Swap'), -(38529, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cancel Eye of Grillok'), -(38532, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fiery Boulder'), -(38545, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 22, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Periodic Random Breath'), -(38547, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn after Combat'), -(38548, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Netherspite - Breath'), -(38578, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '[DND]Rexxar''s Rodent Trigger'), -(38587, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 31, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Spirit of Redemption'), -(38600, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wave E Periodic'), -(38640, 256, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Koi-Koi Death'), -(38651, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Rancid Mushroom'), -(38656, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create iCoke Polar Bear Collar'), -(38662, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Massive Health Boost'), -(38666, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dire Pinfeather Cleanup'), -(38667, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Grishnath Orb Cleanup'), -(38668, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Exorcism Feather Cleanup'), -(38670, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fight!'), -(38671, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'yield!'), -(38674, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Magic Sucker Device (Success)'), -(38675, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Magic Sucker Device Buttress (N)'), -(38676, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Magic Sucker Device Buttress (S)'), -(38677, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Magic Sucker Device Buttress (E)'), -(38678, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Magic Sucker Device Buttress (W)'), -(38679, 384, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 5, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spawn Magic Sucker Device Mob'), -(38681, 384, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 5, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spawn Magic Sucker Spawner, Device'), -(38685, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Temp yield!'), -(38686, 384, 268435456, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Aggro'), -(38687, 134217984, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Exorcising the Trees: Force Reaction'), -(38689, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sparring Threat'), -(38705, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Grow'), -(38706, 603980160, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fight End'), -(38709, 384, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 5, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spawn Magic Sucker Device Boss'), -(38710, 2155872640, 268435456, 0, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Invis Bunny Transform to Drake'), -(38713, 384, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spellbind Broken'), -(38716, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Deep Wounds'), -(38726, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 30, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Serpentshrine Mushroom'), -(38727, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Magic Sucker Device (Success Visual timer)'), -(38735, 272, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragonmaw Hover'), -(38745, 536871296, 268435592, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bone Shard Area Check'), -(38747, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Feral Charge'), -(38749, 272, 136, 0, 2147483648, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Feral Charge'), -(38752, 536871296, 268435592, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Mark Master (Gargoyle)'), -(38756, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Spore Strider'), -(38786, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Spirit Calling Totems'), -(38789, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spirit Calling Totems Cleanup'), -(38803, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Flaming Weapon'), -(38854, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hatch Arakkoa'), -(38865, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hatch Bad Arakkoa'), -(38872, 256, 1024, 128, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gather the Orbs: Razaani Light Ball Dummy'), -(38873, 256, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Gather the Orbs: Dummy to Totem'), -(38874, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mushoom Creature'), -(38878, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Demon Portal'), -(38888, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Morcrush Shardling'), -(38889, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Morcrush Shardling'), -(38890, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Morcrush Shardling'), -(38922, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Colossus Lurkers'), -(38928, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Colossus Ragers'), -(38931, 272, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 65, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Colossus Spawn Confuse'), -(38937, 2512, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Immolation'); -INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `AttributesEx8`, `AttributesEx9`, `AttributesEx10`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `SchoolMask`, `SpellAuraOptionsId`, `SpellCastingRequirementsId`, `SpellCategoriesId`, `SpellClassOptionsId`, `SpellEquippedItemsId`, `SpellLevelsId`, `SpellTargetRestrictionsId`, `SpellInterruptsId`, `Comment`) VALUES -(38953, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Terokkar Free Webbed Creature'), -(38955, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Terokkar Free Webbed Creature'), -(38956, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Terokkar Free Webbed Creature'), -(38957, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Terokkar Free Webbed Creature'), -(38958, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Terokkar Free Webbed Creature'), -(38969, 16777600, 268436480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 325, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karynaku Taxi Aura - Start'), -(38970, 2432, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 36, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karynaku''s Flight Home'), -(38972, 536871168, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 31, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Acid Spray'), -(38975, 16777600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karynaku Taxi Aura - End'), -(38978, 256, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Terokkar Free Webbed Creature'), -(38982, 384, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleporter Kill Credit'), -(38983, 384, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleporter Kill Credit'), -(38984, 384, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleporter Kill Credit'), -(39014, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Atrophic Blow'), -(39041, 256, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Time Rift'), -(39074, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, '[DND]Rexxar''s Bird Effect'), -(39080, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mountain Shardling'), -(39081, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Vortex Shardling'), -(39086, 65664, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 16, 100, 0, 0, 0, 0, 0, 0, 0, 'Frost Attack'), -(39110, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Phoenix Adds'), -(39111, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 5, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Furious Nether-wraith'), -(39115, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Growing Instability'), -(39118, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Tears of the Goddess'), -(39137, 2192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Immolation'), -(39142, 805306752, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Drain World Tree Dummy'), -(39152, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 15, 0, 0, 0, 0, 0, 0, 0, 'Darkfury'), -(39162, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'On Quest Accept'), -(39167, 2432, 68, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cyclone of Feathers'), -(39173, 384, 268435456, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'On Quest Accept Dummy to Druid'), -(39186, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Random Tractor'), -(39191, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sha''tari Flames'), -(39203, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Druid Signal'), -(39240, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sand Gnome'), -(39241, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mature Bone Sifter'), -(39243, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Signal Zeppit'), -(39245, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Mature Bone Sifter'), -(39247, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Sand Gnome'), -(39250, 384, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 11, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Clefthoof'), -(39254, 536871168, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Kael Adds'), -(39260, 536871296, 1024, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 3, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Revived Pet'), -(39265, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Unstable Explosion'), -(39276, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest - Blade''s Edge (Death''s Door: Despawn Fel Cannon)'), -(39279, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Warp-Gate Defenders'), -(39292, 272, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 65, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spawn with Stun (1.5s)'), -(39301, 688128256, 1024, 536870916, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Nature''s Guardian'), -(39302, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Quest - The Exorcism, Summon Foul Purge'), -(39304, 8388864, 268435456, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Flying Skull PATH (DND)'), -(39305, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 64, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Flying Skull'), -(39308, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hellfire - The Exorcism, Lightning Cloud Visual'), -(39310, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Inciter Trigger Threat Trigger'), -(39311, 2155872640, 268435456, 1, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Scrapped Fel Reaver Transform'), -(39324, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Elemental Leatherworking'), -(39325, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tribal Leatherworking'), -(39326, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Dragonscale Leatherworking'), -(39327, 2432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 7, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Nethrandamus Taxi Primer'), -(39333, 16777600, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '[DND]Rexxar Speed Increase'), -(39336, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Key to the Arcatraz'), -(39351, 384, 268435456, 4, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 225, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Shrink'), -(39366, 256, 136, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Vortex'), -(39379, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Despawn Minions'), -(39388, 384, 0, 0, 268435456, 0, 393224, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Move to Target'), -(39389, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Teleport'), -(39392, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Infection'), -(39394, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Victory Visual (Chess)'), -(39397, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chess, Control Piece - Sanctuary (DND)'), -(39402, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Karazhan - Chess: Disable Square, Own (DND)'), -(39424, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Summon Durnholde Reinforcements'), -(39426, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, '[DND]Prophecy 1 Credit'), -(39428, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, '[DND]Prophecy 2 Credit'), -(39430, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, '[DND]Prophecy 3 Credit'), -(39431, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, '[DND]Prophecy 4 Credit'), -(39448, 0, 0, 0, 0, 128, 8, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Reset Anchor Point'), -(39485, 603980160, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Fel Reaver Controller Despawn'), -(39491, 384, 268436480, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(39494, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '[DND]Marmot Dead, Remove Aura'), -(39496, 8388864, 0, 132, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Remove Tainted Cores'), -(39506, 536871168, 136, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wrath of the Astromancer'), -(39539, 8388992, 0, 4194305, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Master''s Touch'), -(39570, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Time Rift 1 Ready'), -(39571, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Time Rift 2 Ready'), -(39572, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Time Rift 3 Ready'), -(39573, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Time Rift 4 Ready'), -(39795, 272, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Spawn with Stun (2.0s)'), -(39892, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Cancel Coax Marmot Aura'), -(40550, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Banana Charm'), -(40551, 384, 0, 4, 0, 65536, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Picnic Basket'), -(40552, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Imp in a Ball'), -(40609, 536871168, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Blaze'), -(40800, 256, 0, 4, 0, 0, 8, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ethereal Ring: The Bolt phantom'), -(42130, 2048, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'AFK Check'), -(42416, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Apexis Mob Faction Check Aura'), -(42752, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Goblin Gumbo Kettle'), -(42773, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Fishing Chair'), -(44733, 0, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Eagle Swoop Primer'), -(44964, 16777216, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Boulder Assault'), -(45092, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Faction, Spar Buddy'), -(45126, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Rocket Chicken'), -(45128, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Kite'), -(45132, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Paper Flying Machine Kit'), -(46204, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Pet Biscuits'), -(46370, 384, 268435456, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Chain Lightning Trigger'), -(46752, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Weather Machine'), -(47802, 2306867200, 1056, 268976129, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Tenacity 2'), -(49615, 384, 268435456, 0, 268435456, 129, 0, 1024, 0, 0, 0, 0, 1, 31, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Modify CL Targeting'), -(50209, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Path of Illidan'), -(50210, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Disco Ball'), -(50211, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Ethereal Summoner'), -(50474, 536871296, 1024, 0, 335544320, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rune Weapon Mark'), -(50847, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Purple Tabard of the Arcane'), -(50848, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create White Tabard of Brilliance'), -(50849, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Orange Tabard of the Defender'), -(50850, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Yellow Tabard of Fury'), -(50851, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Green Tabard of Nature'), -(50852, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Black Tabard of the Void'), -(50912, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, '[DND] Teach Coldarra Flight Path'), -(51452, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Party G.R.E.N.A.D.E.'), -(51453, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create PvP Taunt'), -(51741, 151060480, 0, 524288, 0, 0, 262153, 4096, 0, 0, 0, 0, 1, 0, 13, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Trigger Missile: Immolation Trap'), -(52867, 538968320, 525448, 67108868, 64, 2177, 0, 512, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Knockback'), -(54352, 671089040, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldImproved Demonic Tactics'), -(56561, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Hold Position'), -(56866, 327696, 1024, 4, 268435456, 0, 524288, 0, 0, 0, 0, 0, 1, 0, 152, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wintergrasp Spawn Faction Check'), -(58156, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wintergrasp PvP Drop - 2 Stack'), -(58162, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wintergrasp PvP Drop - 3 Stack'), -(58164, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Wintergrasp PvP Drop - 4 Stack'), -(61417, 16777616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDPursuit of Justice'), -(61418, 16777616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDPursuit of Justice'), -(62219, 2843738496, 1192, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Clear Stone'), -(62843, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Epic Purple Shirt'), -(62871, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Sandbox Tiger'), -(62984, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Foam Sword'), -(62986, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Foam Sword Rack'), -(63029, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Ominous Cloud - SPELL_BOIL_OMINOUSLY_PERIODIC'), -(63376, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Foam Sword'), -(63377, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Foam Sword'), -(63378, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Foam Sword'), -(63379, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Foam Sword'), -(63974, 384, 0, 0, 262144, 128, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Rip'), -(64018, 384, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDDrain Soul'), -(64556, 536936848, 268469248, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 85, 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Bestial Wrath'), -(65741, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Path of Cenarius'), -(65743, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Ogre Pinata'), -(66161, 384, 268435456, 0, 0, 0, 0, 1024, 0, 0, 0, 0, 1, 66, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Being Attacked'), -(66162, 384, 268435456, 0, 268435456, 0, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'Being Attacked'), -(66732, 384, 1024, 0, 196864, 8388608, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Furious Charge Trigger'), -(66871, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Big Battle Bear'), -(66872, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Magic Rooster Egg'), -(66873, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Reins of the Spectral Tiger'), -(66874, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Reins of the Swift Spectral Tiger'), -(66875, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create X-51 Nether-Rocket'), -(66876, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create X-51 Nether-Rocket X-TREME'), -(67580, 536871296, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 21, 181, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Jump to Player'), -(68500, 384, 268435456, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 0, 96, 4, 0, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(68807, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Tuskarr Kite'), -(68808, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Little Ivory Raptor Whistle'), -(68809, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Little White Stallion Bridle'), -(68811, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Spectral Tiger Cub'), -(69643, 150995200, 1056, 268435460, 197376, 8388736, 393224, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Get Targets'), -(69932, 328064, 1024, 0, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 36, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOldAncestral Swiftness'), -(70159, 150995328, 268435488, 540676, 0, 128, 393224, 4096, 0, 0, 0, 0, 1, 0, 13, 32, 0, 0, 0, 0, 0, 0, 0, 0, 'Ice Tomb'), -(71896, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, '[DND] Periodic'), -(72291, 8388992, 268436480, 4, 459008, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Sindragosa - Clear Auras'), -(72826, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Create Pet Box'), -(74210, 384, 0, 0, 262144, 128, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'Item - Shaman T10 Elemental 4P Effect'); - -DELETE FROM `spelleffect_dbc` WHERE `Id` BETWEEN @Id+0 AND @Id+2816; -INSERT INTO `spelleffect_dbc` (`Id`, `Effect`, `EffectValueMultiplier`, `EffectApplyAuraName`, `EffectAmplitude`, `EffectBasePoints`, `EffectBonusMultiplier`, `EffectDamageMultiplier`, `EffectChainTarget`, `EffectDieSides`, `EffectItemType`, `EffectMechanic`, `EffectMiscValue`, `EffectMiscValueB`, `EffectRadiusIndex`, `EffectRadiusIndexMax`, `EffectRealPointsPerLevel`, `EffectSpellClassMaskA`, `EffectSpellClassMaskB`, `EffectSpellClassMaskC`, `EffectTriggerSpell`, `EffectImplicitTargetA`, `EffectImplicitTargetB`, `EffectSpellId`, `EffectIndex`) VALUES -(@Id+0 , 6, 1, 52, 0, 4, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 19, 0), -(@Id+1 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 84, 0), -(@Id+2 , 25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 262, 0), -(@Id+3 , 25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 263, 0), -(@Id+4 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 278, 2), -(@Id+5 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 278, 1), -(@Id+6 , 6, 0, 77, 0, 23, 0, 1, 0, 3, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 278, 0), -(@Id+7 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 279, 2), -(@Id+8 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 279, 1), -(@Id+9 , 6, 0, 77, 0, 32, 0, 1, 0, 5, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 279, 0), -(@Id+10 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 482, 0), -(@Id+11 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 30, 794, 0), -(@Id+12 , 2, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1177, 0), -(@Id+13 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11, 1, 0, 1206, 0), -(@Id+14 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1628, 2), -(@Id+15 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1628, 1), -(@Id+16 , 6, 0, 77, 0, 40, 0, 1, 0, 7, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1628, 0), -(@Id+17 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1629, 2), -(@Id+18 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1629, 1), -(@Id+19 , 6, 0, 77, 0, 83, 0, 1, 0, 13, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1629, 0), -(@Id+20 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 1, 0, 1905, 0), -(@Id+21 , 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6591, 1, 0, 2095, 0), -(@Id+22 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2463, 2), -(@Id+23 , 6, 0, 77, 0, 99, 0, 1, 0, 1, 0, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2463, 1), -(@Id+24 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2463, 0), -(@Id+25 , 60, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3386, 1), -(@Id+26 , 25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3386, 0), -(@Id+27 , 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4050, 1, 0, 4051, 0), -(@Id+28 , 6, 0, 98, 0, 2, 0, 1, 0, 1, 0, 0, 44, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4289, 0), -(@Id+29 , 6, 0, 47, 0, 3, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4308, 0), -(@Id+30 , 6, 0, 13, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4334, 0), -(@Id+31 , 36, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4792, 0, 0, 4793, 0), -(@Id+32 , 6, 0, 18, 0, 199, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, 4952, 1), -(@Id+33 , 6, 0, 25, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, 4952, 0), -(@Id+34 , 6, 0, 44, 0, 0, 0, 1, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5120, 0), -(@Id+35 , 10, 0, 0, 0, 999, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5402, 2), -(@Id+36 , 6, 0, 61, 0, 69, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5402, 1), -(@Id+37 , 6, 0, 56, 0, 0, 0, 1, 0, 1, 0, 0, 510, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5402, 0), -(@Id+38 , 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5508, 1, 0, 5429, 1), -(@Id+39 , 6, 0, 13, 0, 13, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5429, 0), -(@Id+40 , 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5508, 1, 0, 5431, 1), -(@Id+41 , 6, 0, 13, 0, 17, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5431, 0), -(@Id+42 , 6, 0, 52, 0, 3, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5510, 0), -(@Id+43 , 6, 0, 52, 0, 4, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5511, 0), -(@Id+44 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 30, 5610, 0), -(@Id+45 , 6, 0, 13, 0, -9, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5667, 0), -(@Id+46 , 6, 0, 13, 0, 9, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6440, 0), -(@Id+47 , 6, 0, 13, 0, -8, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6467, 0), -(@Id+48 , 30, 0, 0, 0, 29, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6591, 0), -(@Id+49 , 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6594, 1, 0, 6592, 0), -(@Id+50 , 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6594, 1, 0, 6593, 0), -(@Id+51 , 30, 0, 0, 0, 49, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6594, 0), -(@Id+52 , 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7336, 0), -(@Id+53 , 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7337, 0), -(@Id+54 , 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7338, 0), -(@Id+55 , 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7339, 0), -(@Id+56 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 7392, 0), -(@Id+57 , 36, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 7451, 1, 0, 7462, 0), -(@Id+58 , 6, 0, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7939, 0), -(@Id+59 , 38, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 8320, 0), -(@Id+60 , 6, 0, 23, 180000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8329, 1, 0, 8327, 0), -(@Id+61 , 6, 0, 23, 600000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8329, 1, 0, 8328, 0), -(@Id+62 , 6, 0, 31, 0, 39, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 8392, 0), -(@Id+63 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 8603, 0), -(@Id+64 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 8655, 0), -(@Id+65 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 8894, 0), -(@Id+66 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 9033, 0), -(@Id+67 , 60, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9124, 0), -(@Id+68 , 6, 0, 56, 0, 0, 0, 1, 0, 1, 0, 0, 6578, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 9127, 0), -(@Id+69 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 9135, 0), -(@Id+70 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 9144, 0), -(@Id+71 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 1, 0, 9173, 0), -(@Id+72 , 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 9204, 0), -(@Id+73 , 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9204, 1, 0, 9205, 0), -(@Id+74 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 9372, 0), -(@Id+75 , 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 9439, 0), -(@Id+76 , 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 951, 0, 0, 9772, 0), -(@Id+77 , 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9204, 1, 0, 10095, 0), -(@Id+78 , 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 10264, 0), -(@Id+79 , 86, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 10731, 1), -(@Id+80 , 86, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 10731, 0), -(@Id+81 , 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 10829, 0), -(@Id+82 , 6, 0, 23, 12000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 10829, 1, 0, 10830, 0), -(@Id+83 , 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3617, 1, 0, 10868, 0), -(@Id+84 , 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 68, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11475, 0), -(@Id+85 , 35, 0, 4, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 31, 0, 0.5, 0, 0, 0, 0, 1, 0, 11515, 0), -(@Id+86 , 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 11518, 1), -(@Id+87 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2721, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11518, 0), -(@Id+88 , 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 11521, 1), -(@Id+89 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2723, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11521, 0), -(@Id+90 , 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 11523, 1), -(@Id+91 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2724, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11523, 0), -(@Id+92 , 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 11524, 1), -(@Id+93 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2725, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11524, 0), -(@Id+94 , 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 11526, 1), -(@Id+95 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11526, 0), -(@Id+96 , 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 11527, 1), -(@Id+97 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2727, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11527, 0), -(@Id+98 , 30, 0, 0, 0, 399, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 11560, 0), -(@Id+99 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 11591, 0), -(@Id+100, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 11592, 0), -(@Id+101, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 3296, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11632, 0), -(@Id+102, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 7975, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11633, 0), -(@Id+103, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 4262, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11634, 0), -(@Id+104, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 727, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11635, 0), -(@Id+105, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 7980, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11636, 0), -(@Id+106, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 7975, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11645, 0), -(@Id+107, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 8017, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11755, 0), -(@Id+108, 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 177683, 0, 15, 0, 0, 0, 0, 0, 0, 47, 0, 11756, 1), -(@Id+109, 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 144064, 0, 15, 0, 0, 0, 0, 0, 0, 47, 0, 11756, 0), -(@Id+110, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 3501, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11794, 0), -(@Id+111, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 11796, 1), -(@Id+112, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2814, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11796, 0), -(@Id+113, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 11797, 1), -(@Id+114, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2815, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11797, 0), -(@Id+115, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 11798, 1), -(@Id+116, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2816, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11798, 0), -(@Id+117, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 11799, 1), -(@Id+118, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2817, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11799, 0), -(@Id+119, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 11800, 1), -(@Id+120, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2818, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11800, 0), -(@Id+121, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 11801, 1), -(@Id+122, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2819, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11801, 0), -(@Id+123, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 6087, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11803, 0), -(@Id+124, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 6086, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11804, 0), -(@Id+125, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 6233, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11819, 0), -(@Id+126, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 7489, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11822, 0), -(@Id+127, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 8055, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11823, 0), -(@Id+128, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11504, 1, 0, 11830, 0), -(@Id+129, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9204, 1, 0, 11838, 0), -(@Id+130, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 8096, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11855, 0), -(@Id+131, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 11878, 0), -(@Id+132, 42, 0, 0, 0, 3, 0, 1, 0, 1, 0, 0, 7787, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 11904, 0), -(@Id+133, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11960, 6, 0, 11961, 0), -(@Id+134, 6, 0, 23, 3000, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11968, 21, 0, 11966, 0), -(@Id+135, 6, 0, 42, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12001, 1, 0, 12002, 0), -(@Id+136, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18270, 1, 0, 12038, 0), -(@Id+137, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3584, 1, 0, 12094, 0), -(@Id+138, 6, 0, 107, 0, 999, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12288, 1), -(@Id+139, 6, 0, 109, 0, 24, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12705, 1, 0, 12288, 0), -(@Id+140, 6, 0, 33, 0, -81, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 12483, 1), -(@Id+141, 6, 0, 6, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 12483, 0), -(@Id+142, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12545, 1, 0, 12546, 0), -(@Id+143, 6, 0, 42, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11443, 1, 0, 12552, 0), -(@Id+144, 6, 0, 107, 0, -5001, 0, 1, 0, 1, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12602, 0), -(@Id+145, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 12660, 0), -(@Id+146, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12681, 0), -(@Id+147, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12682, 0), -(@Id+148, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12689, 0), -(@Id+149, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12690, 0), -(@Id+150, 64, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14801, 1, 0, 12694, 2), -(@Id+151, 64, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14802, 1, 0, 12694, 1), -(@Id+152, 41, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 7333, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 12694, 0), -(@Id+153, 6, 0, 107, 0, 1999, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12707, 1), -(@Id+154, 6, 0, 109, 0, 49, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12705, 1, 0, 12707, 0), -(@Id+155, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12728, 0), -(@Id+156, 6, 0, 39, 0, 0, 0, 1, 0, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12844, 0), -(@Id+157, 6, 0, 8, 1000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12939, 0), -(@Id+158, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 7356, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 12949, 0), -(@Id+159, 6, 0, 23, 1800000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8329, 1, 0, 13167, 0), -(@Id+160, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13259, 1, 0, 13260, 0), -(@Id+161, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 13319, 1, 0, 13320, 0), -(@Id+162, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9204, 1, 0, 13767, 0), -(@Id+163, 6, 0, 39, 0, 0, 0, 1, 0, 0, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13835, 2), -(@Id+164, 6, 0, 39, 0, -1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13835, 0), -(@Id+165, 24, 0, 0, 0, 0, 0, 1, 0, 1, 11522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13909, 0), -(@Id+166, 6, 0, 108, 0, 44, 0, 1, 0, 1, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14170, 0), -(@Id+167, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 9521, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 14252, 0), -(@Id+168, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 6, 0, 14291, 0), -(@Id+169, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 9297, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 14307, 0), -(@Id+170, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 9526, 0, 8, 0, 0, 0, 0, 0, 0, 32, 0, 14313, 0), -(@Id+171, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 9527, 0, 8, 0, 0, 0, 0, 0, 0, 32, 0, 14329, 0), -(@Id+172, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 7329, 0, 7, 0, 0, 0, 0, 0, 0, 47, 0, 14801, 0), -(@Id+173, 41, 0, 0, 0, -1, 0, 1, 0, 2, 0, 0, 7335, 0, 7, 0, 0, 0, 0, 0, 0, 48, 0, 14802, 0), -(@Id+174, 6, 0, 23, 5000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15126, 1, 0, 15127, 0), -(@Id+175, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35138, 1, 0, 15227, 0), -(@Id+176, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 15651, 1, 0, 15650, 0), -(@Id+177, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 15782, 0), -(@Id+178, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 16076, 1), -(@Id+179, 6, 0, 138, 0, 49, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 16076, 0), -(@Id+180, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 16134, 0), -(@Id+181, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 16135, 0), -(@Id+182, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16141, 1, 0, 16140, 0), -(@Id+183, 6, 0, 49, 0, 49, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 16331, 0), -(@Id+184, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 16364, 0), -(@Id+185, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 16365, 0), -(@Id+186, 41, 0, 0, 0, 1, 0, 1, 0, 4, 0, 0, 10461, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 16369, 0), -(@Id+187, 41, 0, 0, 0, 1, 0, 1, 0, 4, 0, 0, 10536, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 16370, 0), -(@Id+188, 41, 0, 0, 0, 1, 0, 1, 0, 4, 0, 0, 10441, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 16371, 0), -(@Id+189, 6, 0, 5, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 16420, 2), -(@Id+190, 6, 0, 33, 0, -76, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 16420, 1), -(@Id+191, 46, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 16420, 0), -(@Id+192, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16424, 1, 0, 16423, 0), -(@Id+193, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 16424, 0), -(@Id+194, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 16426, 0), -(@Id+195, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 16499, 0), -(@Id+196, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 16507, 0), -(@Id+197, 24, 0, 0, 0, 0, 0, 1, 0, 1, 12563, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 16548, 0), -(@Id+198, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16555, 1, 0, 16563, 0), -(@Id+199, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 10717, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 16619, 0), -(@Id+200, 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16631, 1, 0, 16630, 1), -(@Id+201, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 10717, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 16630, 0), -(@Id+202, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 10717, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 16631, 0), -(@Id+203, 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 175887, 0, 0, 0, 0, 0, 0, 0, 0, 22, 32, 16721, 0), -(@Id+204, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 16743, 0), -(@Id+205, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 8, 16771, 0), -(@Id+206, 77, 0, 0, 0, 39096, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17039, 25, 0, 17042, 0), -(@Id+207, 77, 0, 0, 0, 39097, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17041, 25, 0, 17043, 0), -(@Id+208, 77, 0, 0, 0, 39098, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17040, 25, 0, 17044, 0), -(@Id+209, 38, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 17085, 0), -(@Id+210, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 17163, 0), -(@Id+211, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 5736, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 17186, 0), -(@Id+212, 6, 0, 23, 30000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17241, 1, 0, 17225, 0), -(@Id+213, 6, 0, 23, 30000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17242, 1, 0, 17226, 0), -(@Id+214, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 11064, 0, 0, 0, 0, 0, 0, 0, 0, 22, 18, 17310, 0), -(@Id+215, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 17372, 0), -(@Id+216, 41, 0, 0, 0, 0, 0, 1, 0, 4, 0, 0, 11122, 0, 0, 0, 0, 0, 0, 0, 0, 22, 18, 17408, 0), -(@Id+217, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 17442, 0), -(@Id+218, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 17472, 0), -(@Id+219, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 17507, 0), -(@Id+220, 103, 0, 0, 0, 2999, 0, 1, 0, 1, 0, 0, 574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17621, 0), -(@Id+221, 6, 0, 39, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 17674, 0), -(@Id+222, 103, 0, 0, 0, 5999, 0, 1, 0, 1, 0, 0, 574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 17681, 0), -(@Id+223, 42, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 11296, 0, 9, 0, 0, 0, 0, 0, 0, 47, 0, 17694, 0), -(@Id+224, 6, 0, 31, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 17772, 1), -(@Id+225, 6, 0, 5, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 17772, 0), -(@Id+226, 6, 0, 18, 0, 999, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 17774, 2), -(@Id+227, 6, 0, 31, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 17774, 1), -(@Id+228, 6, 0, 5, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 17774, 0), -(@Id+229, 6, 0, 23, 5000, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 11968, 21, 0, 18268, 0), -(@Id+230, 6, 0, 23, 20000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18349, 1, 0, 18348, 0), -(@Id+231, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 18349, 0), -(@Id+232, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 18350, 0), -(@Id+233, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 18380, 0), -(@Id+234, 6, 0, 23, 50000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18380, 1, 0, 18383, 0), -(@Id+235, 6, 0, 31, 0, 199, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 18391, 0), -(@Id+236, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 18430, 0), -(@Id+237, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 18433, 0), -(@Id+238, 6, 0, 77, 0, -1, 0, 1, 0, 1, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 18461, 1), -(@Id+239, 6, 0, 77, 0, -1, 0, 1, 0, 1, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 18461, 0), -(@Id+240, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 15, 18759, 0), -(@Id+241, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 18793, 0), -(@Id+242, 86, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 5, 0, 17, 0, 0, 0, 0, 0, 0, 18, 52, 18804, 0), -(@Id+243, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 18908, 0), -(@Id+244, 19, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 18941, 0), -(@Id+245, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 18947, 0), -(@Id+246, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 18955, 0), -(@Id+247, 6, 0, 23, 10000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18967, 1, 0, 18959, 0), -(@Id+248, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 18967, 0), -(@Id+249, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 18971, 0), -(@Id+250, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 18973, 0), -(@Id+251, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 18993, 0), -(@Id+252, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 18997, 0), -(@Id+253, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 19033, 0), -(@Id+254, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9204, 1, 0, 19195, 0), -(@Id+255, 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 177681, 0, 15, 0, 0, 0, 0, 0, 0, 47, 0, 19394, 0), -(@Id+256, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19397, 1, 0, 19396, 0), -(@Id+257, 6, 0, 22, 0, 74, 0, 1, 0, 1, 0, 0, 32, 0, 0, 0, 1.25, 0, 0, 0, 0, 1, 0, 19433, 1), -(@Id+258, 6, 0, 22, 0, 89, 0, 1, 0, 1, 0, 0, 4, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 19433, 0), -(@Id+259, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 19436, 0), -(@Id+260, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 19515, 0), -(@Id+261, 5, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 19527, 0), -(@Id+262, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 19614, 0), -(@Id+263, 6, 0, 23, 2000, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19627, 21, 0, 19626, 0), -(@Id+264, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19639, 1, 0, 19640, 0), -(@Id+265, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 19707, 0), -(@Id+266, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 22, 30, 19768, 0), -(@Id+267, 2, 0, 0, 0, 69, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 19806, 0), -(@Id+268, 2, 0, 0, 0, 69, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 19810, 1), -(@Id+269, 46, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19810, 0), -(@Id+270, 6, 0, 23, 15000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19826, 1, 0, 19824, 0), -(@Id+271, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 12416, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 19826, 0), -(@Id+272, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 12420, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 19827, 0), -(@Id+273, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 12422, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 19828, 0), -(@Id+274, 42, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 19829, 0), -(@Id+275, 6, 0, 25, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 19951, 0), -(@Id+276, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 20001, 0), -(@Id+277, 6, 0, 37, 0, 0, 0, 1, 0, 0, 0, 0, 63, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 20027, 0), -(@Id+278, 6, 0, 23, 2000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20172, 1, 0, 20171, 0), -(@Id+279, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 11262, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 20172, 0), -(@Id+280, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 20226, 0), -(@Id+281, 6, 0, 23, 2000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20275, 1, 0, 20273, 0), -(@Id+282, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 7, 20275, 0), -(@Id+283, 43, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 6, 47, 20311, 0), -(@Id+284, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 12756, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 20409, 0), -(@Id+285, 108, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 20482, 1), -(@Id+286, 6, 0, 77, 0, 0, 0, 1, 0, 1, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 20482, 0), -(@Id+287, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 20492, 0), -(@Id+288, 112, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 14443, 0, 8, 0, 0, 0, 0, 0, 0, 49, 0, 20493, 0), -(@Id+289, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 177704, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 20494, 0), -(@Id+290, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 177704, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 20495, 0), -(@Id+291, 6, 0, 5, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 20507, 2), -(@Id+292, 6, 0, 33, 0, -51, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 20507, 1), -(@Id+293, 46, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 20507, 0), -(@Id+294, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 20538, 0), -(@Id+295, 6, 0, 39, 0, 0, 0, 1, 0, 0, 0, 0, 127, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 20544, 2), -(@Id+296, 6, 0, 38, 0, 0, 0, 1, 0, 0, 0, 0, 11, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 20544, 1), -(@Id+297, 63, 0, 0, 0, 3999, 0, 1, 0, 1, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 20544, 0), -(@Id+298, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 20546, 0), -(@Id+299, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 20548, 0), -(@Id+300, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20553, 1, 0, 20556, 0), -(@Id+301, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20564, 1, 0, 20563, 0), -(@Id+302, 24, 0, 0, 0, 0, 0, 1, 0, 0, 16787, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20693, 0), -(@Id+303, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 20723, 0), -(@Id+304, 41, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 6412, 0, 16, 0, 0, 0, 0, 0, 0, 22, 0, 20734, 0), -(@Id+305, 6, 0, 117, 0, 9, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 20785, 0), -(@Id+306, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20810, 1, 0, 20809, 0), -(@Id+307, 6, 0, 23, 300000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 20862, 1, 0, 20861, 1), -(@Id+308, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 20861, 0), -(@Id+309, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 20862, 0), -(@Id+310, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 20863, 0), -(@Id+311, 6, 0, 38, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 21087, 1), -(@Id+312, 6, 0, 77, 0, 5, 0, 1, 0, 1, 0, 0, 17, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 21087, 0), -(@Id+313, 6, 0, 61, 0, 24, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 21090, 2), -(@Id+314, 67, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 21090, 1), -(@Id+315, 6, 0, 138, 0, 49, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 21090, 0), -(@Id+316, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 21094, 0), -(@Id+317, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 21108, 0), -(@Id+318, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12143, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 21110, 0), -(@Id+319, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12143, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 21111, 0), -(@Id+320, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12143, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 21112, 0), -(@Id+321, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12143, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 21113, 0), -(@Id+322, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12143, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 21114, 0), -(@Id+323, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12143, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 21115, 0), -(@Id+324, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12143, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 21116, 0), -(@Id+325, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12143, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 21117, 0), -(@Id+326, 6, 0, 23, 10000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21174, 1, 0, 21129, 0), -(@Id+327, 6, 0, 23, 10000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21172, 1, 0, 21130, 0), -(@Id+328, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 21173, 0), -(@Id+329, 6, 0, 31, 0, 149, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 21190, 0), -(@Id+330, 1, 0, 107, 0, 14999, 0, 1, 0, 1, 0, 0, 1, 0, 28, 0, 0, 0, 0, 0, 0, 18, 8, 21247, 0), -(@Id+331, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 13256, 0, 12, 0, 0, 0, 0, 0, 0, 32, 0, 21287, 0), -(@Id+332, 6, 0, 31, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 21353, 0), -(@Id+333, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21388, 1, 0, 21387, 0), -(@Id+334, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 178584, 0, 15, 0, 0, 0, 0, 0, 0, 32, 0, 21545, 0), -(@Id+335, 86, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 5, 0, 12, 0, 0, 0, 0, 0, 0, 18, 52, 21548, 0), -(@Id+336, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21554, 0), -(@Id+337, 6, 0, 37, 0, 0, 0, 1, 0, 0, 0, 0, 68, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 21561, 1), -(@Id+338, 6, 0, 38, 0, 0, 0, 1, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 21561, 0), -(@Id+339, 86, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 21709, 0), -(@Id+340, 43, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 6, 47, 21727, 0), -(@Id+341, 6, 0, 23, 5000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21709, 1, 0, 21733, 0), -(@Id+342, 86, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 12, 0, 12, 0, 0, 0, 0, 0, 0, 22, 51, 21767, 1), -(@Id+343, 86, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 12, 0, 12, 0, 0, 0, 0, 0, 0, 22, 51, 21767, 0), -(@Id+344, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 19707, 1, 0, 21789, 0), -(@Id+345, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 21795, 0), -(@Id+346, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 21827, 0), -(@Id+347, 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21830, 0, 0, 21828, 1), -(@Id+348, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21828, 0), -(@Id+349, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 21830, 0), -(@Id+350, 6, 0, 39, 0, 0, 0, 1, 0, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 21859, 1), -(@Id+351, 6, 0, 25, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 21859, 0), -(@Id+352, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 21863, 0), -(@Id+353, 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21865, 0, 0, 21864, 1), -(@Id+354, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21864, 0), -(@Id+355, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 21865, 0), -(@Id+356, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 21867, 0), -(@Id+357, 41, 0, 0, 0, 1, 0, 1, 0, 2, 0, 0, 13696, 0, 15, 0, 0, 0, 0, 0, 0, 48, 0, 21883, 1), -(@Id+358, 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 178904, 0, 0, 0, 0, 0, 0, 0, 0, 22, 0, 21883, 0), -(@Id+359, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 178088, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 21886, 0), -(@Id+360, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 178088, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 21900, 0), -(@Id+361, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 178088, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 21901, 0), -(@Id+362, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 178088, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 21902, 0), -(@Id+363, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 178088, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 21903, 0), -(@Id+364, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 178088, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 21904, 0), -(@Id+365, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 178088, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 21905, 0), -(@Id+366, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 178088, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 21906, 0), -(@Id+367, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 178088, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 21907, 0), -(@Id+368, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 21908, 0), -(@Id+369, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 21914, 0), -(@Id+370, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 21917, 0), -(@Id+371, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 38, 0, 21934, 0), -(@Id+372, 42, 100000000, 0, 0, 1, 0, 1, 0, 1, 0, 0, 7360, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 21988, 0), -(@Id+373, 6, 0, 139, 0, 3, 0, 1, 0, 1, 0, 0, 790, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 21989, 0), -(@Id+374, 6, 0, 23, 2000, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22049, 0), -(@Id+375, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22050, 0), -(@Id+376, 24, 0, 0, 0, 0, 0, 1, 0, 0, 8051, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22190, 0), -(@Id+377, 24, 0, 0, 0, 0, 0, 1, 0, 0, 2756, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22208, 0), -(@Id+378, 24, 0, 0, 0, 0, 0, 1, 0, 0, 2757, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22209, 0), -(@Id+379, 24, 0, 0, 0, 0, 0, 1, 0, 0, 2758, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22210, 0), -(@Id+380, 24, 0, 0, 0, 0, 0, 1, 0, 0, 2759, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22211, 0), -(@Id+381, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22269, 0), -(@Id+382, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22276, 0), -(@Id+383, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22282, 0), -(@Id+384, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22284, 1, 0, 22283, 0), -(@Id+385, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22290, 1, 0, 22285, 0), -(@Id+386, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22291, 1, 0, 22286, 0), -(@Id+387, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22312, 1, 0, 22287, 0), -(@Id+388, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22289, 1, 0, 22288, 0), -(@Id+389, 6, 0, 22, 0, 274, 0, 1, 0, 1, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22352, 2), -(@Id+390, 6, 0, 22, 0, -276, 0, 1, 0, 1, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22352, 1), -(@Id+391, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 14061, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22352, 0), -(@Id+392, 6, 0, 22, 0, 274, 0, 1, 0, 1, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22353, 2), -(@Id+393, 6, 0, 22, 0, -276, 0, 1, 0, 1, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22353, 1), -(@Id+394, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 14062, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22353, 0), -(@Id+395, 6, 0, 22, 0, 274, 0, 1, 0, 1, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22354, 2), -(@Id+396, 6, 0, 22, 0, -276, 0, 1, 0, 1, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22354, 1), -(@Id+397, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 14063, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22354, 0), -(@Id+398, 6, 0, 23, 30000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22392, 1, 0, 22391, 0), -(@Id+399, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 14181, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22483, 0), -(@Id+400, 6, 0, 22, 0, 274, 0, 1, 0, 1, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22520, 2), -(@Id+401, 6, 0, 22, 0, -276, 0, 1, 0, 1, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22520, 1), -(@Id+402, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 14184, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22520, 0), -(@Id+403, 6, 0, 133, 0, 199, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 22647, 1), -(@Id+404, 6, 0, 79, 0, 199, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 22647, 0), -(@Id+405, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22659, 1, 0, 22652, 0), -(@Id+406, 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22659, 1, 0, 22653, 0), -(@Id+407, 6, 0, 23, 8000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22680, 1, 0, 22679, 0), -(@Id+408, 6, 1, 4, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22697, 0), -(@Id+409, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 15, 22701, 0), -(@Id+410, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22707, 0), -(@Id+411, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22715, 1, 0, 22716, 0), -(@Id+412, 6, 0, 189, 0, 27, 0, 1, 0, 1, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22755, 0), -(@Id+413, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 15, 22764, 0), -(@Id+414, 63, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 22765, 0), -(@Id+415, 6, 0, 23, 2000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22786, 1, 0, 22787, 1), -(@Id+416, 6, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22787, 0), -(@Id+417, 6, 0, 61, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22788, 0), -(@Id+418, 41, 0, 0, 0, 3, 0, 1, 0, 1, 0, 0, 13022, 0, 14, 0, 0, 0, 0, 0, 0, 32, 0, 22803, 0), -(@Id+419, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 14366, 0, 16, 0, 0, 0, 0, 0, 0, 32, 0, 22821, 0), -(@Id+420, 24, 0, 0, 0, 0, 0, 1, 0, 0, 7586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22837, 0), -(@Id+421, 6, 0, 140, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22841, 1), -(@Id+422, 6, 0, 189, 0, 9, 0, 1, 0, 1, 0, 0, 393216, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22841, 0), -(@Id+423, 6, 0, 135, 0, 7, 0, 1, 0, 1, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22843, 1), -(@Id+424, 6, 0, 13, 0, 7, 0, 1, 0, 1, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22843, 0), -(@Id+425, 6, 0, 189, 0, 11, 0, 1, 0, 1, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22847, 0), -(@Id+426, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22879, 0), -(@Id+427, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8227, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22880, 0), -(@Id+428, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8229, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22881, 0), -(@Id+429, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8228, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22882, 0), -(@Id+430, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 22904, 1), -(@Id+431, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 179562, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 22904, 0), -(@Id+432, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 22913, 0), -(@Id+433, 24, 0, 0, 0, 0, 0, 1, 0, 0, 18513, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22925, 0), -(@Id+434, 24, 0, 0, 0, 0, 0, 1, 0, 0, 11286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22941, 0), -(@Id+435, 24, 0, 0, 0, 0, 0, 1, 0, 0, 15875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22942, 0), -(@Id+436, 24, 0, 0, 0, 0, 0, 1, 0, 0, 8432, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22943, 0), -(@Id+437, 24, 0, 0, 0, 0, 0, 1, 0, 0, 8095, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22944, 0), -(@Id+438, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19016, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22958, 0), -(@Id+439, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 22970, 0), -(@Id+440, 6, 0, 79, 0, -51, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23021, 2), -(@Id+441, 6, 0, 138, 0, -101, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23021, 1), -(@Id+442, 6, 0, 61, 0, -36, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23021, 0), -(@Id+443, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 179644, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 23022, 0), -(@Id+444, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 38, 0, 23031, 0), -(@Id+445, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 23032, 0), -(@Id+446, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 179681, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 23057, 0), -(@Id+447, 41, 0, 0, 0, 0, 0, 1, 0, 3, 0, 0, 14486, 0, 13, 0, 0, 0, 0, 0, 0, 32, 0, 23118, 0), -(@Id+448, 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23121, 0, 0, 23119, 1), -(@Id+449, 41, 0, 0, 0, 5, 0, 1, 0, 5, 0, 0, 14484, 0, 8, 0, 0, 0, 0, 0, 0, 32, 0, 23119, 0), -(@Id+450, 41, 0, 0, 0, 5, 0, 1, 0, 5, 0, 0, 14485, 0, 8, 0, 0, 0, 0, 0, 0, 32, 0, 23121, 0), -(@Id+451, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 23137, 0), -(@Id+452, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8430, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23156, 0), -(@Id+453, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 23173, 0), -(@Id+454, 6, 0, 65, 0, 299, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23175, 2), -(@Id+455, 6, 0, 138, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23175, 1), -(@Id+456, 6, 0, 79, 0, 499, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23175, 0), -(@Id+457, 6, 0, 136, 0, 999, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23177, 1), -(@Id+458, 6, 0, 34, 0, 9999, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23177, 0), -(@Id+459, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 23183, 0), -(@Id+460, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 23185, 0), -(@Id+461, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23195, 0), -(@Id+462, 6, 0, 19, 0, 999, 0, 1, 0, 1, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23199, 0), -(@Id+463, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 7728, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23200, 0), -(@Id+464, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 14503, 0, 14, 0, 0, 0, 0, 0, 0, 32, 0, 23201, 1), -(@Id+465, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 23201, 0), -(@Id+466, 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23253, 1, 0, 23209, 1), -(@Id+467, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 14564, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 23209, 0), -(@Id+468, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 14564, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 23253, 0), -(@Id+469, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23256, 1, 0, 23255, 0), -(@Id+470, 38, 0, 0, 0, 4, 0, 1, 0, 1, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23258, 2), -(@Id+471, 38, 0, 0, 0, 4, 0, 1, 0, 1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23258, 1), -(@Id+472, 38, 0, 0, 0, 4, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23258, 0), -(@Id+473, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23307, 0), -(@Id+474, 63, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 23311, 0), -(@Id+475, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8446, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23317, 0), -(@Id+476, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8447, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23318, 0), -(@Id+477, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23319, 0), -(@Id+478, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8449, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23320, 0), -(@Id+479, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8450, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23321, 0), -(@Id+480, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8451, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23322, 0), -(@Id+481, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8452, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23323, 0), -(@Id+482, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8453, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23324, 0), -(@Id+483, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8454, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23325, 0), -(@Id+484, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8455, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23326, 0), -(@Id+485, 67, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23329, 0), -(@Id+486, 6, 0, 17, 0, -501, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23330, 0), -(@Id+487, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23343, 0), -(@Id+488, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8520, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23344, 0), -(@Id+489, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8521, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23345, 0), -(@Id+490, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8522, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23346, 0), -(@Id+491, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8523, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23347, 0), -(@Id+492, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8524, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23348, 0), -(@Id+493, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8525, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23349, 0), -(@Id+494, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8526, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23350, 0), -(@Id+495, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8527, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23351, 0), -(@Id+496, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23352, 0), -(@Id+497, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8529, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23353, 0), -(@Id+498, 86, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 23361, 1), -(@Id+499, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 14605, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 23361, 0), -(@Id+500, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 12, 0, 0, 0, 0, 0, 0, 22, 51, 23362, 0), -(@Id+501, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 179804, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 23363, 0), -(@Id+502, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 23383, 0), -(@Id+503, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 23384, 0), -(@Id+504, 86, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 23385, 1), -(@Id+505, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8508, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23385, 0), -(@Id+506, 86, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 23386, 1), -(@Id+507, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8509, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23386, 0), -(@Id+508, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23387, 0), -(@Id+509, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23388, 0), -(@Id+510, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 7, 23390, 0), -(@Id+511, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 17, 23405, 0), -(@Id+512, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 17, 23406, 0), -(@Id+513, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 23407, 0), -(@Id+514, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 179832, 0, 15, 0, 0, 0, 0, 0, 0, 32, 0, 23408, 0), -(@Id+515, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23424, 0), -(@Id+516, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 23439, 0), -(@Id+517, 24, 0, 0, 0, 0, 0, 1, 0, 1, 6265, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23464, 0), -(@Id+518, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 15, 0, 12, 0, 0, 0, 0, 0, 0, 22, 51, 23479, 0), -(@Id+519, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 23484, 0), -(@Id+520, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 23487, 0), -(@Id+521, 109, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 47, 0, 23499, 0), -(@Id+522, 56, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 417, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 23500, 0), -(@Id+523, 56, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1860, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 23501, 0), -(@Id+524, 56, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 1863, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 23502, 0), -(@Id+525, 56, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 416, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 23503, 0), -(@Id+526, 24, 0, 0, 0, 0, 0, 1, 0, 1, 19004, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23518, 0), -(@Id+527, 24, 0, 0, 0, 0, 0, 1, 0, 1, 19005, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23519, 0), -(@Id+528, 103, 0, 0, 0, 34, 0, 1, 0, 1, 0, 0, 890, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 23523, 0), -(@Id+529, 103, 0, 0, 0, 41, 0, 1, 0, 1, 0, 0, 890, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 23524, 0), -(@Id+530, 103, 0, 0, 0, 34, 0, 1, 0, 1, 0, 0, 889, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 23525, 0), -(@Id+531, 103, 0, 0, 0, 41, 0, 1, 0, 1, 0, 0, 889, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 23526, 0), -(@Id+532, 103, 0, 0, 0, 11, 0, 1, 0, 1, 0, 0, 730, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 23527, 0), -(@Id+533, 103, 0, 0, 0, 11, 0, 1, 0, 1, 0, 0, 729, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 23528, 0), -(@Id+534, 103, 0, 0, 0, 23, 0, 1, 0, 1, 0, 0, 729, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 23529, 0), -(@Id+535, 103, 0, 0, 0, 59, 0, 1, 0, 1, 0, 0, 729, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 23532, 0), -(@Id+536, 103, 0, 0, 0, 349, 0, 1, 0, 1, 0, 0, 729, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 23533, 0), -(@Id+537, 103, 0, 0, 0, 23, 0, 1, 0, 1, 0, 0, 730, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 23534, 0), -(@Id+538, 103, 0, 0, 0, 124, 0, 1, 0, 1, 0, 0, 730, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 23535, 0), -(@Id+539, 103, 0, 0, 0, 349, 0, 1, 0, 1, 0, 0, 730, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 23536, 0), -(@Id+540, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23644, 0), -(@Id+541, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 23648, 1), -(@Id+542, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8510, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23648, 0), -(@Id+543, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 23649, 1), -(@Id+544, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8511, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23649, 0), -(@Id+545, 86, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 23763, 0), -(@Id+546, 86, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 23764, 0), -(@Id+547, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 23770, 0), -(@Id+548, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 23776, 0), -(@Id+549, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23777, 0), -(@Id+550, 6, 0, 21, 3000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23779, 0), -(@Id+551, 6, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 15, 23790, 1), -(@Id+552, 114, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 15, 23790, 0), -(@Id+553, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 23845, 0), -(@Id+554, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 23878, 0), -(@Id+555, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8567, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23896, 0), -(@Id+556, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8568, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23897, 0), -(@Id+557, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 23932, 0), -(@Id+558, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8868, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23933, 0), -(@Id+559, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8867, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23934, 0), -(@Id+560, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 23935, 0), -(@Id+561, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 23936, 0), -(@Id+562, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 23937, 0), -(@Id+563, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 23938, 0), -(@Id+564, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8882, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23939, 0); -INSERT INTO `spelleffect_dbc` (`Id`, `Effect`, `EffectValueMultiplier`, `EffectApplyAuraName`, `EffectAmplitude`, `EffectBasePoints`, `EffectBonusMultiplier`, `EffectDamageMultiplier`, `EffectChainTarget`, `EffectDieSides`, `EffectItemType`, `EffectMechanic`, `EffectMiscValue`, `EffectMiscValueB`, `EffectRadiusIndex`, `EffectRadiusIndexMax`, `EffectRealPointsPerLevel`, `EffectSpellClassMaskA`, `EffectSpellClassMaskB`, `EffectSpellClassMaskC`, `EffectTriggerSpell`, `EffectImplicitTargetA`, `EffectImplicitTargetB`, `EffectSpellId`, `EffectIndex`) VALUES -(@Id+565 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8884, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23940, 0), -(@Id+566 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8878, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23941, 0), -(@Id+567 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23942, 0), -(@Id+568 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8870, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23943, 0), -(@Id+569 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8872, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23944, 0), -(@Id+570 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8874, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23945, 0), -(@Id+571 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8876, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23946, 0), -(@Id+572 , 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 23973, 0), -(@Id+573 , 24, 0, 0, 0, 0, 0, 1, 0, 1, 19642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 23975, 0), -(@Id+574 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19574, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23998, 0), -(@Id+575 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19575, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23999, 0), -(@Id+576 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19576, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24000, 0), -(@Id+577 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24001, 0), -(@Id+578 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19579, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24007, 0), -(@Id+579 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19585, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24008, 0), -(@Id+580 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24009, 0), -(@Id+581 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24010, 0), -(@Id+582 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19591, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24012, 0), -(@Id+583 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24013, 0), -(@Id+584 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19593, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24014, 0), -(@Id+585 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19594, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24015, 0), -(@Id+586 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 15, 24019, 0), -(@Id+587 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19598, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24038, 0), -(@Id+588 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19599, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24039, 0), -(@Id+589 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19600, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24040, 0), -(@Id+590 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19601, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24041, 0), -(@Id+591 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19602, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24044, 0), -(@Id+592 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19603, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24045, 0), -(@Id+593 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19604, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24046, 0), -(@Id+594 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19605, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24047, 0), -(@Id+595 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19610, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24055, 0), -(@Id+596 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19611, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24056, 0), -(@Id+597 , 6, 0, 31, 0, 49, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24057, 1), -(@Id+598 , 6, 0, 5, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24057, 0), -(@Id+599 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19612, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24059, 0), -(@Id+600 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19613, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24060, 0), -(@Id+601 , 6, 0, 23, 4000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24065, 1, 0, 24066, 0), -(@Id+602 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19606, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24067, 0), -(@Id+603 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19607, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24068, 0), -(@Id+604 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24069, 0), -(@Id+605 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19609, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24070, 0), -(@Id+606 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19614, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24072, 0), -(@Id+607 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19615, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24073, 0), -(@Id+608 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24074, 0), -(@Id+609 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19617, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24075, 0), -(@Id+610 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19618, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24076, 0), -(@Id+611 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24077, 0), -(@Id+612 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24078, 0), -(@Id+613 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19621, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24079, 0), -(@Id+614 , 1, 1, 0, 0, 0, 0, 1, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 24080, 0), -(@Id+615 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15041, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 24081, 0), -(@Id+616 , 86, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 24082, 0), -(@Id+617 , 6, 0, 61, 0, 24, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24086, 1), -(@Id+618 , 6, 0, 79, 0, 24, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24086, 0), -(@Id+619 , 6, 0, 23, 4000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24086, 1, 0, 24087, 0), -(@Id+620 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24089, 2), -(@Id+621 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24089, 1), -(@Id+622 , 6, 0, 77, 0, 49, 0, 1, 0, 1, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24089, 0), -(@Id+623 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 15, 24150, 0), -(@Id+624 , 103, 0, 0, 0, 9, 0, 1, 0, 1, 0, 0, 510, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 24181, 0), -(@Id+625 , 103, 0, 0, 0, 9, 0, 1, 0, 1, 0, 0, 509, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 24182, 0), -(@Id+626 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24205, 0), -(@Id+627 , 10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24206, 0), -(@Id+628 , 63, 0, 18, 0, 4999, 0, 1, 0, 1, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 22, 7, 24211, 0), -(@Id+629 , 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 15073, 0, 0, 0, 0, 0, 0, 0, 0, 22, 18, 24215, 0), -(@Id+630 , 6, 0, 124, 0, 129, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24218, 1), -(@Id+631 , 6, 0, 99, 0, 129, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24218, 0), -(@Id+632 , 6, 0, 52, 0, 4, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24219, 0), -(@Id+633 , 6, 0, 18, 0, 9999, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24235, 0), -(@Id+634 , 120, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 30, 24237, 0), -(@Id+635 , 28, 0, 7, 0, 0, 0, 1, 0, 1, 0, 0, 15101, 64, 0, 0, 0, 0, 0, 0, 0, 18, 0, 24246, 0), -(@Id+636 , 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24246, 1, 0, 24247, 0), -(@Id+637 , 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24250, 1, 0, 24249, 0), -(@Id+638 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15067, 0, 7, 0, 0, 0, 0, 0, 0, 18, 0, 24250, 0), -(@Id+639 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 19974, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 24304, 0), -(@Id+640 , 6, 0, 23, 3000, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24311, 1, 0, 24310, 0), -(@Id+641 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 24342, 0), -(@Id+642 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 38, 0, 24343, 0), -(@Id+643 , 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24345, 1, 0, 24344, 0), -(@Id+644 , 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 24345, 0), -(@Id+645 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 14988, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 24349, 0), -(@Id+646 , 6, 0, 77, 0, -1, 0, 1, 0, 1, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24395, 2), -(@Id+647 , 6, 0, 77, 0, -1, 0, 1, 0, 1, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24395, 1), -(@Id+648 , 6, 0, 77, 0, -1, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24395, 0), -(@Id+649 , 6, 0, 77, 0, -1, 0, 1, 0, 1, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24396, 2), -(@Id+650 , 6, 0, 77, 0, -1, 0, 1, 0, 1, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24396, 1), -(@Id+651 , 6, 0, 77, 0, -1, 0, 1, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24396, 0), -(@Id+652 , 6, 0, 77, 0, -1, 0, 1, 0, 1, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24397, 2), -(@Id+653 , 6, 0, 77, 0, -1, 0, 1, 0, 1, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24397, 1), -(@Id+654 , 6, 0, 77, 0, -1, 0, 1, 0, 1, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24397, 0), -(@Id+655 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 24474, 0), -(@Id+656 , 6, 0, 23, 10000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24622, 1, 0, 24620, 0), -(@Id+657 , 100, 0, 0, 0, -10001, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 24635, 0), -(@Id+658 , 103, 0, 0, 0, 9, 0, 1, 0, 1, 0, 0, 889, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 24638, 0), -(@Id+659 , 103, 0, 0, 0, 9, 0, 1, 0, 1, 0, 0, 890, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 24639, 0), -(@Id+660 , 103, 0, 0, 0, 5, 0, 1, 0, 1, 0, 0, 729, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 24642, 0), -(@Id+661 , 103, 0, 0, 0, 5, 0, 1, 0, 1, 0, 0, 730, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 24643, 0), -(@Id+662 , 103, 0, 0, 0, 174, 0, 1, 0, 1, 0, 0, 730, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 24644, 0), -(@Id+663 , 103, 0, 0, 0, 174, 0, 1, 0, 1, 0, 0, 729, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 24645, 0), -(@Id+664 , 103, 0, 0, 0, 4, 0, 1, 0, 1, 0, 0, 69, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 24650, 0), -(@Id+665 , 103, 0, 0, 0, 59, 0, 1, 0, 1, 0, 0, 730, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 24651, 0), -(@Id+666 , 103, 0, 0, 0, 124, 0, 1, 0, 1, 0, 0, 729, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 24652, 0), -(@Id+667 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9163, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24678, 0), -(@Id+668 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9165, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24679, 0), -(@Id+669 , 6, 0, 61, 0, 19, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24692, 2), -(@Id+670 , 6, 0, 133, 0, 9, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24692, 1), -(@Id+671 , 6, 0, 79, 0, 19, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24692, 0), -(@Id+672 , 77, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24693, 0), -(@Id+673 , 63, 0, 0, 0, 499, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 24700, 2), -(@Id+674 , 6, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 24700, 1), -(@Id+675 , 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 18, 24700, 0), -(@Id+676 , 30, 0, 0, 0, 999999, 0, 1, 0, 1, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 24722, 0), -(@Id+677 , 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 24743, 2), -(@Id+678 , 6, 0, 67, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 24743, 1), -(@Id+679 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15214, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 24743, 0), -(@Id+680 , 6, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 24754, 0), -(@Id+681 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 24779, 1), -(@Id+682 , 2, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 24779, 0), -(@Id+683 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 24781, 0), -(@Id+684 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 24796, 0), -(@Id+685 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 20454, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 24805, 0), -(@Id+686 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 20455, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24806, 0), -(@Id+687 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 20456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 24807, 0), -(@Id+688 , 112, 999999, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15261, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 24810, 0), -(@Id+689 , 24, 0, 0, 0, 0, 0, 1, 0, 1, 20371, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 24863, 0), -(@Id+690 , 6, 0, 99, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24868, 0), -(@Id+691 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 24886, 0), -(@Id+692 , 6, 0, 4, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 24906, 0), -(@Id+693 , 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 24920, 0), -(@Id+694 , 6, 0, 34, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24931, 0), -(@Id+695 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24936, 0), -(@Id+696 , 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 24938, 1), -(@Id+697 , 86, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 24938, 0), -(@Id+698 , 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24948, 0), -(@Id+699 , 6, 0, 23, 60000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24956, 0), -(@Id+700 , 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 15, 0, 12, 0, 0, 0, 0, 0, 0, 22, 51, 24958, 0), -(@Id+701 , 6, 0, 34, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 24959, 0), -(@Id+702 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 25044, 0), -(@Id+703 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15410, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25108, 0), -(@Id+704 , 10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25142, 0), -(@Id+705 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15300, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 25151, 0), -(@Id+706 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 30, 25153, 0), -(@Id+707 , 8, 0, 0, 0, 999, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25157, 0), -(@Id+708 , 19, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25175, 0), -(@Id+709 , 6, 0, 31, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25184, 0), -(@Id+710 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 25186, 0), -(@Id+711 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180619, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 25192, 0), -(@Id+712 , 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 25193, 0), -(@Id+713 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 25194, 0), -(@Id+714 , 2, 0, 0, 0, 35, 0, 1, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 25200, 0), -(@Id+715 , 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25374, 0), -(@Id+716 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15214, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25410, 2), -(@Id+717 , 79, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25410, 1), -(@Id+718 , 6, 0, 139, 0, 1, 0, 1, 0, 1, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25410, 0), -(@Id+719 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 38, 0, 25473, 1), -(@Id+720 , 6, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 22, 15, 25473, 0), -(@Id+721 , 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9204, 1, 0, 25592, 0), -(@Id+722 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 20949, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25600, 0), -(@Id+723 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 25604, 0), -(@Id+724 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 25657, 0), -(@Id+725 , 39, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 34, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25667, 0), -(@Id+726 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 25676, 0), -(@Id+727 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 25680, 0), -(@Id+728 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25684, 0), -(@Id+729 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15546, 0, 12, 0, 0, 0, 0, 0, 0, 17, 0, 25708, 0), -(@Id+730 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25711, 0), -(@Id+731 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 25724, 0), -(@Id+732 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 25726, 0), -(@Id+733 , 6, 0, 4, 0, 20283, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25728, 2), -(@Id+734 , 6, 0, 43, 0, 39, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0.5, 0, 0, 0, 0, 1, 0, 25728, 0), -(@Id+735 , 6, 0, 4, 0, 20280, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25731, 2), -(@Id+736 , 6, 0, 43, 0, 12, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0.3, 0, 0, 0, 0, 1, 0, 25731, 0), -(@Id+737 , 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25753, 1, 0, 25752, 0), -(@Id+738 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 25753, 0), -(@Id+739 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 25754, 0), -(@Id+740 , 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25758, 1, 0, 25757, 0), -(@Id+741 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 25758, 0), -(@Id+742 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21109, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25763, 0), -(@Id+743 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21107, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25764, 0), -(@Id+744 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21106, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25765, 0), -(@Id+745 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 25, 0, 25769, 0), -(@Id+746 , 6, 0, 65, 0, 299, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25773, 2), -(@Id+747 , 6, 0, 138, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25773, 1), -(@Id+748 , 6, 0, 79, 0, 499, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25773, 0), -(@Id+749 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 25775, 0), -(@Id+750 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21042, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25784, 0), -(@Id+751 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25785, 0), -(@Id+752 , 41, 0, 0, 0, 9, 0, 1, 0, 1, 0, 0, 15621, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 25789, 0), -(@Id+753 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 25792, 0), -(@Id+754 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25830, 0), -(@Id+755 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25833, 0), -(@Id+756 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25834, 0), -(@Id+757 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25835, 0), -(@Id+758 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 25842, 0), -(@Id+759 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 25844, 0), -(@Id+760 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25885, 0), -(@Id+761 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 25897, 1), -(@Id+762 , 10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 25897, 0), -(@Id+763 , 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 25904, 0), -(@Id+764 , 6, 0, 18, 0, 99999, 0, 1, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25905, 0), -(@Id+765 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21206, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25921, 0), -(@Id+766 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21207, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25922, 0), -(@Id+767 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25923, 0), -(@Id+768 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21209, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25924, 0), -(@Id+769 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21210, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25925, 0), -(@Id+770 , 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25926, 0), -(@Id+771 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25927, 0), -(@Id+772 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25928, 0), -(@Id+773 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21203, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25929, 0), -(@Id+774 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21204, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25930, 0), -(@Id+775 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21205, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25931, 0), -(@Id+776 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25932, 0), -(@Id+777 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21197, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25933, 0), -(@Id+778 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21198, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25934, 0), -(@Id+779 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25935, 0), -(@Id+780 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25936, 0), -(@Id+781 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 25944, 0), -(@Id+782 , 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25944, 1, 0, 25945, 0), -(@Id+783 , 6, 0, 87, 0, -51, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 25994, 0), -(@Id+784 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 25998, 0), -(@Id+785 , 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26002, 0), -(@Id+786 , 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26014, 0), -(@Id+787 , 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26015, 0), -(@Id+788 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26057, 0), -(@Id+789 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 26075, 0), -(@Id+790 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 26076, 0), -(@Id+791 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 15, 26080, 0), -(@Id+792 , 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26093, 1, 0, 26092, 0), -(@Id+793 , 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 180794, 0, 7, 0, 0, 0, 0, 0, 0, 32, 0, 26096, 0), -(@Id+794 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 15, 26101, 0), -(@Id+795 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26104, 0), -(@Id+796 , 2, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 26105, 0), -(@Id+797 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180795, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 26133, 0), -(@Id+798 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15725, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 26140, 0), -(@Id+799 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15726, 0, 10, 0, 0, 0, 0, 0, 0, 47, 0, 26144, 0), -(@Id+800 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15726, 0, 10, 0, 0, 0, 0, 0, 0, 50, 0, 26145, 0), -(@Id+801 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15726, 0, 10, 0, 0, 0, 0, 0, 0, 48, 0, 26146, 0), -(@Id+802 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15726, 0, 10, 0, 0, 0, 0, 0, 0, 49, 0, 26147, 0), -(@Id+803 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15726, 0, 10, 0, 0, 0, 0, 0, 0, 41, 0, 26148, 0), -(@Id+804 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15726, 0, 10, 0, 0, 0, 0, 0, 0, 42, 0, 26149, 0), -(@Id+805 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15726, 0, 10, 0, 0, 0, 0, 0, 0, 43, 0, 26150, 0), -(@Id+806 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15726, 0, 10, 0, 0, 0, 0, 0, 0, 44, 0, 26151, 0), -(@Id+807 , 6, 0, 23, 45000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26152, 0), -(@Id+808 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9735, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26156, 1), -(@Id+809 , 6, 0, 87, 0, -100, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26156, 0), -(@Id+810 , 103, 0, 0, 0, 4, 0, 1, 0, 1, 0, 0, 54, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26159, 0), -(@Id+811 , 103, 0, 0, 0, 4, 0, 1, 0, 1, 0, 0, 47, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26160, 0), -(@Id+812 , 103, 0, 0, 0, 4, 0, 1, 0, 1, 0, 0, 72, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26161, 0), -(@Id+813 , 103, 0, 0, 0, 4, 0, 1, 0, 1, 0, 0, 76, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26162, 0), -(@Id+814 , 103, 0, 0, 0, 4, 0, 1, 0, 1, 0, 0, 530, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26163, 0), -(@Id+815 , 103, 0, 0, 0, 4, 0, 1, 0, 1, 0, 0, 68, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26164, 0), -(@Id+816 , 103, 0, 0, 0, 4, 0, 1, 0, 1, 0, 0, 81, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26165, 0), -(@Id+817 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 26182, 0), -(@Id+818 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26183, 0), -(@Id+819 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15728, 0, 16, 0, 0, 0, 0, 0, 0, 53, 0, 26191, 0), -(@Id+820 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15772, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26199, 0), -(@Id+821 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15772, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26200, 0), -(@Id+822 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26205, 0), -(@Id+823 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15773, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26209, 0), -(@Id+824 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15774, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26210, 0), -(@Id+825 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15775, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26212, 0), -(@Id+826 , 6, 0, 23, 60000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26217, 1, 0, 26213, 0), -(@Id+827 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15776, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26214, 0), -(@Id+828 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15777, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26215, 0), -(@Id+829 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15728, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 26216, 0), -(@Id+830 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 26217, 0), -(@Id+831 , 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26479, 1, 0, 26220, 1), -(@Id+832 , 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 26220, 0), -(@Id+833 , 6, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26222, 1), -(@Id+834 , 6, 0, 12, 0, -1, 0, 1, 0, 1, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26222, 0), -(@Id+835 , 98, 0, 0, 0, 499, 0, 1, 0, 1, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 15, 26224, 0), -(@Id+836 , 43, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 18, 26229, 0), -(@Id+837 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 7, 26230, 1), -(@Id+838 , 98, 0, 0, 0, 149, 0, 1, 0, 1, 0, 0, 500, 0, 13, 0, 0, 0, 0, 0, 0, 22, 7, 26230, 0), -(@Id+839 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15796, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26231, 0), -(@Id+840 , 6, 0, 23, 10000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26237, 1, 0, 26236, 0), -(@Id+841 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 26237, 0), -(@Id+842 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15780, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26239, 0), -(@Id+843 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15781, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26240, 0), -(@Id+844 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15782, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26241, 0), -(@Id+845 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15783, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26242, 0), -(@Id+846 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15787, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26243, 0), -(@Id+847 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15795, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26244, 0), -(@Id+848 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15784, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26245, 0), -(@Id+849 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15794, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26246, 0), -(@Id+850 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15786, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26247, 0), -(@Id+851 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15791, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26248, 0), -(@Id+852 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15789, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26249, 0), -(@Id+853 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15793, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26250, 0), -(@Id+854 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15785, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26251, 0), -(@Id+855 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15792, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26252, 0), -(@Id+856 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15788, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26253, 0), -(@Id+857 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15790, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26254, 0), -(@Id+858 , 6, 0, 23, 10000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26256, 1, 0, 26255, 0), -(@Id+859 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 26256, 0), -(@Id+860 , 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9738, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26257, 0), -(@Id+861 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26264, 0), -(@Id+862 , 6, 0, 23, 30000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26264, 1, 0, 26268, 0), -(@Id+863 , 6, 0, 23, 15000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26264, 1, 0, 26270, 0), -(@Id+864 , 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 26285, 0), -(@Id+865 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180854, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26300, 0), -(@Id+866 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180854, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26301, 0), -(@Id+867 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180854, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26302, 0), -(@Id+868 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180854, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26303, 0), -(@Id+869 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180851, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26305, 1), -(@Id+870 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180851, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26306, 1), -(@Id+871 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180851, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26307, 1), -(@Id+872 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180851, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26308, 1), -(@Id+873 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180855, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26309, 1), -(@Id+874 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180855, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26310, 1), -(@Id+875 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180855, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26311, 1), -(@Id+876 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180855, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26312, 1), -(@Id+877 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180856, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26313, 1), -(@Id+878 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180856, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26314, 1), -(@Id+879 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180856, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26315, 1), -(@Id+880 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180856, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26316, 1), -(@Id+881 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180857, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26317, 1), -(@Id+882 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180857, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26318, 1), -(@Id+883 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180857, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26319, 1), -(@Id+884 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180857, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26320, 1), -(@Id+885 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180858, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26321, 1), -(@Id+886 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180858, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26322, 1), -(@Id+887 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180858, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26323, 1), -(@Id+888 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180858, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26324, 1), -(@Id+889 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 26340, 0), -(@Id+890 , 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26339, 1, 0, 26341, 0), -(@Id+891 , 103, 0, 0, 0, 44, 0, 1, 0, 1, 0, 0, 609, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26342, 0), -(@Id+892 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180854, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26357, 0), -(@Id+893 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180855, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26358, 1), -(@Id+894 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180856, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26359, 1), -(@Id+895 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180851, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26360, 1), -(@Id+896 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180857, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26361, 1), -(@Id+897 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180858, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26362, 1), -(@Id+898 , 63, 0, 0, 0, 499, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26382, 2), -(@Id+899 , 6, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26382, 1), -(@Id+900 , 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 25, 48, 26382, 0), -(@Id+901 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15900, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26383, 0), -(@Id+902 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15899, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26384, 0), -(@Id+903 , 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 15904, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 26396, 0), -(@Id+904 , 6, 0, 23, 8000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26398, 1, 0, 26397, 0), -(@Id+905 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 26398, 0), -(@Id+906 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 26399, 1), -(@Id+907 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 26399, 0), -(@Id+908 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 38, 0, 26404, 0), -(@Id+909 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 26447, 0), -(@Id+910 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 26457, 0), -(@Id+911 , 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 15910, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 26477, 0), -(@Id+912 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 26479, 0), -(@Id+913 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180861, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26483, 0), -(@Id+914 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180861, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26484, 0), -(@Id+915 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180861, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26485, 0), -(@Id+916 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180861, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26486, 0), -(@Id+917 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180861, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26487, 0), -(@Id+918 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180862, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26491, 0), -(@Id+919 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180862, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26492, 0), -(@Id+920 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180862, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26493, 0), -(@Id+921 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180862, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26494, 0), -(@Id+922 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180862, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26495, 0), -(@Id+923 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180863, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26496, 0), -(@Id+924 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180863, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26497, 0), -(@Id+925 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180863, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26498, 0), -(@Id+926 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180863, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26499, 0), -(@Id+927 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180863, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26500, 0), -(@Id+928 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180860, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26501, 0), -(@Id+929 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180860, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26502, 0), -(@Id+930 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180860, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26503, 0), -(@Id+931 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180860, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26504, 0), -(@Id+932 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180860, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26505, 0), -(@Id+933 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180864, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26506, 0), -(@Id+934 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180864, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26507, 0), -(@Id+935 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180864, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26508, 0), -(@Id+936 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180864, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26509, 0), -(@Id+937 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180864, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26510, 0), -(@Id+938 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180865, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26511, 0), -(@Id+939 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180865, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26512, 0), -(@Id+940 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180865, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26513, 0), -(@Id+941 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180865, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26514, 0), -(@Id+942 , 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 180865, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 26515, 0), -(@Id+943 , 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15892, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26520, 0), -(@Id+944 , 103, 0, 0, 0, 14, 0, 1, 0, 1, 0, 0, 609, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 26523, 0), -(@Id+945 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 26524, 0), -(@Id+946 , 6, 0, 136, 0, 299, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26525, 0), -(@Id+947 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26538, 1), -(@Id+948 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15555, 0, 12, 0, 0, 0, 0, 0, 0, 17, 0, 26538, 0), -(@Id+949 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26539, 1), -(@Id+950 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15555, 0, 12, 0, 0, 0, 0, 0, 0, 17, 0, 26539, 0), -(@Id+951 , 6, 0, 23, 10000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26543, 1, 0, 26542, 0), -(@Id+952 , 6, 0, 31, 0, 119, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26543, 0), -(@Id+953 , 2, 0, 0, 0, 159, 0, 1, 0, 81, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26544, 0), -(@Id+954 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 26553, 0), -(@Id+955 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 26559, 0), -(@Id+956 , 77, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26564, 1), -(@Id+957 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15922, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 26564, 0), -(@Id+958 , 6, 0, 23, 10000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26264, 1, 0, 26567, 0), -(@Id+959 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 26569, 0), -(@Id+960 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 26570, 0), -(@Id+961 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15925, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 26577, 0), -(@Id+962 , 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 17, 26579, 0), -(@Id+963 , 6, 0, 23, 18000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26264, 1, 0, 26582, 0), -(@Id+964 , 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 26585, 0), -(@Id+965 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 26589, 0), -(@Id+966 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 26591, 0), -(@Id+967 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26592, 2), -(@Id+968 , 6, 0, 77, 0, 0, 0, 1, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26592, 1), -(@Id+969 , 6, 0, 77, 0, -1, 0, 1, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26592, 0), -(@Id+970 , 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 26594, 0), -(@Id+971 , 6, 0, 37, 0, 0, 0, 1, 0, 0, 0, 0, 114, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26602, 1), -(@Id+972 , 6, 0, 38, 0, 0, 0, 1, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26602, 0), -(@Id+973 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 26603, 0), -(@Id+974 , 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15712, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 26617, 0), -(@Id+975 , 6, 0, 23, 30000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26619, 0), -(@Id+976 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 22, 15, 26626, 0), -(@Id+977 , 1, 1, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26627, 0), -(@Id+978 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 26628, 0), -(@Id+979 , 41, 0, 0, 0, 3, 0, 1, 0, 1, 0, 0, 15962, 0, 15, 0, 0, 0, 0, 0, 0, 17, 0, 26630, 0), -(@Id+980 , 41, 0, 0, 0, 3, 0, 1, 0, 1, 0, 0, 15962, 0, 15, 0, 0, 0, 0, 0, 0, 17, 0, 26631, 0), -(@Id+981 , 41, 0, 0, 0, 3, 0, 1, 0, 1, 0, 0, 15962, 0, 15, 0, 0, 0, 0, 0, 0, 17, 0, 26632, 0), -(@Id+982 , 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26634, 1, 0, 26633, 0), -(@Id+983 , 6, 0, 31, 0, 149, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26634, 0), -(@Id+984 , 6, 0, 12, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26637, 1), -(@Id+985 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 26637, 0), -(@Id+986 , 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 26644, 0), -(@Id+987 , 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26648, 0), -(@Id+988 , 6, 0, 4, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26651, 0), -(@Id+989 , 63, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 6, 0, 26658, 0), -(@Id+990 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21816, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26668, 0), -(@Id+991 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21818, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26670, 0), -(@Id+992 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21819, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26671, 0), -(@Id+993 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21821, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26672, 0), -(@Id+994 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21823, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26673, 0), -(@Id+995 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21822, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26674, 0), -(@Id+996 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21820, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26675, 0), -(@Id+997 , 24, 0, 0, 0, 0, 0, 1, 0, 0, 21817, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26676, 0), -(@Id+998 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26684, 0), -(@Id+999 , 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26685, 0), -(@Id+1000, 6, 0, 107, 0, 99, 0, 1, 0, 1, 0, 0, 18, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26741, 1), -(@Id+1001, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 24320, 1, 0, 26744, 0), -(@Id+1002, 6, 0, 23, 60000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26767, 1, 0, 26766, 0), -(@Id+1003, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 26767, 0), -(@Id+1004, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15334, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 26768, 0), -(@Id+1005, 6, 0, 23, 30000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26769, 0), -(@Id+1006, 6, 0, 39, 0, 0, 0, 1, 0, 0, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26787, 0), -(@Id+1007, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16006, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 26837, 0), -(@Id+1008, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 26838, 0), -(@Id+1009, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 26870, 1), -(@Id+1010, 6, 0, 23, 600000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27742, 1, 0, 26870, 0), -(@Id+1011, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 26886, 0), -(@Id+1012, 24, 0, 0, 0, 0, 0, 1, 0, 1, 22114, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26973, 0), -(@Id+1013, 24, 0, 0, 0, 0, 0, 1, 0, 1, 13583, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 26974, 0), -(@Id+1014, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 27027, 0), -(@Id+1015, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 27178, 1), -(@Id+1016, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16066, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 27178, 0), -(@Id+1017, 24, 0, 0, 0, 0, 0, 1, 0, 1, 22048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 27537, 0), -(@Id+1018, 24, 0, 0, 0, 0, 0, 1, 0, 1, 22047, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 27542, 0), -(@Id+1019, 24, 0, 0, 0, 0, 0, 1, 0, 1, 21984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 27544, 0), -(@Id+1020, 24, 0, 0, 0, 0, 0, 1, 0, 1, 22050, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 27558, 0), -(@Id+1021, 24, 0, 0, 0, 0, 0, 1, 0, 1, 22049, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 27560, 0), -(@Id+1022, 24, 0, 0, 0, 0, 0, 1, 0, 1, 22052, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 27562, 0), -(@Id+1023, 24, 0, 0, 0, 0, 0, 1, 0, 1, 22051, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 27563, 0), -(@Id+1024, 24, 0, 0, 0, 0, 0, 1, 0, 1, 22056, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 27566, 0), -(@Id+1025, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 27597, 0), -(@Id+1026, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 27598, 0), -(@Id+1027, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 27600, 0), -(@Id+1028, 76, 0, 0, 0, -1, 0, 1, 0, 2, 0, 0, 181068, 0, 14, 0, 0, 0, 0, 0, 0, 32, 0, 27627, 0), -(@Id+1029, 76, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 181068, 0, 14, 0, 0, 0, 0, 0, 0, 32, 0, 27628, 0), -(@Id+1030, 76, 0, 0, 0, 1, 0, 1, 0, 2, 0, 0, 181068, 0, 14, 0, 0, 0, 0, 0, 0, 32, 0, 27629, 0), -(@Id+1031, 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 181069, 0, 14, 0, 0, 0, 0, 0, 0, 32, 0, 27630, 0), -(@Id+1032, 76, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 181069, 0, 14, 0, 0, 0, 0, 0, 0, 32, 0, 27631, 0), -(@Id+1033, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16103, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 27643, 0), -(@Id+1034, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16104, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 27644, 0), -(@Id+1035, 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 153464, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 27645, 0), -(@Id+1036, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 27654, 1), -(@Id+1037, 6, 0, 23, 120000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27741, 1, 0, 27654, 0), -(@Id+1038, 63, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 27674, 0), -(@Id+1039, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 27678, 0), -(@Id+1040, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16119, 0, 8, 0, 0, 0, 0, 0, 0, 47, 0, 27690, 0), -(@Id+1041, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16119, 0, 8, 0, 0, 0, 0, 0, 0, 48, 0, 27691, 0), -(@Id+1042, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16119, 0, 8, 0, 0, 0, 0, 0, 0, 50, 0, 27692, 0), -(@Id+1043, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16119, 0, 8, 0, 0, 0, 0, 0, 0, 49, 0, 27693, 0), -(@Id+1044, 5, 1, 0, 0, 4, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 27694, 0), -(@Id+1045, 6, 0, 23, 90000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26869, 1, 0, 27742, 0), -(@Id+1046, 6, 0, 35, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 27748, 0), -(@Id+1047, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 27749, 0), -(@Id+1048, 2, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 27770, 0), -(@Id+1049, 103, 0, 0, 0, 149, 0, 1, 0, 1, 0, 0, 529, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 27773, 0), -(@Id+1050, 6, 0, 23, 15000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8329, 1, 0, 27791, 0), -(@Id+1051, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16124, 0, 16, 0, 0, 0, 0, 0, 0, 1, 32, 27884, 0), -(@Id+1052, 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27885, 1, 0, 27887, 0), -(@Id+1053, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 27896, 0), -(@Id+1054, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16127, 0, 15, 0, 0, 0, 0, 0, 0, 32, 0, 27921, 0), -(@Id+1055, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 27930, 0), -(@Id+1056, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16148, 0, 15, 0, 0, 0, 0, 0, 0, 32, 0, 27932, 0), -(@Id+1057, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 15214, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 27933, 0), -(@Id+1058, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 27934, 0), -(@Id+1059, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 27938, 0), -(@Id+1060, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16150, 0, 15, 0, 0, 0, 0, 0, 0, 32, 0, 27939, 1), -(@Id+1061, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16149, 0, 15, 0, 0, 0, 0, 0, 0, 32, 0, 27939, 0), -(@Id+1062, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 315, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 27998, 0), -(@Id+1063, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28000, 1, 0, 27999, 0), -(@Id+1064, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 22, 7, 28000, 0), -(@Id+1065, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 316, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28001, 0), -(@Id+1066, 6, 0, 23, 20000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 27884, 22, 7, 28007, 0), -(@Id+1067, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16125, 0, 16, 0, 0, 0, 0, 0, 0, 1, 32, 28008, 0), -(@Id+1068, 6, 0, 23, 25000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 28008, 22, 7, 28009, 0), -(@Id+1069, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16126, 0, 16, 0, 0, 0, 0, 0, 0, 1, 32, 28010, 0), -(@Id+1070, 6, 0, 23, 30000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 28010, 22, 7, 28011, 0), -(@Id+1071, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 28033, 0), -(@Id+1072, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 28034, 0), -(@Id+1073, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 28035, 0), -(@Id+1074, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 28082, 0), -(@Id+1075, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 38, 0, 28083, 0), -(@Id+1076, 6, 0, 23, 150000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28091, 1, 0, 28090, 0), -(@Id+1077, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28091, 0), -(@Id+1078, 6, 0, 4, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28094, 0), -(@Id+1079, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 28098, 0), -(@Id+1080, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28108, 0), -(@Id+1081, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 28110, 0), -(@Id+1082, 63, 0, 0, 0, 499, 0, 1, 0, 1, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 28115, 0), -(@Id+1083, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 28116, 0), -(@Id+1084, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 28117, 0), -(@Id+1085, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 629, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28129, 0), -(@Id+1086, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 28138, 0), -(@Id+1087, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28139, 0), -(@Id+1088, 6, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28140, 0), -(@Id+1089, 6, 0, 22, 0, 9, 0, 1, 0, 1, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28162, 0), -(@Id+1090, 6, 0, 22, 0, 9, 0, 1, 0, 1, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28164, 0), -(@Id+1091, 6, 0, 22, 0, 9, 0, 1, 0, 1, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28166, 0), -(@Id+1092, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16298, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 28175, 0), -(@Id+1093, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16299, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 28177, 0), -(@Id+1094, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16141, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 28179, 0), -(@Id+1095, 6, 1, 153, 0, 19, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 57, 0, 28188, 0), -(@Id+1096, 6, 0, 56, 0, 99, 0, 1, 0, 1, 0, 0, 8545, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28190, 2), -(@Id+1097, 6, 0, 31, 0, 19, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28190, 1), -(@Id+1098, 6, 0, 13, 0, 799, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28190, 0), -(@Id+1099, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28203, 0), -(@Id+1100, 6, 0, 23, 6000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28217, 1, 0, 28216, 0), -(@Id+1101, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16360, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 28217, 0), -(@Id+1102, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16290, 0, 12, 0, 0, 0, 0, 0, 0, 25, 0, 28218, 0), -(@Id+1103, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16356, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 28227, 0), -(@Id+1104, 6, 0, 23, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28236, 1, 0, 28235, 0), -(@Id+1105, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 22, 7, 28236, 0), -(@Id+1106, 6, 0, 77, 0, 0, 0, 1, 0, 1, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28237, 2), -(@Id+1107, 6, 0, 77, 0, 0, 0, 1, 0, 1, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28237, 1), -(@Id+1108, 6, 0, 77, 0, 0, 0, 1, 0, 1, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28237, 0), -(@Id+1109, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 38, 0, 28238, 0), -(@Id+1110, 124, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28266, 0), -(@Id+1111, 103, 0, 0, 0, 999, 0, 1, 0, 1, 0, 0, 922, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28283, 0), -(@Id+1112, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 14697, 0, 18, 0, 0, 0, 0, 0, 0, 18, 0, 28289, 0), -(@Id+1113, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16379, 0, 18, 0, 0, 0, 0, 0, 0, 18, 0, 28290, 0), -(@Id+1114, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16380, 0, 18, 0, 0, 0, 0, 0, 0, 18, 0, 28291, 0), -(@Id+1115, 6, 0, 23, 600000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28091, 1, 0, 28292, 0), -(@Id+1116, 6, 0, 23, 1000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28297, 1, 0, 28298, 0), -(@Id+1117, 103, 0, 0, 0, 2999, 0, 1, 0, 1, 0, 0, 922, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28300, 0), -(@Id+1118, 103, 0, 0, 0, 199, 0, 1, 0, 1, 0, 0, 922, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28302, 0), -(@Id+1119, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 15, 28307, 0), -(@Id+1120, 103, 0, 0, 0, 1999, 0, 1, 0, 1, 0, 0, 922, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28312, 0), -(@Id+1121, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28316, 0), -(@Id+1122, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28345, 0); -INSERT INTO `spelleffect_dbc` (`Id`, `Effect`, `EffectValueMultiplier`, `EffectApplyAuraName`, `EffectAmplitude`, `EffectBasePoints`, `EffectBonusMultiplier`, `EffectDamageMultiplier`, `EffectChainTarget`, `EffectDieSides`, `EffectItemType`, `EffectMechanic`, `EffectMiscValue`, `EffectMiscValueB`, `EffectRadiusIndex`, `EffectRadiusIndexMax`, `EffectRealPointsPerLevel`, `EffectSpellClassMaskA`, `EffectSpellClassMaskB`, `EffectSpellClassMaskC`, `EffectTriggerSpell`, `EffectImplicitTargetA`, `EffectImplicitTargetB`, `EffectSpellId`, `EffectIndex`) VALUES -(@Id+1123, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28349, 0), -(@Id+1124, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 28359, 0), -(@Id+1125, 2, 0, 0, 0, 3799, 0, 1, 0, 401, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 46, 28364, 0), -(@Id+1126, 6, 0, 23, 10000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28389, 1, 0, 28384, 0), -(@Id+1127, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 28388, 0), -(@Id+1128, 6, 0, 61, 0, 199, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28409, 0), -(@Id+1129, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 28415, 0), -(@Id+1130, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 28416, 0), -(@Id+1131, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 28417, 0), -(@Id+1132, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16427, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 28421, 0), -(@Id+1133, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16428, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 28422, 0), -(@Id+1134, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16429, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 28423, 0), -(@Id+1135, 6, 0, 23, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28415, 1, 0, 28425, 0), -(@Id+1136, 6, 0, 23, 30000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28416, 1, 0, 28426, 0), -(@Id+1137, 6, 0, 23, 30000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28417, 1, 0, 28427, 0), -(@Id+1138, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28432, 0), -(@Id+1139, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28446, 0), -(@Id+1140, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 28452, 0), -(@Id+1141, 6, 0, 23, 10000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28455, 1, 0, 28453, 0), -(@Id+1142, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16441, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 28454, 0), -(@Id+1143, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 28455, 0), -(@Id+1144, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28469, 1), -(@Id+1145, 6, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 25, 0, 28469, 0), -(@Id+1146, 86, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 28523, 0), -(@Id+1147, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28531, 1, 0, 28529, 0), -(@Id+1148, 24, 0, 0, 0, 0, 0, 1, 0, 1, 22822, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28532, 0), -(@Id+1149, 6, 0, 23, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28547, 1, 0, 28534, 0), -(@Id+1150, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 181247, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28535, 0), -(@Id+1151, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16474, 0, 13, 0, 0, 0, 0, 0, 0, 32, 0, 28561, 0), -(@Id+1152, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 28617, 0), -(@Id+1153, 6, 0, 60, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28618, 2), -(@Id+1154, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28622, 25, 0, 28618, 1), -(@Id+1155, 124, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 200, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28618, 0), -(@Id+1156, 6, 0, 60, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28619, 2), -(@Id+1157, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28622, 25, 0, 28619, 1), -(@Id+1158, 124, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 300, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28619, 0), -(@Id+1159, 6, 0, 60, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28620, 2), -(@Id+1160, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28622, 25, 0, 28620, 1), -(@Id+1161, 124, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 400, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28620, 0), -(@Id+1162, 6, 0, 60, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28621, 2), -(@Id+1163, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28622, 25, 0, 28621, 1), -(@Id+1164, 124, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 500, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28621, 0), -(@Id+1165, 77, 0, 0, 0, 9, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28625, 0), -(@Id+1166, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 17286, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28627, 1), -(@Id+1167, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16486, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 28627, 0), -(@Id+1168, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 28628, 0), -(@Id+1169, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28629, 0), -(@Id+1170, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28663, 0), -(@Id+1171, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 25, 0, 28713, 0), -(@Id+1172, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28748, 0), -(@Id+1173, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 38, 0, 28781, 0), -(@Id+1174, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28797, 0), -(@Id+1175, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28838, 0), -(@Id+1176, 36, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28867, 0, 0, 28868, 0), -(@Id+1177, 6, 0, 23, 1000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28865, 1, 0, 28874, 0), -(@Id+1178, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28882, 1, 0, 28881, 0), -(@Id+1179, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19822, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28885, 0), -(@Id+1180, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19823, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28886, 0), -(@Id+1181, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28908, 0), -(@Id+1182, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19825, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28909, 0), -(@Id+1183, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19826, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28919, 0), -(@Id+1184, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19827, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28920, 0), -(@Id+1185, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19831, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28921, 0), -(@Id+1186, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19829, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28923, 0), -(@Id+1187, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19830, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28926, 0), -(@Id+1188, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28929, 0), -(@Id+1189, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19833, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28930, 0), -(@Id+1190, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19834, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28935, 0), -(@Id+1191, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19835, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28937, 0), -(@Id+1192, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19836, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28939, 0), -(@Id+1193, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19838, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28940, 0), -(@Id+1194, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19839, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28941, 0), -(@Id+1195, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28942, 0), -(@Id+1196, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19841, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28943, 0), -(@Id+1197, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19842, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28945, 0), -(@Id+1198, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19843, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28946, 0), -(@Id+1199, 24, 0, 0, 0, 0, 0, 1, 0, 0, 20034, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28949, 0), -(@Id+1200, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19845, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28951, 0), -(@Id+1201, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19846, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28952, 0), -(@Id+1202, 24, 0, 0, 0, 0, 0, 1, 0, 0, 20033, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28954, 0), -(@Id+1203, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19849, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28956, 0), -(@Id+1204, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28958, 0), -(@Id+1205, 24, 0, 0, 0, 0, 0, 1, 0, 0, 19828, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28959, 0), -(@Id+1206, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 38, 0, 28961, 0), -(@Id+1207, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 28992, 0), -(@Id+1208, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 28994, 0), -(@Id+1209, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29009, 0), -(@Id+1210, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21409, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29010, 0), -(@Id+1211, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21408, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29011, 0), -(@Id+1212, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21401, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29012, 0), -(@Id+1213, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21403, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29013, 0), -(@Id+1214, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21402, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29014, 0), -(@Id+1215, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21413, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29015, 0), -(@Id+1216, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21415, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29016, 0), -(@Id+1217, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21414, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29017, 0), -(@Id+1218, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21395, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29018, 0), -(@Id+1219, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21397, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29019, 0), -(@Id+1220, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21396, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29020, 0), -(@Id+1221, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21410, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29021, 0), -(@Id+1222, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21412, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29022, 0), -(@Id+1223, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21411, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29023, 0), -(@Id+1224, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21404, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29024, 0), -(@Id+1225, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21406, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29025, 0), -(@Id+1226, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21405, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29026, 0), -(@Id+1227, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21398, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29027, 0), -(@Id+1228, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29028, 0), -(@Id+1229, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21399, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29030, 0), -(@Id+1230, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21416, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29031, 0), -(@Id+1231, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21418, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29032, 0), -(@Id+1232, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21417, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29033, 0), -(@Id+1233, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21392, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29034, 0), -(@Id+1234, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29035, 0), -(@Id+1235, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21394, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29036, 0), -(@Id+1236, 24, 0, 0, 0, 0, 0, 1, 0, 0, 21393, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29037, 0), -(@Id+1237, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 16805, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29046, 0), -(@Id+1238, 6, 0, 61, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29050, 0), -(@Id+1239, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 16810, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29052, 0), -(@Id+1240, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29104, 1, 0, 29103, 0), -(@Id+1241, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 29104, 0), -(@Id+1242, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 29108, 0), -(@Id+1243, 42, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 9297, 0, 8, 0, 0, 0, 0, 0, 0, 32, 0, 29110, 1), -(@Id+1244, 42, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 9526, 0, 8, 0, 0, 0, 0, 0, 0, 32, 0, 29110, 0), -(@Id+1245, 6, 0, 7, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29111, 0), -(@Id+1246, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16857, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 29141, 0), -(@Id+1247, 46, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29149, 1), -(@Id+1248, 6, 0, 61, 0, -51, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29149, 0), -(@Id+1249, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29153, 0), -(@Id+1250, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29154, 0), -(@Id+1251, 24, 0, 0, 0, 0, 0, 1, 0, 1, 23227, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 29156, 0), -(@Id+1252, 41, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 20602, 0, 30, 0, 0, 0, 0, 0, 0, 53, 0, 29218, 0), -(@Id+1253, 6, 0, 39, 0, 0, 0, 1, 0, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29230, 0), -(@Id+1254, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 16986, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29241, 0), -(@Id+1255, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 16985, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29242, 0), -(@Id+1256, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 16989, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29243, 0), -(@Id+1257, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 16987, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29244, 0), -(@Id+1258, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 16990, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29245, 0), -(@Id+1259, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 16988, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29246, 0), -(@Id+1260, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10211, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29250, 0), -(@Id+1261, 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29252, 0), -(@Id+1262, 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29261, 0), -(@Id+1263, 2, 0, 0, 0, 29, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 29263, 0), -(@Id+1264, 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29265, 0), -(@Id+1265, 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29270, 0), -(@Id+1266, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 29272, 0), -(@Id+1267, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16777825, 0, 0, 0, 1, 0, 29275, 0), -(@Id+1268, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 29280, 0), -(@Id+1269, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 29281, 0), -(@Id+1270, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 29282, 0), -(@Id+1271, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 29283, 0), -(@Id+1272, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29284, 0), -(@Id+1273, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 29285, 0), -(@Id+1274, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29286, 0), -(@Id+1275, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 29287, 0), -(@Id+1276, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29288, 0), -(@Id+1277, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29294, 0, 0, 29296, 0), -(@Id+1278, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29328, 1, 0, 29327, 0), -(@Id+1279, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17025, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 29329, 0), -(@Id+1280, 6, 0, 23, 20000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29330, 0), -(@Id+1281, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 29336, 0), -(@Id+1282, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 17, 29337, 0), -(@Id+1283, 24, 0, 0, 0, 0, 0, 1, 0, 1, 13582, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 29344, 0), -(@Id+1284, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 38, 0, 29345, 0), -(@Id+1285, 6, 0, 23, 10000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29351, 0), -(@Id+1286, 24, 0, 0, 0, 0, 0, 1, 0, 0, 23442, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29372, 0), -(@Id+1287, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 507, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 29376, 0), -(@Id+1288, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 508, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 29377, 0), -(@Id+1289, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 38, 0, 29378, 0), -(@Id+1290, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 29379, 1), -(@Id+1291, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 29379, 0), -(@Id+1292, 6, 0, 23, 4000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28415, 1, 0, 29391, 0), -(@Id+1293, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28415, 1, 0, 29392, 0), -(@Id+1294, 6, 0, 23, 25000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28416, 1, 0, 29393, 0), -(@Id+1295, 6, 0, 23, 20000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28416, 1, 0, 29394, 0), -(@Id+1296, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17034, 64, 13, 0, 0, 0, 0, 0, 0, 46, 0, 29396, 0), -(@Id+1297, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17039, 64, 13, 0, 0, 0, 0, 0, 0, 46, 0, 29397, 0), -(@Id+1298, 6, 0, 23, 15000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28416, 1, 0, 29398, 0), -(@Id+1299, 6, 0, 23, 40000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28417, 1, 0, 29399, 0), -(@Id+1300, 6, 0, 23, 35000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28417, 1, 0, 29400, 0), -(@Id+1301, 6, 0, 23, 20000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28417, 1, 0, 29401, 0), -(@Id+1302, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28415, 1, 0, 29404, 0), -(@Id+1303, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28415, 1, 0, 29409, 0), -(@Id+1304, 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28415, 1, 0, 29410, 0), -(@Id+1305, 6, 0, 23, 10000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28416, 1, 0, 29411, 0), -(@Id+1306, 6, 0, 23, 15000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28417, 1, 0, 29412, 0), -(@Id+1307, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29429, 0), -(@Id+1308, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29430, 0), -(@Id+1309, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 15, 29431, 0), -(@Id+1310, 6, 0, 23, 1000, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37066, 6, 0, 29433, 0), -(@Id+1311, 41, 0, 0, 0, 9, 0, 1, 0, 1, 0, 0, 17055, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 29434, 0), -(@Id+1312, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 29493, 0), -(@Id+1313, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 6, 0, 29498, 0), -(@Id+1314, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 29499, 0), -(@Id+1315, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 16573, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 29508, 0), -(@Id+1316, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29509, 0), -(@Id+1317, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29510, 0), -(@Id+1318, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 29518, 0), -(@Id+1319, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29512, 1, 0, 29523, 0), -(@Id+1320, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 9204, 1, 0, 29526, 0), -(@Id+1321, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 29530, 0), -(@Id+1322, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29532, 1, 0, 29532, 0), -(@Id+1323, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 29536, 0), -(@Id+1324, 6, 0, 23, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29682, 1, 0, 29681, 0), -(@Id+1325, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 22, 7, 29682, 0), -(@Id+1326, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 29710, 0), -(@Id+1327, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29716, 1, 0, 29713, 0), -(@Id+1328, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29767, 0), -(@Id+1329, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 25, 0, 29785, 0), -(@Id+1330, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 29800, 0), -(@Id+1331, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29805, 0), -(@Id+1332, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29806, 0), -(@Id+1333, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29807, 0), -(@Id+1334, 6, 0, 12, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29826, 0), -(@Id+1335, 24, 0, 0, 0, 0, 0, 1, 0, 0, 23584, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29827, 0), -(@Id+1336, 24, 0, 0, 0, 0, 0, 1, 0, 0, 23585, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29828, 0), -(@Id+1337, 24, 0, 0, 0, 0, 0, 1, 0, 0, 23586, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29829, 0), -(@Id+1338, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0, 0, 0, 0, 22, 15, 29856, 0), -(@Id+1339, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17283, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 29857, 0), -(@Id+1340, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29864, 1, 0, 29863, 0), -(@Id+1341, 24, 0, 0, 0, 0, 0, 1, 0, 1, 23614, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29867, 0), -(@Id+1342, 24, 0, 0, 0, 0, 0, 1, 0, 1, 23616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29868, 0), -(@Id+1343, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17102, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 29869, 0), -(@Id+1344, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 29871, 0), -(@Id+1345, 2, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 29873, 0), -(@Id+1346, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 1, 0, 29874, 0), -(@Id+1347, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 29875, 0), -(@Id+1348, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29878, 0), -(@Id+1349, 6, 0, 191, 0, 6, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29894, 1), -(@Id+1350, 6, 0, 139, 0, 0, 0, 1, 0, 1, 0, 0, 951, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29894, 0), -(@Id+1351, 6, 0, 191, 0, 6, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29895, 1), -(@Id+1352, 6, 0, 139, 0, 0, 0, 1, 0, 1, 0, 0, 954, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29895, 0), -(@Id+1353, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10536, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29898, 0), -(@Id+1354, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10537, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29899, 0), -(@Id+1355, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 494, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 29931, 0), -(@Id+1356, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 495, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 29934, 0), -(@Id+1357, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29936, 0), -(@Id+1358, 6, 0, 144, 0, 26, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29950, 0), -(@Id+1359, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29971, 0), -(@Id+1360, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29984, 0), -(@Id+1361, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 29985, 0), -(@Id+1362, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 29986, 0), -(@Id+1363, 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29970, 1, 0, 29988, 0), -(@Id+1364, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29993, 0), -(@Id+1365, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 496, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 29994, 0), -(@Id+1366, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29995, 0), -(@Id+1367, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29996, 0), -(@Id+1368, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 29997, 0), -(@Id+1369, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30005, 0), -(@Id+1370, 6, 0, 33, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30011, 0), -(@Id+1371, 6, 0, 23, 8000, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30023, 1, 0, 30028, 0), -(@Id+1372, 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32474, 25, 0, 30058, 2), -(@Id+1373, 6, 0, 31, 0, 14, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30058, 1), -(@Id+1374, 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30535, 25, 0, 30058, 0), -(@Id+1375, 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 28001, 25, 0, 30059, 0), -(@Id+1376, 41, 0, 0, 0, 2, 0, 1, 0, 1, 0, 0, 17055, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 30076, 0), -(@Id+1377, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30078, 0), -(@Id+1378, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30082, 0), -(@Id+1379, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17197, 0, 8, 0, 0, 0, 0, 0, 0, 32, 0, 30083, 0), -(@Id+1380, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 30097, 2), -(@Id+1381, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 30097, 1), -(@Id+1382, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 30097, 0), -(@Id+1383, 2, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30106, 0), -(@Id+1384, 6, 0, 23, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30114, 0), -(@Id+1385, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 28, 0, 0, 0, 0, 0, 0, 22, 51, 30116, 2), -(@Id+1386, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 28, 0, 0, 0, 0, 0, 0, 22, 51, 30116, 1), -(@Id+1387, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 28, 0, 0, 0, 0, 0, 0, 22, 51, 30116, 0), -(@Id+1388, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 28, 0, 0, 0, 0, 0, 0, 22, 51, 30117, 2), -(@Id+1389, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 28, 0, 0, 0, 0, 0, 0, 22, 51, 30117, 1), -(@Id+1390, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 28, 0, 0, 0, 0, 0, 0, 22, 51, 30117, 0), -(@Id+1391, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 28, 0, 0, 0, 0, 0, 0, 22, 51, 30118, 2), -(@Id+1392, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 28, 0, 0, 0, 0, 0, 0, 22, 51, 30118, 1), -(@Id+1393, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 28, 0, 0, 0, 0, 0, 0, 22, 51, 30118, 0), -(@Id+1394, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 28, 0, 0, 0, 0, 0, 0, 22, 51, 30119, 2), -(@Id+1395, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 28, 0, 0, 0, 0, 0, 0, 22, 51, 30119, 1), -(@Id+1396, 86, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 5, 0, 28, 0, 0, 0, 0, 0, 0, 22, 51, 30119, 0), -(@Id+1397, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 17, 8, 30123, 0), -(@Id+1398, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 38, 0, 30126, 0), -(@Id+1399, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 22, 15, 30132, 1), -(@Id+1400, 86, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15, 0, 22, 0, 0, 0, 0, 0, 0, 22, 51, 30132, 0), -(@Id+1401, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30133, 0), -(@Id+1402, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 30134, 0), -(@Id+1403, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 25, 0, 30135, 0), -(@Id+1404, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 25, 0, 30136, 0), -(@Id+1405, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 25, 0, 30137, 0), -(@Id+1406, 24, 0, 0, 0, 0, 0, 1, 0, 1, 23705, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30139, 0), -(@Id+1407, 6, 0, 22, 0, 59, 0, 1, 0, 1, 0, 0, 126, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 30150, 0), -(@Id+1408, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30176, 0), -(@Id+1409, 24, 0, 0, 0, 0, 0, 1, 0, 1, 23709, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30182, 0), -(@Id+1410, 24, 0, 0, 0, 0, 0, 1, 0, 1, 23710, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30185, 0), -(@Id+1411, 24, 0, 0, 0, 0, 0, 1, 0, 1, 23712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30186, 0), -(@Id+1412, 24, 0, 0, 0, 0, 0, 1, 0, 1, 23713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30188, 0), -(@Id+1413, 24, 0, 0, 0, 0, 0, 1, 0, 1, 23714, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30189, 0), -(@Id+1414, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 30191, 1), -(@Id+1415, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 30191, 0), -(@Id+1416, 24, 0, 0, 0, 0, 0, 1, 0, 1, 23716, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30192, 0), -(@Id+1417, 24, 0, 0, 0, 0, 0, 1, 0, 1, 23720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30193, 0), -(@Id+1418, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30196, 0), -(@Id+1419, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10611, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30203, 0), -(@Id+1420, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 25, 0, 30204, 0), -(@Id+1421, 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 30129, 22, 15, 30209, 0), -(@Id+1422, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 30215, 0), -(@Id+1423, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 30228, 0), -(@Id+1424, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19781, 0, 13, 0, 0, 0, 0, 0, 0, 41, 0, 30236, 0), -(@Id+1425, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17096, 0, 13, 0, 0, 0, 0, 0, 0, 44, 0, 30239, 0), -(@Id+1426, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19782, 0, 13, 0, 0, 0, 0, 0, 0, 42, 0, 30240, 0), -(@Id+1427, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19783, 0, 13, 0, 0, 0, 0, 0, 0, 43, 0, 30241, 0), -(@Id+1428, 6, 0, 23, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30244, 1, 0, 30243, 0), -(@Id+1429, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30259, 0), -(@Id+1430, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 60, 0, 30268, 0), -(@Id+1431, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 18, 8, 30272, 0), -(@Id+1432, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 1, 47, 30274, 0), -(@Id+1433, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 18, 8, 30275, 0), -(@Id+1434, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30276, 0), -(@Id+1435, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 18, 8, 30277, 0), -(@Id+1436, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30278, 0), -(@Id+1437, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 60, 0, 30279, 0), -(@Id+1438, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30287, 0), -(@Id+1439, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 17354, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30333, 0), -(@Id+1440, 6, 0, 20, 1000, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30352, 1), -(@Id+1441, 6, 0, 21, 1000, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30352, 0), -(@Id+1442, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 22, 15, 30382, 0), -(@Id+1443, 6, 0, 23, 1000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30469, 1, 0, 30396, 0), -(@Id+1444, 50, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 181717, 0, 13, 0, 0, 0, 0, 0, 0, 32, 0, 30411, 0), -(@Id+1445, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30415, 0), -(@Id+1446, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30420, 0), -(@Id+1447, 24, 0, 0, 0, 2, 0, 1, 0, 3, 22575, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30436, 0), -(@Id+1448, 24, 0, 0, 0, 2, 0, 1, 0, 3, 22576, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30438, 0), -(@Id+1449, 24, 0, 0, 0, 2, 0, 1, 0, 3, 22577, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30439, 0), -(@Id+1450, 6, 0, 107, 0, 7, 0, 1, 0, 1, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30440, 0), -(@Id+1451, 6, 0, 107, 0, 12, 0, 1, 0, 1, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30441, 0), -(@Id+1452, 6, 0, 23, 1000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30445, 21, 0, 30444, 0), -(@Id+1453, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30445, 1), -(@Id+1454, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17393, 0, 7, 0, 0, 0, 0, 0, 0, 32, 0, 30445, 0), -(@Id+1455, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 181742, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 30480, 0), -(@Id+1456, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30494, 1, 0, 30492, 0), -(@Id+1457, 6, 0, 4, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30509, 0), -(@Id+1458, 6, 0, 4, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30517, 0), -(@Id+1459, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 30, 30518, 0), -(@Id+1460, 63, 0, 0, 0, -90001, 0, 1, 0, 1, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 22, 15, 30521, 0), -(@Id+1461, 114, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 30525, 1), -(@Id+1462, 6, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 30525, 0), -(@Id+1463, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 506, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30535, 0), -(@Id+1464, 6, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30576, 1), -(@Id+1465, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30576, 0), -(@Id+1466, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 30620, 0), -(@Id+1467, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30624, 1, 0, 30623, 0), -(@Id+1468, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30625, 1, 0, 30627, 0), -(@Id+1469, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 30629, 0), -(@Id+1470, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17516, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 30630, 0), -(@Id+1471, 24, 0, 0, 0, 0, 0, 1, 0, 1, 23895, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30634, 0), -(@Id+1472, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 25, 0, 0, 0, 0, 0, 0, 22, 30, 30642, 0), -(@Id+1473, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30655, 0), -(@Id+1474, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 22, 7, 30693, 0), -(@Id+1475, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 30694, 0), -(@Id+1476, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 25, 0, 30696, 0), -(@Id+1477, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 25, 0, 30698, 0), -(@Id+1478, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 25, 0, 30699, 0), -(@Id+1479, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 30726, 0), -(@Id+1480, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 30733, 0), -(@Id+1481, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30734, 0), -(@Id+1482, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17621, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 30737, 0), -(@Id+1483, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 30743, 0), -(@Id+1484, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9611, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30747, 0), -(@Id+1485, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30747, 0, 0, 30748, 0), -(@Id+1486, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30774, 21, 0, 30773, 1), -(@Id+1487, 6, 0, 4, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 30773, 0), -(@Id+1488, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17601, 0, 26, 0, 0, 0, 0, 0, 0, 32, 0, 30774, 1), -(@Id+1489, 6, 0, 4, 0, 9, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30774, 0), -(@Id+1490, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9625, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 30781, 0), -(@Id+1491, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17623, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 30785, 0), -(@Id+1492, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17622, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 30786, 0), -(@Id+1493, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 30788, 0), -(@Id+1494, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9595, 0, 10, 0, 0, 0, 0, 0, 0, 22, 15, 30789, 0), -(@Id+1495, 6, 0, 4, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 15, 30791, 0), -(@Id+1496, 41, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 17620, 0, 13, 0, 0, 0, 0, 0, 0, 32, 0, 30792, 0), -(@Id+1497, 63, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 30793, 0), -(@Id+1498, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30794, 0), -(@Id+1499, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30795, 0), -(@Id+1500, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30796, 0), -(@Id+1501, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30797, 0), -(@Id+1502, 41, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 17638, 0, 13, 0, 0, 0, 0, 0, 0, 32, 0, 30825, 0), -(@Id+1503, 41, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 17639, 0, 13, 0, 0, 0, 0, 0, 0, 32, 0, 30826, 0), -(@Id+1504, 41, 0, 0, 0, 2, 0, 1, 0, 1, 0, 0, 17640, 0, 13, 0, 0, 0, 0, 0, 0, 32, 0, 30827, 0), -(@Id+1505, 41, 0, 0, 0, 3, 0, 1, 0, 2, 0, 0, 17641, 0, 13, 0, 0, 0, 0, 0, 0, 32, 0, 30828, 0), -(@Id+1506, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 6, 0, 30855, 0), -(@Id+1507, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10918, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30897, 0), -(@Id+1508, 6, 0, 79, 0, 29, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30899, 1), -(@Id+1509, 6, 0, 138, 0, 49, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30899, 0), -(@Id+1510, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 17225, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30929, 0), -(@Id+1511, 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30949, 1, 0, 30948, 0), -(@Id+1512, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 7, 30949, 0), -(@Id+1513, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17346, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 30954, 0), -(@Id+1514, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17353, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 30955, 0), -(@Id+1515, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17527, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 30956, 0), -(@Id+1516, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17607, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 30957, 0), -(@Id+1517, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17608, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 30958, 0), -(@Id+1518, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17342, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 30959, 0), -(@Id+1519, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17340, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 30960, 0), -(@Id+1520, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17350, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 30961, 0), -(@Id+1521, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17330, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 30962, 0), -(@Id+1522, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17348, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 30963, 0), -(@Id+1523, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 30966, 0), -(@Id+1524, 6, 0, 23, 45000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30976, 1, 0, 30975, 0), -(@Id+1525, 41, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 17462, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 30976, 0), -(@Id+1526, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30981, 1, 0, 30982, 0), -(@Id+1527, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30984, 1, 0, 30983, 0), -(@Id+1528, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10978, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30993, 1), -(@Id+1529, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 22, 7, 30993, 0), -(@Id+1530, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30986, 1, 0, 30998, 0), -(@Id+1531, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 181919, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 31001, 0), -(@Id+1532, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17681, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 31010, 0), -(@Id+1533, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31010, 6, 0, 31011, 0), -(@Id+1534, 6, 0, 3, 1000, 14, 0, 1, 0, 1, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 22, 15, 31030, 0), -(@Id+1535, 6, 0, 3, 1000, 14, 0, 1, 0, 1, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 22, 15, 31031, 0), -(@Id+1536, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31207, 0), -(@Id+1537, 6, 0, 12, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31248, 0), -(@Id+1538, 24, 0, 0, 0, 0, 0, 1, 0, 0, 24184, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 31251, 0), -(@Id+1539, 28, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17477, 0, 16, 0, 0, 0, 0, 0, 0, 32, 0, 31253, 0), -(@Id+1540, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 31254, 0), -(@Id+1541, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9678, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 31265, 0), -(@Id+1542, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31292, 1, 0, 31291, 0), -(@Id+1543, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 31313, 0), -(@Id+1544, 24, 0, 0, 0, 0, 0, 1, 0, 0, 24226, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31314, 0), -(@Id+1545, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17835, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 31318, 0), -(@Id+1546, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17839, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 31321, 0), -(@Id+1547, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31322, 0), -(@Id+1548, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 31323, 0), -(@Id+1549, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 31327, 1), -(@Id+1550, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31327, 0), -(@Id+1551, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 22, 7, 31342, 0), -(@Id+1552, 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 31350, 32, 0, 31348, 1), -(@Id+1553, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31348, 0), -(@Id+1554, 6, 0, 4, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 15, 31351, 0), -(@Id+1555, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 31352, 0), -(@Id+1556, 6, 0, 23, 60000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31353, 0), -(@Id+1557, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 11137, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31354, 0), -(@Id+1558, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 11138, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31355, 0), -(@Id+1559, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 11139, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31356, 0), -(@Id+1560, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 11140, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31357, 0), -(@Id+1561, 2, 0, 0, 0, 437, 0, 1, 0, 125, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 8, 0, 31360, 1), -(@Id+1562, 98, 0, 0, 0, 149, 0, 1, 0, 1, 0, 0, 250, 0, 11, 0, 0, 0, 0, 0, 0, 22, 7, 31360, 0), -(@Id+1563, 6, 0, 26, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 31362, 2), -(@Id+1564, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, 0, 0, 0, 25, 0, 31362, 1), -(@Id+1565, 6, 0, 92, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 31362, 0), -(@Id+1566, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17870, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 31374, 0), -(@Id+1567, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31376, 1, 0, 31375, 0), -(@Id+1568, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31388, 0), -(@Id+1569, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17879, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 31391, 0), -(@Id+1570, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17880, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 31392, 0), -(@Id+1571, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17881, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 31393, 0), -(@Id+1572, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 31395, 0), -(@Id+1573, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17892, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 31421, 0), -(@Id+1574, 6, 1, 31, 0, 74, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31514, 0), -(@Id+1575, 6, 0, 23, 4000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31519, 1, 0, 31518, 1), -(@Id+1576, 6, 0, 4, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31518, 0), -(@Id+1577, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 38, 0, 31520, 0), -(@Id+1578, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 31522, 0), -(@Id+1579, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 38, 0, 31524, 0), -(@Id+1580, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 31525, 0), -(@Id+1581, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17951, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 31528, 0), -(@Id+1582, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17951, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 31529, 0), -(@Id+1583, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17951, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 31530, 0), -(@Id+1584, 6, 0, 23, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31531, 0), -(@Id+1585, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17954, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 31544, 0), -(@Id+1586, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17954, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 31545, 0), -(@Id+1587, 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31563, 1, 0, 31562, 0), -(@Id+1588, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 1, 0, 31564, 0), -(@Id+1589, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 31580, 0), -(@Id+1590, 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31591, 1, 0, 31592, 1), -(@Id+1591, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 31592, 0), -(@Id+1592, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17612, 0, 13, 0, 0, 0, 0, 0, 0, 22, 32, 31593, 0), -(@Id+1593, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 31594, 0), -(@Id+1594, 6, 0, 23, 120000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31632, 0), -(@Id+1595, 6, 0, 23, 30000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31636, 0), -(@Id+1596, 6, 0, 23, 75000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31637, 0), -(@Id+1597, 46, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31691, 1), -(@Id+1598, 6, 0, 61, 0, -96, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31691, 0), -(@Id+1599, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17990, 0, 8, 0, 0, 0, 0, 0, 0, 72, 0, 31692, 0), -(@Id+1600, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 31693, 0), -(@Id+1601, 6, 0, 79, 0, -31, 0, 1, 0, 1, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31708, 1), -(@Id+1602, 6, 0, 65, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31708, 0), -(@Id+1603, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31719, 1, 0, 31720, 0), -(@Id+1604, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 31728, 1), -(@Id+1605, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 17970, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31746, 0), -(@Id+1606, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 489, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 31752, 0), -(@Id+1607, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 488, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 31753, 0), -(@Id+1608, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 7, 31763, 0), -(@Id+1609, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31767, 0), -(@Id+1610, 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 182110, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 31768, 0), -(@Id+1611, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 31770, 0), -(@Id+1612, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31773, 0), -(@Id+1613, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 11286, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31774, 1), -(@Id+1614, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31774, 0), -(@Id+1615, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 11289, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31775, 1), -(@Id+1616, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31775, 0), -(@Id+1617, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 11290, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31776, 1), -(@Id+1618, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31776, 0), -(@Id+1619, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9718, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31777, 2), -(@Id+1620, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 11291, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31777, 1), -(@Id+1621, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31777, 0), -(@Id+1622, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 514, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 31788, 0), -(@Id+1623, 6, 0, 39, 0, 0, 0, 1, 0, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31800, 0), -(@Id+1624, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 31887, 0), -(@Id+1625, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 22, 15, 31888, 0), -(@Id+1626, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 30, 31899, 0), -(@Id+1627, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 31912, 0), -(@Id+1628, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 38, 0, 31913, 0), -(@Id+1629, 29, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 1, 47, 31917, 0), -(@Id+1630, 29, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 1, 44, 31918, 0), -(@Id+1631, 29, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 1, 41, 31919, 0), -(@Id+1632, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 31924, 0), -(@Id+1633, 6, 0, 61, 0, 399, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31937, 0), -(@Id+1634, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 22, 7, 31940, 0), -(@Id+1635, 6, 0, 23, 2000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 31940, 1, 0, 31952, 0), -(@Id+1636, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31957, 0), -(@Id+1637, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31959, 0), -(@Id+1638, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 31960, 0), -(@Id+1639, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31968, 0), -(@Id+1640, 6, 0, 61, 0, 199, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 31989, 0), -(@Id+1641, 41, 0, 0, 0, 1, 0, 1, 0, 2, 0, 0, 18181, 0, 29, 0, 0, 0, 0, 0, 0, 18, 0, 31995, 0), -(@Id+1642, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32031, 0), -(@Id+1643, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 15, 32044, 0), -(@Id+1644, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32046, 0), -(@Id+1645, 6, 0, 4, 0, 9, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32047, 0), -(@Id+1646, 6, 0, 4, 0, 19, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32048, 0), -(@Id+1647, 35, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 1, 0, 32050, 0), -(@Id+1648, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32058, 0), -(@Id+1649, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32059, 2), -(@Id+1650, 24, 0, 0, 0, 9, 0, 1, 0, 1, 24538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32059, 1), -(@Id+1651, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 520, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32059, 0), -(@Id+1652, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 32061, 0), -(@Id+1653, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32068, 2), -(@Id+1654, 24, 0, 0, 0, 9, 0, 1, 0, 1, 24538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32068, 1), -(@Id+1655, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 523, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32068, 0), -(@Id+1656, 6, 0, 4, 0, 9, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32069, 0), -(@Id+1657, 6, 0, 4, 0, 19, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32070, 0), -(@Id+1658, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32072, 1), -(@Id+1659, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32072, 0), -(@Id+1660, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 31, 0, 32073, 0), -(@Id+1661, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32075, 2), -(@Id+1662, 24, 0, 0, 0, 9, 0, 1, 0, 1, 24538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32075, 1), -(@Id+1663, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 522, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32075, 0), -(@Id+1664, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32081, 2), -(@Id+1665, 24, 0, 0, 0, 9, 0, 1, 0, 1, 24538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32081, 1), -(@Id+1666, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 524, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32081, 0), -(@Id+1667, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 32086, 0), -(@Id+1668, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32113, 0), -(@Id+1669, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17946, 0, 25, 0, 0, 0, 0, 0, 0, 73, 0, 32114, 0), -(@Id+1670, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32116, 0), -(@Id+1671, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 15, 32117, 0), -(@Id+1672, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32118, 0), -(@Id+1673, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 22, 15, 32123, 0), -(@Id+1674, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32128, 0), -(@Id+1675, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 182211, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 32147, 0), -(@Id+1676, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 17908, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 32151, 0), -(@Id+1677, 24, 0, 0, 0, 0, 0, 1, 0, 0, 24573, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 32152, 0), -(@Id+1678, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 32153, 0), -(@Id+1679, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 22, 7, 32156, 0), -(@Id+1680, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 22, 7, 32157, 0), -(@Id+1681, 24, 0, 0, 0, 9, 0, 1, 0, 1, 24538, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32165, 0), -(@Id+1682, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 38, 0, 32171, 0), -(@Id+1683, 46, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32184, 1), -(@Id+1684, 6, 0, 56, 0, -1, 0, 1, 0, 1, 0, 0, 19637, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32184, 0); -INSERT INTO `spelleffect_dbc` (`Id`, `Effect`, `EffectValueMultiplier`, `EffectApplyAuraName`, `EffectAmplitude`, `EffectBasePoints`, `EffectBonusMultiplier`, `EffectDamageMultiplier`, `EffectChainTarget`, `EffectDieSides`, `EffectItemType`, `EffectMechanic`, `EffectMiscValue`, `EffectMiscValueB`, `EffectRadiusIndex`, `EffectRadiusIndexMax`, `EffectRealPointsPerLevel`, `EffectSpellClassMaskA`, `EffectSpellClassMaskB`, `EffectSpellClassMaskC`, `EffectTriggerSpell`, `EffectImplicitTargetA`, `EffectImplicitTargetB`, `EffectSpellId`, `EffectIndex`) VALUES -(@Id+1685, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30638, 1, 0, 32185, 0), -(@Id+1686, 46, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32186, 1), -(@Id+1687, 6, 0, 56, 0, -1, 0, 1, 0, 1, 0, 0, 19636, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32186, 0), -(@Id+1688, 46, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32187, 1), -(@Id+1689, 6, 0, 56, 0, -1, 0, 1, 0, 1, 0, 0, 19638, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32187, 0), -(@Id+1690, 46, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32188, 1), -(@Id+1691, 6, 0, 56, 0, -1, 0, 1, 0, 1, 0, 0, 19639, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32188, 0), -(@Id+1692, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 32210, 0), -(@Id+1693, 6, 0, 19, 0, 199, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 32213, 0), -(@Id+1694, 36, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34428, 0, 0, 32218, 0), -(@Id+1695, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9713, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32222, 0), -(@Id+1696, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 182342, 0, 7, 0, 0, 0, 0, 0, 0, 32, 0, 32229, 0), -(@Id+1697, 6, 0, 40, 0, 0, 0, 1, 0, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32252, 0), -(@Id+1698, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 18, 8, 32257, 0), -(@Id+1699, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 18, 8, 32258, 0), -(@Id+1700, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18374, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 32283, 0), -(@Id+1701, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32283, 6, 0, 32291, 0), -(@Id+1702, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9926, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32299, 0), -(@Id+1703, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32313, 0), -(@Id+1704, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 32326, 0), -(@Id+1705, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 32331, 0), -(@Id+1706, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32333, 0), -(@Id+1707, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32336, 1, 0, 32335, 0), -(@Id+1708, 98, 0, 0, 0, 112, 0, 1, 0, 75, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 22, 15, 32336, 1), -(@Id+1709, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 32340, 0), -(@Id+1710, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 17091, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32341, 0), -(@Id+1711, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 32342, 0), -(@Id+1712, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18441, 0, 16, 0, 0, 0, 0, 0, 0, 32, 0, 32360, 0), -(@Id+1713, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 1, 0, 32425, 0), -(@Id+1714, 67, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32432, 1), -(@Id+1715, 30, 0, 0, 0, 99999, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32432, 0), -(@Id+1716, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 22, 7, 32433, 0), -(@Id+1717, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32438, 0), -(@Id+1718, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 38, 0, 32444, 0), -(@Id+1719, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32459, 1, 0, 32460, 0), -(@Id+1720, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 532, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32551, 0), -(@Id+1721, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 32555, 0), -(@Id+1722, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 38, 0, 32558, 0), -(@Id+1723, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32559, 1), -(@Id+1724, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 532, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32559, 0), -(@Id+1725, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32561, 0), -(@Id+1726, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 32562, 1), -(@Id+1727, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9991, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32562, 0), -(@Id+1728, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 22, 7, 32565, 0), -(@Id+1729, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 18555, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 32579, 0), -(@Id+1730, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 22, 15, 32586, 1), -(@Id+1731, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10004, 0, 11, 0, 0, 0, 0, 0, 0, 22, 15, 32586, 0), -(@Id+1732, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 32611, 1), -(@Id+1733, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 11858, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32613, 0), -(@Id+1734, 6, 0, 56, 0, 0, 0, 1, 0, 1, 0, 0, 18645, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32617, 0), -(@Id+1735, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 11888, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32619, 0), -(@Id+1736, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 22, 7, 32620, 0), -(@Id+1737, 6, 0, 23, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32620, 1, 0, 32621, 0), -(@Id+1738, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 54, 0, 32624, 0), -(@Id+1739, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 54, 0, 32625, 0), -(@Id+1740, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 54, 0, 32626, 0), -(@Id+1741, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 54, 0, 32627, 0), -(@Id+1742, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 54, 0, 32628, 0), -(@Id+1743, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 54, 0, 32629, 0), -(@Id+1744, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 54, 0, 32630, 0), -(@Id+1745, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 54, 0, 32631, 0), -(@Id+1746, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18665, 0, 27, 0, 0, 0, 0, 0, 0, 47, 0, 32632, 0), -(@Id+1747, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32634, 0), -(@Id+1748, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 30, 0, 0, 0, 0, 0, 0, 25, 0, 32635, 0), -(@Id+1749, 24, 0, 0, 0, 0, 0, 1, 0, 1, 25840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32673, 0), -(@Id+1750, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 32687, 1), -(@Id+1751, 6, 0, 23, 10000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32719, 1, 0, 32718, 0), -(@Id+1752, 6, 0, 31, 0, 119, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32719, 0), -(@Id+1753, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 18, 8, 32726, 0), -(@Id+1754, 24, 0, 0, 0, 0, 0, 1, 0, 0, 25853, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32762, 0), -(@Id+1755, 6, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32763, 0), -(@Id+1756, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32781, 0), -(@Id+1757, 56, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 17252, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 32782, 0), -(@Id+1758, 6, 0, 23, 18000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8329, 1, 0, 32798, 0), -(@Id+1759, 6, 0, 23, 22000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8329, 1, 0, 32799, 0), -(@Id+1760, 6, 0, 23, 26000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8329, 1, 0, 32800, 0), -(@Id+1761, 103, 0, 0, 0, 124, 0, 1, 0, 1, 0, 0, 941, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32827, 0), -(@Id+1762, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 32887, 1), -(@Id+1763, 2, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 32887, 0), -(@Id+1764, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 533, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32891, 0), -(@Id+1765, 132, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10773, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32892, 1), -(@Id+1766, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 534, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 32892, 0), -(@Id+1767, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 18769, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 32893, 0), -(@Id+1768, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 38, 0, 32941, 0), -(@Id+1769, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12019, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32949, 0), -(@Id+1770, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 56, 0, 32985, 0), -(@Id+1771, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33003, 0), -(@Id+1772, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33007, 0), -(@Id+1773, 35, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 18350, 1, 0, 33008, 0), -(@Id+1774, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 33011, 0), -(@Id+1775, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 18904, 0, 15, 0, 0, 0, 0, 0, 0, 32, 0, 33121, 0), -(@Id+1776, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33121, 25, 0, 33122, 0), -(@Id+1777, 24, 0, 0, 0, 0, 0, 1, 0, 1, 27317, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 33137, 0), -(@Id+1778, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18928, 64, 20, 0, 0, 0, 0, 0, 0, 18, 44, 33189, 0), -(@Id+1779, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33228, 0), -(@Id+1780, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18932, 0, 16, 0, 0, 0, 0, 0, 0, 32, 0, 33229, 0), -(@Id+1781, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 19259, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 33242, 0), -(@Id+1782, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 33244, 0), -(@Id+1783, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18928, 64, 20, 0, 0, 0, 0, 0, 0, 18, 50, 33281, 0), -(@Id+1784, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18928, 64, 20, 0, 0, 0, 0, 0, 0, 18, 47, 33282, 0), -(@Id+1785, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 564, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 33317, 0), -(@Id+1786, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 565, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 33318, 0), -(@Id+1787, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 565, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 33319, 0), -(@Id+1788, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 565, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 33320, 0), -(@Id+1789, 6, 0, 7, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33330, 0), -(@Id+1790, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18928, 64, 20, 0, 0, 0, 0, 0, 0, 18, 41, 33347, 0), -(@Id+1791, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18928, 64, 20, 0, 0, 0, 0, 0, 0, 18, 49, 33348, 0), -(@Id+1792, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18928, 64, 20, 0, 0, 0, 0, 0, 0, 18, 42, 33349, 0), -(@Id+1793, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18928, 64, 20, 0, 0, 0, 0, 0, 0, 18, 48, 33350, 0), -(@Id+1794, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18928, 64, 20, 0, 0, 0, 0, 0, 0, 18, 43, 33351, 0), -(@Id+1795, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18928, 64, 17, 0, 0, 0, 0, 0, 0, 18, 41, 33352, 0), -(@Id+1796, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18928, 64, 17, 0, 0, 0, 0, 0, 0, 18, 44, 33353, 0), -(@Id+1797, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18928, 64, 17, 0, 0, 0, 0, 0, 0, 18, 42, 33354, 0), -(@Id+1798, 28, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18928, 64, 17, 0, 0, 0, 0, 0, 0, 18, 43, 33355, 0), -(@Id+1799, 41, 0, 0, 0, 4, 0, 1, 0, 1, 0, 0, 18925, 0, 7, 0, 0, 0, 0, 0, 0, 32, 0, 33362, 0), -(@Id+1800, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18994, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 33363, 0), -(@Id+1801, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18995, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 33364, 0), -(@Id+1802, 5, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 18, 33366, 0), -(@Id+1803, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 18806, 0, 16, 0, 0, 0, 0, 0, 0, 32, 0, 33367, 0), -(@Id+1804, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 33374, 0), -(@Id+1805, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 7, 33375, 0), -(@Id+1806, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33376, 0), -(@Id+1807, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 33399, 0), -(@Id+1808, 6, 0, 33, 0, 49, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33408, 0), -(@Id+1809, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18350, 1, 0, 33420, 0), -(@Id+1810, 6, 0, 23, 3000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32264, 1, 0, 33460, 0), -(@Id+1811, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19198, 0, 21, 0, 0, 0, 0, 0, 0, 18, 47, 33495, 0), -(@Id+1812, 124, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 150, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 33497, 0), -(@Id+1813, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33505, 0), -(@Id+1814, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19198, 0, 21, 0, 0, 0, 0, 0, 0, 18, 41, 33514, 0), -(@Id+1815, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19198, 0, 21, 0, 0, 0, 0, 0, 0, 18, 49, 33515, 0), -(@Id+1816, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19198, 0, 21, 0, 0, 0, 0, 0, 0, 18, 42, 33516, 0), -(@Id+1817, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19198, 0, 21, 0, 0, 0, 0, 0, 0, 18, 48, 33517, 0), -(@Id+1818, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19198, 0, 21, 0, 0, 0, 0, 0, 0, 18, 43, 33518, 0), -(@Id+1819, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19198, 0, 21, 0, 0, 0, 0, 0, 0, 18, 50, 33519, 0), -(@Id+1820, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19198, 0, 21, 0, 0, 0, 0, 0, 0, 18, 44, 33520, 0), -(@Id+1821, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 33521, 0), -(@Id+1822, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 33524, 0), -(@Id+1823, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33544, 0), -(@Id+1824, 43, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0, 0, 0, 0, 15, 17, 33558, 1), -(@Id+1825, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 33558, 0), -(@Id+1826, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19224, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 33567, 0), -(@Id+1827, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 33568, 0), -(@Id+1828, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33595, 0), -(@Id+1829, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 33609, 0), -(@Id+1830, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 33610, 0), -(@Id+1831, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 33611, 0), -(@Id+1832, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 33612, 0), -(@Id+1833, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 33613, 0), -(@Id+1834, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19224, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 33614, 1), -(@Id+1835, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19224, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 33615, 2), -(@Id+1836, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19224, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 33616, 1), -(@Id+1837, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 33621, 0), -(@Id+1838, 6, 0, 7, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33629, 0), -(@Id+1839, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 7, 33635, 0), -(@Id+1840, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 18946, 0, 27, 0, 0, 0, 0, 0, 0, 0, 0, 33636, 0), -(@Id+1841, 35, 0, 152, 0, -21, 0, 1, 0, 1, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 1, 0, 33639, 0), -(@Id+1842, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, 0, 22, 15, 33645, 0), -(@Id+1843, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33673, 1), -(@Id+1844, 98, 0, 0, 0, 249, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33673, 0), -(@Id+1845, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19300, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 33677, 0), -(@Id+1846, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19301, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 33680, 0), -(@Id+1847, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19302, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 33681, 0), -(@Id+1848, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19303, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 33682, 0), -(@Id+1849, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19304, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 33683, 0), -(@Id+1850, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33687, 0), -(@Id+1851, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 33716, 1, 0, 33722, 2), -(@Id+1852, 6, 0, 25, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33722, 1), -(@Id+1853, 6, 0, 26, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33722, 0), -(@Id+1854, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 33730, 0), -(@Id+1855, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33734, 0), -(@Id+1856, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 30, 33761, 0), -(@Id+1857, 6, 0, 4, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 56, 0, 33765, 0), -(@Id+1858, 24, 0, 0, 0, 0, 0, 1, 0, 1, 24581, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33766, 0), -(@Id+1859, 24, 0, 0, 0, 0, 0, 1, 0, 1, 24579, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33767, 0), -(@Id+1860, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 30, 33769, 0), -(@Id+1861, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33797, 0), -(@Id+1862, 29, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 1, 47, 33801, 0), -(@Id+1863, 6, 0, 7, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 22, 30, 33815, 0), -(@Id+1864, 6, 0, 23, 15000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33823, 0), -(@Id+1865, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33842, 0), -(@Id+1866, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33843, 0), -(@Id+1867, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33845, 0), -(@Id+1868, 24, 0, 0, 0, 14, 0, 1, 0, 1, 28132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33892, 0), -(@Id+1869, 24, 0, 0, 0, 14, 0, 1, 0, 1, 28132, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 33893, 0), -(@Id+1870, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33897, 2), -(@Id+1871, 6, 0, 60, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33897, 1), -(@Id+1872, 6, 0, 61, 0, -21, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33901, 1), -(@Id+1873, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19418, 0, 29, 0, 0, 0, 0, 0, 0, 18, 0, 33901, 0), -(@Id+1874, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 33903, 1), -(@Id+1875, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19419, 0, 29, 0, 0, 0, 0, 0, 0, 48, 0, 33903, 0), -(@Id+1876, 29, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 1, 47, 33921, 0), -(@Id+1877, 98, 0, 0, 0, 56, 0, 1, 0, 37, 0, 0, 75, 0, 8, 0, 0, 0, 0, 0, 0, 22, 15, 33922, 1), -(@Id+1878, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19427, 0, 16, 0, 0, 0, 0, 0, 0, 32, 0, 33927, 0), -(@Id+1879, 42, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19431, 0, 0, 0, 0, 0, 0, 0, 0, 32, 0, 33931, 0), -(@Id+1880, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 33936, 0), -(@Id+1881, 6, 0, 23, 1000, 19, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12744, 1, 0, 33952, 0), -(@Id+1882, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 34015, 0), -(@Id+1883, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 34021, 0), -(@Id+1884, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 34022, 0), -(@Id+1885, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 34028, 0), -(@Id+1886, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 38, 0, 34029, 0), -(@Id+1887, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 18184, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34034, 0), -(@Id+1888, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 19480, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 34064, 0), -(@Id+1889, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 30, 34065, 0), -(@Id+1890, 6, 0, 47, 0, 14, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34081, 0), -(@Id+1891, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34084, 0), -(@Id+1892, 79, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 34103, 0), -(@Id+1893, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 38, 0, 34116, 0), -(@Id+1894, 6, 0, 23, 55000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26264, 1, 0, 34118, 0), -(@Id+1895, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34122, 0), -(@Id+1896, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 34124, 0), -(@Id+1897, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 15631, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 34125, 0), -(@Id+1898, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 18350, 1, 0, 34127, 0), -(@Id+1899, 6, 0, 201, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34134, 0), -(@Id+1900, 50, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 183510, 0, 8, 0, 0, 0, 0, 0, 0, 47, 0, 34147, 0), -(@Id+1901, 50, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 183511, 0, 8, 0, 0, 0, 0, 0, 0, 47, 0, 34148, 0), -(@Id+1902, 6, 0, 79, 0, -26, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34160, 1), -(@Id+1903, 6, 0, 61, 0, -16, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34160, 0), -(@Id+1904, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 34174, 0), -(@Id+1905, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 19577, 0, 16, 0, 0, 0, 0, 0, 0, 53, 0, 34175, 0), -(@Id+1906, 6, 0, 23, 30000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34188, 0), -(@Id+1907, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34192, 0), -(@Id+1908, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34193, 0), -(@Id+1909, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34194, 0), -(@Id+1910, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34195, 0), -(@Id+1911, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34196, 0), -(@Id+1912, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34197, 0), -(@Id+1913, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34198, 0), -(@Id+1914, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 34220, 0), -(@Id+1915, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34243, 1, 0, 34242, 0), -(@Id+1916, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34257, 1, 0, 34255, 0), -(@Id+1917, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 22, 7, 34257, 0), -(@Id+1918, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 30, 34265, 0), -(@Id+1919, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 34266, 0), -(@Id+1920, 56, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 19591, 0, 7, 0, 0, 0, 0, 0, 0, 32, 0, 34327, 0), -(@Id+1921, 56, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 19605, 0, 7, 0, 0, 0, 0, 0, 0, 32, 0, 34328, 0), -(@Id+1922, 24, 0, 0, 0, 0, 0, 1, 0, 0, 28048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34362, 0), -(@Id+1923, 6, 0, 87, 0, 99, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34364, 0), -(@Id+1924, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34369, 0), -(@Id+1925, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34377, 0), -(@Id+1926, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34405, 0), -(@Id+1927, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 7, 38, 34408, 0), -(@Id+1928, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 7, 0, 34434, 0), -(@Id+1929, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10211, 0, 18, 0, 0, 0, 0, 0, 0, 7, 0, 34443, 0), -(@Id+1930, 6, 0, 56, 0, 0, 0, 1, 0, 1, 0, 0, 19695, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34450, 0), -(@Id+1931, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 182072, 0, 16, 0, 0, 0, 0, 0, 0, 32, 0, 34521, 0), -(@Id+1932, 6, 0, 23, 1000, 19, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0.6, 0, 0, 0, 34528, 1, 0, 34527, 0), -(@Id+1933, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 34532, 0), -(@Id+1934, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 11, 0, 0, 0, 0, 0, 0, 22, 7, 34549, 2), -(@Id+1935, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 34549, 1), -(@Id+1936, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10231, 0, 11, 0, 0, 0, 0, 0, 0, 22, 7, 34549, 0), -(@Id+1937, 29, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 1, 44, 34572, 0), -(@Id+1938, 29, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 1, 41, 34573, 0), -(@Id+1939, 29, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 1, 47, 34575, 0), -(@Id+1940, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 38, 0, 34628, 0), -(@Id+1941, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 34651, 0), -(@Id+1942, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 38, 0, 34652, 0), -(@Id+1943, 46, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34668, 1), -(@Id+1944, 6, 0, 61, 0, -51, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 34668, 0), -(@Id+1945, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 22, 7, 34689, 0), -(@Id+1946, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 15, 34701, 0), -(@Id+1947, 6, 0, 22, 0, 499, 0, 1, 0, 1, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34703, 2), -(@Id+1948, 6, 0, 22, 0, -501, 0, 1, 0, 1, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34703, 1), -(@Id+1949, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 19928, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34703, 0), -(@Id+1950, 6, 0, 22, 0, 499, 0, 1, 0, 1, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34704, 2), -(@Id+1951, 6, 0, 22, 0, -501, 0, 1, 0, 1, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34704, 1), -(@Id+1952, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 19929, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34704, 0), -(@Id+1953, 6, 0, 22, 0, 499, 0, 1, 0, 1, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34705, 2), -(@Id+1954, 6, 0, 22, 0, -501, 0, 1, 0, 1, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34705, 1), -(@Id+1955, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 19930, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34705, 0), -(@Id+1956, 24, 0, 0, 0, 0, 0, 1, 0, 0, 28784, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 34706, 0), -(@Id+1957, 6, 0, 22, 0, 499, 0, 1, 0, 1, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34707, 2), -(@Id+1958, 6, 0, 22, 0, -501, 0, 1, 0, 1, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34707, 1), -(@Id+1959, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 19931, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34707, 0), -(@Id+1960, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 184005, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 34708, 0), -(@Id+1961, 6, 0, 22, 0, 499, 0, 1, 0, 1, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34710, 2), -(@Id+1962, 6, 0, 22, 0, -501, 0, 1, 0, 1, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34710, 1), -(@Id+1963, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 17980, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34710, 0), -(@Id+1964, 6, 0, 9, 0, -1, 0, 1, 0, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34711, 0), -(@Id+1965, 6, 0, 186, 0, -71, 0, 1, 0, 1, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34721, 2), -(@Id+1966, 6, 0, 185, 0, -71, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34721, 1), -(@Id+1967, 6, 0, 184, 0, -71, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34721, 0), -(@Id+1968, 6, 0, 6, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 34726, 0), -(@Id+1969, 6, 0, 23, 3000, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34756, 1, 0, 34755, 0), -(@Id+1970, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 34777, 0), -(@Id+1971, 6, 0, 23, 5000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34782, 1, 0, 34781, 0), -(@Id+1972, 6, 0, 42, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34794, 1, 0, 34792, 0), -(@Id+1973, 6, 0, 4, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 34805, 0), -(@Id+1974, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 20083, 0, 26, 0, 0, 0, 0, 0, 0, 48, 0, 34810, 0), -(@Id+1975, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 34813, 0), -(@Id+1976, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 20078, 0, 26, 0, 0, 0, 0, 0, 0, 47, 0, 34817, 0), -(@Id+1977, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 20078, 0, 26, 0, 0, 0, 0, 0, 0, 41, 0, 34818, 0), -(@Id+1978, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 20078, 0, 26, 0, 0, 0, 0, 0, 0, 44, 0, 34819, 0), -(@Id+1979, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 15, 34822, 0), -(@Id+1980, 6, 0, 39, 0, 0, 0, 1, 0, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34825, 0), -(@Id+1981, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 34843, 0), -(@Id+1982, 114, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 7, 34853, 1), -(@Id+1983, 6, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 7, 34853, 0), -(@Id+1984, 6, 0, 56, 0, -1, 0, 1, 0, 1, 0, 0, 21799, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34876, 0), -(@Id+1985, 6, 0, 23, 1000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34877, 25, 0, 34878, 0), -(@Id+1986, 63, 0, 0, 0, 9, 0, 1, 0, 1, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 22, 7, 34884, 0), -(@Id+1987, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34901, 0), -(@Id+1988, 63, 0, 0, 0, 9999, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 34915, 0), -(@Id+1989, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34929, 1, 0, 34928, 0), -(@Id+1990, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 34966, 0), -(@Id+1991, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 34989, 0), -(@Id+1992, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10299, 0, 18, 0, 0, 0, 0, 0, 0, 7, 0, 34993, 0), -(@Id+1993, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10211, 0, 18, 0, 0, 0, 0, 0, 0, 7, 0, 34994, 0), -(@Id+1994, 86, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 15, 0, 0, 0, 0, 0, 0, 0, 0, 40, 0, 34997, 0), -(@Id+1995, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 22, 30, 35006, 0), -(@Id+1996, 98, 0, 0, 0, 59, 0, 1, 0, 1, 0, 0, 60, 0, 13, 0, 0, 0, 0, 0, 0, 22, 30, 35019, 0), -(@Id+1997, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35023, 0), -(@Id+1998, 5, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 1, 47, 35051, 0), -(@Id+1999, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 35073, 0), -(@Id+2000, 6, 0, 4, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 56, 35094, 0), -(@Id+2001, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 35119, 0), -(@Id+2002, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 20392, 0, 9, 0, 0, 0, 0, 0, 0, 47, 0, 35127, 0), -(@Id+2003, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 19692, 0, 15, 0, 0, 0, 0, 0, 0, 41, 0, 35128, 0), -(@Id+2004, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 19692, 0, 15, 0, 0, 0, 0, 0, 0, 44, 0, 35130, 0), -(@Id+2005, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30023, 1, 0, 35134, 0), -(@Id+2006, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 20396, 0, 15, 0, 0, 0, 0, 0, 0, 32, 0, 35136, 0), -(@Id+2007, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 35138, 0), -(@Id+2008, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 20399, 0, 16, 0, 0, 0, 0, 0, 0, 32, 0, 35142, 0), -(@Id+2009, 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35143, 0), -(@Id+2010, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 20402, 0, 16, 0, 0, 0, 0, 0, 0, 32, 0, 35145, 0), -(@Id+2011, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 20403, 0, 16, 0, 0, 0, 0, 0, 0, 32, 0, 35146, 0), -(@Id+2012, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35151, 1, 0, 35148, 0), -(@Id+2013, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 20405, 0, 13, 0, 0, 0, 0, 0, 0, 41, 0, 35153, 0), -(@Id+2014, 6, 0, 105, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35154, 0), -(@Id+2015, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 35171, 0), -(@Id+2016, 6, 0, 23, 40000, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35159, 1, 0, 35173, 0), -(@Id+2017, 6, 0, 23, 40000, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35158, 1, 0, 35174, 0), -(@Id+2018, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10198, 0, 32, 0, 0, 0, 0, 0, 0, 7, 0, 35208, 0), -(@Id+2019, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 7, 35210, 0), -(@Id+2020, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10344, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 35237, 0), -(@Id+2021, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 35241, 0), -(@Id+2022, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 20479, 0, 8, 0, 0, 0, 0, 0, 0, 41, 0, 35256, 0), -(@Id+2023, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35263, 1, 0, 35264, 0), -(@Id+2024, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 35274, 0), -(@Id+2025, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 30, 35277, 0), -(@Id+2026, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35278, 1, 0, 35281, 0), -(@Id+2027, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35284, 0), -(@Id+2028, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35340, 0), -(@Id+2029, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 35343, 0), -(@Id+2030, 46, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35344, 1), -(@Id+2031, 6, 0, 18, 0, 99999, 0, 1, 0, 1, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35344, 0), -(@Id+2032, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 15, 35366, 0), -(@Id+2033, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 20562, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35368, 0), -(@Id+2034, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 184445, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 35374, 0), -(@Id+2035, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 20559, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35375, 0), -(@Id+2036, 24, 0, 0, 0, 0, 0, 1, 0, 0, 28455, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35378, 0), -(@Id+2037, 6, 0, 23, 1000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35381, 21, 0, 35379, 0), -(@Id+2038, 6, 0, 23, 120000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26264, 1, 0, 35384, 0), -(@Id+2039, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 35393, 0), -(@Id+2040, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 35398, 0), -(@Id+2041, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 35414, 0), -(@Id+2042, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 19759, 0, 9, 0, 0, 0, 0, 0, 0, 0, 0, 35430, 0), -(@Id+2043, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 1, 0, 35463, 0), -(@Id+2044, 60, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35467, 1), -(@Id+2045, 25, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35467, 0), -(@Id+2046, 6, 0, 23, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35487, 1, 0, 35469, 0), -(@Id+2047, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35479, 0), -(@Id+2048, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 35484, 0), -(@Id+2049, 6, 0, 112, 0, 0, 0, 1, 0, 0, 0, 0, 5273, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35485, 2), -(@Id+2050, 6, 0, 112, 0, 0, 0, 1, 0, 0, 0, 0, 5262, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35485, 1), -(@Id+2051, 6, 0, 112, 0, 0, 0, 1, 0, 0, 0, 0, 5261, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35485, 0), -(@Id+2052, 6, 0, 112, 0, 0, 0, 1, 0, 0, 0, 0, 5266, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35496, 0), -(@Id+2053, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 35503, 0), -(@Id+2054, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 13292, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35505, 0), -(@Id+2055, 6, 0, 112, 0, 0, 0, 1, 0, 0, 0, 0, 5804, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35586, 2), -(@Id+2056, 6, 0, 112, 0, 0, 0, 1, 0, 0, 0, 0, 5271, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35586, 1), -(@Id+2057, 6, 0, 112, 0, 0, 0, 1, 0, 0, 0, 0, 5272, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35586, 0), -(@Id+2058, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0, 0, 0, 0, 22, 15, 35642, 0), -(@Id+2059, 6, 0, 13, 0, 0, 0, 1, 0, 0, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35657, 2), -(@Id+2060, 6, 0, 99, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35657, 1), -(@Id+2061, 6, 0, 29, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35657, 0), -(@Id+2062, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35658, 2), -(@Id+2063, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35658, 1), -(@Id+2064, 6, 0, 29, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35658, 0), -(@Id+2065, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35659, 2), -(@Id+2066, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35659, 1), -(@Id+2067, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35659, 0), -(@Id+2068, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35660, 0), -(@Id+2069, 6, 0, 13, 0, 0, 0, 1, 0, 0, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35661, 2), -(@Id+2070, 6, 0, 99, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35661, 1), -(@Id+2071, 6, 0, 29, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35661, 0), -(@Id+2072, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35662, 2), -(@Id+2073, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35662, 1), -(@Id+2074, 6, 0, 29, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35662, 0), -(@Id+2075, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35663, 2), -(@Id+2076, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35663, 1), -(@Id+2077, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35663, 0), -(@Id+2078, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35664, 0), -(@Id+2079, 6, 0, 13, 0, 0, 0, 1, 0, 0, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35665, 2), -(@Id+2080, 6, 0, 99, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35665, 1), -(@Id+2081, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35665, 0), -(@Id+2082, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35666, 2), -(@Id+2083, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35666, 1), -(@Id+2084, 6, 0, 29, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35666, 0), -(@Id+2085, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35667, 2), -(@Id+2086, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35667, 1), -(@Id+2087, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35667, 0), -(@Id+2088, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35668, 0), -(@Id+2089, 6, 0, 13, 0, 0, 0, 1, 0, 0, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35669, 2), -(@Id+2090, 6, 0, 99, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35669, 1), -(@Id+2091, 6, 0, 29, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35669, 0), -(@Id+2092, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35670, 2), -(@Id+2093, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35670, 1), -(@Id+2094, 6, 0, 29, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35670, 0), -(@Id+2095, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35671, 2), -(@Id+2096, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35671, 1), -(@Id+2097, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35671, 0), -(@Id+2098, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35672, 0), -(@Id+2099, 6, 0, 13, 0, 0, 0, 1, 0, 0, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35674, 2), -(@Id+2100, 6, 0, 99, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35674, 1), -(@Id+2101, 6, 0, 29, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35674, 0), -(@Id+2102, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35675, 2), -(@Id+2103, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35675, 1), -(@Id+2104, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35675, 0), -(@Id+2105, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35676, 2), -(@Id+2106, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35676, 1), -(@Id+2107, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35676, 0), -(@Id+2108, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35677, 0), -(@Id+2109, 6, 0, 23, 1000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35679, 21, 0, 35678, 0), -(@Id+2110, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10406, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 35680, 0), -(@Id+2111, 41, 0, 0, 0, 7, 0, 1, 0, 3, 0, 0, 20806, 0, 7, 0, 0, 0, 0, 0, 0, 18, 0, 35687, 0), -(@Id+2112, 41, 0, 0, 0, 7, 0, 1, 0, 3, 0, 0, 20805, 0, 7, 0, 0, 0, 0, 0, 0, 18, 0, 35688, 0), -(@Id+2113, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 35689, 0), -(@Id+2114, 24, 0, 0, 0, 0, 0, 1, 0, 0, 28455, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35690, 0), -(@Id+2115, 42, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 20710, 0, 26, 0, 0, 0, 0, 0, 0, 42, 0, 35721, 0), -(@Id+2116, 42, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 20710, 0, 26, 0, 0, 0, 0, 0, 0, 43, 0, 35722, 0), -(@Id+2117, 42, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 20710, 0, 26, 0, 0, 0, 0, 0, 0, 48, 0, 35723, 0), -(@Id+2118, 6, 0, 39, 0, -1, 0, 1, 0, 1, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35729, 0), -(@Id+2119, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 628, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 35731, 0), -(@Id+2120, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 20845, 0, 16, 0, 0, 0, 0, 0, 0, 48, 0, 35737, 0), -(@Id+2121, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10409, 0, 31, 0, 0, 0, 0, 0, 0, 7, 0, 35762, 0), -(@Id+2122, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 7, 35765, 0), -(@Id+2123, 6, 0, 10, 0, 99, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35773, 0), -(@Id+2124, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 35852, 0), -(@Id+2125, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21002, 0, 13, 0, 0, 0, 0, 0, 0, 47, 0, 35861, 0), -(@Id+2126, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21002, 0, 13, 0, 0, 0, 0, 0, 0, 50, 0, 35862, 0), -(@Id+2127, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21002, 0, 13, 0, 0, 0, 0, 0, 0, 49, 0, 35863, 0), -(@Id+2128, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21002, 0, 13, 0, 0, 0, 0, 0, 0, 48, 0, 35864, 0), -(@Id+2129, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 15, 35880, 0), -(@Id+2130, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 25, 0, 35881, 0), -(@Id+2131, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35883, 0), -(@Id+2132, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35884, 0), -(@Id+2133, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35885, 0), -(@Id+2134, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 20405, 0, 13, 0, 0, 0, 0, 0, 0, 44, 0, 35904, 0), -(@Id+2135, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 20405, 0, 13, 0, 0, 0, 0, 0, 0, 42, 0, 35905, 0), -(@Id+2136, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 20405, 0, 13, 0, 0, 0, 0, 0, 0, 43, 0, 35906, 0), -(@Id+2137, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 35934, 0), -(@Id+2138, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21044, 0, 13, 0, 0, 0, 0, 0, 0, 32, 0, 35937, 0), -(@Id+2139, 98, 0, 0, 0, 399, 0, 1, 0, 101, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35938, 0), -(@Id+2140, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 21035, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 35939, 0), -(@Id+2141, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 36014, 0), -(@Id+2142, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36019, 0), -(@Id+2143, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 38, 0, 36024, 0), -(@Id+2144, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21073, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 36026, 0), -(@Id+2145, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 20796, 0, 9, 0, 0, 0, 0, 0, 0, 47, 0, 36036, 0), -(@Id+2146, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36042, 2), -(@Id+2147, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36042, 1), -(@Id+2148, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21077, 0, 29, 0, 0, 0, 0, 0, 0, 48, 0, 36042, 0), -(@Id+2149, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36043, 2), -(@Id+2150, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36043, 1), -(@Id+2151, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21077, 0, 29, 0, 0, 0, 0, 0, 0, 43, 0, 36043, 0), -(@Id+2152, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36044, 2), -(@Id+2153, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36044, 1), -(@Id+2154, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21077, 0, 29, 0, 0, 0, 0, 0, 0, 42, 0, 36044, 0), -(@Id+2155, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36045, 2), -(@Id+2156, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36045, 1), -(@Id+2157, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21078, 0, 29, 0, 0, 0, 0, 0, 0, 48, 0, 36045, 0), -(@Id+2158, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36046, 2), -(@Id+2159, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36046, 1), -(@Id+2160, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21078, 0, 29, 0, 0, 0, 0, 0, 0, 43, 0, 36046, 0), -(@Id+2161, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36047, 2), -(@Id+2162, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36047, 1), -(@Id+2163, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21078, 0, 29, 0, 0, 0, 0, 0, 0, 42, 0, 36047, 0), -(@Id+2164, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36048, 2), -(@Id+2165, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36048, 1), -(@Id+2166, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21079, 0, 29, 0, 0, 0, 0, 0, 0, 48, 0, 36048, 0), -(@Id+2167, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36049, 2), -(@Id+2168, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36049, 1), -(@Id+2169, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21079, 0, 29, 0, 0, 0, 0, 0, 0, 43, 0, 36049, 0), -(@Id+2170, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36050, 2), -(@Id+2171, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36050, 1), -(@Id+2172, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21079, 0, 29, 0, 0, 0, 0, 0, 0, 42, 0, 36050, 0), -(@Id+2173, 6, 0, 177, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 7, 36053, 0), -(@Id+2174, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 36063, 0), -(@Id+2175, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 36087, 0), -(@Id+2176, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36108, 27, 0, 36106, 0), -(@Id+2177, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21097, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 36112, 0), -(@Id+2178, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36117, 27, 0, 36116, 0), -(@Id+2179, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21109, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 36168, 0), -(@Id+2180, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36171, 27, 0, 36172, 0), -(@Id+2181, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21116, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 36180, 0), -(@Id+2182, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36182, 27, 0, 36183, 0), -(@Id+2183, 6, 0, 31, 0, 9, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36184, 1), -(@Id+2184, 6, 0, 61, 0, 19, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36184, 0), -(@Id+2185, 6, 0, 13, 0, 0, 0, 1, 0, 0, 0, 0, 126, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36186, 2), -(@Id+2186, 6, 0, 99, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36186, 1), -(@Id+2187, 6, 0, 29, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36186, 0), -(@Id+2188, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36188, 2), -(@Id+2189, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36188, 1), -(@Id+2190, 6, 0, 29, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36188, 0), -(@Id+2191, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36189, 2), -(@Id+2192, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36189, 1), -(@Id+2193, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36189, 0), -(@Id+2194, 6, 0, 85, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36190, 1), -(@Id+2195, 6, 0, 22, 0, 0, 0, 1, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36190, 0), -(@Id+2196, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 36192, 0), -(@Id+2197, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 36195, 0), -(@Id+2198, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 36202, 0), -(@Id+2199, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36215, 0), -(@Id+2200, 6, 0, 139, 0, 2, 0, 1, 0, 1, 0, 0, 1006, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36216, 0), -(@Id+2201, 6, 0, 139, 0, 2, 0, 1, 0, 1, 0, 0, 1007, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36217, 0), -(@Id+2202, 6, 0, 139, 0, 2, 0, 1, 0, 1, 0, 0, 1008, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36218, 0), -(@Id+2203, 6, 0, 139, 0, 2, 0, 1, 0, 1, 0, 0, 1009, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36219, 0), -(@Id+2204, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21134, 0, 0, 0, 0, 0, 0, 0, 0, 47, 0, 36221, 0), -(@Id+2205, 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 36222, 0), -(@Id+2206, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 7, 36223, 0), -(@Id+2207, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21137, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 36229, 0), -(@Id+2208, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 184658, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 36230, 0), -(@Id+2209, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21136, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 36231, 0), -(@Id+2210, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21138, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 36232, 0), -(@Id+2211, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21139, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 36233, 0), -(@Id+2212, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21140, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 36234, 0), -(@Id+2213, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21104, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 36235, 0), -(@Id+2214, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21148, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 36236, 0), -(@Id+2215, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 17, 36272, 0), -(@Id+2216, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 17, 36273, 0), -(@Id+2217, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36288, 1, 0, 36287, 0), -(@Id+2218, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36294, 0), -(@Id+2219, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36303, 0), -(@Id+2220, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 7, 36309, 0), -(@Id+2221, 24, 0, 0, 0, 4, 0, 1, 0, 1, 30309, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 36377, 0), -(@Id+2222, 41, 0, 0, 0, 2, 0, 1, 0, 3, 0, 0, 21204, 0, 29, 0, 0, 0, 0, 0, 0, 32, 0, 36379, 0), -(@Id+2223, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 7, 36388, 0), -(@Id+2224, 63, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 22, 7, 36403, 0), -(@Id+2225, 6, 0, 18, 0, 99999, 0, 1, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36407, 0), -(@Id+2226, 35, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 1, 0, 36419, 0), -(@Id+2227, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 36420, 0), -(@Id+2228, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21241, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 36421, 0), -(@Id+2229, 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36445, 1, 0, 36443, 0), -(@Id+2230, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 22, 7, 36445, 0), -(@Id+2231, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36451, 0), -(@Id+2232, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36454, 0), -(@Id+2233, 77, 0, 0, 0, 49, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36466, 0), -(@Id+2234, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 38, 0, 36485, 0), -(@Id+2235, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36491, 0), -(@Id+2236, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36491, 1, 0, 36492, 0), -(@Id+2237, 6, 0, 87, 0, -91, 0, 1, 0, 1, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36493, 0), -(@Id+2238, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36505, 1, 0, 36504, 0), -(@Id+2239, 63, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 7, 36505, 0), -(@Id+2240, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21290, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 36521, 0), -(@Id+2241, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9645, 0, 31, 0, 0, 0, 0, 0, 0, 7, 0, 36547, 0), -(@Id+2242, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36551, 0), -(@Id+2243, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36557, 0), -(@Id+2244, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36560, 0), -(@Id+2245, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36038, 1, 0, 36564, 0), -(@Id+2246, 6, 0, 23, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35754, 1, 0, 36566, 0); -INSERT INTO `spelleffect_dbc` (`Id`, `Effect`, `EffectValueMultiplier`, `EffectApplyAuraName`, `EffectAmplitude`, `EffectBasePoints`, `EffectBonusMultiplier`, `EffectDamageMultiplier`, `EffectChainTarget`, `EffectDieSides`, `EffectItemType`, `EffectMechanic`, `EffectMiscValue`, `EffectMiscValueB`, `EffectRadiusIndex`, `EffectRadiusIndexMax`, `EffectRealPointsPerLevel`, `EffectSpellClassMaskA`, `EffectSpellClassMaskB`, `EffectSpellClassMaskC`, `EffectTriggerSpell`, `EffectImplicitTargetA`, `EffectImplicitTargetB`, `EffectSpellId`, `EffectIndex`) VALUES -(@Id+2247, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10525, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36569, 0), -(@Id+2248, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36579, 2), -(@Id+2249, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36579, 1), -(@Id+2250, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21323, 0, 29, 0, 0, 0, 0, 0, 0, 48, 0, 36579, 0), -(@Id+2251, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36580, 1, 0, 36581, 0), -(@Id+2252, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36584, 2), -(@Id+2253, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36584, 1), -(@Id+2254, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21323, 0, 29, 0, 0, 0, 0, 0, 0, 42, 0, 36584, 0), -(@Id+2255, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36585, 2), -(@Id+2256, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36585, 1), -(@Id+2257, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21323, 0, 29, 0, 0, 0, 0, 0, 0, 43, 0, 36585, 0), -(@Id+2258, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36595, 2), -(@Id+2259, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36595, 1), -(@Id+2260, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21328, 0, 29, 0, 0, 0, 0, 0, 0, 48, 0, 36595, 0), -(@Id+2261, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36596, 2), -(@Id+2262, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36596, 1), -(@Id+2263, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21328, 0, 29, 0, 0, 0, 0, 0, 0, 42, 0, 36596, 0), -(@Id+2264, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36597, 2), -(@Id+2265, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36597, 1), -(@Id+2266, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21328, 0, 29, 0, 0, 0, 0, 0, 0, 43, 0, 36597, 0), -(@Id+2267, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 184752, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 36598, 0), -(@Id+2268, 6, 0, 42, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36601, 1, 0, 36600, 0), -(@Id+2269, 77, 0, 0, 0, 36605, 0, 1, 0, 1, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 7, 36605, 0), -(@Id+2270, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35963, 1, 0, 36610, 0), -(@Id+2271, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36615, 1, 0, 36614, 0), -(@Id+2272, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 7, 36615, 0), -(@Id+2273, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 20427, 0, 8, 0, 0, 0, 0, 0, 0, 63, 0, 36616, 1), -(@Id+2274, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 36616, 0), -(@Id+2275, 6, 0, 23, 1000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36620, 21, 0, 36618, 0), -(@Id+2276, 42, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21335, 0, 7, 0, 0, 0, 0, 0, 0, 65, 0, 36626, 0), -(@Id+2277, 6, 0, 31, 0, 199, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36666, 0), -(@Id+2278, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36685, 0), -(@Id+2279, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 38, 0, 36687, 0), -(@Id+2280, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 38, 0, 36688, 0), -(@Id+2281, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 38, 0, 36689, 0), -(@Id+2282, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 184684, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 36691, 0), -(@Id+2283, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36715, 0), -(@Id+2284, 6, 0, 18, 0, 9999, 0, 1, 0, 1, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36724, 1), -(@Id+2285, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21364, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 36724, 0), -(@Id+2286, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 36726, 0), -(@Id+2287, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 36793, 0), -(@Id+2288, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 36794, 0), -(@Id+2289, 24, 0, 0, 0, 4, 0, 1, 0, 1, 30499, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 36799, 0), -(@Id+2290, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21419, 0, 16, 0, 0, 0, 0, 0, 0, 46, 0, 36818, 0), -(@Id+2291, 6, 0, 12, 0, 36852, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36850, 0), -(@Id+2292, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 36853, 0), -(@Id+2293, 77, 0, 0, 0, 49, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 36855, 0), -(@Id+2294, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21394, 0, 0, 0, 0, 0, 0, 0, 0, 17, 0, 36865, 0), -(@Id+2295, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 7, 36869, 0), -(@Id+2296, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 7, 36870, 0), -(@Id+2297, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 36874, 0), -(@Id+2298, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 36875, 0), -(@Id+2299, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 38, 0, 36898, 0), -(@Id+2300, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 15, 36925, 0), -(@Id+2301, 77, 0, 0, 0, 65, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36928, 0), -(@Id+2302, 77, 0, 0, 0, 32, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36930, 0), -(@Id+2303, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 1, 72, 36933, 0), -(@Id+2304, 6, 0, 18, 0, 999, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36934, 2), -(@Id+2305, 6, 0, 31, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36934, 1), -(@Id+2306, 6, 0, 5, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36934, 0), -(@Id+2307, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36942, 0), -(@Id+2308, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36974, 1, 0, 36975, 0), -(@Id+2309, 6, 0, 31, 0, 899, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 36993, 0), -(@Id+2310, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37010, 0), -(@Id+2311, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37025, 0), -(@Id+2312, 112, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21508, 0, 15, 0, 0, 0, 0, 0, 0, 72, 0, 37026, 0), -(@Id+2313, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30023, 1, 0, 37061, 1), -(@Id+2314, 129, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0, 0, 0, 30023, 1, 0, 37061, 0), -(@Id+2315, 24, 0, 0, 0, 0, 0, 1, 0, 0, 30616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 37064, 0), -(@Id+2316, 6, 0, 23, 9000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30425, 1, 0, 37070, 0), -(@Id+2317, 24, 0, 0, 0, 0, 0, 1, 0, 0, 30632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 37084, 0), -(@Id+2318, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 37085, 1), -(@Id+2319, 24, 0, 0, 0, 2, 0, 1, 0, 1, 29024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 37085, 0), -(@Id+2320, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 37086, 1), -(@Id+2321, 24, 0, 0, 0, 0, 0, 1, 0, 1, 29024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 37086, 0), -(@Id+2322, 6, 0, 103, 0, -200001, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 37088, 0), -(@Id+2323, 24, 0, 0, 0, 0, 0, 1, 0, 0, 30639, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 37100, 0), -(@Id+2324, 6, 0, 23, 5000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37103, 1, 0, 37101, 0), -(@Id+2325, 124, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 150, 0, 30, 0, 0, 0, 0, 0, 0, 22, 7, 37105, 0), -(@Id+2326, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 37127, 1), -(@Id+2327, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 37127, 0), -(@Id+2328, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 37130, 0), -(@Id+2329, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37137, 0), -(@Id+2330, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21697, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 37177, 0), -(@Id+2331, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21698, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 37178, 0), -(@Id+2332, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10297, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37215, 0), -(@Id+2333, 24, 0, 0, 0, 0, 0, 1, 0, 0, 30658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 37244, 0), -(@Id+2334, 24, 0, 0, 0, 0, 0, 1, 0, 0, 30659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 37245, 0), -(@Id+2335, 6, 0, 31, 0, 249, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37246, 2), -(@Id+2336, 6, 0, 32, 0, 249, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37246, 1), -(@Id+2337, 6, 0, 206, 0, 249, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37246, 0), -(@Id+2338, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, 0, 0, 0, 0, 0, 0, 22, 15, 37269, 0), -(@Id+2339, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37280, 0), -(@Id+2340, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 37308, 0), -(@Id+2341, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 15, 37326, 0), -(@Id+2342, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 21419, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37347, 0), -(@Id+2343, 3, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 7, 37356, 0), -(@Id+2344, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 37357, 1), -(@Id+2345, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 37358, 0), -(@Id+2346, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 184926, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 37373, 0), -(@Id+2347, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21761, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 37394, 0), -(@Id+2348, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 184928, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 37403, 0), -(@Id+2349, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 10594, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37415, 0), -(@Id+2350, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 184942, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 37419, 0), -(@Id+2351, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 7, 37442, 1), -(@Id+2352, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 7, 37442, 0), -(@Id+2353, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 12581, 0, 7, 0, 0, 0, 0, 0, 0, 22, 32, 37457, 0), -(@Id+2354, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 37458, 0), -(@Id+2355, 6, 0, 23, 20000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37489, 1, 0, 37490, 0), -(@Id+2356, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37491, 0), -(@Id+2357, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 13852, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37492, 1), -(@Id+2358, 6, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37492, 0), -(@Id+2359, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 37524, 0), -(@Id+2360, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 60, 0, 37534, 0), -(@Id+2361, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21812, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 37545, 0), -(@Id+2362, 6, 0, 56, 0, 0, 0, 1, 0, 1, 0, 0, 21829, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37562, 0), -(@Id+2363, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 18, 0, 37575, 0), -(@Id+2364, 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 22, 30, 37576, 0), -(@Id+2365, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21818, 0, 7, 0, 0, 0, 0, 0, 0, 72, 0, 37606, 0), -(@Id+2366, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 38, 0, 37639, 0), -(@Id+2367, 6, 0, 79, 0, 499, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37643, 0), -(@Id+2368, 6, 0, 133, 0, 499, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37644, 0), -(@Id+2369, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 60, 0, 37653, 0), -(@Id+2370, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37659, 0), -(@Id+2371, 135, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 47, 0, 37663, 0), -(@Id+2372, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37677, 0), -(@Id+2373, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 60, 0, 37680, 0), -(@Id+2374, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 60, 0, 37682, 0), -(@Id+2375, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 60, 0, 37684, 0), -(@Id+2376, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 37686, 0), -(@Id+2377, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 60, 0, 37687, 0), -(@Id+2378, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 37698, 0), -(@Id+2379, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 37699, 0), -(@Id+2380, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 7, 37701, 0), -(@Id+2381, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 22, 7, 37702, 0), -(@Id+2382, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 60, 0, 37703, 1), -(@Id+2383, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 60, 0, 37703, 0), -(@Id+2384, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 60, 0, 37707, 0), -(@Id+2385, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 60, 0, 37708, 0), -(@Id+2386, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 7, 0, 37715, 0), -(@Id+2387, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 37724, 0), -(@Id+2388, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 37725, 1), -(@Id+2389, 6, 0, 139, 0, 0, 0, 1, 0, 1, 0, 0, 1018, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 37725, 0), -(@Id+2390, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 37726, 1), -(@Id+2391, 6, 0, 139, 0, 0, 0, 1, 0, 1, 0, 0, 1019, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 37726, 0), -(@Id+2392, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 37731, 1), -(@Id+2393, 6, 0, 139, 0, 0, 0, 1, 0, 1, 0, 0, 1020, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 37731, 0), -(@Id+2394, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 37732, 1), -(@Id+2395, 6, 0, 139, 0, 0, 0, 1, 0, 1, 0, 0, 1021, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 37732, 0), -(@Id+2396, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 37733, 1), -(@Id+2397, 6, 0, 139, 0, 0, 0, 1, 0, 1, 0, 0, 1022, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 37733, 0), -(@Id+2398, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21857, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 37735, 0), -(@Id+2399, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37741, 0), -(@Id+2400, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 7, 0, 37753, 1), -(@Id+2401, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 9, 0, 0, 0, 0, 0, 0, 7, 0, 37753, 0), -(@Id+2402, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 60, 0, 37756, 1), -(@Id+2403, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 60, 0, 37756, 0), -(@Id+2404, 6, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37757, 0), -(@Id+2405, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21870, 0, 7, 0, 0, 0, 0, 0, 0, 32, 0, 37758, 0), -(@Id+2406, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 37765, 0), -(@Id+2407, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21920, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37766, 0), -(@Id+2408, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 7, 0, 37767, 1), -(@Id+2409, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 7, 0, 37767, 0), -(@Id+2410, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37748, 25, 0, 37769, 0), -(@Id+2411, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 38, 0, 37771, 0), -(@Id+2412, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21920, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37772, 0), -(@Id+2413, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21874, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37773, 0), -(@Id+2414, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21874, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37774, 0), -(@Id+2415, 6, 0, 61, 0, -91, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37780, 0), -(@Id+2416, 112, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21875, 0, 16, 0, 0, 0, 0, 0, 0, 18, 0, 37781, 0), -(@Id+2417, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 21871, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37782, 0), -(@Id+2418, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 22, 7, 37783, 0), -(@Id+2419, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 22, 7, 37785, 0), -(@Id+2420, 6, 0, 25, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37791, 2), -(@Id+2421, 46, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37791, 0), -(@Id+2422, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37812, 1), -(@Id+2423, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21877, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37812, 0), -(@Id+2424, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 22, 15, 37814, 0), -(@Id+2425, 6, 0, 23, 500, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 37814, 1, 0, 37815, 0), -(@Id+2426, 6, 0, 23, 500, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 30023, 1, 0, 37827, 0), -(@Id+2427, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 7, 37828, 0), -(@Id+2428, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21910, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37829, 0), -(@Id+2429, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 7, 37831, 1), -(@Id+2430, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 7, 37831, 0), -(@Id+2431, 6, 0, 93, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37832, 0), -(@Id+2432, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 20156, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37835, 0), -(@Id+2433, 6, 0, 23, 30000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26264, 1, 0, 37845, 0), -(@Id+2434, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 37866, 0), -(@Id+2435, 6, 0, 4, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 22, 15, 37870, 0), -(@Id+2436, 79, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37872, 0), -(@Id+2437, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 185011, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 37900, 0), -(@Id+2438, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 37901, 0), -(@Id+2439, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 7, 37902, 0), -(@Id+2440, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21929, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 37903, 0), -(@Id+2441, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 37909, 0), -(@Id+2442, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21874, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37911, 0), -(@Id+2443, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21874, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37912, 0), -(@Id+2444, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21874, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37914, 0), -(@Id+2445, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 37915, 0), -(@Id+2446, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21874, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37916, 0), -(@Id+2447, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21920, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37923, 0), -(@Id+2448, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21920, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37925, 0), -(@Id+2449, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21920, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37926, 0), -(@Id+2450, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21920, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37927, 0), -(@Id+2451, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21920, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37928, 0), -(@Id+2452, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21920, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37929, 0), -(@Id+2453, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21920, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37931, 0), -(@Id+2454, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21920, 0, 16, 0, 0, 0, 0, 0, 0, 17, 0, 37932, 0), -(@Id+2455, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 37938, 0), -(@Id+2456, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 37943, 0), -(@Id+2457, 6, 0, 79, 0, -31, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37947, 2), -(@Id+2458, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37947, 1), -(@Id+2459, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21936, 0, 29, 0, 0, 0, 0, 0, 0, 48, 0, 37947, 0), -(@Id+2460, 6, 0, 79, 0, -31, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37948, 2), -(@Id+2461, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37948, 1), -(@Id+2462, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21936, 0, 29, 0, 0, 0, 0, 0, 0, 42, 0, 37948, 0), -(@Id+2463, 6, 0, 79, 0, -31, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37949, 2), -(@Id+2464, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37949, 1), -(@Id+2465, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21936, 0, 29, 0, 0, 0, 0, 0, 0, 43, 0, 37949, 0), -(@Id+2466, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 37953, 0), -(@Id+2467, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 37955, 0), -(@Id+2468, 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 185033, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 37957, 0), -(@Id+2469, 6, 0, 61, 0, -100, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37963, 0), -(@Id+2470, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 17, 37969, 0), -(@Id+2471, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 37971, 0), -(@Id+2472, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37977, 0), -(@Id+2473, 24, 0, 0, 0, 0, 0, 1, 0, 0, 30847, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 38005, 0), -(@Id+2474, 6, 0, 19, 0, 4999, 0, 1, 0, 1, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38013, 0), -(@Id+2475, 6, 0, 23, 10000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38017, 1, 0, 38018, 0), -(@Id+2476, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 21958, 0, 8, 0, 0, 0, 0, 0, 0, 72, 0, 38019, 0), -(@Id+2477, 6, 0, 23, 10000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38037, 1, 0, 38036, 0), -(@Id+2478, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 22, 7, 38037, 0), -(@Id+2479, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 22, 7, 38038, 0), -(@Id+2480, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 22, 7, 38039, 0), -(@Id+2481, 6, 0, 23, 10000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38038, 1, 0, 38040, 0), -(@Id+2482, 6, 0, 23, 10000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38039, 1, 0, 38041, 0), -(@Id+2483, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38061, 1, 0, 38060, 0), -(@Id+2484, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 38062, 0), -(@Id+2485, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 38077, 0), -(@Id+2486, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 38079, 0), -(@Id+2487, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 38096, 0), -(@Id+2488, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 38098, 0), -(@Id+2489, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 15242, 0, 36, 0, 0, 0, 0, 0, 0, 18, 0, 38111, 0), -(@Id+2490, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2615, 0, 29, 0, 0, 0, 0, 0, 0, 18, 0, 38114, 0), -(@Id+2491, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38117, 0), -(@Id+2492, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21976, 0, 36, 0, 0, 0, 0, 0, 0, 18, 0, 38118, 0), -(@Id+2493, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2615, 0, 29, 0, 0, 0, 0, 0, 0, 18, 0, 38124, 0), -(@Id+2494, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38131, 0), -(@Id+2495, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22008, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 38137, 0), -(@Id+2496, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 38140, 0), -(@Id+2497, 24, 0, 0, 0, 0, 0, 1, 0, 0, 31108, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 38172, 0), -(@Id+2498, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2614, 0, 29, 0, 0, 0, 0, 0, 0, 18, 0, 38179, 0), -(@Id+2499, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2614, 0, 29, 0, 0, 0, 0, 0, 0, 18, 0, 38180, 0), -(@Id+2500, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 15241, 0, 36, 0, 0, 0, 0, 0, 0, 18, 0, 38181, 0), -(@Id+2501, 6, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 38186, 0), -(@Id+2502, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22036, 0, 13, 0, 0, 0, 0, 0, 0, 44, 0, 38188, 0), -(@Id+2503, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22036, 0, 13, 0, 0, 0, 0, 0, 0, 41, 0, 38189, 0), -(@Id+2504, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22036, 0, 13, 0, 0, 0, 0, 0, 0, 42, 0, 38190, 0), -(@Id+2505, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22036, 0, 13, 0, 0, 0, 0, 0, 0, 43, 0, 38191, 0), -(@Id+2506, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38192, 0), -(@Id+2507, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22035, 0, 13, 0, 0, 0, 0, 0, 0, 41, 0, 38198, 0), -(@Id+2508, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22035, 0, 13, 0, 0, 0, 0, 0, 0, 44, 0, 38199, 0), -(@Id+2509, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22035, 0, 13, 0, 0, 0, 0, 0, 0, 42, 0, 38200, 0), -(@Id+2510, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22035, 0, 13, 0, 0, 0, 0, 0, 0, 43, 0, 38201, 0), -(@Id+2511, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 38211, 0), -(@Id+2512, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22051, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38228, 0), -(@Id+2513, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 38241, 0), -(@Id+2514, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22056, 0, 8, 0, 0, 0, 0, 0, 0, 72, 0, 38242, 0), -(@Id+2515, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22009, 0, 8, 0, 0, 0, 0, 0, 0, 72, 0, 38244, 0), -(@Id+2516, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22055, 0, 8, 0, 0, 0, 0, 0, 0, 72, 0, 38247, 0), -(@Id+2517, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 38248, 0), -(@Id+2518, 24, 0, 0, 0, 0, 0, 1, 0, 0, 31310, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 38251, 0), -(@Id+2519, 24, 0, 0, 0, 0, 0, 1, 0, 0, 30540, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 38255, 0), -(@Id+2520, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21974, 0, 29, 0, 0, 0, 0, 0, 0, 18, 0, 38261, 0), -(@Id+2521, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22064, 0, 36, 0, 0, 0, 0, 0, 0, 18, 0, 38266, 0), -(@Id+2522, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22067, 0, 36, 0, 0, 0, 0, 0, 0, 18, 0, 38268, 0), -(@Id+2523, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22069, 0, 29, 0, 0, 0, 0, 0, 0, 18, 0, 38270, 0), -(@Id+2524, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22071, 0, 29, 0, 0, 0, 0, 0, 0, 18, 0, 38271, 0), -(@Id+2525, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22077, 0, 36, 0, 0, 0, 0, 0, 0, 18, 0, 38278, 0), -(@Id+2526, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22078, 0, 29, 0, 0, 0, 0, 0, 0, 18, 0, 38283, 0), -(@Id+2527, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22085, 0, 36, 0, 0, 0, 0, 0, 0, 18, 0, 38286, 0), -(@Id+2528, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22086, 0, 29, 0, 0, 0, 0, 0, 0, 18, 0, 38287, 0), -(@Id+2529, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22089, 0, 36, 0, 0, 0, 0, 0, 0, 18, 0, 38288, 0), -(@Id+2530, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 2614, 0, 29, 0, 0, 0, 0, 0, 0, 18, 0, 38291, 0), -(@Id+2531, 6, 0, 23, 1000, 19, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 12744, 1, 0, 38323, 0), -(@Id+2532, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 38352, 0), -(@Id+2533, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 8, 0, 38355, 0), -(@Id+2534, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38359, 0), -(@Id+2535, 76, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 185133, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 38375, 0), -(@Id+2536, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 38381, 1), -(@Id+2537, 2, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 38381, 0), -(@Id+2538, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22122, 0, 36, 0, 0, 0, 0, 0, 0, 18, 0, 38402, 0), -(@Id+2539, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22124, 0, 29, 0, 0, 0, 0, 0, 0, 18, 0, 38403, 0), -(@Id+2540, 6, 0, 23, 4000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38405, 1, 0, 38404, 0), -(@Id+2541, 6, 0, 61, 0, 14, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38405, 1), -(@Id+2542, 6, 0, 79, 0, 19, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38405, 0), -(@Id+2543, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 26886, 1, 0, 38409, 0), -(@Id+2544, 6, 0, 23, 30000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 29878, 1, 0, 38423, 1), -(@Id+2545, 6, 0, 23, 29000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38419, 1, 0, 38423, 0), -(@Id+2546, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22131, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 38440, 0), -(@Id+2547, 6, 0, 23, 2000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38360, 1, 0, 38450, 1), -(@Id+2548, 63, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 38450, 0), -(@Id+2549, 6, 0, 4, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38454, 0), -(@Id+2550, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22140, 0, 28, 0, 0, 0, 0, 0, 0, 17, 0, 38489, 0), -(@Id+2551, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22140, 0, 28, 0, 0, 0, 0, 0, 0, 17, 0, 38490, 0), -(@Id+2552, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22140, 0, 28, 0, 0, 0, 0, 0, 0, 17, 0, 38492, 0), -(@Id+2553, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22140, 0, 28, 0, 0, 0, 0, 0, 0, 17, 0, 38493, 0), -(@Id+2554, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22161, 0, 16, 0, 0, 0, 0, 0, 0, 53, 0, 38512, 0), -(@Id+2555, 6, 0, 147, 0, 0, 0, 1, 0, 0, 0, 0, 215, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38514, 2), -(@Id+2556, 6, 0, 136, 0, 999, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38514, 1), -(@Id+2557, 6, 0, 79, 0, 199, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38514, 0), -(@Id+2558, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38521, 1, 0, 38518, 0), -(@Id+2559, 98, 0, 0, 0, 112, 0, 1, 0, 75, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 22, 15, 38521, 1), -(@Id+2560, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38525, 0), -(@Id+2561, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38527, 0), -(@Id+2562, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 38529, 0), -(@Id+2563, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 38532, 0), -(@Id+2564, 6, 0, 23, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38548, 1, 0, 38545, 0), -(@Id+2565, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38547, 0), -(@Id+2566, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 38548, 0), -(@Id+2567, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38578, 0), -(@Id+2568, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22210, 0, 16, 0, 0, 0, 0, 0, 0, 32, 0, 38587, 0), -(@Id+2569, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38600, 0), -(@Id+2570, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 38, 0, 38640, 0), -(@Id+2571, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22250, 0, 8, 0, 0, 0, 0, 0, 0, 72, 0, 38651, 0), -(@Id+2572, 24, 0, 0, 0, 0, 0, 1, 0, 1, 22781, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 38656, 0), -(@Id+2573, 6, 0, 34, 0, 29999, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38662, 0), -(@Id+2574, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38666, 0), -(@Id+2575, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38667, 0), -(@Id+2576, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38668, 0), -(@Id+2577, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 38, 0, 38670, 0), -(@Id+2578, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 38, 0, 38671, 0), -(@Id+2579, 28, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38674, 0), -(@Id+2580, 28, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22267, 64, 29, 0, 0, 0, 0, 0, 0, 47, 0, 38675, 0), -(@Id+2581, 28, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22267, 64, 29, 0, 0, 0, 0, 0, 0, 48, 0, 38676, 0), -(@Id+2582, 28, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22267, 64, 29, 0, 0, 0, 0, 0, 0, 49, 0, 38677, 0), -(@Id+2583, 28, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22267, 64, 29, 0, 0, 0, 0, 0, 0, 50, 0, 38678, 0), -(@Id+2584, 28, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22259, 64, 29, 0, 0, 0, 0, 0, 0, 46, 0, 38679, 0), -(@Id+2585, 28, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22260, 64, 0, 0, 0, 0, 0, 0, 0, 18, 0, 38681, 0), -(@Id+2586, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 38, 0, 38685, 0), -(@Id+2587, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 0, 0, 0, 0, 0, 0, 22, 15, 38686, 0), -(@Id+2588, 6, 0, 139, 0, 2, 0, 1, 0, 1, 0, 0, 1028, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38687, 0), -(@Id+2589, 6, 0, 10, 0, -100, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38689, 0), -(@Id+2590, 6, 0, 61, 0, 19, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38705, 0), -(@Id+2591, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38706, 0), -(@Id+2592, 28, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22273, 64, 29, 0, 0, 0, 0, 0, 0, 46, 0, 38709, 0), -(@Id+2593, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 22277, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38710, 0), -(@Id+2594, 6, 0, 139, 0, 0, 0, 1, 0, 1, 0, 0, 965, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38713, 1), -(@Id+2595, 6, 0, 139, 0, 0, 0, 1, 0, 1, 0, 0, 1010, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38713, 0), -(@Id+2596, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 23256, 1, 0, 38716, 0), -(@Id+2597, 76, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 185199, 0, 14, 0, 0, 0, 0, 0, 0, 72, 0, 38726, 0), -(@Id+2598, 6, 0, 23, 500, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38724, 1, 0, 38727, 0), -(@Id+2599, 6, 0, 26, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38735, 0), -(@Id+2600, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 33, 0, 0, 0, 0, 0, 0, 22, 15, 38745, 0), -(@Id+2601, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38749, 1, 0, 38747, 0), -(@Id+2602, 77, 0, 0, 0, 39434, 0, 1, 0, 1, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 15, 38749, 0), -(@Id+2603, 77, 0, 0, 0, 37090, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 38752, 0), -(@Id+2604, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38756, 0), -(@Id+2605, 24, 0, 0, 0, 0, 0, 1, 0, 0, 31663, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 38786, 0), -(@Id+2606, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38789, 0), -(@Id+2607, 6, 0, 42, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38804, 1, 0, 38803, 0), -(@Id+2608, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22339, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 38854, 0), -(@Id+2609, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22337, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 38865, 0), -(@Id+2610, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 20, 0, 0, 0, 0, 0, 0, 22, 7, 38872, 0), -(@Id+2611, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 38873, 0), -(@Id+2612, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22335, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 38874, 0), -(@Id+2613, 6, 0, 23, 30000, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38877, 1, 0, 38878, 0), -(@Id+2614, 6, 0, 79, 0, -31, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38888, 2), -(@Id+2615, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38888, 1), -(@Id+2616, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22344, 0, 29, 0, 0, 0, 0, 0, 0, 48, 0, 38888, 0), -(@Id+2617, 6, 0, 79, 0, -31, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38889, 2), -(@Id+2618, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38889, 1), -(@Id+2619, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22344, 0, 29, 0, 0, 0, 0, 0, 0, 42, 0, 38889, 0), -(@Id+2620, 6, 0, 79, 0, -31, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38890, 2), -(@Id+2621, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38890, 1), -(@Id+2622, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22344, 0, 29, 0, 0, 0, 0, 0, 0, 43, 0, 38890, 0), -(@Id+2623, 41, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 22347, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 38922, 0), -(@Id+2624, 41, 0, 0, 0, 9, 0, 1, 0, 1, 0, 0, 22352, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 38928, 0), -(@Id+2625, 6, 0, 31, 0, 29, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38931, 2), -(@Id+2626, 6, 0, 5, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38931, 1), -(@Id+2627, 46, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38931, 0), -(@Id+2628, 6, 0, 23, 3000, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38999, 1, 0, 38937, 0), -(@Id+2629, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16805, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 38953, 0), -(@Id+2630, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21242, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 38955, 0), -(@Id+2631, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 18470, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 38956, 0), -(@Id+2632, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 21661, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 38957, 0), -(@Id+2633, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 18452, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 38958, 0), -(@Id+2634, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38969, 0), -(@Id+2635, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 14374, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38970, 2), -(@Id+2636, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38969, 25, 0, 38970, 1), -(@Id+2637, 123, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 649, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 38970, 0), -(@Id+2638, 6, 0, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 38972, 0), -(@Id+2639, 61, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 14373, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38975, 0), -(@Id+2640, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22459, 0, 12, 0, 0, 0, 0, 0, 0, 63, 0, 38978, 0), -(@Id+2641, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22348, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38982, 0), -(@Id+2642, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22351, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38983, 0), -(@Id+2643, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22350, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 38984, 0), -(@Id+2644, 6, 0, 42, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39015, 1, 0, 39014, 0), -(@Id+2645, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 1, 0, 39041, 0), -(@Id+2646, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22023, 0, 16, 0, 0, 0, 0, 0, 0, 72, 0, 39074, 1), -(@Id+2647, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22383, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39074, 0), -(@Id+2648, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39080, 2), -(@Id+2649, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39080, 1), -(@Id+2650, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22390, 0, 29, 0, 0, 0, 0, 0, 0, 73, 0, 39080, 0), -(@Id+2651, 6, 0, 79, 0, -21, 0, 1, 0, 1, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39081, 2), -(@Id+2652, 6, 0, 61, 0, -31, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39081, 1), -(@Id+2653, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 22391, 0, 29, 0, 0, 0, 0, 0, 0, 72, 0, 39081, 0), -(@Id+2654, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39087, 1, 0, 39086, 0), -(@Id+2655, 41, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 19551, 0, 13, 0, 0, 0, 0, 0, 0, 72, 0, 39110, 0), -(@Id+2656, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22408, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 39111, 0), -(@Id+2657, 6, 0, 23, 600000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39114, 1, 0, 39115, 0), -(@Id+2658, 24, 0, 0, 0, 0, 0, 1, 0, 0, 24494, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 39118, 0), -(@Id+2659, 6, 0, 23, 1000, 59, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39138, 1, 0, 39137, 0), -(@Id+2660, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 38, 0, 39142, 0), -(@Id+2661, 6, 0, 42, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39153, 1, 0, 39152, 0), -(@Id+2662, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 39162, 0), -(@Id+2663, 6, 0, 23, 100, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39166, 1, 0, 39167, 0), -(@Id+2664, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 25, 0, 39173, 0), -(@Id+2665, 41, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 19198, 0, 21, 0, 0, 0, 0, 0, 0, 18, 73, 39186, 0), -(@Id+2666, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22449, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 39191, 0), -(@Id+2667, 24, 0, 0, 0, 0, 0, 1, 0, 0, 31763, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 39203, 0), -(@Id+2668, 28, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22483, 64, 29, 0, 0, 0, 0, 0, 0, 18, 0, 39240, 0), -(@Id+2669, 28, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22482, 64, 29, 0, 0, 0, 0, 0, 0, 18, 0, 39241, 0), -(@Id+2670, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 18, 0, 0, 0, 0, 0, 0, 22, 7, 39243, 0), -(@Id+2671, 28, 0, 0, 0, 1, 0, 1, 0, 2, 0, 0, 22482, 64, 29, 0, 0, 0, 0, 0, 0, 18, 0, 39245, 0), -(@Id+2672, 28, 0, 0, 0, 1, 0, 1, 0, 2, 0, 0, 22483, 64, 29, 0, 0, 0, 0, 0, 0, 18, 0, 39247, 0), -(@Id+2673, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 39250, 0), -(@Id+2674, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 39254, 0), -(@Id+2675, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 39260, 0), -(@Id+2676, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39266, 1, 0, 39265, 0), -(@Id+2677, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 39276, 0), -(@Id+2678, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 22, 7, 39279, 0), -(@Id+2679, 6, 0, 12, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39292, 1), -(@Id+2680, 46, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39292, 0), -(@Id+2681, 125, 0, 0, 0, -11, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 39301, 1), -(@Id+2682, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22506, 0, 8, 0, 0, 0, 0, 0, 0, 18, 0, 39302, 0), -(@Id+2683, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39304, 0), -(@Id+2684, 41, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22507, 0, 0, 0, 0, 0, 0, 0, 0, 18, 0, 39305, 0), -(@Id+2685, 6, 0, 23, 15000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 35487, 1, 0, 39308, 0), -(@Id+2686, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 39310, 0), -(@Id+2687, 6, 0, 56, 0, 0, 0, 1, 0, 0, 0, 0, 22509, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39311, 0), -(@Id+2688, 77, 0, 0, 0, 10658, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 39324, 0), -(@Id+2689, 77, 0, 0, 0, 10660, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 39325, 0), -(@Id+2690, 77, 0, 0, 0, 10656, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 39326, 0), -(@Id+2691, 6, 0, 23, 1000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 32559, 25, 0, 39327, 0), -(@Id+2692, 6, 0, 31, 0, 249, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39333, 2), -(@Id+2693, 6, 0, 32, 0, 249, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39333, 1), -(@Id+2694, 6, 0, 206, 0, 249, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39333, 0), -(@Id+2695, 24, 0, 0, 0, 0, 0, 1, 0, 0, 31084, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 39336, 0), -(@Id+2696, 6, 0, 61, 0, -51, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39351, 0), -(@Id+2697, 124, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 300, 0, 12, 0, 0, 0, 0, 0, 0, 22, 30, 39366, 0), -(@Id+2698, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 22, 7, 39379, 0), -(@Id+2699, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 36, 0, 0, 0, 0, 0, 0, 25, 0, 39388, 0), -(@Id+2700, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 39389, 0), -(@Id+2701, 6, 0, 23, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39393, 1, 0, 39392, 0), -(@Id+2702, 6, 0, 23, 200, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 39395, 1, 0, 39394, 0), -(@Id+2703, 6, 0, 39, 0, 0, 0, 1, 0, 0, 0, 0, 127, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39397, 0), -(@Id+2704, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 22, 7, 39402, 0), -(@Id+2705, 42, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 22398, 0, 0, 0, 0, 0, 0, 0, 0, 46, 0, 39424, 0), -(@Id+2706, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22798, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 39426, 0), -(@Id+2707, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22799, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 39428, 0), -(@Id+2708, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22800, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 39430, 0), -(@Id+2709, 134, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 22801, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 39431, 0), -(@Id+2710, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39448, 0), -(@Id+2711, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39485, 0), -(@Id+2712, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 27, 0, 0, 0, 0, 0, 0, 22, 15, 39491, 0), -(@Id+2713, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39494, 0), -(@Id+2714, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39496, 0), -(@Id+2715, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 1, 0, 39506, 0), -(@Id+2716, 16, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 9836, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39539, 0), -(@Id+2717, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39570, 0), -(@Id+2718, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39571, 0), -(@Id+2719, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39572, 0), -(@Id+2720, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39573, 0), -(@Id+2721, 6, 0, 12, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39795, 1), -(@Id+2722, 46, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39795, 0), -(@Id+2723, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 39892, 0), -(@Id+2724, 24, 0, 0, 0, 0, 0, 1, 0, 1, 32588, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 40550, 0), -(@Id+2725, 24, 0, 0, 0, 0, 0, 1, 0, 1, 32566, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 40551, 0), -(@Id+2726, 24, 0, 0, 0, 0, 0, 1, 0, 1, 32542, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 40552, 0), -(@Id+2727, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 40609, 0), -(@Id+2728, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 40800, 0), -(@Id+2729, 98, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 100, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 42130, 1), -(@Id+2730, 2, 0, 0, 0, 53, 0, 1, 0, 19, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 42130, 0), -(@Id+2731, 6, 0, 23, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 42415, 1, 0, 42416, 0), -(@Id+2732, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 42752, 0), -(@Id+2733, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 42773, 0), -(@Id+2734, 77, 0, 0, 0, 44731, 0, 1, 0, 1, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 22, 15, 44733, 0), -(@Id+2735, 6, 0, 23, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 44965, 1, 0, 44964, 0), -(@Id+2736, 6, 0, 243, 0, -1, 0, 1, 0, 1, 0, 0, 1814, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 45092, 0), -(@Id+2737, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 45126, 0), -(@Id+2738, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 45128, 0), -(@Id+2739, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 45132, 0), -(@Id+2740, 24, 0, 0, 0, 49, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 46204, 0), -(@Id+2741, 98, 0, 0, 0, 249, 0, 1, 0, 1, 0, 0, 50, 0, 8, 0, 0, 0, 0, 0, 0, 18, 8, 46370, 1), -(@Id+2742, 6, 0, 12, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 15, 0, 0, 0, 0, 0, 0, 22, 7, 46370, 0), -(@Id+2743, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 46752, 0), -(@Id+2744, 6, 0, 249, 0, 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 0, 47802, 0), -(@Id+2745, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 27, 0, 49615, 0), -(@Id+2746, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 50209, 0), -(@Id+2747, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 50210, 0), -(@Id+2748, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 50211, 0), -(@Id+2749, 130, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 50474, 1), -(@Id+2750, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 50474, 0), -(@Id+2751, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 50847, 0), -(@Id+2752, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 50848, 0), -(@Id+2753, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 50849, 0), -(@Id+2754, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 50850, 0), -(@Id+2755, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 50851, 0), -(@Id+2756, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 50852, 0), -(@Id+2757, 154, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 226, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 50912, 0), -(@Id+2758, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 51452, 0), -(@Id+2759, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 51453, 0), -(@Id+2760, 32, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 51790, 48, 0, 51741, 0), -(@Id+2761, 98, 0, 0, 0, 199, 0, 0, 0, 1, 0, 0, 150, 0, 10, 0, 0, 0, 0, 0, 0, 22, 7, 52867, 0), -(@Id+2762, 6, 0, 23, 300000, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 8192, 0, 0, 0, 1, 0, 54352, 1), -(@Id+2763, 6, 0, 107, 0, -1, 0, 1, 0, 1, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 54352, 0), -(@Id+2764, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 56561, 0), -(@Id+2765, 77, 0, 0, 0, 43670, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 56866, 0), -(@Id+2766, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 58156, 0), -(@Id+2767, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 58162, 0), -(@Id+2768, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 58164, 0), -(@Id+2769, 6, 0, 172, 0, 7, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 61417, 1), -(@Id+2770, 6, 0, 211, 0, 7, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 61417, 0), -(@Id+2771, 6, 0, 172, 0, 14, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 61418, 1), -(@Id+2772, 6, 0, 211, 0, 14, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 61418, 0), -(@Id+2773, 6, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 15, 62219, 0), -(@Id+2774, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 62843, 0), -(@Id+2775, 24, 0, 0, 0, 49, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 62871, 0), -(@Id+2776, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 62984, 0), -(@Id+2777, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 62986, 0), -(@Id+2778, 6, 0, 23, 1000, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 63030, 1, 0, 63029, 0), -(@Id+2779, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 63376, 0), -(@Id+2780, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 63377, 0), -(@Id+2781, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 63378, 0), -(@Id+2782, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 63379, 0), -(@Id+2783, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 63974, 0), -(@Id+2784, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 64018, 0), -(@Id+2785, 6, 0, 37, 0, 0, 0, 1, 0, 0, 0, 0, 144, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 64556, 2), -(@Id+2786, 6, 0, 37, 0, 0, 0, 1, 0, 0, 0, 0, 138, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 64556, 1), -(@Id+2787, 6, 0, 37, 0, -1, 0, 1, 0, 1, 0, 0, 98, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 64556, 0), -(@Id+2788, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 65741, 0), -(@Id+2789, 24, 0, 0, 0, 99, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 65743, 0), -(@Id+2790, 6, 0, 4, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 66161, 0), -(@Id+2791, 6, 0, 42, 0, 0, 0, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 66161, 1, 0, 66162, 0), -(@Id+2792, 3, 0, 0, 0, 66728, 0, 1, 0, 1, 0, 0, 0, 0, 22, 0, 0, 0, 0, 0, 0, 22, 15, 66732, 0), -(@Id+2793, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 66871, 0), -(@Id+2794, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 66872, 0), -(@Id+2795, 140, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 66874, 25, 0, 66873, 1), -(@Id+2796, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 66873, 0), -(@Id+2797, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 66874, 0), -(@Id+2798, 140, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 66876, 25, 0, 66875, 1), -(@Id+2799, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 66875, 0), -(@Id+2800, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 66876, 0), -(@Id+2801, 77, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 67580, 2), -(@Id+2802, 63, 0, 0, 0, 9999999, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 67580, 1), -(@Id+2803, 6, 0, 236, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 67580, 0), -(@Id+2804, 64, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68497, 1, 0, 68500, 1), -(@Id+2805, 2, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 68500, 0), -(@Id+2806, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 68807, 0); -INSERT INTO `spelleffect_dbc` (`Id`, `Effect`, `EffectValueMultiplier`, `EffectApplyAuraName`, `EffectAmplitude`, `EffectBasePoints`, `EffectBonusMultiplier`, `EffectDamageMultiplier`, `EffectChainTarget`, `EffectDieSides`, `EffectItemType`, `EffectMechanic`, `EffectMiscValue`, `EffectMiscValueB`, `EffectRadiusIndex`, `EffectRadiusIndexMax`, `EffectRealPointsPerLevel`, `EffectSpellClassMaskA`, `EffectSpellClassMaskB`, `EffectSpellClassMaskC`, `EffectTriggerSpell`, `EffectImplicitTargetA`, `EffectImplicitTargetB`, `EffectSpellId`, `EffectIndex`) VALUES -(@Id+2807, 24, 0, 0, 0, 49, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 68808, 0), -(@Id+2808, 24, 0, 0, 0, 49, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 68809, 0), -(@Id+2809, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 68811, 0), -(@Id+2810, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 18, 8, 69643, 0), -(@Id+2811, 6, 0, 4, 0, -1, 0, 1, 0, 1, 0, 0, 10, 0, 0, 0, 0, 268436065, 0, 0, 0, 1, 0, 69932, 0), -(@Id+2812, 77, 0, 0, 0, 70156, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 38, 0, 70159, 0), -(@Id+2813, 6, 0, 226, 5000, -1, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 71896, 0), -(@Id+2814, 77, 0, 0, 0, -1, 0, 1, 0, 1, 0, 0, 0, 0, 28, 0, 0, 0, 0, 0, 0, 22, 7, 72291, 0), -(@Id+2815, 24, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 25, 0, 72826, 0), -(@Id+2816, 77, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6, 0, 74210, 0); diff --git a/sql/updates/world/2014_10_04_01_world.sql b/sql/updates/world/2014_10_04_01_world.sql deleted file mode 100644 index fa7f662ca82..00000000000 --- a/sql/updates/world/2014_10_04_01_world.sql +++ /dev/null @@ -1,6 +0,0 @@ -UPDATE `gameobject_template` SET `AIName`="SmartGameObjectAI" WHERE `entry` IN(164885,164886,164887,164888,171939,171942,173284,173324,173327,174594,174595,174596,174597,174598,174599,174600,174601,174602,174603,174604,174605,174606,174607,174608,174684,174686,174708,174709,174712,174713,191124); -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry` IN(29525,29863,24198,23698,21611,21503); -UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid` IN(8978,2706) AND `source_type`=0 AND `id`=0; -UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid` IN(4675,28156) AND `source_type`=0 AND `id`=1; -UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=21057 AND `source_type`=0 AND `id`=9; -UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=25806 AND `source_type`=0 AND `id`=2; diff --git a/sql/updates/world/2014_10_04_01_world_434.sql b/sql/updates/world/2014_10_04_01_world_434.sql deleted file mode 100644 index 24a0fef901d..00000000000 --- a/sql/updates/world/2014_10_04_01_world_434.sql +++ /dev/null @@ -1,1785 +0,0 @@ -DELETE FROM `spell_dbc` WHERE `Id` IN (39492, 39493, 39514, 39515, 39517, 39518, 39519, 39523, 39524, 39525, 39526, 39532, 39537, 39540, 39541, 39549, 39553, 39554, 39555, 39561, 39562, 39563, 39603, 39604, 39605, 39619, 39624, 39651, 39652, 39653, 39654, 39655, 39657, 39663, 39664, 39688, 39689, 39701, 39726, 39787, 39797, 39799, 39929, 39960, 40015, 40068, 40092, 40093, 40101, 40115, 40144, 40161, 40229, 40242, 40257, 40269, 40271, 40320, 40354, 40410, 40418, 40421, 40422, 40426, 40435, 40448, 40467, 40500, 40541, 40589, 40720, 40725, 40746, 40759, 40804, 40805, 40806, 40807, 40808, 40809, 40813, 40820, 40829, 40853, 40908, 40910, 40911, 40912, 40913, 40914, 40915, 40916, 40918, 40919, 40920, 40921, 40922, 40923, 40925, 40941, 40947, 40950, 40988, 40996, 41000, 41012, 41018, 41025, 41048, 41087, 41088, 41096, 41127, 41140, 41243, 41258, 41288, 41401, 41424, 41529, 41530, 41531, 41532, 41536, 41576, 41577, 41582, 41585, 41599, 41612, 41613, 41627, 41628, 41824, 41910, 41919, 41923, 41925, 41927, 41928, 41929, 41930, 41934, 41935, 41951, 41963, 41967, 41977, 41979, 41991, 41994, 41996, 41998, 42000, 42001, 42011, 42026, 42037, 42092, 42117, 42123, 42126, 42148, 42163, 42172, 42173, 42174, 42236, 42237, 42238, 42239, 42240, 42241, 42437, 42446, 42449, 42451, 42461, 42462, 42465, 42538, 42543, 42686, 42698, 42699, 42700, 42701, 42738, 42778, 42819, 42825, 42877, 42911, 42935, 42959, 42960, 42961, 42962, 42983, 42990, 43027, 43029, 43031, 43062, 43099, 43169, 43173, 43226, 43247, 43248, 43250, 43251, 43252, 43253, 43254, 43295, 43296, 43318, 43319, 43336, 43349, 43350, 43360, 43372, 43388, 43397, 43412, 43462, 43500, 43502, 43513, 43536, 43537, 43538, 43624, 43645, 43675, 43793, 43801, 43830, 43888, 43920, 43989, 44034, 44039, 44118, 44195, 44228, 44230, 44236, 44239, 44277, 44278, 44288, 44356, 44409, 44421, 44428, 44453, 44476, 44734, 44736, 44763, 44764, 44802, 44803, 44830, 44918, 44919, 44920, 44921, 44922, 44923, 44924, 44925, 44926, 44927, 44928, 44929, 44930, 44931, 44932, 44962, 44988, 44989, 44990, 44991, 44992, 44995, 44996, 45073, 45074, 45077, 45079, 45080, 45081, 45107, 45116, 45142, 45146, 45147, 45155, 45156, 45157, 45158, 45159, 45160, 45161, 45162, 45163, 45164, 45165, 45166, 45167, 45168, 45169, 45170, 45178, 45179, 45194, 45196, 45198, 45210, 45249, 45250, 45258, 45272, 45303, 45304, 45305, 45306, 45308, 45318, 45331, 45367, 45370, 45393, 45394, 45396, 45398, 45413, 45434, 45435, 45436, 45454, 45488, 45489, 45498, 45499, 45500, 45501, 45518, 45519, 45520, 45521, 45538, 45652, 45687, 45688, 45689, 45701, 45704, 45705, 45706, 45707, 45708, 45709, 45710, 45711, 45712, 45718, 45734, 45763, 45764, 45766, 45784, 45810, 45812, 45847, 45904, 45965, 45966, 46061, 46179, 46207, 46209, 46210, 46211, 46212, 46213, 46215, 46216, 46220, 46226, 46248, 46249, 46250, 46252, 46253, 46254, 46255, 46256, 46257, 46258, 46259, 46347, 46407, 46523, 46741, 46756, 46790, 46893, 46894, 46918, 46919, 46958, 46959, 46966, 46986, 47019, 47036, 47040, 47047, 47067, 47090, 47102, 47121, 47132, 47135, 47136, 47140, 47141, 47142, 47194, 47222, 47275, 47312, 47319, 47401, 47416, 47419, 47477, 47513, 47522, 47529, 47531, 47544, 47545, 47548, 47561, 47605, 47606, 47607, 47608, 47609, 47612, 47613, 47620, 47621, 47622, 47623, 47624, 47625, 47626, 47630, 47631, 47639, 47640, 47641, 47642, 47643, 47644, 47645, 47646, 47647, 47648, 47649, 47650, 47652, 47680, 47725, 47734, 47796, 47945, 47971, 47973, 48043, 48197, 48215, 48220, 48255, 48322, 48338, 48372, 48373, 48429, 48439, 48526, 48581, 48607, 48615, 48688, 48713, 48787, 48804, 48902, 48958, 49060, 49074, 49108, 49112, 49115, 49120, 49164, 49167, 49168, 49169, 49183, 49201, 49212, 49227, 49229, 49265, 49286, 49339, 49341, 49371, 49373, 49374, 49382, 49386, 49412, 49413, 49447, 49450, 49465, 49470, 49473, 49492, 49496, 49502, 49577, 49578, 49579, 49580, 49582, 49583, 49591, 49740, 49741, 49812, 49813, 49819, 49831, 49833, 49849, 49850, 49866, 49885, 49951, 49953, 50042, 50074, 50076, 50136, 50157, 50158, 50159, 50160, 50277, 50460, 50539, 50543, 50561, 50567, 50570, 50571, 50591, 50594, 50754, 50755, 50814, 50815, 50816, 50925, 50932, 50996, 51106, 51117, 51118, 51119, 51133, 51324, 51455, 51604, 51704, 51824, 51826, 51828, 51829, 51860, 51896, 51905, 51947, 51948, 52001, 52040, 52178, 52304, 52380, 52434, 52477, 52557, 52558, 52563, 52765, 52769, 52848, 52947, 53050, 53682, 53732, 53785, 54033, 54073, 54091, 54130, 54239, 54437, 54541, 54542, 55351, 55422, 55583, 55584, 55585, 55654, 55657, 55698, 55733, 55827, 55828, 55829, 55830, 55831, 55846, 55892, 55893, 55956, 55967, 55985, 55990, 56068, 56069, 56097, 56204, 56210, 56213, 56215, 56306, 56428, 57059, 57065, 57093, 57368, 57540, 57576, 57577, 57805, 57867, 57868, 57936, 57995, 57996, 57997, 57998, 57999, 58002, 58003, 58004, 58005, 58006, 58007, 58011, 58014, 58018, 58019, 58028, 58029, 58030, 58031, 58034, 58041, 58043, 58082, 58086, 58087, 58088, 58089, 58090, 58091, 58092, 58093, 58199, 58200, 58201, 58202, 58358, 58360, 58411, 58546, 58550, 58595, 58727, 58728, 58807, 58920, 58926, 58927, 58928, 58929, 58931, 58934, 59012, 59054, 59056, 59063, 59207, 59555, 59581, 59612, 59615, 59632, 59639, 59794, 59819, 59850, 59895, 59896, 59900, 59904, 59905, 60033, 60048, 60049, 60050, 60057, 60086, 60087, 60092, 60093, 60454, 60455, 60589, 60593, 60676, 60677, 60806, 60858, 60910, 60911, 60989, 60992, 61142, 61148, 61175, 61200, 61201, 61202, 61203, 61214, 61220, 61265, 61266, 61279, 61283, 61284, 61285, 61303, 61370, 61396, 61494, 61495, 61501, 61502, 61503, 61504, 61505, 61506, 61517, 61518, 61519, 61520, 61521, 61522, 61525, 61526, 61527, 61529, 61530, 61531, 61532, 61533, 61534, 61535, 61536, 61538, 61539, 61540, 61541, 61542, 61582, 61701, 61702, 61703, 61754, 61774, 61852, 61891, 61908, 61913, 61918, 61919, 61921, 61937, 61938, 61939, 61944, 61945, 61946, 61948, 61949, 61950, 62006, 62008, 62009, 62010, 62033, 62060, 62065, 62066, 62093, 62095, 62096, 62163, 62183, 62190, 62200, 62205, 62224, 62289, 62330, 62341, 62389, 62390, 62403, 62406, 62421, 62429, 62431, 62452, 62474, 62543, 62556, 62630, 62631, 62643, 62808, 62827, 62829, 62840, 62880, 62915, 63078, 63079, 63217, 63284, 63285, 63286, 63296, 63412, 63419, 63530, 63538, 63561, 63782, 63887, 63888, 63889, 63890, 64033, 64035, 64037, 64038, 64067, 64093, 64094, 64149, 64150, 64207, 64209, 64214, 64232, 64360, 64559, 64560, 64743, 64796, 64797, 64829, 64884, 64973, 64980, 64998, 65049, 65065, 65066, 65067, 65068, 65069, 65083, 65092, 65114, 65118, 65119, 65149, 65155, 65167, 65168, 65169, 65170, 65189, 65197, 65219, 65225, 65226, 65227, 65228, 65246, 65268, 65271, 65276, 65277, 65296, 65304, 65322, 65323, 65324, 65325, 65326, 65327, 65330, 65331, 65334, 65335, 65336, 65337, 65338, 65339, 65340, 65341, 65342, 65362, 65376, 65377, 65380, 65389, 65390, 65441, 65472, 65473, 65474, 65475, 65476, 65477, 65480, 65482, 65504, 65505, 65533, 65534, 65536, 65559, 65566, 65567, 65597, 65625, 65721, 65747, 65750, 65776, 65789, 65885, 65952, 65963, 65969, 66000, 66029, 66143, 66144, 66145, 66148, 66156, 66174, 66202, 66239, 66270, 66273, 66274, 66297, 66315, 66319, 66328, 66337, 66341, 66343, 66344, 66388, 66389, 66394, 66395, 66396, 66397, 66414, 66415, 66422, 66589, 66590, 66591, 66604, 66605, 66607, 66609, 66610, 66612, 66614, 66615, 66616, 66617, 66618, 66641, 66643, 66678, 66679, 66685, 66722, 66729, 66761, 66762, 66766, 66828, 66884, 66885, 66920, 66921, 66944, 66945, 66946, 66956, 66970, 66971, 66980, 66981, 66982, 66983, 66984, 66995, 66996, 66997, 66998, 67000, 67010, 67011, 67026, 67027, 67284, 67288, 67339, 67341, 67474, 67491, 67507, 67548, 67552, 67553, 67557, 67558, 67559, 67561, 67562, 67563, 67668, 67783, 67850, 67871, 67872, 68006, 68075, 68260, 68273, 68275, 68276, 68288, 68373, 68390, 68426, 68447, 68448, 68449, 68450, 68453, 68463, 68464, 68465, 68484, 68485, 68517, 68518, 68519, 68520, 68521, 68523, 68575, 68590, 68678, 68684, 68685, 68686, 68692, 68772, 68777, 68814, 68928, 68951, 68952, 68972, 69001, 69014, 69061, 69082, 69093, 69102, 69116, 69117, 69121, 69173, 69183, 69229, 69231, 69234, 69287, 69327, 69351, 69357, 69365, 69429, 69430, 69458, 69514, 69547, 69625, 69631, 69686, 69694, 69786, 69807, 69895, 69983, 70023, 70030, 70031, 70033, 70034, 70055, 70067, 70068, 70073, 70076, 70077, 70094, 70096, 70125, 70170, 70202, 70257, 70258, 70264, 70317, 70328, 70370, 70373, 70375, 70376, 70377, 70378, 70379, 70467, 70489, 70490, 70515, 70647, 70683, 70709, 70722, 70815, 70819, 70820, 70891, 70987, 70989, 71156, 71190, 71206, 71223, 71245, 71256, 71282, 71287, 71290, 71294, 71375, 71382, 71394, 71395, 71444, 71517, 71666, 71667, 71668, 71669, 71670, 71671, 71672, 71673, 71674, 71675, 71676, 71677, 71678, 71679, 71680, 71681, 71890, 71894, 71907, 71916, 71920, 71998, 72049, 72071, 72074, 72075, 72118, 72119, 72300, 72325, 72467, 72526, 72532, 72533, 72562, 72564, 72603, 72644, 72699, 72779, 72827, 72828, 72845, 72877, 72893, 72926, 72945, 72946, 72947, 72955, 72969, 73045, 73047, 73048, 73049, 73050, 73051, 73052, 73053, 73054, 73055, 73056, 73057, 73083, 73088, 73089, 73091, 73092, 73095, 73096, 73098, 73114, 73115, 73126, 73138, 73139, 73140, 73146, 73152, 73157, 73160, 73161, 73168, 73177, 73178, 73202, 73218, 73219, 73221, 73252, 73342, 73414, 73421, 73423, 73435, 73436, 73451, 73452, 73454, 73480, 73483, 73484, 73513, 73533, 73553, 73567, 73584, 73585, 73594, 73596, 73598, 73618, 73653, 73656, 73657, 73663, 73675, 73676, 73697, 73707, 73713, 73717, 73732, 73743, 73750, 73751, 73752, 73753, 73754, 73842, 73849, 73850, 73870, 73875, 73885, 73895, 73915, 73957, 73962, 74026, 74027, 74082, 74102, 74167, 74306, 74324, 74328, 74329, 74330, 74400, 74479, 74487, 74488, 74510, 74512, 74576, 74577, 74579, 74581, 74582, 74583, 74584, 74585, 74586, 74612, 74615, 74631, 74638, 74680, 74681, 74682, 74683, 74687, 74688, 74689, 74696, 74703, 74714, 74715, 74775, 74776, 74777, 74778, 74779, 74782, 74784, 74816, 74818, 74821, 74822, 74823, 74824, 74887, 74923, 75012, 75032, 75034, 75065, 75074, 75084, 75101, 75130, 75131, 75132, 75162, 75191, 75193, 75231, 75240, 75273, 75285, 75287, 75371, 75507, 75517, 75549, 75550, 75568, 75612, 75621, 75628, 75646, 75688, 75695, 75696, 75708, 75709, 75748, 75749, 75758, 75769, 75771, 75778, 75791, 75837, 75838, 75839, 75841, 75853, 75855, 75880, 75881, 75914, 75944, 75977, 75979, 75980, 75985, 75987, 75995, 75997, 76000, 76009, 76019, 76023, 76049, 76050, 76073, 76087, 76112, 76163, 76169, 76210, 76224, 76254, 76257, 76323, 76374, 76383, 76388, 76407, 76408, 76476, 76495, 76549, 76552, 76554, 76556, 76564, 76571, 76601, 76614, 76660, 76661, 76662, 76702, 76704, 76705, 76710, 76737, 76741, 76760, 76763, 76767, 76769, 76805, 76809, 76836, 76849, 76875, 76983, 77019, 77028, 77029, 77031, 77046, 77047, 77048, 77051, 77062, 77068, 77208, 77210, 77221, 77232, 77240, 77242, 77271, 77272, 77274, 77315, 77318, 77320, 77323, 77328, 77331, 77356, 77381, 77407, 77410, 77411, 77462, 77501, 77504, 77539, 77540, 77547, 77560, 77561, 77562, 77580, 77582, 77596, 77608, 77620, 77622, 77646, 77649, 77658, 77659, 77694, 77702, 77748, 77752, 77757, 77765, 77766, 77781, 77793, 77797, 77798, 77922, 77924, 77926, 77952, 77953, 77954, 77955, 77956, 77957, 77964, 77972, 77983, 77992, 77994, 77996, 78013, 78015, 78016, 78029, 78046, 78048, 78062, 78071, 78072, 78073, 78074, 78093, 78132, 78138, 78139, 78229, 78316, 78325, 78328, 78364, 78373, 78421, 78422, 78492, 78493, 78524, 78527, 78533, 78543, 78544, 78546, 78549, 78550, 78551, 78553, 78560, 78575, 78576, 78577, 78579, 78580, 78581, 78582, 78583, 78584, 78585, 78586, 78588, 78589, 78590, 78591, 78592, 78593, 78594, 78595, 78596, 78597, 78600, 78601, 78602, 78611, 78624, 78629, 78636, 78637, 78669, 78687, 78693, 78719, 78727, 78728, 78756, 78757, 78761, 78763, 78765, 78769, 78781, 78800, 78812, 78813, 78814, 78815, 78816, 78821, 78822, 78831, 78845, 78876, 78877, 78878, 78879, 78880, 78881, 78882, 78883, 78884, 78885, 78886, 78887, 78888, 78889, 78890, 78910, 78917, 78918, 78927, 78938, 78940, 78953, 78976, 79001, 79005, 79006, 79016, 79017, 79018, 79022, 79027, 79028, 79029, 79030, 79031, 79032, 79033, 79034, 79037, 79052, 79055, 79065, 79066, 79078, 79080, 79081, 79082, 79089, 79090, 79097, 79098, 79099, 79100, 79108, 79110, 79112, 79114, 79119, 79120, 79131, 79135, 79148, 79154, 79165, 79204, 79243, 79317, 79326, 79334, 79394, 79439, 79524, 79543, 79562, 79578, 79611, 79643, 79654, 79689, 79691, 79722, 79805, 79842, 79906, 79959, 79979, 79980, 79981, 79982); -INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `AttributesEx8`, `AttributesEx9`, `AttributesEx10`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `SchoolMask`, `SpellAuraOptionsId`, `SpellCastingRequirementsId`, `SpellCategoriesId`, `SpellClassOptionsId`, `SpellEquippedItemsId`, `SpellLevelsId`, `SpellTargetRestrictionsId`, `SpellInterruptsId`, `Comment`) VALUES -(39492, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Sporeggar Script Effect'), -(39493, 536871168, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Sporeggar Quest Complete'), -(39514, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Auchindoun Script Effect'), -(39515, 536871168, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Auchindoun Quest Complete'), -(39517, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Dark Portal Script Effect'), -(39518, 536871168, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Dark Portal Horde Quest Complete'), -(39519, 536871168, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Dark Portal Alliance Quest Complete'), -(39523, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Aeris Landing Script Effect'), -(39524, 536871168, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Aeris Landing Quest Complete'), -(39525, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW TOTE Script Effect'), -(39526, 536871168, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW TOTE Quest Complete'), -(39532, 536870912, 0, 4, 268435456, 0, 393225, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create 20 Apexis Crystals'), -(39537, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quest - Create Fei Fei Stash'), -(39540, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Exodar 01 Script Effect'), -(39541, 536871168, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Exodar 01 Quest Complete'), -(39549, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Silvermoon 01 Dummy'), -(39553, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Silvermoon Script Effect'), -(39554, 536871168, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Silvermoon Quest Complete'), -(39555, 545259904, 1024, 5, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 407, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ashtongue Ruse Master'), -(39561, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW COT Script Effect'), -(39562, 536871168, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW COT Alliance Quest Complete'), -(39563, 536871168, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW COT Horde Quest Complete'), -(39603, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Exodar 02 Script Effect'), -(39604, 536871168, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Exodar 02 Quest Complete'), -(39605, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Exodar 02 Dummy'), -(39619, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Clintar Quest Credit'), -(39624, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Awaken Clintar''s Spirit'), -(39651, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Violet Signet of the Archmage'), -(39652, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Violet Signet of the Grand Restorer'), -(39653, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Violet Signet of the Great Protector'), -(39654, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Violet Signet of the Master Assassin'), -(39655, 536871296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Get Random Target'), -(39657, 536871168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Shadow Inferno Dummy Effect'), -(39663, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 565, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Cosmetic Fel Fire'), -(39664, 262528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 2, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Wound Poison'), -(39688, 262416, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 4, 38, 0, 0, 0, 0, 0, 0, 0, 'Land Mine Periodic'), -(39689, 262480, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 4, 38, 0, 0, 0, 0, 0, 0, 0, 'Land Mine Trigger'), -(39701, 8388992, 0, 1, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ashtongue Ruse Credit'), -(39726, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Book of the Raven Credit'), -(39787, 8388864, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawner, other AE (20 yards)'), -(39797, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Raven Stone'), -(39799, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 22, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Sparrowhawk Origin'), -(39929, 256, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Naj''entus Spine'), -(39960, 134217984, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Finish the Gronn: Ogre Force Reaction'), -(40015, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'DB ME'), -(40068, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Knockdown Fel Cannon: The Bolt bunny'), -(40092, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Simon Game - Create Simon game On switch'), -(40093, 2684354816, 268435456, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 569, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Finish the Gronn: Party Periodic Aura'), -(40101, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Aqueous Spawn'), -(40115, 536871168, 268437504, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Knockdown Fel Cannon: Root'), -(40144, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Finish the Gronn: Ogre Say Dummy'), -(40161, 536871168, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Bombing Run: Kill Credit'), -(40229, 1073807744, 268436480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 29, 3, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Fear Self'), -(40242, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Druid HoT Check'), -(40257, 384, 268435592, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Molten Punch'), -(40269, 0, 132096, 0, 32768, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spawn Camera Marker'), -(40271, 256, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 190, 0, 13, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Gorefiend Skeleton'), -(40320, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Fortune Coin'), -(40354, 536871168, 136, 5, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Remove Naj''entus Spines'), -(40410, 536871056, 268436616, 4, 268566528, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(40418, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fixated Rage Primer'), -(40421, 150995328, 32, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Suicide'), -(40422, 384, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Karrog Shardling'), -(40426, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 245, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Akkarai Hatchling'), -(40435, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warp Primer'), -(40448, 448, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Protean Subdual'), -(40467, 536871056, 268436616, 4, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(40500, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Simon Game - Create Simon Off Switch'), -(40541, 256, 0, 5, 0, 0, 8, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Akama/Maiev'), -(40589, 2281701760, 268438528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flask Master'), -(40720, 536870912, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Terokk Shield'), -(40725, 384, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger'), -(40746, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 29, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Egotistical Weakness'), -(40759, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Sanctuary'), -(40804, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40805, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40806, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40807, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40808, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40809, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40813, 2432, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dragonmaw Flight Instructor'), -(40820, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Throw Dragonmaw Molotov Target'), -(40829, 671088896, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Banish the Demons: Kill Credit'), -(40853, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dragonmaw Knockdown: The Bolt Trigger'), -(40908, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40910, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40911, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40912, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40913, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40914, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40915, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40916, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40918, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40919, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40920, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40921, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40922, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40923, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Mingo''s Fortune'), -(40925, 536871168, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Threat'), -(40941, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mirror Images Preparation'), -(40947, 384, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Initialize Images'), -(40950, 536871296, 1024, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 190, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Legion Ring - Instakill Other'), -(40988, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dragonmaw Knockdown: The Bolt Trigger'), -(40996, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dragonmaw Knockdown: The Bolt Trigger'), -(41000, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Reduced Threat'), -(41012, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dragonmaw Knockdown: The Bolt Trigger'), -(41018, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dragonmaw Knockdown: The Bolt Trigger'), -(41025, 16777472, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dragonmaw Knockdown: The Bolt Trigger'), -(41048, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Shadow Resonance'), -(41087, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Simon Game - Create Simon game On switch Large'), -(41088, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Simon Game - Create Simon Off Switch Large'), -(41096, 8388992, 0, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy'), -(41127, 536873344, 268435456, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Through the Eyes of Toranaku'), -(41140, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 4, 38, 0, 0, 0, 0, 0, 0, 0, 'Immolation'), -(41243, 256, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Illidari Elite'), -(41258, 536871168, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 190, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Instakill Demon'), -(41288, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Reth''hedron Knockdown: The Bolt Trigger'), -(41401, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 29, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Images'), -(41424, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Signal Lucille'), -(41529, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Band of the Eternal Champion'), -(41530, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Band of the Eternal Defender'), -(41531, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Band of the Eternal Restorer'), -(41532, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Band of the Eternal Sage'), -(41536, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Master''s Key'), -(41576, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hate to 50%'), -(41577, 159383808, 268435488, 540672, 0, 128, 393224, 4096, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Transform: Invisible Stalker'), -(41582, 536871056, 268436616, 4, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hate to Zero'), -(41585, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Blackened Urn Replacement'), -(41599, 4194560, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Knockdown Fel Cannon: The Bolt Tracer'), -(41612, 2281701760, 268436480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flask Master'), -(41613, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Ashtongue Cowl'), -(41627, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Medallion of Karabor Replacement'), -(41628, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Blessed Medallion of Karabor Replacement'), -(41824, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 4, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Phoenix Adds'), -(41910, 545259904, 136, 536870916, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ember Blast'), -(41919, 384, 268436480, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(41923, 536871296, 268435592, 4, 256, 0, 8, 0, 0, 0, 0, 0, 1, 27, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Remove Parasitic Shadowfiends'), -(41925, 384, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hateful Strike Primer'), -(41927, 536871296, 0, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 3, 13, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Dismount Summoned Pet'), -(41928, 538968320, 268436616, 67108868, 64, 2113, 0, 1024, 0, 0, 0, 0, 1, 21, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Argent Stand Unit: Ride Gargoyle'), -(41929, 536871296, 1024, 4, 268632064, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Guardian Aggro Spell'), -(41930, 384, 268435456, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 5, 0, 96, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(41934, 384, 268435456, 4, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 225, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shrink'), -(41935, 8388992, 268435456, 4, 1048576, 128, 0, 4, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shrink'), -(41951, 256, 268435592, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Random Target'), -(41963, 4194304, 131072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shield Health Update'), -(41967, 536871296, 0, 4, 268435456, 128, 0, 0, 0, 0, 0, 0, 1, 27, 6, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Pet Aggro Spell'), -(41977, 536871296, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Infernal Aggro Spell'), -(41979, 320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tap to Master Proc'), -(41991, 400, 0, 0, 67108864, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Discovery Trigger'), -(41994, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Jons despawn buff (DND)'), -(41996, 536871168, 136, 4, 268435456, 0, 393224, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Destroy Souls'), -(41998, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(42000, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(42001, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(42011, 4194560, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Dark Glare'), -(42026, 536871296, 136, 536870916, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 4, 38, 0, 0, 0, 0, 0, 0, 0, 'Dive Bomb'), -(42037, 384, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(42092, 384, 268436480, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(42117, 384, 1024, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ashtongue Pet Faction Switch'), -(42123, 536871168, 268435592, 4, 268435456, 0, 8, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fixate'), -(42126, 400, 1024, 0, 67108864, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Discovery Trigger'), -(42148, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Shattered Halls Key Replacement'), -(42163, 384, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Crypt Scarabs'), -(42172, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Snare Self 70%'), -(42173, 536871296, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Snare Self'), -(42174, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Replace Reflective Dust'), -(42236, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Darkmoon Faire Carnie Appearance A'), -(42237, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Darkmoon Faire Carnie Appearance B'), -(42238, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Darkmoon Faire Carnie Appearance C'), -(42239, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Darkmoon Faire Carnie Appearance D'), -(42240, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Darkmoon Faire Carnie Appearance E'), -(42241, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Darkmoon Faire Carnie Appearance F'), -(42437, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create BlizzCon 2007 Prize'), -(42446, 536871168, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Zul''Aman - Bear Platform - Kill Credit'), -(42449, 16777472, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Westguard Cavalry Transform into Human'), -(42451, 16777472, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Westguard Cavalry Transform into Dwarf'), -(42461, 536871168, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Zul''Aman - Dragonhawk Platform - Kill Credit'), -(42462, 536871168, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Zul''Aman - Eagle Platform - Kill Credit'), -(42465, 536871168, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Zul''Aman - Lynx Platform - Kill Credit'), -(42538, 67109248, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 190, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Alerted Aura'), -(42543, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cancel Alert'), -(42686, 545259776, 0, 0, 268435456, 128, 8, 0, 0, 0, 0, 0, 1, 18, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Fire'), -(42698, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Danger! Explosive!: Summon Ore Chest'), -(42699, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Danger! Explosive!: Summon Gem 000 Chest'), -(42700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Danger! Explosive!: Summon Gem 001 Chest'), -(42701, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Danger! Explosive!: Summon Gem 002 Chest'), -(42738, 272, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Super Invis'), -(42778, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Blessed Vial Cleanup'), -(42819, 384, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Move Once'), -(42825, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cannon Prep'), -(42877, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Apothecary''s Poison Cleanup'), -(42911, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(42935, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(42959, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(42960, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(42961, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(42962, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(42983, 134220032, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Valgarde Warrior'), -(42990, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(43027, 134220032, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Valgarde Mage'), -(43029, 134220032, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Valgarde Priest'), -(43031, 134220032, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Valgarde Paladin'), -(43062, 2147483904, 268435456, 0, 1048576, 4160, 402653696, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Alpha Worg: Garwal''s Invisibility'), -(43099, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Deep Wounds'), -(43169, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Draconis Gastritis: Summon Tillinghast''s Plagued Meat'), -(43173, 0, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Draconis Gastritis: Dummy to Draconis Gastritis Bunny'), -(43226, 2304, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Servitor of the Light'), -(43247, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(43248, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(43250, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(43251, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(43252, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(43253, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(43254, 256, 136, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Threat'), -(43295, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(43296, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Extract Gas'), -(43318, 0, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Scare the Guano Out of Them!: Dummy to Bat'), -(43319, 0, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Scare the Guano Out of Them!: Dummy to Bunny'), -(43336, 536871168, 0, 0, 268435456, 0, 393224, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Val''kyr Suicide'), -(43349, 384, 268435456, 4, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 225, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shrink'), -(43350, 384, 268435456, 4, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 225, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shrink'), -(43360, 536871168, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Call of the Beast'), -(43372, 0, 268435456, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 4, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Transform into True Form'), -(43388, 687866112, 32, 0, 268435456, 0, 393224, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Suicide, No Blood, No Logging'), -(43397, 2684354816, 268435584, 67108864, 269484096, 4096, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Absolutely... This Will Work!: Vrykul Transform'), -(43412, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mission: Plague This!: Create Bombs & Taxi'), -(43462, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mission: Plague This!: Bomb Cleanup'), -(43500, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'All Hail the Conqueror of Skorn!: Spyglass Cleanup'), -(43502, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Conqueror of Skorn!: Spyglass Cleanup'), -(43513, 2147483904, 268435456, 0, 1048576, 4096, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Westguard Defender - Sleeping Transform'), -(43536, 537133312, 136, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Set Health'), -(43537, 537133312, 136, 67108864, 0, 0, 8, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Set Health'), -(43538, 537133312, 136, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Set Health'), -(43624, 384, 0, 4, 256, 0, 256, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Static Disruption'), -(43645, 384, 268435456, 0, 0, 128, 8, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '1 Health'), -(43675, 256, 268435456, 0, 0, 4096, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Westguard Lumberjack - Wood Transform'), -(43793, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rope Periodic Check'), -(43801, 8388992, 0, 1, 268435456, 128, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Other'), -(43830, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 14, 18, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Place Dynamite'), -(43888, 2281701760, 268435456, 268435457, 0, 0, 512, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Steel Gate Gargoyle Check Zone Buff'), -(43920, 1114368, 268468224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 327, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(43989, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Electrical Overload Primer Warmup'), -(44034, 0, 0, 4, 268435456, 128, 8, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mental Whiplash'), -(44039, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 38, 0, 0, 0, 0, 0, 0, 0, 'TheresaDocsTestSpell'), -(44118, 65664, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Fists of Arcane Fury'), -(44195, 256, 268435456, 0, 0, 0, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Phoenix Egg'), -(44228, 67109120, 0, 4, 0, 8192, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Gravity Lapse'), -(44230, 536871168, 136, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Gravity Lapse'), -(44236, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Trigger 000'), -(44239, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Drunk Invisibility (Medium)'), -(44277, 262608, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'High Explosive Sheep Passive'), -(44278, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Sleeping Giants: Awakening Rod Cleanup'), -(44288, 786880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 2, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Crippling Poison'), -(44356, 2684354944, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'No Blink'), -(44409, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Copy of Create Blackened Urn Replacement'), -(44421, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Harry''s Debt'), -(44428, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Jack''s Debt'), -(44453, 0, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Way to His Heart...: Reef Cow Aura'), -(44476, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Way to His Heart...: Reef Cow Periodic'), -(44734, 8388608, 0, 4, 269484032, 128, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Electrical Overload End'), -(44736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Eagle Call Warmup'), -(44763, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'PVP Daily - Nagrand - Kill Credit'), -(44764, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Daily - Nagrand - Kill Credit'), -(44802, 8388992, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Auchindoun PvP Daily Credit'), -(44803, 8388992, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Auchindoun PvP Daily Credit'), -(44830, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'BLB Bunny - Kickoff Kicker Stats'), -(44918, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - BE Male Transform Tier 2'), -(44919, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - BE Male Transform Tier 3'), -(44920, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - BE Male Transform Tier 4'), -(44921, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - BE Female Transform Tier 1'), -(44922, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - BE Female Transform Tier 2'), -(44923, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - BE Female Transform Tier 3'), -(44924, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - BE Female Transform Tier 4'), -(44925, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - Draenei Male Transform Tier 1'), -(44926, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - Draenei Male Transform Tier 2'), -(44927, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - Draenei Male Transform Tier 3'), -(44928, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - Draenei Male Transform Tier 4'), -(44929, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - Draenei Female Transform Tier 1'), -(44930, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - Draenei Female Transform Tier 2'), -(44931, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - Draenei Female Transform Tier 3'), -(44932, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - Draenei Female Transform Tier 4'), -(44962, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Archer - BE Male Transform Tier 1'), -(44988, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fel Gland Cleanup'), -(44989, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Christmas Grand Warlock Nethekurse'), -(44990, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Christmas Grandmaster Vorpil'), -(44991, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Christmas Exarch Maladaar'), -(44992, 16777472, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Christmas Captain Skarloc'), -(44995, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Christmas Nethermancer Sepethrea'), -(44996, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Christmas High Botanist Freywinn'), -(45073, 0, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wretched Controller - Sanctum: Random Target'), -(45074, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wretched Hungerer Transform'), -(45077, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Berserk Buff Timer'), -(45079, 0, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wretched Controller - Armory: Random Target'), -(45080, 0, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wretched Controller - Docks West: Random Target'), -(45081, 0, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wretched Controller - Docks East: Random Target'), -(45107, 2432, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Karynaku''s Flight Home'), -(45116, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 565, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Cosmetic Fire'), -(45142, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Coilskar Ore Cleanup'), -(45146, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Orb of Murloc Control Cleanup'), -(45147, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ata''mal Armament Cleanup'), -(45155, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - BE Female Transform Tier 1'), -(45156, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - BE Female Transform Tier 2'), -(45157, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - BE Female Transform Tier 3'), -(45158, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - BE Female Transform Tier 4'), -(45159, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - BE Male Transform Tier 1'), -(45160, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - BE Male Transform Tier 2'), -(45161, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - BE Male Transform Tier 3'), -(45162, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - BE Male Transform Tier 4'), -(45163, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - Draenei Female Transform Tier 1'), -(45164, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - Draenei Female Transform Tier 2'), -(45165, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - Draenei Female Transform Tier 3'), -(45166, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - Draenei Female Transform Tier 4'), -(45167, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - Draenei Male Transform Tier 1'), -(45168, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - Draenei Male Transform Tier 2'), -(45169, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - Draenei Male Transform Tier 3'), -(45170, 2155872640, 268435456, 1, 269484032, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warrior - Draenei Male Transform Tier 4'), -(45178, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Golden Pig Coin'), -(45179, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Silver Pig Coin'), -(45194, 328064, 1024, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 21, 1, 2, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDRighteous Fury'), -(45196, 65664, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 16, 38, 0, 0, 0, 0, 0, 0, 0, 'Frost Attack'), -(45198, 2147484032, 268438528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flask Master'), -(45210, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Taunt Hit Chance'), -(45249, 0, 1024, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 327, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Taxi - Skyguard Outpost to Skettis'), -(45250, 0, 1024, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 327, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Taxi - Skettis to Skyguard Outpost'), -(45258, 536871168, 136, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Shadow Images'), -(45272, 256, 268435592, 4, 256, 0, 0, 0, 0, 0, 0, 0, 4, 0, 37, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Shadow Image'), -(45303, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Valiance Keep Flavor - Queue - Reply Profession'), -(45304, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Valiance Keep Flavor - Queue - Assign Profession - Soldier'), -(45305, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Valiance Keep Flavor - Queue - Assign Profession - Civilian'), -(45306, 384, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Valiance Keep Flavor - Queue Spot Ping'), -(45308, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 347, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Valiance Keep Flavor - Summon Recruit'), -(45318, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create King Mrgl-Mrgl''s Spare Suit'), -(45331, 536870912, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 327, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight through Caverns'), -(45367, 2432, 268435456, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Translocate'), -(45370, 2432, 268435456, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Translocate'), -(45393, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 347, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quest - Borean Tundra - Summon Civilian Recruit'), -(45394, 384, 268435456, 0, 196608, 0, 0, 16384, 0, 0, 0, 0, 1, 0, 96, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(45396, 262336, 0, 16777216, 67108864, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Blessed Weapon Coating'), -(45398, 262336, 0, 16777216, 67108864, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Righteous Weapon Coating'), -(45413, 256, 268436480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Stun'), -(45434, 384, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Valiance Keep Flavor - Ping Footman Spawner'), -(45435, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 347, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Valiance Keep Flavor - Summon Footman'), -(45436, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Valiance Keep Flavor - Ping Combatant'), -(45454, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pulsating Runestone Cleanup'), -(45488, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Crypt Bug'), -(45489, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 552, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Crypt Bug 2'), -(45498, 8388864, 0, 5, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Elder Kesuk Credit'), -(45499, 8388864, 0, 5, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Elder Sagani Credit'), -(45500, 8388864, 0, 5, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Elder Takret Credit'), -(45501, 8388864, 0, 5, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Elder Yakone Credit'), -(45518, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quest Despawn Self'), -(45519, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLD Defiance'), -(45520, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLD Defiance'), -(45521, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLD Defiance'), -(45538, 142606592, 268435456, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tuskarr Spirit Transform'), -(45652, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Arcane Binder Cleanup'), -(45687, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Shield Orbs'), -(45688, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Shield Orbs'), -(45689, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Shield Orbs'), -(45701, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Warsong Outfit'), -(45704, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 134, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Valiance Keep Flavor - Summon Hostile Footman'), -(45705, 142606592, 268697600, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Naked Caravan Guard - Orc Male Transform'), -(45706, 142606592, 268697600, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Naked Caravan Guard - Orc Female Transform'), -(45707, 142606592, 268697600, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Naked Caravan Guard - Forsaken Male Transform'), -(45708, 142606592, 268697600, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Naked Caravan Guard - Tauren Male Transform'), -(45709, 142606592, 268697600, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Naked Caravan Worker - Orc Male Transform'), -(45710, 142606592, 268697600, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Naked Caravan Worker - Orc Female Transform'), -(45711, 142606592, 268697600, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Naked Caravan Worker - Forsaken Male Transform'), -(45712, 142606592, 268697600, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Naked Caravan Worker - Troll Male Transform'), -(45718, 142606592, 268697600, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Naked Caravan Worker - Master Transform'), -(45734, 159383936, 32, 0, 1048576, 2228352, 393224, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Eric''s Outrageous Invisibility'), -(45763, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Warsong Orc Disguise'), -(45764, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Warsong Banner'), -(45766, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Warsong Banner Cleanup'), -(45784, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'TEST - Targetted Music Spell 2'), -(45810, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hate Monster (Spar)'), -(45812, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hate Monster (Spar Buddy)'), -(45847, 16777600, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Copy of [DND]Rexxar Speed Increase'), -(45904, 536871312, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Offensive State'), -(45965, 0, 525312, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Move to Matching String ID2 (Local Event)'), -(45966, 384, 525312, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Attack Matching String ID2 (Local Event)'), -(46061, 0, 1024, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 327, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Taxi - Amber Ledge to Coldarra'), -(46179, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Demonic Blood Cleanup'), -(46207, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Flamekeeper - Blood Elf'), -(46209, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Flamekeeper - Draenei'), -(46210, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Flamekeeper - Dwarf'), -(46211, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Flamekeeper - Gnome'), -(46212, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Flamekeeper - Goblin'), -(46213, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Flamekeeper - Human'), -(46215, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Flamekeeper - Night Elf'), -(46216, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Flamekeeper - Orc'), -(46220, 384, 268436480, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(46226, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Festival Flamekeeper - Undead'), -(46248, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Celebrant - Blood Elf'), -(46249, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Celebrant - Draenei'), -(46250, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Celebrant - Dwarf'), -(46252, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Celebrant - Gnome'), -(46253, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Celebrant - Goblin'), -(46254, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Celebrant - Human'), -(46255, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Celebrant - Night Elf'), -(46256, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Celebrant - Orc'), -(46257, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Celebrant - Tauren'), -(46258, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Celebrant - Troll'), -(46259, 256, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Midsummer Celebrant - Undead'), -(46347, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Irresistible Lure Effect'), -(46407, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Storm Tempest'), -(46523, 384, 268436480, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(46741, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger'), -(46756, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Test Alternate Form'), -(46790, 545259776, 128, 1, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mark of Honor'), -(46893, 256, 0, 1, 4096, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Graveyard Teleport'), -(46894, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Horde Graveyard Teleporter'), -(46918, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Blue Dragon: Apply Aura - Periodic Trigger'), -(46919, 0, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Blue Dragon: Trigger Dummy'), -(46958, 536871168, 1024, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Silvermoon L70ETC Pulse NEW'); -INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `AttributesEx8`, `AttributesEx9`, `AttributesEx10`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `SchoolMask`, `SpellAuraOptionsId`, `SpellCastingRequirementsId`, `SpellCategoriesId`, `SpellClassOptionsId`, `SpellEquippedItemsId`, `SpellLevelsId`, `SpellTargetRestrictionsId`, `SpellInterruptsId`, `Comment`) VALUES -(46959, 536871168, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 37, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Silvermoon L70ETC Bunny Aura NEW'), -(46966, 384, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Silvermoon L70ETC Script Effect'), -(46986, 402915728, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Sneak'), -(47019, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 6, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Budd Pet Periodic Trigger'), -(47036, 384, 1024, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Troll Check'), -(47040, 384, 1024, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cancel Budd''s Attention Span'), -(47047, 134217984, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Budd''s Force Reaction'), -(47067, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 65, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Stun Self'), -(47090, 142606592, 268435456, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dead Mage Hunter Transform'), -(47102, 384, 268435456, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 5, 0, 11, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(47121, 16777600, 0, 0, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Scalawag Frog'), -(47132, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quest Complete'), -(47135, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quest Complete'), -(47136, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quest Complete'), -(47140, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'On Quest Accept'), -(47141, 384, 268435456, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'On Quest Accept Dummy to Guide'), -(47142, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Totemic Beacon'), -(47194, 536871296, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spiritual Insight: Quest Complete'), -(47222, 268435456, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] JZB Jump Jets'), -(47275, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 205, 134, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Summon Hostile Scavenger'), -(47312, 150995200, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Sober Up'), -(47319, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Magntaur Alpha Summon'), -(47401, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Trigger Giant Reaction'), -(47416, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Sample of Rockflesh'), -(47419, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Speed Up'), -(47477, 536871168, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 190, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Instakill Other'), -(47513, 256, 268436484, 4, 8192, 0, 0, 0, 0, 0, 0, 0, 1, 3, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mole Machine Bind Sight'), -(47522, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47529, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47531, 536871296, 1024, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Dismiss Pet'), -(47544, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47545, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47548, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Strengthen the Ancients: Woodlands Walker Master'), -(47561, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Strengthen the Ancients: No Bark'), -(47605, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47606, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47607, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 190, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47608, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47609, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47612, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47613, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47620, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47621, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47622, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47623, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47624, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47625, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47626, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47630, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47631, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47639, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47640, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47641, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47642, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47643, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47644, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47645, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47646, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47647, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47648, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47649, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47650, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(47652, 384, 268435592, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Aggro Closest'), -(47680, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 38, 0, 0, 0, 0, 0, 0, 0, 'Force Cast Aggro'), -(47725, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tariolstrasz: Unlearned Taxi from Wrymrest Bottom to Top'), -(47734, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Torastrasza: Unlearned Taxi to the Bottom of Wrymrest'), -(47796, 8388992, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Signal War Golem'), -(47945, 262544, 268436480, 0, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Copy of Shapeshift Form Effect'), -(47971, 545259776, 1160, 4, 197184, 8388608, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Liquid Fire of Elune: Blighted Elk Kill Credit'), -(47973, 545259776, 1160, 4, 197184, 8388608, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Liquid Fire of Elune: Rabid Grizzly Kill Credit'), -(48043, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Venomspite!'), -(48197, 545259776, 1160, 4, 64, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Blighted Last Rites: Kill Credit'), -(48215, 536871296, 268436480, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Scarlet Onslaught Knight: Ride Scarlet Onslaught Warhorse'), -(48220, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wrath of the Titans'), -(48255, 142606592, 268435456, 1, 1048576, 4160, 8, 4, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Let Them Not Rise!: Skeletal Transform'), -(48322, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 0, 38, 0, 0, 0, 0, 0, 0, 0, 'Outhouse Force-Cast'), -(48338, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 0, 38, 0, 0, 0, 0, 0, 0, 0, 'Outhouse Force-Cast II'), -(48372, 384, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Passenger 1'), -(48373, 159383936, 32, 540673, 0, 128, 393224, 4096, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Passenger 2'), -(48429, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Speed Up'), -(48439, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(48526, 536871296, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Sinner''s Folly Fire Bunny: Fire Aura Dummy'), -(48581, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Irresistible Lure Effect'), -(48607, 545259776, 1160, 4, 64, 128, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Torture the Torturer: Torture the Torturer Kill Credit'), -(48615, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Competitor''s Souvenir'), -(48688, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(48713, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Self'), -(48787, 536871168, 1024, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Neltharion''s Flame Fire Bunny: Fire Aura Dummy'), -(48804, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fresh Remounts: Onslaught Riding Crop Cleanup'), -(48902, 65792, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 134, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Lighthouse'), -(48958, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Alliance Random Log Ride'), -(49060, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Horde, Hate Monster (Spar) (<30%)'), -(49074, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 1, 35, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Self Destruct - Initial Damage'), -(49108, 536871168, 1024, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Sporeggar Pulse'), -(49112, 536871168, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Azure Dragon: Aggro Aura Effect'), -(49115, 536871168, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Guardian: Aggro Aura Effect'), -(49120, 536871168, 1024, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Dark Portal Pulse - H'), -(49164, 536871168, 1024, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Auchindoun Pulse'), -(49167, 536871168, 1024, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Dark Portal Pulse - A'), -(49168, 256, 268435456, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Guardian: Aggro Aura'), -(49169, 256, 268435456, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Azure Dragon: Aggro Aura'), -(49183, 536871168, 1024, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Aeris Landing Pulse'), -(49201, 536871168, 1024, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Exodar Naaru Pulse'), -(49212, 536871168, 1024, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW Exodar Nobundu Pulse'), -(49227, 536871168, 1024, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW COT Pulse - A'), -(49229, 536871168, 1024, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'OCW COT Pulse - H'), -(49265, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Script: Set Passenger(E0) to Random Broadcast (E1)'), -(49286, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Gryphon Rider Broadcast 02'), -(49339, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Steam Tank Periodic'), -(49341, 384, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Steam Tank Periodic'), -(49371, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Iskandar''s Challenge'), -(49373, 536871296, 1160, 4, 268435520, 128, 0, 512, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Defending Wyrmrest Temple: Dummy to Wyrmrest Defender'), -(49374, 545259776, 1160, 4, 64, 128, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Defending Wyrmrest Temple: Destabilize Azure Dragonshrine Kill Credit'), -(49382, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Emerald Essence'), -(49386, 696254720, 1056, 16385, 1310720, 524288, 393224, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dragonblight Invisibility Master'), -(49412, 256, 268435456, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Defender: Aggro Aura'), -(49413, 536871168, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Defender: Aggro Aura Effect'), -(49447, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Amber Essence'), -(49450, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Ruby Essence'), -(49465, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Torastrasza: Unlearned Taxi to the Middle of Wrymrest'), -(49470, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Lord Afrasastrasz: Unlearned Taxi to the Top of Wrymrest'), -(49473, 256, 268436484, 0, 8192, 0, 0, 0, 0, 0, 0, 0, 1, 3, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mole Machine Hearth Bind Sight'), -(49492, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Lord Afrasastrasz: Unlearned Taxi to the Bottom of Wrymrest'), -(49496, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Battle Steed'), -(49502, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tariolstrasz: Unlearned Taxi from Wrymrest Bottom to Middle'), -(49577, 256, 268435456, 0, 1048576, 192, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Circle of Life: Transform into Rabbit'), -(49578, 256, 268435456, 0, 1048576, 192, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Circle of Life: Transform into Squirrel'), -(49579, 256, 268435456, 0, 1048576, 192, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Circle of Life: Transform into Skunk'), -(49580, 256, 268435456, 0, 1048576, 192, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Circle of Life: Transform into Prairie Dog'), -(49582, 256, 268435456, 0, 1048576, 192, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Circle of Life: Transform into Fawn'), -(49583, 256, 268435456, 0, 1048576, 192, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Circle of Life: Transform into Emerald Skytalon'), -(49591, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Arcane Disruptor'), -(49740, 256, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 18, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flower Growth'), -(49741, 256, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 387, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flower Growth Periodic'), -(49812, 256, 268435456, 0, 196608, 1, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fake Aggro Radius (8 yd)'), -(49813, 256, 268435456, 0, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Aggro (8 yd pbae)'), -(49819, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ghoul Threat'), -(49831, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hate Monster (Spar, Kalu''ak)'), -(49833, 545259776, 1024, 0, 268435456, 128, 8, 0, 0, 0, 0, 0, 1, 18, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Fire'), -(49849, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Gryphon Rider Broadcast'), -(49850, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Gryphon Rider Broadcast'), -(49866, 2843738112, 1056, 268976133, 1245184, 8388736, 917512, 12292, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Clone Target'), -(49885, 536871168, 136, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Gravity Lapse'), -(49951, 256, 268435456, 0, 0, 192, 0, 1024, 0, 0, 0, 0, 1, 579, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mystery of the Infinite: Future You''s Periodic Threat'), -(49953, 538968320, 136, 4, 64, 128, 384, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mystery of the Infinite: Future You''s Periodic Threat Effect'), -(50042, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Iskandar''s Challenge Periodic'), -(50074, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Helmsman Broadcast 01'), -(50076, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Helmsman Broadcast 02'), -(50136, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Silvermoon Dragonhawk'), -(50157, 536871168, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Instakill Other'), -(50158, 384, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Temple - Protector Transform (Red)'), -(50159, 384, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Temple - Protector Transform (Green)'), -(50160, 384, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Temple - Protector Transform (Bronze)'), -(50277, 536871168, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 190, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Instakill Self'), -(50460, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Antiok Random Broadcast'), -(50539, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Aggro Drakes'), -(50543, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Aggro Drakes'), -(50561, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Amberpine Gryphon Rider B01'), -(50567, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Amberpine Gryphon Rider B02'), -(50570, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Amberpine Gryphon Rider B03'), -(50571, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Amberpine Gryphon Rider B04'), -(50591, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Amberpine Gryphon Rider B05'), -(50594, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 245, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Moveto Test'), -(50754, 384, 136, 0, 512, 128, 0, 0, 0, 0, 0, 0, 1, 18, 1, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Unstable Sphere'), -(50755, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 32, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Unstable Sphere Countdown'), -(50814, 0, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Serinar Whisper Rune'), -(50815, 0, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Serinar Whisper Cave'), -(50816, 0, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 6, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Serinar Whisper Chamber'), -(50925, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 39, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dash Gash ReturnToTank PreSpell'), -(50932, 0, 16384, 0, 0, 128, 1, 0, 0, 0, 0, 0, 1, 28, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dash Gash ReturnToTank PreSpell Root'), -(50996, 8388608, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Sanguine Spirit'), -(51106, 384, 268435456, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 5, 0, 1, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke (Range Self)'), -(51117, 384, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Temple - Protector Transform (Black)'), -(51118, 384, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Temple - Protector Transform (Blue)'), -(51119, 384, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Temple - Protector Transform (Nether)'), -(51133, 142606592, 268697600, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Defeated Argent Footman Transform'), -(51324, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Injured Oracle Questgiver Off'), -(51455, 2306867584, 268436512, 268976129, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Battle for Lake Wintergrasp'), -(51604, 134217984, 268435520, 0, 0, 0, 0, 4, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Stun Self'), -(51704, 2147549568, 268468224, 128, 1073741824, 8193, 1024, 1024, 0, 0, 0, 0, 1, 36, 1, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Leave BarberShop Chair'), -(51824, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 564, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Drake Whisper'), -(51826, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Drake Whisper'), -(51828, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 85, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Drake Whisper'), -(51829, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Drake Whisper'), -(51860, 134217984, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Root Self'), -(51896, 0, 8196, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Eye of Acherus'), -(51905, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOldDeath Knight Rune Weapon Scaling 01'), -(51947, 0, 0, 0, 0, 128, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Har''koa: Periodic Trigger Roar'), -(51948, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Har''koa: Periodic Trigger Roar Dummy'), -(52001, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Death Knight Blood Parasite Pet Scaling'), -(52040, 536871168, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dwarf Construction Worker Appearance'), -(52178, 671089024, 1024, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 9, 13, 2, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOldAstral Shift Marker'), -(52304, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'DK 1'), -(52380, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'You Reap What You Sow: Reclaim Power - Efffect'), -(52434, 256, 268436480, 4, 131328, 128, 524296, 0, 0, 0, 0, 0, 1, 0, 13, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Dream Fog'), -(52477, 384, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy'), -(52557, 384, 268435456, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 5, 0, 4, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Tree of Life Nuke'), -(52558, 142606592, 268697600, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dead Mam''toth Disciple Transform'), -(52563, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Attack Arthas'), -(52765, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Invis Self'), -(52769, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shadow of Death Marker'), -(52848, 536871296, 1024, 4, 256, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rampage: Quest Completion Credit'), -(52947, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Transform: Dock Worker w/bag'), -(53050, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Charged Flurry'), -(53682, 545259904, 1024, 1, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Soul Feast'), -(53732, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 225, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Grow'), -(53785, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Nass Master Checker'), -(54033, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 35, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Stun Self'), -(54073, 262528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 2, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Wound Poison'), -(54091, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Bug Threat'), -(54130, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Maexxna Spiderling'), -(54239, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Trigger 002'), -(54437, 262544, 268600320, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOldDemonic Empowerment'), -(54541, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Aggro (5 yd pbae)'), -(54542, 256, 268435456, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fake Aggro Radius (5 yd)'), -(55351, 536871168, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 190, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Instakill Orb'), -(55422, 268435712, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Zombie Aggro Dummy'), -(55583, 2176, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 16, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Trainee'), -(55584, 2176, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Mounted Knight'), -(55585, 2176, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 25, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Knight'), -(55654, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Frost Aura'), -(55657, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDConsumption'), -(55698, 320, 268435592, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 16, 38, 0, 0, 0, 0, 0, 0, 0, 'Chill'), -(55733, 384, 268435456, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 0, 11, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(55827, 384, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Temple - Warden Transform (Black)'), -(55828, 384, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Temple - Warden Transform (Blue)'), -(55829, 384, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Temple - Warden Transform (Green)'), -(55830, 384, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Temple - Warden Transform (Bronze)'), -(55831, 384, 268437504, 1, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wyrmrest Temple - Warden Transform (Red)'), -(55846, 384, 268435592, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Aggro Closest'), -(55892, 0, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Audience Assistance'), -(55893, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Audience Assistance'), -(55956, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 35, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Guiding Knut'), -(55967, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Frost Effect'), -(55985, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Kill Credit:Giant'), -(55990, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Kill Credit:Dwarf'), -(56068, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Iron Behemoth Threat'), -(56069, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Iron Behemoth Threat Effect'), -(56097, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Frost Arrow'), -(56204, 671090944, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ebon Blade Prisoners: Force Cast Summon Ebon Blade Knight - Human'), -(56210, 671090944, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ebon Blade Prisoners: Force Cast Summon Ebon Blade Knight - Night Elf'), -(56213, 671090944, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ebon Blade Prisoners: Force Cast Summon Ebon Blade Knight - Orc'), -(56215, 671090944, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ebon Blade Prisoners: Force Cast Summon Ebon Blade Knight - Troll'), -(56306, 8388992, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Kill Credit:Pronouncement'), -(56428, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Enraged Armored Hippogryph'), -(57059, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Grow'), -(57065, 384, 268435456, 4, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 225, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shrink'), -(57093, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Brann''s Communicator Replacement'), -(57368, 208, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Unholy Shadow'), -(57540, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Severed Essence'), -(57576, 0, 1024, 268435460, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'PvP Enemy Check'), -(57577, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'PvP Check Aura'), -(57805, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Defense Control Crystal'), -(57867, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDNature''s Splendor'), -(57868, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDNature''s Splendor'), -(57936, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Attack Violet Hold Guard'), -(57995, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Portal 1 Ready'), -(57996, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Portal 2 Ready'), -(57997, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Portal 3 Ready'), -(57998, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Portal 4 Ready'), -(57999, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Portal 5 Ready'), -(58002, 256, 268435456, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Portal'), -(58003, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Portal Effect (1)'), -(58004, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Portal Effect (2)'), -(58005, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Portal Effect (3)'), -(58006, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Portal Effect (4)'), -(58007, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Portal Effect (5)'), -(58011, 0, 4, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Portal Channel Trigger'), -(58014, 256, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Close Portal Trigger'), -(58018, 8388864, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Close Portal Effect'), -(58019, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Portal Ready Primer'), -(58028, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Portal Guardian'), -(58029, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Portal Guardian Alt'), -(58030, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Portal Keeper'), -(58031, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Portal Keeper'), -(58034, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Binder'), -(58041, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Prison Door Seal Weaken'), -(58043, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Door Broken'), -(58082, 681574784, 1160, 67108869, 268435520, 2177, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Not-So-Honorable Combat: Despawn All Units'), -(58086, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Binder'), -(58087, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Invader'), -(58088, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Invader Alt'), -(58089, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Spellbreaker'), -(58090, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Spellbreaker Alt'), -(58091, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Mage Slayer'), -(58092, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Mage Slayer Alt'), -(58093, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Veteran Mage Hunter'), -(58199, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flame Kill'), -(58200, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Water Kill'), -(58201, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Life Kill'), -(58202, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shadow Kill'), -(58358, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Kill'), -(58360, 538968448, 1160, 67108869, 268435520, 2176, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Banshee''s Revenge: Lady Nightswood to Possessed Vardmadra'), -(58411, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hateful Strike Primer'), -(58546, 1073807744, 268436480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 3, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Fear Self'), -(58550, 159383552, 1056, 268976129, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wintergrasp Calculation'), -(58595, 671089024, 1024, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 3, 13, 2, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDChimera Shot - Scorpid Sting Marker'), -(58727, 696254848, 268435488, 540673, 1048576, 0, 393224, 5120, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dalaran Restricted Flight Zone'), -(58728, 696254848, 268438560, 268976133, 1245184, 8388736, 393736, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wintergrasp Restricted Flight Zone'), -(58807, 8388992, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 28, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ignite Corpse'), -(58920, 696254720, 1056, 16385, 1310720, 524288, 393224, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Post-Wrath Gate Invisibility for NPCS'), -(58926, 0, 0, 4, 268435456, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Bridge Kill Credit'), -(58927, 0, 0, 4, 268435456, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tower Kill Credit'), -(58928, 16777216, 0, 4, 268435456, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Workshop Kill'), -(58929, 0, 0, 4, 268435456, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Gate Kill'), -(58931, 2306867200, 1056, 336084997, 1245184, 8388736, 393224, 16781316, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Wintergrasp Victory'), -(58934, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Achievement: Has Full Midsummer Set'), -(59012, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Big Blizzard Bear'), -(59054, 8388608, 0, 0, 268435456, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Player Death'), -(59056, 536870912, 0, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Player Death Aura'), -(59063, 8388992, 0, 4194305, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Achievement - Player Died'), -(59207, 696254848, 268436512, 16385, 1310720, 524288, 393224, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Post-Wrath Gate Invisibility for NPCS'), -(59555, 384, 1024, 0, 1179648, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Daze Immunity'), -(59581, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fail Achievement'), -(59612, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ymirheim Aggro Periodic'), -(59615, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Infantry Aggro Trigger'), -(59632, 384, 268435456, 4, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 225, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shrink'), -(59639, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 225, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Grow'), -(59794, 400, 0, 0, 67108864, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Alchemy Discovery Trigger'), -(59819, 671089024, 1024, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 32, 13, 2, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOldImproved Corpse Explosion Marker'), -(59850, 8388608, 131072, 67108864, 269484032, 0, 128, 0, 0, 0, 0, 0, 1, 0, 6, 2, 38, 0, 0, 0, 0, 0, 0, 0, 'Death Touch Copy'), -(59895, 256, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Launch Spear Periodic'), -(59896, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Frost Arrow'), -(59900, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fail Achievement'), -(59904, 536871168, 1024, 4, 0, 0, 2097152, 65536, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Slaves to Saronite: Jump B'), -(59905, 536871168, 1024, 4, 0, 0, 2097152, 65536, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Slaves to Saronite: Jump C'), -(60033, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy'), -(60048, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Captain'), -(60049, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Raider'), -(60050, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Sorceror'), -(60057, 2768242688, 3072, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 36, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Restricted Flight Area'), -(60086, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Stalker'), -(60087, 256, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spear Trigger Periodic'), -(60092, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Raider'), -(60093, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Azure Sorceror'), -(60454, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Alliance Aggro Trigger'), -(60455, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Horde Aggro Trigger'), -(60589, 8388992, 0, 5, 262400, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Corrupting Blight Remove'), -(60593, 536871168, 0, 0, 268435456, 0, 393224, 0, 0, 0, 0, 0, 199, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quiet Suicide (Cast Time)'), -(60676, 696254848, 1056, 273170437, 1245696, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Southern Tower Destruction'), -(60677, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Gate Kill Credit'), -(60806, 256, 268435456, 0, 0, 192, 0, 1024, 0, 0, 0, 0, 1, 579, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'MOTI, Redux: Past You''s Periodic Threat'), -(60858, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Save Rocket GUID on Summoner'), -(60910, 2306867200, 1056, 268976133, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Demolisher Kill Credit'), -(60911, 2306867200, 1056, 268976133, 269680640, 8388736, 917512, 4100, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Demolisher Kill Credit'), -(60989, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Key to the Focusing Iris'), -(60992, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Heroic Key to the Focusing Iris'), -(61142, 2306867200, 1056, 268976133, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Direction of the Lich King'), -(61148, 400, 0, 0, 67108864, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Inscription Discovery'), -(61175, 671089024, 1024, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 347, 13, 2, 38, 0, 0, 0, 0, 0, 0, 0, 'Shadow of Death Marker'), -(61200, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Extract Gas'), -(61201, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Frigid Geist Aggro'), -(61202, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Frigid Geist Aggro Periodic'), -(61203, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Extract Gas'), -(61214, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Extract Gas'), -(61220, 384, 268435456, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(61265, 134217984, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Alliance Flag Click'), -(61266, 134217984, 0, 4, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Horde Flag Click'), -(61279, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Extract Gas'), -(61283, 0, 0, 4, 0, 4, 0, 0, 0, 0, 0, 0, 1, 42, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Medium Flights'), -(61284, 0, 0, 4, 0, 4, 0, 0, 0, 0, 0, 0, 1, 42, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Many Flights'), -(61285, 0, 0, 4, 0, 4, 0, 0, 0, 0, 0, 0, 1, 42, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Too Many Flights'), -(61303, 256, 0, 0, 268435456, 0, 524288, 0, 0, 0, 0, 0, 1, 0, 173, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Sanctuary'), -(61370, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 487, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'BOTM - Bubble Brew - Self Root'), -(61396, 448, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 2, 38, 0, 0, 0, 0, 0, 0, 0, 'Arthas Defensive Buff'), -(61494, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Gun'), -(61495, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Gun'), -(61501, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Gun'), -(61502, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Gun'), -(61503, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Captain'), -(61504, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Captain'), -(61505, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Captain'), -(61506, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Captain'), -(61517, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61518, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61519, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61520, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61521, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61522, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61525, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61526, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61527, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61529, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61530, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61531, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61532, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61533, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61534, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61535, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61536, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61538, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61539, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61540, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61541, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61542, 0, 0, 4, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport the Stalker'), -(61582, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Charged Flurry'), -(61701, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Make Player Attack'), -(61702, 2306867200, 1056, 268976129, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Phase Shift 1 (Gold)'), -(61703, 2306867200, 1056, 268976129, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Phase Shift 2 (Green)'), -(61754, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Horn of the Peaks'), -(61774, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Threat'), -(61852, 0, 524288, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Red Elevator Port'), -(61891, 2306867200, 1056, 268976133, 269680640, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Vehicle Protected'), -(61908, 384, 268435456, 4, 196608, 0, 0, 16384, 0, 0, 0, 0, 3, 0, 2, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(61913, 384, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Static Disruption'), -(61918, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Champion'), -(61919, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spawn Champion'), -(61921, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Champion'), -(61937, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Warbringer'), -(61938, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spawn Warbringer'), -(61939, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Warbringer'), -(61944, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Commoner'), -(61945, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spawn Commoner'), -(61946, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spawn Commoner'), -(61948, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Evoker'), -(61949, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spawn Evoker'), -(61950, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Evoker'), -(62006, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Honor Guard'), -(62008, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spawn Honor Guard'), -(62009, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Acolyte'), -(62010, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spawn Acolyte'), -(62033, 256, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(62060, 2306867200, 1056, 268976129, 1245184, 11534496, 394760, 136196, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tower Control'), -(62065, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Eastern Tower Destruction'), -(62066, 696254848, 1056, 273170437, 1245696, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Western Tower Destruction'), -(62093, 256, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 11, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spirit of Corruption Death'), -(62095, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Coaxing the Spirits: Quest Complete'), -(62096, 696254848, 3104, 273170437, 269681152, 8388800, 393224, 4608, 4, 0, 0, 0, 1, 36, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDPhase 1 & 6 Done Spacer'), -(62163, 142606592, 268437504, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Frenzied Cyclone Transform'), -(62183, 256, 0, 4, 0, 8193, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Activate Lightning Orb Trigger'), -(62190, 538968320, 268436616, 67108868, 64, 2113, 0, 1024, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Call Down the Thunder: Spirit Ride Vortex Bunny'), -(62200, 671089024, 1024, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 32, 13, 2, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOldImproved Corpse Explosion Cost Reducer'), -(62205, 536871296, 268436616, 67108864, 269484096, 2113, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Call Down the Thunder: Vortex Bunny Shrink'); -INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `AttributesEx8`, `AttributesEx9`, `AttributesEx10`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `SchoolMask`, `SpellAuraOptionsId`, `SpellCastingRequirementsId`, `SpellCategoriesId`, `SpellClassOptionsId`, `SpellEquippedItemsId`, `SpellLevelsId`, `SpellTargetRestrictionsId`, `SpellInterruptsId`, `Comment`) VALUES -(62224, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mirror Name'), -(62289, 0, 0, 0, 0, 0, 0, 16777216, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flammable'), -(62330, 384, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 7, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Ritual of Summoning'), -(62341, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cancel Passenger Aura'), -(62389, 256, 0, 0, 268435712, 8193, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Check Thorim Arena'), -(62390, 256, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Thorim Arena Failure'), -(62403, 384, 0, 0, 1073741824, 8193, 1024, 1024, 0, 0, 0, 0, 1, 0, 11, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Right Hand Exploder Trigger'), -(62406, 384, 0, 0, 1073741824, 8193, 1024, 1024, 0, 0, 0, 0, 1, 0, 11, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Left Hand Exploder Trigger'), -(62421, 448, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pressure Loss'), -(62429, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Passenger Entered'), -(62431, 256, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Engineering Reset'), -(62452, 0, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shoot ''Em Up: Proto-Drake Out-of-Combat Regen'), -(62474, 0, 1024, 4, 262144, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hurl Boulder (Power Burn)'), -(62543, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 25, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spawn Pyrite'), -(62556, 384, 268435456, 0, 0, 8193, 0, 1024, 0, 0, 0, 0, 1, 41, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Countdown'), -(62630, 134217984, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Teach New Auberdine Flight Path'), -(62631, 134217984, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Teach Grove of the Ancients Flight Path'), -(62643, 384, 268435456, 4, 256, 8193, 0, 1024, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Blink Targeting'), -(62808, 696254848, 1056, 273170437, 269681152, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'A Squad of Your Own: Maestra''s Post Sentinel Aura'), -(62827, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Awaken Robots'), -(62829, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'A Squad of Your Own: Despawn Sentinels'), -(62840, 547619200, 1160, 67108868, 64, 2048, 8, 0, 0, 0, 0, 0, 3, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Respect for the Fallen: Create The Purifier''s Prayer Book'), -(62880, 384, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 190, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Kadrak''s Reins'), -(62915, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hunter Snake Trap Scaling 01'), -(63078, 256, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cosmetic - Summon 10 Flowers 02'), -(63079, 256, 268435456, 0, 0, 192, 134217728, 1024, 0, 0, 0, 0, 1, 1, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cosmetic - Summon 10 Flowers 01'), -(63217, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fuel Cell Pulse'), -(63284, 256, 1160, 0, 196864, 8193, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shadow Crash Targeting'), -(63285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Dwarves'), -(63286, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Overseer Gorthak: Face Random Orc'), -(63296, 536871168, 136, 4, 196864, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mark of the Faceless'), -(63412, 538968320, 1160, 67108868, 268435520, 2048, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Stopping the Rituals: Dummy to Ritual Gem Bunny'), -(63419, 256, 268435456, 0, 0, 8193, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Profound Darkness'), -(63530, 256, 524288, 4, 0, 8193, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Keeper Dummy'), -(63538, 0, 0, 4, 268435456, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Separation Anxiety'), -(63561, 1073807744, 268436480, 0, 0, 0, 0, 4096, 0, 0, 0, 0, 1, 35, 3, 0, 38, 0, 0, 0, 0, 0, 0, 0, 'Fear Self'), -(63782, 256, 0, 0, 0, 8193, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Bladestorm'), -(63887, 384, 136, 0, 512, 128, 0, 0, 0, 0, 0, 0, 1, 63, 1, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Death Ray Summon'), -(63888, 384, 136, 0, 512, 128, 0, 0, 0, 0, 0, 0, 1, 63, 1, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Death Ray Summon'), -(63889, 384, 136, 0, 512, 128, 0, 0, 0, 0, 0, 0, 1, 63, 1, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Death Ray Summon'), -(63890, 384, 136, 0, 512, 128, 0, 0, 0, 0, 0, 0, 1, 63, 1, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Death Ray Summon'), -(64033, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Champion'), -(64035, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Warbringer'), -(64037, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Evoker'), -(64038, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Commoner'), -(64067, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Overload'), -(64093, 696254720, 1056, 268976133, 268894208, 8388736, 393224, 4612, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Enable Interact While Hostile'), -(64094, 536871168, 0, 0, 268894208, 128, 8, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Disable Interact While Hostile'), -(64149, 384, 0, 4, 1073741824, 8193, 1024, 1024, 0, 0, 0, 0, 1, 0, 11, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Left Hand Nook Exploder Trigger'), -(64150, 384, 0, 4, 1073741824, 8193, 1024, 1024, 0, 0, 0, 0, 1, 0, 11, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Right Hand Nook Exploder Trigger'), -(64207, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Consumption'), -(64209, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Consumption'), -(64214, 256, 1160, 0, 131328, 8193, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Chain Lightning Targeting'), -(64232, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Tempest Minion'), -(64360, 256, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Player'), -(64559, 384, 0, 4, 1073741824, 8193, 1024, 1024, 0, 0, 0, 0, 1, 0, 11, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Left Hand Wall Exploder Trigger'), -(64560, 384, 0, 4, 1073741824, 8193, 1024, 1024, 0, 0, 0, 0, 1, 0, 11, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Right Hand Wall Exploder Trigger'), -(64743, 384, 268436480, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(64796, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Health Forwarding'), -(64797, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Health Forwarding'), -(64829, 384, 268435456, 0, 0, 1, 0, 1024, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tentacle Submerge Visual'), -(64884, 256, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cooldown: Creature Special 2 (8s)'), -(64973, 384, 0, 0, 0, 8321, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Lightning Field'), -(64980, 256, 268435456, 5, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Achievement Check'), -(64998, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Say you''re ready to fly!'), -(65049, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'ACW Westfall Lighthouse Pulse'), -(65065, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'ACW Magni Statue Pulse'), -(65066, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'ACW Malfurion Pulse'), -(65067, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'ACW Ratchet Docks Pulse'), -(65068, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'ACW Cairne Pyre Pulse'), -(65069, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'ACW Sylvanas Visit Pulse'), -(65083, 256, 268435456, 5, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cache Destroyed'), -(65092, 384, 268435456, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 0, 96, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Retarget'), -(65114, 256, 268435592, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(65118, 0, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 134, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Bomb Periodic'), -(65119, 0, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Bomb Periodic'), -(65149, 536871296, 0, 0, 256, 128, 8, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hate All in LoS'), -(65155, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Speed Up'), -(65167, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Put Out The Fire: Quest Complete or Abandon'), -(65168, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDPut Out The Fire: Quest Complete 1'), -(65169, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDPut Out The Fire: Freezing Surger 1'), -(65170, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDPut Out The Fire: Freezing Surger 2'), -(65189, 536871296, 1024, 4, 256, 128, 1048576, 0, 0, 0, 0, 0, 1, 36, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Vortex: Character Dismount Cast From Gossip'), -(65197, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 35, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pacify Self'), -(65219, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'No Teleport'), -(65225, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOldEarth Elemental Pet Scaling 01'), -(65226, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOldEarth Elemental Pet Scaling 02'), -(65227, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOldEarth Elemental Pet Scaling 03'), -(65228, 448, 0, 0, 268435456, 34603008, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOldEarth Elemental Pet Scaling 04'), -(65246, 2843738112, 1056, 268976141, 269680640, 8519808, 393224, 4612, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Storm the Beach'), -(65268, 256, 268435456, 0, 0, 8193, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Profound Darkness'), -(65271, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Replace Ravasaur Hatchling'), -(65276, 384, 268436480, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro (Vehicle Only)'), -(65277, 256, 268435456, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Achievement Check'), -(65296, 256, 268435456, 5, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Lumberjacked Credit'), -(65304, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hate Monster (Spar Buddy)'), -(65322, 256, 268436480, 5, 131328, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65323, 256, 268436480, 5, 131328, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65324, 256, 268436480, 5, 131328, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65325, 256, 268436480, 5, 131328, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65326, 256, 268436480, 5, 131328, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65327, 256, 268436480, 5, 131328, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65330, 256, 268436480, 5, 131328, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65331, 256, 268436480, 5, 131328, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65334, 256, 268436480, 5, 131328, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65335, 256, 268436480, 5, 131328, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65336, 256, 268436480, 5, 131328, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65337, 256, 268436480, 5, 131328, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65338, 256, 268436480, 5, 131328, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65339, 256, 268436480, 5, 131328, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65340, 256, 268436480, 5, 131328, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65341, 256, 268436480, 5, 131328, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65342, 256, 268436480, 5, 131328, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hardmode Tracker'), -(65362, 2843738112, 1056, 268976141, 269680640, 11141280, 393225, 4100, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quiet Damage'), -(65376, 673186176, 1192, 272629761, 268894784, 8390656, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Recover the Fallen: Create Laughing Sister''s Corpse'), -(65377, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'NCW Grizzlemaw Pulse'), -(65380, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'NCW Grizzlemaw Pulse'), -(65389, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'NCW Bronze Dragonshrine Pulse'), -(65390, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'NCW Bronze Dragonshrine Pulse'), -(65441, 142606592, 268435456, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Laughing Sister Transform'), -(65472, 67109120, 268438528, 4, 269615104, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'High Armor Target'), -(65473, 67109120, 268438664, 4, 269615104, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Medium Armor Target'), -(65474, 67109120, 268438664, 4, 269615104, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Low Armor Target'), -(65475, 67109248, 268438664, 5, 269615104, 0, 0, 1024, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Is Physical DPS'), -(65476, 67109120, 268438664, 4, 269615104, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Is Healer'), -(65477, 67109120, 268438664, 4, 269615104, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Is Caster DPS'), -(65480, 256, 268436480, 4, 268566784, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Analyze Raid Composition'), -(65482, 67109120, 268435456, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 31, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Targeting Marker'), -(65504, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'NCW Playmates Pulse'), -(65505, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'NCW Playmates Pulse'), -(65533, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'NCW Alexstrasza Pulse'), -(65534, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'NCW Alexstrasza Pulse'), -(65536, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger 3'), -(65559, 384, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Caravan Victory Cue'), -(65566, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'NCW Great One Pulse'), -(65567, 536871168, 525312, 4, 0, 0, 2097152, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'NCW Hemet Pulse'), -(65597, 0, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 134, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Bomb Periodic'), -(65625, 536871168, 1160, 67108868, 268435520, 2176, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Dartol''s Rod 01'), -(65721, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger 1'), -(65747, 536871168, 1160, 67108868, 268435520, 2176, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Dartol''s Rod 02'), -(65750, 256, 268435456, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Targeting Marker Proc'), -(65776, 256, 268436616, 4, 268566528, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Nuker Evaluate Threat'), -(65789, 256, 268436616, 4, 268566528, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Melee Evaluate Threat'), -(65885, 8388880, 268435456, 1, 269484032, 0, 0, 0, 0, 0, 0, 0, 18, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Super Invis'), -(65952, 384, 268435456, 4, 196608, 0, 0, 16384, 0, 0, 0, 0, 1, 0, 1, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(65963, 262528, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 2, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Wound Poison'), -(65969, 698351616, 1192, 67125252, 64, 2048, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'FBG - XP Award'), -(66000, 384, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Totem Primer'), -(66029, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Replace Gahz''ridian Detector'), -(66143, 687866240, 3104, 273170436, 268632576, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Necessary Roughness: See Spawned Bilgewater Buccaneer Invis'), -(66144, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fourth and Goal: Signal to Friends'), -(66145, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDDo it Yourself: Quest Complete'), -(66148, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: Hot Rod - Knockback Trigger'), -(66156, 256, 268960904, 4, 268566528, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Healer Evaluate Threat'), -(66174, 384, 268435456, 4, 196608, 0, 0, 16384, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(66202, 256, 268436616, 4, 268566528, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hunter Evaluate Threat'), -(66239, 8388992, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Trigger - Alicia Cuthbert Dies'), -(66270, 536871296, 268435456, 4, 1179648, 0, 524288, 0, 0, 0, 0, 0, 1, 9, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Snobold Carrier'), -(66273, 536871296, 268435456, 4, 131072, 0, 524288, 0, 0, 0, 0, 0, 1, 9, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Snobold Carrier'), -(66274, 536871296, 268435456, 4, 131072, 0, 524288, 0, 0, 0, 0, 0, 1, 9, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Snobold Carrier'), -(66297, 536871168, 1160, 67108868, 268435520, 2176, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: Create Keys to the Hot Rod'), -(66315, 256, 268436480, 4, 131072, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Aggro'), -(66319, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 42, 13, 4, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Fire Bomb'), -(66328, 400, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 11, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Call Spider'), -(66337, 256, 1160, 4, 196864, 8193, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fire Bomb Targeting'), -(66341, 384, 0, 0, 0, 0, 524288, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Grab Snobold'), -(66343, 384, 0, 0, 131328, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Snobold Targeting'), -(66344, 384, 0, 0, 0, 0, 524288, 0, 0, 0, 0, 0, 1, 0, 181, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Snobold Launch Trigger'), -(66388, 687866240, 1056, 273170436, 268632576, 8388736, 917512, 4612, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fourth and Goal: Deathwing Sound 1'), -(66389, 687866240, 1056, 273170436, 268632576, 8388736, 917512, 4612, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fourth and Goal: Deathwing Sound 2'), -(66394, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: Quest Accept'), -(66395, 689963264, 268436648, 335560704, 1048640, 2240, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: See Invisibility 01 - "Ace"'), -(66396, 689963264, 268436648, 335560704, 1048640, 2240, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: See Invisibility 02 - "Gobber"'), -(66397, 689963264, 268436648, 335560704, 1048640, 2240, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: See Invisibility 03 - "Izzy"'), -(66414, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tanking Gormok'), -(66415, 320, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tanking Gormok'), -(66422, 384, 0, 5, 1048832, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Assign Vehicle Record'), -(66589, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: Cancel See Invisibility 01 - "Ace"'), -(66590, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: Cancel See Invisibility 02 - "Gobber"'), -(66591, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: Cancel See Invisibility 03 - "Izzy"'), -(66604, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The New You: See Cat''s Mark Master'), -(66605, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 4, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fourth and Goal: Deathwing Force Character to Change Seats'), -(66607, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: Quest Complete'), -(66609, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: Hot Rod - Activate Knockback Trigger'), -(66610, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Waltz Right In: Force Cast Keensnout Potbelly Leash'), -(66612, 687866240, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: Despawn Summoned Friends'), -(66614, 696254848, 3104, 273170437, 269681152, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDQuest Phase 01'), -(66615, 696254848, 3104, 273170437, 269681152, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDQuest Phase 02'), -(66616, 696254848, 3104, 273170437, 269681152, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDQuest Phase 03'), -(66617, 2835349888, 268438664, 67125248, 64, 6208, 0, 5120, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: Get Into The Hot Rod Trigger'), -(66618, 687866240, 1160, 67125248, 64, 2048, 0, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: Get Into The Hot Rod Effect'), -(66641, 8388992, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 35, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tell Snobold I Died'), -(66643, 384, 268435456, 0, 0, 0, 512, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Apply Vehicle Periodic'), -(66678, 384, 268435592, 4, 131328, 0, 8, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Aggro Farthest'), -(66679, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 36, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: Resummon Master Aura'), -(66685, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 589, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Stun Self'), -(66722, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Circle the Wagons, Er... Boats: Force Cast from Gossip'), -(66729, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Furious Charge Summon Stalker'), -(66761, 696254848, 3104, 273170437, 269681152, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDQuest Phase 05'), -(66762, 696254848, 3104, 273170437, 269681152, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDQuest Phase 07'), -(66766, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The New You: Quest Complete'), -(66828, 687866240, 3104, 273170436, 268632576, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Do it Yourself: See Cat''s Mark - Bruno'), -(66884, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 12800, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDPhase 1 Complete Tracking Event'), -(66885, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDLife of the Party: Quest Complete'), -(66920, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Surrender Or Else!: Naga Reaction'), -(66921, 687866240, 1056, 273170436, 197376, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Earthquake Trigger'), -(66944, 142606592, 268435456, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pirate Party Crashers: Kezan Partygoer Transform - Male'), -(66945, 142606592, 268435456, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pirate Party Crashers: Kezan Partygoer Transform - Female'), -(66946, 142606592, 268435456, 1, 1048576, 4160, 8, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pirate Party Crashers: Kezan Partygoer Transform - Swimmer'), -(66956, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Totem'), -(66970, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Acidmaw Transform to Mobile'), -(66971, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dreadscale Transform to Sessile'), -(66980, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Mobile Jormungar Target'), -(66981, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 8, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Sessile Jormungar Target'), -(66982, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '<INTERNAL>Stormwind Portal Teleport to Vashj''ir (Tranquil Wash)'), -(66983, 696254848, 3104, 273170437, 269681152, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDQuest Phase 04'), -(66984, 696254848, 3104, 273170437, 269681152, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDQuest Phase 06'), -(66995, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '<INTERNAL>Orgimmar/Stormwind Portal Teleport to Vashj''ir (Silver Tide Hollow)'), -(66996, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDA Bazillion Macaroons?!: Quest Complete'), -(66997, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 12800, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDPhase 6 Complete Tracking Event'), -(66998, 687866240, 3104, 273170436, 268632576, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Waltz Right In: Beam Master'), -(67000, 687866240, 3104, 273170436, 268632576, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 18, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Waltz Right In: Villa Mook Recently Emoted'), -(67010, 696254720, 1184, 268976133, 268632064, 8388736, 393224, 16781316, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mark of Honor'), -(67011, 696254720, 1184, 268976133, 268632064, 8388736, 393224, 16781316, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mark of Honor'), -(67026, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDCower Master'), -(67027, 384, 268435456, 0, 0, 0, 131072, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDCower Trigger'), -(67284, 150995392, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Suicide Trigger'), -(67288, 150995328, 32, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Suicide'), -(67339, 1090584960, 268436480, 16384, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 3, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Fear Self'), -(67341, 16777488, 268435456, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 18, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Super Invis'), -(67474, 256, 1024, 268435460, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Goblin Escape Pods: Force Cast'), -(67491, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Liberate the Kaja''mite: Summon Kaja''mite Chunks - C'), -(67507, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Liberate the Kaja''mite: Summon Kaja''mite Chunks - A'), -(67548, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Liberate the Kaja''mite: Summon Kaja''mite Chunks - B'), -(67552, 384, 0, 0, 268435456, 1048576, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pet Scaling - Master Spell 01 - AP, SP, Armor'), -(67553, 384, 0, 0, 268435456, 1048576, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pet Scaling - Master Spell 02 - Strength, Agility, Stamina'), -(67557, 384, 0, 0, 268435456, 1048576, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pet Scaling - Master Spell 03 - Intellect, Spirit, Resilience'), -(67558, 384, 0, 0, 268435456, 1048576, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pet Scaling - Master Spell 04 - Arcane, Fire, Frost Resistance'), -(67559, 384, 0, 0, 268435456, 1048576, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pet Scaling - Master Spell 05 - Nature, Shadow, Melee Hit'), -(67561, 384, 0, 0, 268435456, 1048576, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pet Scaling - Master Spell 06 - Spell Hit, Expertise, Spell Penetration'), -(67562, 384, 0, 0, 268435456, 1048576, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pet Scaling - Master Spell 07 - Mana Regeneration, Spell Haste, Melee Haste'), -(67563, 384, 0, 0, 268435456, 1048576, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pet Scaling - Master Spell 08 - Spell Crit, Melee Crit, Armor Penetration'), -(67668, 696254848, 3104, 273170437, 268632576, 8388800, 393736, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Waltz Right In: Disguise Master Aura'), -(67783, 150995328, 32, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 28, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Implosion'), -(67850, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'It''s A Town-In-A-Box: Phase Master'), -(67871, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Enable Koralon'), -(67872, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Goblin Escape Pods: Quest Accept'), -(68006, 2306867200, 32, 540685, 1048576, 2752672, 393225, 136704, 1, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Battleground Experience Active'), -(68075, 536871296, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Miner Troubles: GUID Dot Variable to Summoning Miner'), -(68260, 536871296, 268435456, 0, 1048576, 0, 524288, 0, 0, 0, 0, 0, 1, 9, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Snobold Carrier'), -(68273, 536871296, 268435456, 0, 1048576, 0, 524288, 0, 0, 0, 0, 0, 1, 9, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Snobold Carrier'), -(68275, 536871296, 268435456, 0, 1048576, 0, 524288, 0, 0, 0, 0, 0, 1, 9, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Snobold Carrier'), -(68276, 536871296, 268435456, 0, 1048576, 0, 524288, 0, 0, 0, 0, 0, 1, 9, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Snobold Carrier'), -(68288, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Weed Whacker: Quest Accept'), -(68373, 2843740544, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 1, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Target'), -(68390, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '<INTERNAL>Stormwind Portal Teleport to Vashj''ir (Darkbreak Cove) - ELM'), -(68426, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Speed Up'), -(68447, 0, 0, 132, 0, 128, 0, 0, 0, 0, 0, 0, 190, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Force Cast - Delete Wolvar Whistle'), -(68448, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pirate Accuracy Increasing: Force Cast from Gossip & Kill Credit - Horde'), -(68449, 0, 0, 132, 0, 128, 0, 0, 0, 0, 0, 0, 190, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Force Cast - Delete Oracle Whistle'), -(68450, 256, 0, 128, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Delete Wolvar Whistle'), -(68453, 256, 0, 128, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Delete Oracle Whistle'), -(68463, 159383936, 32, 540672, 0, 128, 393224, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Bloodtooth Frenzy Clean Up'), -(68464, 159383936, 32, 540672, 0, 128, 393224, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Bloodtooth Frenzy Clean Up'), -(68465, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '<INTERNAL>Orgimmar Portal Teleport to Vashj''ir (Tenebrous Cavern)'), -(68484, 64, 0, 0, 0, 32768, 0, 0, 0, 0, 0, 0, 1, 0, 1, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Swift Flight Form Passive'), -(68485, 65536, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 22, 31, 35, 4, 38, 0, 0, 0, 0, 0, 0, 0, 'Clayton''s Test Spell 2'), -(68517, 384, 0, 4, 268566528, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Beast Attempt'), -(68518, 384, 0, 4, 268566528, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Jaraxxus Attempt'), -(68519, 384, 0, 4, 268566528, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Champions Attempt'), -(68520, 384, 0, 4, 268566528, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Val''kyr Attempt'), -(68521, 384, 0, 4, 268566528, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Anub''arak Attempt'), -(68523, 256, 268435592, 5, 268566784, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Achievement Credit'), -(68575, 256, 268435592, 5, 268435712, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Kill Credit'), -(68590, 256, 268436480, 5, 268632320, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Item Level Check'), -(68678, 384, 268436480, 4, 131328, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(68684, 384, 268435456, 268435456, 0, 64, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Goblin Escape Pods: Trade Prince & Company Quest Invisibility 01'), -(68685, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Goblin Escape Pods: Quest Complete'), -(68686, 689963392, 268436648, 335560704, 1048640, 2240, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Goblin Escape Pods: See Invisibility 01'), -(68692, 2843738112, 1056, 268976133, 1245440, 8388736, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'General Trigger 1 from all player targets in 100 yards'), -(68772, 2147483648, 1024, 268435460, 196608, 8388608, 0, 8196, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pick-a-Forge'), -(68777, 2147483648, 1024, 268435460, 196608, 8388608, 0, 8196, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pick-a-Forge'), -(68814, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Up, Up & Away!: Quest Abandon'), -(68928, 696254848, 1056, 273170437, 269681152, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cluster Cluck: Quest Accept'), -(68951, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOld Dan''s Altered Form On'), -(68952, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOld Dan''s Altered Form Off'), -(68972, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Town-In-A-Box: Under Attack: Quest Accept'), -(69001, 0, 536870976, 0, 0, 32768, 8, 0, 0, 0, 0, 0, 1, 35, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Transform: Worgen'), -(69014, 2843738112, 1124, 268976132, 1245440, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 1, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Explosive Barrage'), -(69061, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Impaled Removal'), -(69082, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Precious Cargo: Quest Complete'), -(69093, 2843738368, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Blizzcon Ticket'), -(69102, 2910846976, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 18, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Awe'), -(69116, 536871168, 268435592, 4, 196864, 8388608, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shadowstep Trigger'), -(69117, 384, 268436480, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(69121, 2843803904, 268436512, 268976133, 1245184, 8388736, 917512, 12292, 0, 0, 0, 0, 1, 0, 152, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Ride Vehicle'), -(69173, 384, 268435456, 0, 0, 1, 0, 1024, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Overlord''s Brand'), -(69183, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Overlord''s Brand'), -(69229, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Krasus Quel''Delar Credit'), -(69231, 256, 1160, 4, 196864, 8193, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Icy Blast Targeting'), -(69234, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 42, 13, 16, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Icy Blast'), -(69287, 256, 1160, 4, 196864, 8193, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Hoarfrost Targeting'), -(69327, 256, 268436480, 4, 131328, 128, 524296, 0, 0, 0, 0, 0, 1, 0, 13, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Dream Fog'), -(69351, 256, 1160, 4, 196864, 8193, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Icy Blast Periodic Trigger'), -(69357, 0, 32768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 29, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pursuit Confusion'), -(69365, 536870912, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Choose Close Target'), -(69429, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Servant Summon Stalker'), -(69430, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 145, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Stalker summon Risen Servant'), -(69458, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 587, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spawn Skeleton'), -(69514, 4194562, 1024, 4194304, 0, 0, 0, 0, 0, 0, 0, 0, 19, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDShoot Gun'), -(69547, 150995200, 268435488, 0, 1048576, 128, 8, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '100% Health'), -(69625, 689963392, 1192, 67125252, 268697664, 2176, 393224, 4096, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Child Vehicle to Parent Vehicle on Voluntary Player Eject'), -(69631, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Spotlight'), -(69686, 256, 268435592, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 23, 1, 16, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Ice Tomb'), -(69694, 256, 268435592, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 23, 1, 16, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Ice Tomb'), -(69786, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Immune All'), -(69807, 2843738128, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 64, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Saber Lash'), -(69895, 384, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Periodic Trigger Dummy (No Threat)'), -(69983, 150995328, 0, 0, 268435456, 128, 0, 4096, 0, 0, 0, 0, 1, 28, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Necessary Roughness: Summon Master'), -(70023, 384, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Necessary Roughness: Shredder Blade Controller'), -(70030, 8388992, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Necessary Roughness: Force Cast on Abandon Vehicle'), -(70031, 384, 0, 0, 0, 128, 0, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Necessary Roughness: Quest Abandon'), -(70033, 256, 268435456, 0, 1048576, 192, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Necessary Roughness: Summoned Bilgewater Buccaneer Invisibility'), -(70034, 689963264, 268436648, 335560704, 1048640, 2240, 393224, 4100, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Necessary Roughness: Steamwheedle Shark See Invisibility'), -(70055, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Rocket Pack'), -(70067, 150995200, 268435488, 540672, 1048576, 192, 393224, 5632, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fourth and Goal: Bilgewater Buccaneer Invisibility'), -(70068, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fourth and Goal: Force Cast on Abandon Vehicle'), -(70073, 384, 136, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Frost Bomb Trigger'), -(70076, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fourth and Goal: On Summon Force Cast'), -(70077, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fourth and Goal: Quest Accept - A'), -(70094, 698352000, 1192, 340279301, 269681216, 8390785, 8781832, 4608, 58720256, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fourth and Goal: Kill Credit to Player'), -(70096, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDGive Sassy the News: Quest Complete'), -(70125, 696254720, 32, 540676, 268435456, 0, 393224, 4096, 0, 0, 0, 0, 1, 0, 13, 16, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Ice Tomb'), -(70170, 696254720, 32, 268976132, 268632064, 8388608, 393224, 4100, 0, 0, 0, 0, 1, 0, 13, 16, 38, 0, 0, 0, 0, 0, 0, 0, 'Clear Ice Tomb'), -(70202, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Remove Hate'), -(70257, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Ice Blocks'), -(70258, 0, 0, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Throw Saronite'), -(70264, 150995328, 32, 16384, 0, 192, 393224, 4096, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '447: Character See Quest Invis 1 from Gasbot'), -(70317, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Life Savings: Quest Accept'), -(70328, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Life Savings: Hot Rod - Activate Knockback Trigger'), -(70370, 384, 1024, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Life Savings: General Trigger from Hot Rod to Sassy 01'), -(70373, 384, 1024, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Life Savings: Say Only To A Player from Sassy 01'), -(70375, 384, 1024, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Life Savings: General Trigger from Hot Rod to Sassy 02'), -(70376, 384, 1024, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Life Savings: Say Only To A Player from Sassy 02'), -(70377, 384, 1024, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Life Savings: Yell Only To A Player from Sassy 01'), -(70378, 384, 1024, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Life Savings: General Trigger from Hot Rod to Sassy 03'), -(70379, 384, 1024, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Life Savings: Say Only To A Player from Sassy 03'), -(70467, 687866240, 1056, 273170564, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Waltz Right In: Disguise AoE Pulse'), -(70489, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Stun Self (Sitting)'), -(70490, 537133312, 136, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Set Health'), -(70515, 384, 268435592, 4, 0, 0, 128, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Aggro Closest'), -(70647, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Vampiric Fiend'), -(70683, 536871296, 0, 0, 268435456, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Capturing The Unknown: Quest Accept'), -(70709, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Vampiric Fiend'), -(70722, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Amplify Magic Visual'), -(70815, 384, 0, 4, 0, 0, 384, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spawn Cultists'), -(70819, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Fanatic'), -(70820, 256, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Adherent'), -(70891, 0, 524288, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dark Ritual'), -(70987, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Coldflame Generator'), -(70989, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Coldflame Generator'), -(71156, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Plague Zombies'), -(71190, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 31, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Recently Summoned'), -(71206, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Touch of Insignificance'), -(71223, 687866240, 3104, 273170436, 268632576, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '<INTERNAL>Necessary Roughness: See Spawned Bilgewater Buccaneer Loot FX'), -(71245, 384, 268435456, 4, 196608, 128, 8, 16384, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(71256, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pirate Accuracy Increasing: Quest Phase 1'), -(71282, 536871296, 136, 4, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Dominate Mind'), -(71287, 0, 1024, 4, 196608, 8388608, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Frozen Orb Primer'), -(71290, 536871168, 268435592, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 29, 6, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Dominate Mind'), -(71294, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleporter Enable Check'), -(71375, 256, 1160, 4, 196864, 8193, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Icy Blast Targeting'), -(71382, 256, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 13, 16, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Icy Blast'), -(71394, 384, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Aggro Marked'), -(71395, 8388864, 0, 1, 0, 128, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Biggest Egg Ever: Summon The Biggest Egg Ever'), -(71444, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 13, 66, 38, 0, 0, 0, 0, 0, 0, 0, 'Clear Impaling Spear'), -(71517, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Lasher Pack Threat'), -(71666, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Friendly Melee Ring Replacement'), -(71667, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Honored Melee Ring Replacement'), -(71668, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Revered Melee Ring Replacement'), -(71669, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Exalted Melee Ring Replacement'), -(71670, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Friendly Tank Ring Replacement'), -(71671, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Honored Tank Ring Replacement'), -(71672, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Revered Tank Ring Replacement'), -(71673, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Exalted Tank Ring Replacement'), -(71674, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Friendly Healer Ring Replacement'), -(71675, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Honored Healer Ring Replacement'), -(71676, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Revered Healer Ring Replacement'), -(71677, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Exalted Healer Ring Replacement'); -INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `AttributesEx8`, `AttributesEx9`, `AttributesEx10`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `SchoolMask`, `SpellAuraOptionsId`, `SpellCastingRequirementsId`, `SpellCategoriesId`, `SpellClassOptionsId`, `SpellEquippedItemsId`, `SpellLevelsId`, `SpellTargetRestrictionsId`, `SpellInterruptsId`, `Comment`) VALUES -(71678, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Friendly Caster Ring Replacement'), -(71679, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Honored Caster Ring Replacement'), -(71680, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Revered Caster Ring Replacement'), -(71681, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Exalted Caster Ring Replacement'), -(71890, 696254720, 32, 540676, 268435456, 0, 393224, 4096, 0, 0, 0, 0, 1, 0, 96, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Kill Ice Tomb'), -(71894, 384, 268435456, 4, 196608, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(71907, 272, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Severed Essence'), -(71916, 536871296, 1056, 272629764, 268632576, 8388608, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Irresistible Pool Pony: Lure Naga Hatchling'), -(71920, 536871296, 1024, 4, 268435456, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Irresistible Pool Pony: Naga Hatchling Proximity Control - Effect'), -(71998, 384, 268435456, 0, 0, 64, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ace at the Ruins of Vashj''elan: Quest Invisibility 01'), -(72049, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Circle the Wagons, Er... Boats: Quest Phase 2'), -(72071, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Generic Two-way Threat'), -(72074, 687866240, 3104, 273170436, 197120, 8388800, 393224, 4096, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Surrender Or Else!: Character''s Force Reaction'), -(72075, 384, 0, 0, 0, 192, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Surrender Or Else!: Faceless of the Deep - Beam Controller'), -(72118, 384, 0, 0, 0, 192, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Surrender Or Else!: Ace''s Yell - Controller'), -(72119, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Surrender Or Else!: Ace''s Yell - Effect'), -(72300, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'BFGC - Despawn All'), -(72325, 536871168, 268435592, 4, 196864, 8388608, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shadowstep Trigger'), -(72467, 536870912, 0, 0, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quest Clearing Aura'), -(72526, 536871296, 268435456, 4, 196608, 128, 0, 16793600, 0, 0, 0, 0, 1, 0, 169, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(72532, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pterrordax Scale Cleanup'), -(72533, 384, 268435456, 128, 0, 0, 0, 0, 0, 0, 0, 0, 1, 407, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shizzle''s Flyer: Quest Complete'), -(72562, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 38, 0, 0, 0, 0, 0, 0, 0, 'helen tool test'), -(72564, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 38, 0, 0, 0, 0, 0, 0, 0, 'helen test'), -(72603, 384, 0, 5, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Body And Soul: Big Blue Bonfire'), -(72644, 8388992, 0, 1, 1048576, 192, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Body And Soul: Yngwie''s Body Dragging Controller'), -(72699, 0, 1024, 268435456, 196864, 8388608, 0, 4, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Random Charge Primer'), -(72779, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Access Progression Check'), -(72827, 8388864, 268435592, 5, 268435712, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Achievement Credit'), -(72828, 8388992, 524288, 4, 0, 128, 384, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Achievement Check'), -(72845, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Don''t Look Up'), -(72877, 8388608, 0, 4, 268435712, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Clear Plague'), -(72893, 384, 268435456, 4, 196608, 0, 0, 16384, 0, 0, 0, 0, 1, 0, 10, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(72926, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quest Accept: The Ballad of Maximillian'), -(72945, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Forcecast Summon and Despawn Devilsaur Queen'), -(72946, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Zombie Shooter at Lost Peak: Shoot - Cover'), -(72947, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Devilsaur Queen Kill Credit'), -(72955, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quest Complete: The Ballad of Maximillian'), -(72969, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '<INTERNAL>Orgimmar Portal Teleport to Vashj''ir (Immortal Coil)'), -(73045, 696254848, 1056, 540677, 268566784, 128, 393224, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Marrowgar Attempt'), -(73047, 696254848, 1056, 540677, 268566784, 128, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Deathwhisper Attempt'), -(73048, 696254848, 1056, 540677, 268566784, 128, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Gunship Attempt'), -(73049, 696254848, 1056, 540677, 268566784, 128, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Deathbringer Attempt'), -(73050, 696254848, 1056, 540677, 268566784, 128, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Festergut Attempt'), -(73051, 696254848, 1056, 540677, 268566784, 128, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rotface Attempt'), -(73052, 150995328, 1056, 540677, 268566784, 128, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Blood Princes Attempt'), -(73053, 696254848, 1056, 540677, 268566784, 128, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Valithria Attempt'), -(73054, 696254848, 1056, 540677, 268632320, 128, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Putricide Attempt'), -(73055, 696254848, 1056, 540677, 268566784, 128, 393224, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Blood Queen Attempt'), -(73056, 696254848, 1056, 540677, 268566784, 128, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Sindragosa Attempt'), -(73057, 696254848, 1056, 540677, 268566784, 128, 393224, 4100, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Lich King Attempt'), -(73083, 536871296, 1024, 4194304, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Become Random Undead'), -(73088, 536871296, 0, 4, 268435456, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Awaken Undead'), -(73089, 536871296, 0, 4194308, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Forcecast Awaken Undead'), -(73091, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 347, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Civilian'), -(73092, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 347, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Recruit'), -(73095, 671089024, 1056, 5, 268435456, 128, 393224, 512, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Lilian Mirror Credit'), -(73096, 679477632, 1056, 5, 268435456, 128, 393224, 512, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Scarlet Cannibalize Credit and Quest Launch'), -(73098, 536871168, 268435456, 0, 0, 2048, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Stun Self'), -(73114, 159383936, 1056, 540673, 0, 128, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Murloc Returned Trigger'), -(73115, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Murloc Returned Kill Credit'), -(73126, 384, 268435456, 0, 0, 64, 0, 5120, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Volcanoth!: Quest Invisibility 01'), -(73138, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Valiance Keep Flavor - Queue - Reply Profession'), -(73139, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Valiance Keep Flavor - Queue - Assign Profession - Soldier'), -(73140, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Valiance Keep Flavor - Queue - Assign Profession - Civilian'), -(73146, 696254848, 1056, 273170437, 268632576, 8388608, 393224, 4608, 0, 0, 0, 0, 4, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Old Friends: Sassy Yell 01'), -(73152, 687866240, 1056, 540676, 268435456, 128, 393224, 4608, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Worgen Infiltrator - Force Player Cast'), -(73157, 536871168, 0, 4, 268435456, 0, 0, 0, 0, 0, 0, 0, 190, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Instakill Other'), -(73160, 696254848, 1056, 273170437, 1245696, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Launch Worgen Quest'), -(73161, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Worgen Infiltrator Invisiblity - Quest Invis 1'), -(73168, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Worgen Infiltrator - Stealth Trail Periodic'), -(73177, 2496, 0, 0, 0, 0, 0, 1024, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Call of the Shoveltusk <DND>'), -(73178, 2496, 0, 0, 0, 0, 0, 1024, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Call of the Shoveltusk <DND>'), -(73202, 696254848, 1056, 273170565, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Old Friends: Switch Seats'), -(73218, 384, 268435456, 0, 0, 0, 0, 1024, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Lilian Caged Kill Credit'), -(73219, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tirisfal: Annihilate the Worgen - Quest Complete'), -(73221, 384, 268435456, 4, 268435456, 0, 0, 1024, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tirisfal: Beat Them, Then Eat Them - Quest Complete'), -(73252, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Kill'), -(73342, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '1 Health'), -(73414, 384, 268435456, 0, 0, 64, 0, 5120, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mine Disposal, The Goblin Way: Quest Invisibility 01'), -(73421, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Deathknell Class Training - Quest Complete'), -(73423, 384, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 190, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quest Accept: Beat Them, Then Eat Them'), -(73435, 696254848, 268436512, 273170437, 1245696, 8388736, 393224, 5632, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ever So Lonely: Quest Complete'), -(73436, 696254848, 268436512, 273170437, 269681152, 8388736, 393224, 5632, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ever So Lonely: Objective Completion Logic'), -(73451, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Lilian Voss Daughterhood Trigger'), -(73452, 384, 268435456, 0, 0, 0, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Lilian Voss Daughterhood Aura'), -(73454, 696254848, 1056, 4734981, 269484032, 128, 393224, 4608, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Benedictus Voss Event KC'), -(73480, 384, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Instakill Vehicle Passenger 2'), -(73483, 256, 268435456, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Pride Of Kezan: Aggro Aura - Controller'), -(73484, 536871168, 0, 4, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Pride Of Kezan: Aggro Aura - Effect'), -(73513, 8388992, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 190, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'A Daughter''s Embrace: Quest Accept'), -(73533, 687866240, 3108, 273170436, 268632576, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 36, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '<INTERNAL>Fourth and Goal: Change Seats Spacer'), -(73553, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Borean Tundra - Valiance Keep Flavor - Queue - Assign Profession - City'), -(73567, 384, 268435456, 0, 0, 64, 0, 5120, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Kaja''Cola Gives You IDEAS! (TM): Quest Dungeon Set 2.0 Invisibility'), -(73584, 134479872, 1024, 536870916, 536870912, 32768, 0, 0, 0, 0, 0, 0, 1, 0, 13, 16, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDMind Spike'), -(73585, 134479872, 1024, 536870916, 537133056, 32832, 0, 0, 1024, 0, 0, 0, 1, 29, 13, 48, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDMind Spike'), -(73594, 384, 268435456, 0, 0, 64, 0, 5120, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Free Their Minds: Quest Invisibility 01 - Ace'), -(73596, 384, 268435456, 0, 0, 64, 0, 5120, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Free Their Minds: Quest Invisibility 02 - Izzy'), -(73598, 384, 268435456, 0, 0, 64, 0, 5120, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Free Their Minds: Quest Invisibility 03 - Gobber'), -(73618, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Close Escort: Catapult Movement Controller - Periodic'), -(73653, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Orc Class Ability Training Credit'), -(73656, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rwag''s Stealth Detect Trigger'), -(73657, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 2, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rwag''s Stealth Detect Aura'), -(73663, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Valley of Trials Class Training - Quest Complete'), -(73675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Scorpid Threat'), -(73676, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Poison Extraction KC'), -(73697, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Forcecast Summon Durotar Riding Wolf'), -(73707, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Player Opens Den Cage'), -(73713, 696254848, 268436512, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Grunt Groan Aura'), -(73717, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Launch Loss Reduction'), -(73732, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 85, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Drowning Descent'), -(73743, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 190, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport to Razor Hill Guard Tower'), -(73750, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Durotar Watershed Quest Kill Credit 1'), -(73751, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Durotar Watershed Quest Kill Credit 2'), -(73752, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Durotar Watershed Quest Kill Credit 3'), -(73753, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Durotar Watershed Quest Kill Credit 4'), -(73754, 384, 268436480, 0, 0, 0, 524288, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Durotar Watershed - Quest Completion Checker'), -(73842, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Teleport and Cancel Hunting'), -(73849, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Wolf - Periodic Kodo Trigger'), -(73850, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Wolf - Periodic Kodo Aura'), -(73870, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'A Shaman''s Fable - Quest Credit'), -(73875, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Wolf - Approach Kodo'), -(73885, 384, 0, 0, 4, 128, 0, 0, 0, 0, 0, 0, 4, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quest Accept: A Shaman''s Fable'), -(73895, 384, 268435456, 0, 0, 64, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Good-bye, Sweet Oil: Quest Invisibility'), -(73915, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Kill Chip Endale Quests: Quest Complete'), -(73957, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Prophecies of Doom Quest Credit'), -(73962, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Kill Candy Cane Quests: Quest Complete'), -(74026, 384, 268435456, 0, 0, 64, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Slave Pits: Quest Invisibility 01'), -(74027, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '<INTERNAL>Orgimmar Portal Teleport to Vashj''ir (Legion''s Rest)'), -(74082, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Drake Whisper'), -(74102, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Close Escort: Bunny to Character - Ambush A'), -(74167, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Up to the Citadel: Cast from Gossip - Alliance'), -(74306, 696254848, 0, 16389, 256, 128, 131080, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ooze + Gas Variable Clear'), -(74324, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cultist Kagarn Credit'), -(74328, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cultist Agtar Credit'), -(74329, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cultist Tokka Credit'), -(74330, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cultist Rokaga Credit'), -(74400, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cho''Gall Speech Credit'), -(74479, 540082432, 1160, 67108864, 64, 2048, 8388608, 0, 58720256, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'To The Summit: Unlearned Taxi from Camp Mojache'), -(74487, 384, 268959744, 0, 0, 0, 384, 0, 0, 0, 0, 0, 1, 0, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Get Aggro'), -(74488, 384, 268435456, 0, 0, 0, 384, 1024, 0, 0, 0, 0, 1, 21, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Get Aggro Aura'), -(74510, 384, 268435456, 0, 1048576, 4096, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Is Clone'), -(74512, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 4, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Copy Health'), -(74576, 553648512, 268959880, 132, 262144, 2048, 392, 4096, 0, 0, 0, 0, 1, 0, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Get Aggro'), -(74577, 553648512, 268435456, 0, 268435456, 2048, 8389000, 1024, 0, 0, 0, 0, 1, 21, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Get Aggro Aura'), -(74579, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cultist Lethelyn Credit'), -(74581, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cultist Kaima Credit'), -(74582, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cultist Wyman Credit'), -(74583, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cultist Orlunn Credit'), -(74584, 256, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'East Zeppelin Tower Credit'), -(74585, 256, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'West Zeppelin Tower Credit'), -(74586, 256, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Razor Hill Credit'), -(74612, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Force Player Twilight Sermon Start Event Horde'), -(74615, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Force Player Twilight Sermon Start Event Alliance'), -(74631, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Initialize Flame Patch'), -(74638, 256, 1160, 0, 196864, 8193, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Meteor Strike Targeting'), -(74680, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Meteor Strike'), -(74681, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Meteor Strike'), -(74682, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Meteor Strike'), -(74683, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Meteor Strike'), -(74687, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Meteor Strike'), -(74688, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Meteor Strike'), -(74689, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Meteor Strike'), -(74696, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spread Meteor Strike'), -(74703, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Initialize Meteor Strike'), -(74714, 536871296, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 11, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Meteor Strike Spread'), -(74715, 384, 524288, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 137, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Meteor Strike Spread'), -(74775, 256, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Valley of Heroes Credit'), -(74776, 256, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Westbrook Credit'), -(74777, 256, 1024, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Goldshire Credit'), -(74778, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Friendly Strength Ring Replacement'), -(74779, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Honored Strength Ring Replacement'), -(74782, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Revered Strength Ring Replacement'), -(74784, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Exalted Strength Ring Replacement'), -(74816, 384, 268435456, 4, 196608, 0, 392, 16384, 0, 0, 0, 0, 1, 0, 181, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(74818, 2432, 268435456, 0, 67108864, 0, 0, 0, 1073741824, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Damage Counter'), -(74821, 536871296, 268435456, 4, 262144, 0, 0, 8192, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Reset Check'), -(74822, 384, 268435456, 4, 0, 0, 0, 8192, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Reset Check'), -(74823, 256, 268437504, 4, 268435456, 128, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Compare Damage Periodic'), -(74824, 256, 268437504, 4, 268435456, 128, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Compare Damage'), -(74887, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Initialize Consumption'), -(74923, 384, 268436480, 4, 131328, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Random Aggro'), -(75012, 696254848, 3104, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 9, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Brute Enforcer: Random Say Controller Aura'), -(75032, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Wooly White Rhino'), -(75034, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Blazing Hippogryph'), -(75065, 400, 512, 4, 131072, 0, 8, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Aggro'), -(75074, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Twilight Realm'), -(75084, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Instant Statue Pedestal'), -(75101, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Landro''s Gift Box'), -(75130, 696254848, 3104, 273170437, 269681152, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The New You: Quest Accept'), -(75131, 687866240, 1056, 273170436, 268632576, 8388736, 917512, 4612, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fourth and Goal: Deathwing Sound 3'), -(75132, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The New You: Cancel Whisper Controller'), -(75162, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Ethereal Portal'), -(75191, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Paint Bomb'), -(75193, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Baron Geddon Credit Dummy'), -(75231, 540082432, 1160, 67108864, 64, 2048, 8388608, 0, 58720256, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'To The Summit: Unlearned Taxi from Mudsprocket'), -(75240, 540082432, 1160, 67108864, 64, 2048, 8388608, 0, 58720256, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'To New Thalanaar: Unlearned Taxi from Mudsprocket'), -(75273, 540082432, 1160, 67108864, 64, 2048, 8388608, 0, 58720256, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'To New Thalanaar: Unlearned Taxi from Shadebough'), -(75285, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Attack Toshe'), -(75287, 65568, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDEmbroidered Shirt'), -(75371, 536871168, 268435592, 4, 268894208, 128, 8, 1024, 0, 0, 0, 0, 1, 21, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Fixate'), -(75507, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Twilight Mending'), -(75517, 256, 268435456, 0, 1048576, 128, 8, 0, 0, 0, 0, 0, 1, 245, 1, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Tumultuous Earthstorm'), -(75549, 256, 1160, 4, 131328, 128, 524296, 0, 0, 0, 0, 0, 1, 0, 1, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Quicksand'), -(75550, 256, 0, 4, 262144, 128, 524296, 0, 0, 0, 0, 0, 1, 18, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Quicksand'), -(75568, 537133312, 136, 67108864, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Set Health'), -(75612, 545259776, 268435456, 4, 268435456, 128, 0, 16777224, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Clear Crumbling Ruin'), -(75621, 256, 0, 4, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Seedling Pod'), -(75628, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quiet the Cannons: On Interact'), -(75646, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Seat Swap Timer'), -(75688, 256, 0, 4, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Seedling Pod'), -(75695, 256, 0, 4, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Spore'), -(75696, 384, 268435456, 0, 0, 64, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'In The Outhouse: Quest Invisibility 01'), -(75708, 8388864, 0, 4, 262144, 128, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Energize'), -(75709, 696254848, 268436512, 273170437, 269681152, 8388800, 393224, 5632, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'In The Outhouse: See Quest Invisibility 01'), -(75748, 256, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Intro Message'), -(75749, 256, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Wave 1 Message'), -(75758, 150995328, 1056, 540676, 268435456, 129, 393224, 4608, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Flying Charge'), -(75769, 256, 0, 4, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Bloodpetal Blossom Visual'), -(75771, 256, 0, 4, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Bloodpetal Blossom'), -(75778, 256, 1024, 4, 196608, 8388736, 0, 0, 0, 0, 0, 0, 1, 305, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Summon Exploder'), -(75791, 256, 0, 4, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Bloodpetal Sprout'), -(75837, 159383808, 1056, 268435460, 197376, 8388736, 393224, 4096, 0, 0, 0, 0, 1, 5, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Summon'), -(75838, 150995200, 1056, 268435460, 197120, 8388736, 393224, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Killed'), -(75839, 0, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 21, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Summon Restriction'), -(75841, 150995328, 1056, 540676, 268435456, 129, 393224, 4608, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Flying Charge [Combat]'), -(75853, 150995200, 1056, 268435460, 197376, 8388736, 393224, 4096, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Init'), -(75855, 536871168, 1024, 268435460, 268894720, 8390656, 2097152, 16777216, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Spawn'), -(75880, 536873344, 0, 0, 268435456, 0, 128, 0, 0, 0, 0, 0, 1, 27, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Spawn Living Embers'), -(75881, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Living Ember'), -(75914, 2112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Call of the Shoveltusk (Test Copy)'), -(75944, 536871296, 1024, 4, 269484032, 0, 0, 0, 0, 0, 0, 0, 1, 39, 13, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOldBrain Freeze Marker'), -(75977, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pirate Accuracy Increasing: Force Cast from Gossip & Kill Credit - Alliance'), -(75979, 150995328, 268436512, 540676, 268435456, 0, 393224, 4096, 0, 0, 0, 0, 1, 28, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Talk'), -(75980, 150995328, 268436512, 540676, 268435456, 0, 393224, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Talk to Player'), -(75985, 150995328, 268436512, 540676, 268435456, 0, 393224, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Talk to Player'), -(75987, 256, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Wave 2 Message'), -(75995, 256, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Wave 3 Message'), -(75997, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pirate Accuracy Increasing: Seat Chooser'), -(76000, 547357056, 1160, 67108868, 268435520, 2176, 8388608, 0, 62914560, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pirate Accuracy Increasing: AICast on Enter Seat'), -(76009, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Compound Threat [P5]'), -(76019, 536871040, 268436480, 4, 64, 0, 0, 4, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Summon'), -(76023, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Circle the Wagons, Er... Boats: Seat Chooser'), -(76049, 256, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Summoned Deer to Give Credit'), -(76050, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Force Player to Cue Deer'), -(76073, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Compound Threat [P6]'), -(76087, 256, 268435456, 0, 0, 0, 32, 1024, 0, 0, 0, 0, 1, 21, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tornado'), -(76112, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Erunak''s Periodic'), -(76163, 696254720, 1056, 273170437, 269681152, 8388736, 393224, 70144, 0, 0, 0, 0, 1, 37, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pirate Accuracy Increasing: Eject - Master'), -(76169, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Circle the Wagons, Er... Boats: Boss Whisper Controller'), -(76210, 159383808, 1056, 268435460, 197120, 8388736, 393224, 4096, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Killed'), -(76224, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flame Wall'), -(76254, 553648512, 268959880, 132, 262144, 2048, 392, 4096, 0, 0, 0, 0, 1, 0, 36, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Get Aggro'), -(76257, 256, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'See Invis'), -(76323, 384, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Clear Passenger'), -(76374, 256, 0, 4, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 1, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Meteor'), -(76383, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ragnaros Suppressed'), -(76388, 0, 0, 0, 256, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Buff'), -(76407, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Toss Fish'), -(76408, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '10000% Threat'), -(76476, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Player Count++'), -(76495, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Accident'), -(76549, 150995072, 0, 268435456, 196608, 1048576, 0, 0, 0, 0, 0, 0, 1, 28, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDMana Adept'), -(76552, 256, 268435456, 0, 268435456, 128, 0, 0, 0, 0, 0, 0, 1, 593, 165, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Windwalk Summon'), -(76554, 256, 0, 0, 268435456, 128, 0, 0, 0, 0, 0, 0, 1, 593, 165, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Windwalk Summon'), -(76556, 256, 268437504, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 65, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Windwalk Summon Trigger'), -(76564, 0, 0, 4, 0, 0, 0, 0, 33554432, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Throw Iron Ore'), -(76571, 384, 268435456, 4, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 225, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shrink Gnash'), -(76601, 8388608, 136, 536870916, 268697600, 1048960, 8388608, 536870912, 0, 0, 0, 0, 1, 35, 13, 4, 38, 0, 0, 0, 0, 0, 0, 0, 'zzoldFlashburn'), -(76614, 262160, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDFrostburn'), -(76660, 150995136, 0, 268435456, 196608, 0, 512, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDMastery - Hunter Beast Mastery Masteries 2'), -(76661, 150995136, 0, 268435456, 196608, 0, 512, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDMastery - Hunter Survival Masteries 2'), -(76662, 150995136, 0, 268435456, 196608, 0, 512, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDMastery - Hunter Marksmanship Masteries 2'), -(76702, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mountaineer Dunstan Credit'), -(76704, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mountaineer Lewin Credit'), -(76705, 256, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Mountaineer Valgrum Credit'), -(76710, 687866240, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Haunted: Resummon Spirit of Tony Two-Tusk'), -(76737, 536871168, 268435456, 0, 268697600, 129, 8, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Chaos Blast Me'), -(76741, 134220032, 268435456, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 36, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Captured Huntress'), -(76760, 384, 268435456, 4, 196608, 0, 524288, 16384, 0, 0, 0, 0, 16, 0, 14, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Nuke'), -(76763, 0, 1192, 16388, 131072, 128, 393224, 4096, 0, 0, 0, 0, 1, 0, 13, 127, 38, 0, 0, 0, 0, 0, 0, 0, 'Move'), -(76767, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Haunted: Tony''s Talk Controller Aura'), -(76769, 384, 268435456, 0, 0, 0, 0, 1024, 0, 0, 0, 0, 1, 4, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Cooldown'), -(76805, 150995136, 0, 268435456, 196608, 0, 512, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDMastery - Rogue Assassination Masteries 2'), -(76809, 150995136, 0, 268435456, 196608, 0, 512, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDMastery - Rogue Subtlety Masteries 2'), -(76836, 696254848, 1056, 273170437, 269681152, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Carcass Collection: Mod Aura Vision'), -(76849, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Carcass Collection: On Interact'), -(76875, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Mad Magus: Quest Completion'), -(76983, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'It''s All Mine: Heap to Bunny'), -(77019, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Mad Magus: Cancel Player''s Mad Magus Tirth''s Soul Aura'), -(77028, 687866240, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Mad Magus: Spirit of Tony Two-Tusk to Demon Creator'), -(77029, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Mad Magus: Player to Ajamon Ghostcaller'), -(77031, 1073807744, 268436480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 3, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Fear Self Forever'), -(77046, 256, 268435456, 0, 0, 1, 0, 1024, 0, 0, 0, 0, 1, 3, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Timing Aura'), -(77047, 256, 268435456, 0, 0, 1, 0, 1024, 0, 0, 0, 0, 1, 4, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Timing Aura'), -(77048, 256, 268435456, 0, 0, 1, 0, 1024, 0, 0, 0, 0, 1, 25, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Timing Aura'), -(77051, 256, 0, 0, 0, 0, 524288, 0, 0, 0, 0, 0, 1, 327, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Remove Box Aura'), -(77062, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Forcecast Box Vehicle Trigger Aura'), -(77068, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Forcecast Summon Box'), -(77208, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Get Koalbeard!: On Interact'), -(77210, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Get Zherin!: On Interact'), -(77221, 150995136, 0, 268435456, 196608, 0, 512, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDMastery - Warlock Demonology Masteries 2'), -(77232, 384, 0, 0, 0, 192, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Splithoof Heights: Character''s Galak Force Reaction'), -(77240, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Ancient Brazier: Fire Bunny Kill Credit and Force Cast Summon Aquarian'), -(77242, 256, 0, 4, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Void Sentinel'), -(77271, 256, 0, 4, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Void Seeker'), -(77272, 256, 0, 4, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Void Wurm'), -(77274, 256, 0, 0, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Secondary Add Controller'), -(77315, 536871168, 0, 0, 268435456, 128, 393224, 8, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Quiet Suicide'), -(77318, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Ancient Brazier: Summon Aquarian Send Event'), -(77320, 696254848, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Kill Credit'), -(77323, 256, 1024, 4, 268435456, 8193, 0, 1024, 0, 0, 0, 0, 1, 0, 37, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Clean Up'), -(77328, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Go Blow that Horn: Whrrrl''s Lightning Master Aura'), -(77331, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cosmetic - SuccubusEntice'), -(77356, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 7, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Amulet of Sevine'), -(77381, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Despawn Defiled Felhounds'), -(77407, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cancel Egg Visibility'), -(77410, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Update Zone Auras'), -(77411, 256, 0, 0, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Force Zone Aura Update'), -(77462, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Goldrinn Tracking Quest Complete'), -(77501, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Close Escort: Catapult to Driver - On Leave Combat'), -(77504, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Close Escort: Character to Catapult & Driver - Ambush A'), -(77539, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDFocused Strikes'), -(77540, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDFocused Strikes'), -(77547, 536871168, 268435592, 4, 196864, 8388608, 0, 0, 0, 0, 0, 0, 1, 0, 5, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shadowstep Trigger'), -(77560, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDAncestral Swiftness'), -(77561, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDAncestral Swiftness'), -(77562, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDAncestral Swiftness'), -(77580, 696254848, 268436512, 273170437, 269681152, 8388800, 393224, 5632, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Save the Sentinel: See Quest Invisibility 01'), -(77582, 696254848, 268436512, 273170437, 269681152, 8388800, 393224, 5632, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Brave and the Bold: See Quest Invisibility 02'), -(77596, 256, 0, 4, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 325, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Add Stalker'), -(77608, 256, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 31, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDDark Simulacrum'), -(77620, 696254848, 1056, 273170437, 269681408, 8401024, 2490376, 4608, 0, 0, 0, 0, 1, 0, 3, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Lost Warden Rescued'), -(77622, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Infrared = Infradead: Guardian''s Controller Aura'), -(77646, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 37, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tap to Current Target'), -(77649, 696254720, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Thandol Span - Mass Despawn Trigger'), -(77658, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDSearing Flames'), -(77659, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDSearing Flames'), -(77694, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDTotemic Vigor'), -(77702, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDImproved Lava Lash'), -(77748, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOldTotemic Wrath'), -(77752, 256, 1024, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 35, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Turtle Spell'), -(77757, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 30, 0, 0, 0, 0, 0, 0, 0, 'zzOLDLava Surge'), -(77765, 65536, 0, 524288, 0, 0, 0, 0, 0, 0, 0, 0, 3, 25, 5, 8, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDWild Mushroom'), -(77766, 1073807360, 0, 0, 0, 536872960, 32, 8388608, 0, 0, 0, 0, 1, 0, 5, 8, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDWild Mushroom: Detonate'), -(77781, 256, 268435456, 0, 0, 1, 0, 1024, 0, 0, 0, 0, 1, 18, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Nemesis Eruption Timing Aura'), -(77793, 65568, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDCharred Dragonscale Shoulders'), -(77797, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDFocused Insight'), -(77798, 192, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 'zzOLDFocused Insight'), -(77922, 0, 136, 1073741824, 1073741824, 0, 0, 0, 0, 0, 0, 0, 1, 0, 135, 16, 38, 0, 0, 0, 0, 0, 0, 0, 'Blizzard'), -(77924, 65536, 268435596, 4194304, 0, 0, 8192, 0, 0, 0, 0, 0, 1, 31, 4, 16, 38, 0, 0, 0, 0, 0, 0, 0, 'Blizzard'), -(77926, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Compound Threat [P7]'), -(77952, 384, 268435456, 0, 0, 64, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Promontory Point: Quest Invisibility - Alliance'), -(77953, 384, 268435456, 0, 0, 64, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Promontory Point: Quest Invisibility - Horde'), -(77954, 698352000, 3240, 335560705, 1245760, 8390848, 8781832, 4100, 58720256, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Promontory Point: See Quest Invisibility - Alliance'), -(77955, 698352000, 3240, 335560705, 1245760, 8390848, 8781832, 4100, 58720256, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Promontory Point: See Quest Invisibility - Horde'), -(77956, 698352000, 3240, 335560705, 1245760, 8390848, 8781832, 4100, 58720256, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Promontory Point: See Quest Invisibility - Earthen Ring'), -(77957, 384, 268435456, 0, 0, 64, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Promontory Point: Quest Invisibility - Earthen Ring'), -(77964, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Compound Threat [P8]'), -(77972, 384, 268435456, 0, 0, 8193, 0, 1024, 0, 0, 0, 0, 1, 6, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Countdown'), -(77983, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 190, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Put It On: Quest Accept'), -(77992, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Put It On: Script Effect Player Cast Mirror Image'), -(77994, 536871168, 268435456, 4, 268697600, 129, 8, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Pillar of Flame'), -(77996, 698352000, 268436648, 273170437, 269681216, 8388800, 393224, 5632, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Put It On: Merciless One Controlled You''s Mirror Image Aura'), -(78013, 687866240, 1056, 273170437, 268632576, 8388736, 393224, 12800, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Put It On: Despawn Summons'), -(78015, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Put It On: NPC Random Action Controller'), -(78016, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Put It On: NPC Random Action Dummy'), -(78029, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Consumption'), -(78046, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Put It On: Force Cast from Gossip'), -(78048, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Put It On: Merciless One Controlled You Eye Blast Controller'), -(78062, 536871296, 268436616, 4, 1442048, 0, 524288, 0, 0, 0, 0, 0, 1, 6, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Valid Host'), -(78071, 448, 0, 0, 67633152, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLDSerendipity'), -(78072, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 1, 2, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLDSerendipity'), -(78073, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 1, 2, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLDSerendipity'), -(78074, 448, 0, 0, 67633152, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLDSerendipity'), -(78093, 536871168, 268435456, 0, 0, 2048, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Stun Self'), -(78132, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Put It On: Dummy from Mirror Image to Vehicle'), -(78138, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Put It On: Dummy from Leader to Mirror Image'), -(78139, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Put It On: Dummy from Mirror Image to Leader'), -(78229, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLDEmpowered Shadow Orbs'), -(78316, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Put It On: Quest Credit'), -(78325, 687866240, 1056, 273170436, 268632576, 8388736, 393608, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Free Wil''hai: Tentacle Horror Aura'), -(78328, 687866240, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Free Wil''hai: Kill Credit'), -(78364, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Into the Totem: Quest Credit'), -(78373, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Into the Totem: On Death Totem Aura Check'), -(78421, 65568, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDDragonscale Leg Reinforcements'), -(78422, 65568, 1024, 0, 0, 0, 0, 0, 0, 0, 0, 0, 34, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDCharscale Leg Reinforcements'), -(78492, 384, 268435456, 128, 0, 0, 0, 0, 0, 0, 0, 0, 1, 407, 137, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'A Lure: Quest Complete'), -(78493, 384, 268435456, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'A Lure: Underlight Nibbler Cleanup'), -(78524, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Devious Great-Eel: Summon Master'), -(78527, 1073807744, 268436480, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 27, 3, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'Fear Self'); -INSERT INTO `spell_dbc` (`Id`, `Attributes`, `AttributesEx`, `AttributesEx2`, `AttributesEx3`, `AttributesEx4`, `AttributesEx5`, `AttributesEx6`, `AttributesEx7`, `AttributesEx8`, `AttributesEx9`, `AttributesEx10`, `CastingTimeIndex`, `DurationIndex`, `RangeIndex`, `SchoolMask`, `SpellAuraOptionsId`, `SpellCastingRequirementsId`, `SpellCategoriesId`, `SpellClassOptionsId`, `SpellEquippedItemsId`, `SpellLevelsId`, `SpellTargetRestrictionsId`, `SpellInterruptsId`, `Comment`) VALUES -(78533, 696254848, 2080, 268976133, 269681152, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '... It Will Come: Energy Fountain Controller'), -(78543, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Max Healer'), -(78544, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Max Damage'), -(78546, 2843738112, 1056, 268976133, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Max KB'), -(78549, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Terrapin Oil'), -(78550, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Remora Oil'), -(78551, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Create Hammerhead Oil'), -(78553, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, '... It Will Come: AICast force Player to Send Event'), -(78560, 384, 0, 0, 0, 128, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '... It Will Come: Send Spawn Event'), -(78575, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Terrapin Oil Sample Cleanup'), -(78576, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Remora Oil Sample Cleanup'), -(78577, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Hammerhead Oil Sample Cleanup'), -(78579, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Billowing Fuel Sample Cleanup'), -(78580, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Atomic Fuel Sample Cleanup'), -(78581, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Anemic Fuel Sample Cleanup'), -(78582, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Perduring Fuel Sample Cleanup'), -(78583, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Smoky Fuel Sample Cleanup'), -(78584, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Quick-Burning Fuel Sample Cleanup'), -(78585, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Perfect Fuel Sample Cleanup'), -(78586, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 407, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Cleanup Master Spell'), -(78588, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Create Terrapin Oil Sample'), -(78589, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Create Remora Oil Sample'), -(78590, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Create Hammerhead Oil Sample'), -(78591, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Create Billowing Fuel Sample'), -(78592, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Create Atomic Fuel Sample'), -(78593, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Create Anemic Fuel Sample'), -(78594, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Create Perduring Fuel Sample'), -(78595, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Create Smoky Fuel Sample'), -(78596, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Create Quick-Burning Fuel Sample'), -(78597, 384, 0, 128, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Create Perfect Fuel Sample'), -(78600, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 407, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Minor Cleanup Spell'), -(78601, 696254848, 268436512, 273170437, 269681152, 8388736, 393224, 5632, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '... It Will Come: Ground Rumble Earthquake Controller'), -(78602, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Perfect Fuel: Mix Logic Forcecast'), -(78611, 256, 268435456, 0, 0, 1, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Periodic Check Aura'), -(78624, 8388864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Launch Claim Our Stake (Alliance)'), -(78629, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 190, 407, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Claim Our Stake: Quest Accept'), -(78636, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Claim Our Stake: Kill Credit'), -(78637, 8388864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Launch Claim Our Stake (Horde)'), -(78669, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 25, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Hellscream Seadog'), -(78687, 536870912, 1024, 16388, 268697664, 2176, 384, 16777216, 0, 0, 0, 0, 1, 0, 174, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Update'), -(78693, 696254848, 1056, 273170437, 269681408, 8388736, 393224, 4608, 4, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Undershell: Earthquake Check'), -(78719, 159383552, 0, 4, 196608, 128, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Inner Rage'), -(78727, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Prisoners: Cage Opened - Alliance'), -(78728, 384, 268435456, 0, 1048576, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shrink'), -(78756, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Tight Formation'), -(78757, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Loose Formation'), -(78761, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event - Tight Formation'), -(78763, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event - Loose Formation'), -(78765, 8388864, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Despawn'), -(78769, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Ascend No More!: Ancient Conduit on Open'), -(78781, 536871040, 268436480, 4, 64, 0, 0, 4, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Summon'), -(78800, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Prisoners: Character to Prisoner - Alliance'), -(78812, 384, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Prisoners: Quest Invisibility 01 - Alliance'), -(78813, 384, 0, 0, 0, 64, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Prisoners: Quest Invisibility 02 - Horde'), -(78814, 3112173952, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Prisoners: See Quest Invis 01 - Alliance'), -(78815, 3112173952, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Prisoners: See Quest Invis 02 - Horde'), -(78816, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Remove Their Arms: Crate to Bunny'), -(78821, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Prisoners: Character to Prisoner - Horde'), -(78822, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Prisoners: Cage Opened - Horde'), -(78831, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 9, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Naga'), -(78845, 159383552, 32, 540681, 1048576, 2752672, 393225, 135680, 1, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Post-Sub Teleport'), -(78876, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 00 - Leave Azshara'), -(78877, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 01 - Arrival in EK'), -(78878, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 02 - Bridge Approach'), -(78879, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 03 - Bridge Crash'), -(78880, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 04 - In the Valley'), -(78881, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 05 - Garrosh Speaks'), -(78882, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 06 - Enter Twilight Highlands'), -(78883, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 07 - Alliance Fleet 1'), -(78884, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 08 - Alliance Fleet 2'), -(78885, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 09 - Twilight Attack'), -(78886, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 10 - Zep Goes Down'), -(78887, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 11 - Garrosh Attacked'), -(78888, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 12 - Dragon in Rigging'), -(78889, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Event 13 - Dragon Falls Away - Zep Crash'), -(78890, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Bad Things'), -(78910, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Speech'), -(78917, 2843738112, 1056, 268976133, 1245440, 8388736, 2490376, 16789508, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Phase Switch 10->12'), -(78918, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Garrosh to Send Off Planes'), -(78927, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Dragon Attack'), -(78938, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Compound Threat [P10]'), -(78940, 536871296, 268436480, 4, 1179904, 0, 524288, 0, 0, 0, 0, 0, 1, 6, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Valid Host'), -(78953, 2843738112, 1056, 268976133, 1245440, 8388736, 2490376, 16789508, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Phase Switch 11->13'), -(78976, 696254848, 1056, 273170437, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Rolling with my Homies: Quest Abandon'), -(79001, 687866240, 1056, 273170436, 268632576, 8388800, 393224, 4608, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Twilight Extermination: Possessed Torrent - Flight Aura'), -(79005, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDImproved Sinister Strike'), -(79006, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDImproved Sinister Strike'), -(79016, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Twilight Extermination: Determine Possessed Torrent''s Spells'), -(79017, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Twilight Extermination: Spells if on Twilight Extermination'), -(79018, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Twilight Extermination: Spells if on All that Rises'), -(79022, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 18, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Erunak''s Periodic - Abyssal Breach 00'), -(79027, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Compound Threat [P20]'), -(79028, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Demoniac Vessel: Cleanup Leg Powder'), -(79029, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Demoniac Vessel: Cleanup Tainted Pouch'), -(79030, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Demoniac Vessel: Cleanup Brain Juice'), -(79031, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Demoniac Vessel: Cleanup Commixture'), -(79032, 384, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 407, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Demoniac Vessel: Cleanup (Master)'), -(79033, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Charred Granite of the Dark Portal: Cleanup Granite'), -(79034, 384, 268435456, 0, 0, 0, 0, 4, 0, 0, 0, 0, 1, 407, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'The Charred Granite of the Dark Portal: Cleanup (Master)'), -(79037, 545259904, 1024, 0, 268435456, 128, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Twilight Extermination: Possessed Torrent - Exit Master'), -(79052, 687866240, 1056, 273170436, 268632576, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'All that Rises: Quest Complete'), -(79055, 384, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Compound Threat on Player [P20]'), -(79065, 698352000, 3240, 335560705, 1245760, 8390848, 8781832, 4100, 58720256, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Communing with the Ancient: See Quest Invis 03'), -(79066, 384, 268435456, 0, 0, 64, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Communing with the Ancient: Quest Invis 03'), -(79078, 696254848, 1056, 273170437, 269681408, 8388736, 393224, 4608, 4, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'L''ghorek Dead - Earthquake Check'), -(79080, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDReinforced Leather'), -(79081, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDReinforced Leather'), -(79082, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDReinforced Leather'), -(79089, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDSturdy Recuperation'), -(79090, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDSturdy Recuperation'), -(79097, 464, 0, 0, 67108864, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 100, 0, 0, 0, 0, 0, 0, 0, 'zzOLDRestless Blades'), -(79098, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Dummy Aura'), -(79099, 256, 128, 4, 262208, 2176, 917512, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Threat'), -(79100, 696254848, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Bear Cub Kill Credit'), -(79108, 698352000, 3240, 335560705, 1245760, 8390848, 8781832, 4100, 58720256, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Darkbreak Cove/Tenebrous Cavern: See Quest Invisibility - Captain/Legionnaire NPCs'), -(79110, 698352000, 3240, 335560705, 1245760, 8390848, 8781832, 4100, 58720256, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Darkbreak Cove/Tenebrous Cavern: See Quest Invisibility - Earthen Ring NPCs'), -(79112, 384, 268435456, 0, 0, 64, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Darkbreak Cove/Tenebrous Cavern: Quest Invisibility - Captain/Legionnaire NPCs'), -(79114, 384, 268435456, 0, 0, 64, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Darkbreak Cove/Tenebrous Cavern: Quest Invisibility - Earthen Ring NPCs'), -(79119, 384, 268435456, 0, 0, 64, 0, 1024, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Darkbreak Cove/Tenebrous Cavern: Quest Invisibility - Non-Earthen Ring NPCs'), -(79120, 698352000, 3240, 335560705, 1245760, 8390848, 8781832, 4100, 58720256, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Darkbreak Cove/Tenebrous Cavern: See Quest Invisibility - Non-Earthen Ring NPCs'), -(79131, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDMurderous Intent'), -(79135, 464, 0, 0, 0, 524288, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 45, 0, 0, 0, 0, 0, 0, 0, 'zzOLDVenomous Wounds'), -(79148, 464, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDSanguinary Vein'), -(79154, 384, 0, 0, 268435456, 0, 0, 0, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Serrated Blades'), -(79165, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Faceless Periodic - Abyssal Breach 00'), -(79204, 67109120, 0, 0, 0, 1, 524288, 1024, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cancel Smoked Out Aura'), -(79243, 384, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 1, 327, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Neptulon''s Naga Freeze'), -(79317, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 135, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Cue Reset'), -(79326, 384, 268435456, 4, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Shrink'), -(79334, 671089024, 268435456, 5, 1048576, 0, 0, 0, 0, 0, 0, 0, 1, 21, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, '[DND] Totem Transform'), -(79394, 327952, 1024, 4, 268435456, 0, 524288, 0, 0, 0, 0, 0, 1, 28, 2, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Grouper Bite'), -(79439, 256, 0, 4, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 21, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Summon Void Wurm'), -(79524, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 21, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Faceless Periodic vs Neptulon'), -(79543, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Erunak''s Periodic (Long) - Abyssal Breach 00'), -(79562, 64, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Blood Craze'), -(79578, 256, 0, 4, 262144, 128, 8, 0, 0, 0, 0, 0, 1, 165, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Overhead Smash'), -(79611, 537985280, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 12, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Flight Path'), -(79643, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Launch Quest: A Lashtail Hatchling'), -(79654, 2843738112, 1124, 268976132, 1245184, 8388736, 393224, 12292, 0, 0, 0, 0, 1, 0, 1, 64, 38, 0, 0, 0, 0, 0, 0, 0, 'Explosive Barrage'), -(79689, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'A Lashtail Hatchling: Forcecast Summon Hatchling'), -(79691, 134480272, 268435456, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Tunneler Burst'), -(79722, 696254720, 1056, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 0, 1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Thandol Span - Victory Trigger'), -(79805, 256, 0, 4, 268435456, 1, 0, 0, 0, 0, 0, 0, 1, 0, 11, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Attacking Foreman'), -(79842, 65536, 0, 0, 128, 1048576, 8192, 8388608, 0, 0, 0, 0, 1, 106, 4, 32, 38, 0, 0, 0, 0, 0, 0, 0, 'zzOLDBane of Redirection'), -(79906, 384, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'See Raptor: Quest Credit'), -(79959, 536871168, 525448, 4, 459008, 0, 0, 8, 0, 0, 0, 0, 1, 0, 6, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Drakonid Rush'), -(79979, 696254848, 268436512, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 3, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Be Raptor: KC1'), -(79980, 696254848, 268436512, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 3, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Be Raptor: KC2'), -(79981, 696254848, 268436512, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 3, 0, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Be Raptor: KC3'), -(79982, 696254848, 268436512, 273170437, 269681152, 8388736, 393224, 4608, 0, 0, 0, 0, 1, 36, 13, 1, 38, 0, 0, 0, 0, 0, 0, 0, 'Be Raptor: KC4'); diff --git a/sql/updates/world/2014_10_05_00_world.sql b/sql/updates/world/2014_10_05_00_world.sql deleted file mode 100644 index 7d055e72f9f..00000000000 --- a/sql/updates/world/2014_10_05_00_world.sql +++ /dev/null @@ -1,86 +0,0 @@ --- -UPDATE `gossip_menu_option` SET `OptionBroadcastTextID`=11038 WHERE `menu_id`=21278 AND `id`=0; - --- BroadcastTextID0 -UPDATE `npc_text` SET `BroadcastTextID0`=3989 WHERE `ID`=1643; -UPDATE `npc_text` SET `BroadcastTextID0`=3991 WHERE `ID`=1644; -UPDATE `npc_text` SET `BroadcastTextID0`=3992 WHERE `ID`=1647; -UPDATE `npc_text` SET `BroadcastTextID0`=3993 WHERE `ID`=1648; -UPDATE `npc_text` SET `BroadcastTextID0`=3994 WHERE `ID`=1649; -UPDATE `npc_text` SET `BroadcastTextID0`=3996 WHERE `ID`=1650; -UPDATE `npc_text` SET `BroadcastTextID0`=4002 WHERE `ID`=1651; -UPDATE `npc_text` SET `BroadcastTextID0`=4004 WHERE `ID`=1652; -UPDATE `npc_text` SET `BroadcastTextID0`=4009 WHERE `ID`=1655; -UPDATE `npc_text` SET `BroadcastTextID0`=4011 WHERE `ID`=1656; -UPDATE `npc_text` SET `BroadcastTextID0`=4012 WHERE `ID`=1657; -UPDATE `npc_text` SET `BroadcastTextID0`=4083 WHERE `ID`=1693; -UPDATE `npc_text` SET `BroadcastTextID0`=4170 WHERE `ID`=1753; -UPDATE `npc_text` SET `BroadcastTextID0`=4171 WHERE `ID`=1754; -UPDATE `npc_text` SET `BroadcastTextID0`=4172 WHERE `ID`=1755; -UPDATE `npc_text` SET `BroadcastTextID0`=4173 WHERE `ID`=1756; -UPDATE `npc_text` SET `BroadcastTextID0`=4182 WHERE `ID`=1758; -UPDATE `npc_text` SET `BroadcastTextID0`=4184 WHERE `ID`=1759; - --- BroadcastTextID1 -UPDATE `npc_text` SET `BroadcastTextID1`=2880 WHERE `ID`=882; -UPDATE `npc_text` SET `BroadcastTextID1`=6319 WHERE `ID`=905; -UPDATE `npc_text` SET `BroadcastTextID1`=6312 WHERE `ID`=922; -UPDATE `npc_text` SET `BroadcastTextID1`=6313 WHERE `ID`=923; -UPDATE `npc_text` SET `BroadcastTextID1`=6324 WHERE `ID`=928; -UPDATE `npc_text` SET `BroadcastTextID1`=5085 WHERE `ID`=2762; -UPDATE `npc_text` SET `BroadcastTextID1`=6343 WHERE `ID`=2769; -UPDATE `npc_text` SET `BroadcastTextID1`=5107 WHERE `ID`=2774; -UPDATE `npc_text` SET `BroadcastTextID1`=6349 WHERE `ID`=2775; -UPDATE `npc_text` SET `BroadcastTextID1`=6350 WHERE `ID`=2776; -UPDATE `npc_text` SET `BroadcastTextID1`=5116 WHERE `ID`=2794; -UPDATE `npc_text` SET `BroadcastTextID1`=6335 WHERE `ID`=2795; -UPDATE `npc_text` SET `BroadcastTextID1`=5365 WHERE `ID`=2797; -UPDATE `npc_text` SET `BroadcastTextID1`=6337 WHERE `ID`=2798; -UPDATE `npc_text` SET `BroadcastTextID1`=5132 WHERE `ID`=2801; -UPDATE `npc_text` SET `BroadcastTextID1`=6344 WHERE `ID`=2804; -UPDATE `npc_text` SET `BroadcastTextID1`=6347 WHERE `ID`=2807; -UPDATE `npc_text` SET `BroadcastTextID1`=5346 WHERE `ID`=3025; -UPDATE `npc_text` SET `BroadcastTextID1`=5358 WHERE `ID`=3036; -UPDATE `npc_text` SET `BroadcastTextID1`=5373 WHERE `ID`=3040; -UPDATE `npc_text` SET `BroadcastTextID1`=6361 WHERE `ID`=3042; -UPDATE `npc_text` SET `BroadcastTextID1`=6334 WHERE `ID`=3814; -UPDATE `npc_text` SET `BroadcastTextID1`=7053 WHERE `ID`=4310; -UPDATE `npc_text` SET `BroadcastTextID1`=10134 WHERE `ID`=7387; -UPDATE `npc_text` SET `BroadcastTextID1`=10367 WHERE `ID`=7484; -UPDATE `npc_text` SET `BroadcastTextID1`=10413 WHERE `ID`=7498; -UPDATE `npc_text` SET `BroadcastTextID1`=10418 WHERE `ID`=7500; -UPDATE `npc_text` SET `BroadcastTextID1`=10420 WHERE `ID`=7501; -UPDATE `npc_text` SET `BroadcastTextID1`=10391 WHERE `ID`=7502; -UPDATE `npc_text` SET `BroadcastTextID1`=10396 WHERE `ID`=7505; -UPDATE `npc_text` SET `BroadcastTextID1`=10399 WHERE `ID`=7506; -UPDATE `npc_text` SET `BroadcastTextID1`=10405 WHERE `ID`=7508; -UPDATE `npc_text` SET `BroadcastTextID1`=10407 WHERE `ID`=7509; -UPDATE `npc_text` SET `BroadcastTextID1`=10766 WHERE `ID`=15296; -UPDATE `npc_text` SET `BroadcastTextID1`=18268 WHERE `ID`=20551; -UPDATE `npc_text` SET `BroadcastTextID1`=18269 WHERE `ID`=20564; -UPDATE `npc_text` SET `BroadcastTextID1`=22227 WHERE `ID`=11256; -UPDATE `npc_text` SET `BroadcastTextID1`=45371 WHERE `ID`=16783; -UPDATE `npc_text` SET `BroadcastTextID1`=6111 WHERE `ID`=3668; -UPDATE `npc_text` SET `BroadcastTextID1`=10386 WHERE `ID`=7496; - --- BroadcastTextID2 -UPDATE `npc_text` SET `BroadcastTextID2`=22228 WHERE `ID`=11256; -UPDATE `npc_text` SET `BroadcastTextID2`=18282 WHERE `ID`=20551; -UPDATE `npc_text` SET `BroadcastTextID2`=2909 WHERE `ID`=900; -UPDATE `npc_text` SET `BroadcastTextID2`=13816 WHERE `ID`=8893; - --- BroadcastTextID3 -UPDATE `npc_text` SET `BroadcastTextID3`=2878 WHERE `ID`=879; - --- BroadcastTextID4 -UPDATE `npc_text` SET `BroadcastTextID5`=13345 WHERE `ID`=8760; - --- Misc -UPDATE `npc_text` SET `text7_0`='' WHERE `ID`=3297; -UPDATE `npc_text` SET `text7_0`='' WHERE `ID`=7530; -UPDATE `npc_text` SET `text7_0`='' WHERE `ID`=7635; -UPDATE `npc_text` SET `text7_0`='' WHERE `ID`=7669; -UPDATE `npc_text` SET `text7_0`='' WHERE `ID`=8061; -UPDATE `npc_text` SET `text7_0`='' WHERE `ID`=8480; -UPDATE `npc_text` SET `text7_0`='' WHERE `ID`=8484; -UPDATE `npc_text` SET `text7_0`='' WHERE `ID`=8934; diff --git a/sql/updates/world/2014_10_05_01_world.sql b/sql/updates/world/2014_10_05_01_world.sql deleted file mode 100644 index 3e8b699dedc..00000000000 --- a/sql/updates/world/2014_10_05_01_world.sql +++ /dev/null @@ -1,34 +0,0 @@ --- -SET @Linda :=32687; -SET @Alec :=32692; - -UPDATE creature_template SET `AIName`='SmartAI' WHERE entry IN (@Linda, @Alec); - -DELETE FROM `smart_scripts` WHERE `entryorguid` = @Linda AND `source_type` = 0; -DELETE FROM `smart_scripts` WHERE `entryorguid` = @Linda*100 AND `source_type` = 9; -DELETE FROM `smart_scripts` WHERE `entryorguid` = @Linda*100+1 AND `source_type` = 9; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@Linda, 0, 0, 0, 10, 0, 100, 0, 1, 10, 300000, 300000, 87, @Linda*100, @Linda*100+1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Linda - OOC_LOS - RANDOM_TIMED_ACTIONLIST'), -(@Linda*100,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,7,0,0,0,0,0,0,0,'Linda - RANDOM_TIMED_ACTIONLIST - talk'), -(@Linda*100+1,9,0,0,0,0,100,0,0,0,0,0,1,0,0,0,0,0,0,19,@Alec,5,0,0,0,0,0,'Linda - RANDOM_TIMED_ACTIONLIST - talk'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceGroup`=1 AND `SourceEntry`=@Linda; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`, `ErrorTextId`,`ScriptName`,`Comment`) VALUES -(22,1,@Linda,0,5,1090,128,0,0,'','event require Kirin Tor Exalted'); - - -DELETE FROM creature_text WHERE entry IN (@Linda, @Alec); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`, `BroadcastTextID`) VALUES -(@Linda, 0, 0, 'There goes the finest $c I have the honor of knowing.', 12, 0, 100, 0, 0, 0, 'Linda Ann Kastinglow', 32866), -(@Linda, 0, 1, '$n, you''re an inspiration.', 12, 0, 100, 0, 0, 0, 'Linda Ann Kastinglow', 32867), -(@Linda, 0, 2, 'A fine example of a $g man:woman;, that $n.', 12, 0, 100, 0, 0, 0, 'Linda Ann Kastinglow', 32868), -(@Linda, 0, 3, 'You couldn''t ask for a finer person than $n, I say.', 12, 0, 100, 0, 0, 0, 'Linda Ann Kastinglow', 32869), -(@Linda, 0, 4, '$n, wonderful to see you. Wonderful.', 12, 0, 100, 0, 0, 0, 'Linda Ann Kastinglow', 32870), -(@Linda, 0, 5, '$n! Ah, fantastic to see you out and about. Busy as always, hm?', 12, 0, 100, 0, 0, 0, 'Linda Ann Kastinglow', 32871), - -(@Alec, 0, 0, 'There goes the finest $c I have the honor of knowing.', 12, 0, 100, 0, 0, 0, 'Arcanist Alec', 32866), -(@Alec, 0, 1, '$n, you''re an inspiration.', 12, 0, 100, 0, 0, 0, 'Arcanist Alec', 32867), -(@Alec, 0, 2, 'A fine example of a $g man:woman;, that $n.', 12, 0, 100, 0, 0, 0, 'Arcanist Alec', 32868), -(@Alec, 0, 3, 'You couldn''t ask for a finer person than $n, I say.', 12, 0, 100, 0, 0, 0, 'Arcanist Alec', 32869), -(@Alec, 0, 4, '$n, wonderful to see you. Wonderful.', 12, 0, 100, 0, 0, 0, 'Arcanist Alec', 32870), -(@Alec, 0, 5, '$n! Ah, fantastic to see you out and about. Busy as always, hm?', 12, 0, 100, 0, 0, 0, 'Arcanist Alec', 32871); diff --git a/sql/updates/world/2014_10_05_02_world.sql b/sql/updates/world/2014_10_05_02_world.sql deleted file mode 100644 index 09a8fc24895..00000000000 --- a/sql/updates/world/2014_10_05_02_world.sql +++ /dev/null @@ -1,8 +0,0 @@ --- -SET @ENTRY := 29483; -SET @SPELL_ENERGY_SURGE := 54559; -UPDATE `creature` SET `spawndist`=0, `MovementType`=0 WHERE `id` =@ENTRY; -UPDATE `creature_template` SET `unit_flags`=`unit_flags`|4|33554432, `AIName`='SmartAI' WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 0, 0, 9, 0, 100, 0, 1, 20, 1000, 1000, 11, @SPELL_ENERGY_SURGE, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'K3 Perimeter Turret - Within 1-20 Range - Cast ''Energy Surge'''); diff --git a/sql/updates/world/2014_10_05_03_world.sql b/sql/updates/world/2014_10_05_03_world.sql deleted file mode 100644 index 30603214312..00000000000 --- a/sql/updates/world/2014_10_05_03_world.sql +++ /dev/null @@ -1,5 +0,0 @@ -ALTER TABLE `creature` ADD `zoneId` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Zone Identifier' AFTER `map`; -ALTER TABLE `creature` ADD `areaId` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Area Identifier' AFTER `zoneId`; - -ALTER TABLE `gameobject` ADD `zoneId` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Zone Identifier' AFTER `map`; -ALTER TABLE `gameobject` ADD `areaId` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' COMMENT 'Area Identifier' AFTER `zoneId`; diff --git a/sql/updates/world/2014_10_05_04_world.sql b/sql/updates/world/2014_10_05_04_world.sql deleted file mode 100644 index ed32e268a87..00000000000 --- a/sql/updates/world/2014_10_05_04_world.sql +++ /dev/null @@ -1,71 +0,0 @@ -SET @CGUID :=74960; -SET @OGUID :=21104; - -DELETE FROM `creature` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+12; -INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES -(@CGUID+0 , 24545, 530, 1, 1, -1882.759, 5575.42, -12.3448, 4.677482, 120, 0, 0), -- Thunderbrew "Apprentice" (Area: Shattrath City) -(@CGUID+1 , 24484, 530, 1, 1, -1872.835, 5560.321, -12.3448, 2.748216, 120, 0, 0), -- Brewfest Reveler (Area: Shattrath City) (Auras: 43910 - Brewfest Reveler - Gnome) -(@CGUID+2 , 24484, 530, 1, 1, -1878.838, 5562.812, -12.3448, 5.889809, 120, 0, 0), -- Brewfest Reveler (Area: Shattrath City) (Auras: 43909 - Brewfest Reveler - Dwarf) -(@CGUID+3 , 24484, 530, 1, 1, -1878.618, 5556.088, -12.3448, 3.259485, 120, 0, 0), -- Brewfest Reveler (Area: Shattrath City) (Auras: 43910 - Brewfest Reveler - Gnome) -(@CGUID+4 , 24484, 530, 1, 1, -1897.398, 5558.127, -12.3448, 1.710423, 120, 0, 0), -- Brewfest Reveler (Area: Shattrath City) (Auras: 44004 - Brewfest Reveler - Goblin - Female) -(@CGUID+5 , 24484, 530, 1, 1, -1899.819, 5560.333, -12.3448, 0.3665192, 120, 0, 0), -- Brewfest Reveler (Area: Shattrath City) (Auras: 44003 - Brewfest Reveler - Goblin - Male) -(@CGUID+6 , 24484, 530, 1, 1, -1921.889, 5554.328, -12.34481, 0.04066804, 120, 0, 0), -- Brewfest Reveler (Area: Shattrath City) (Auras: 43916 - Brewfest Reveler - Troll) -(@CGUID+7 , 24484, 530, 1, 1, -1916.578, 5551.592, -12.34481, 2.666002, 120, 0, 0), -- Brewfest Reveler (Area: Shattrath City) (Auras: 43917 - Brewfest Reveler - Undead) -(@CGUID+8 , 24484, 530, 1, 1, -1924.595, 5549.645, -12.3448, 1.046868, 120, 0, 0), -- Brewfest Reveler (Area: Shattrath City) (Auras: 43914 - Brewfest Reveler - Orc) -(@CGUID+9 , 24484, 530, 1, 1, -1897.494, 5562.316, -12.3448, 4.433136, 120, 0, 0), -- Brewfest Reveler (Area: Shattrath City) (Auras: 44003 - Brewfest Reveler - Goblin - Male) -(@CGUID+10, 24501, 530, 1, 1, -1926.787, 5562.968, -12.3448, 5.061455, 120, 0, 0), -- Drohn's Distillery Apprentice (Area: Shattrath City) -(@CGUID+11, 24484, 530, 1, 1, -1895.234, 5560.195, -12.34481, 2.80998, 120, 0, 0), -- Brewfest Reveler (Area: Shattrath City) (Auras: 44003 - Brewfest Reveler - Goblin - Male) -(@CGUID+12, 23511, 530, 1, 1, -1906.297, 5569.852, -12.3448, 4.974188, 120, 0, 0); -- Gordok Brew Apprentice (Area: Shattrath City) - -DELETE FROM `creature_addon` WHERE `guid` BETWEEN @CGUID+0 AND @CGUID+12; -INSERT INTO `creature_addon` (`guid`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES -(@CGUID+1 , 0, 0x0, 0x101, '43910'), -- Brewfest Reveler - 43910 - Brewfest Reveler - Gnome -(@CGUID+2 , 0, 0x0, 0x101, '43909'), -- Brewfest Reveler - 43909 - Brewfest Reveler - Dwarf -(@CGUID+3 , 0, 0x0, 0x101, '43910'), -- Brewfest Reveler - 43910 - Brewfest Reveler - Gnome -(@CGUID+4 , 0, 0x0, 0x101, '44004'), -- Brewfest Reveler - 44004 - Brewfest Reveler - Goblin - Female -(@CGUID+5 , 0, 0x0, 0x101, '44003'), -- Brewfest Reveler - 44003 - Brewfest Reveler - Goblin - Male -(@CGUID+6 , 0, 0x0, 0x101, '43916'), -- Brewfest Reveler - 43916 - Brewfest Reveler - Troll -(@CGUID+7 , 0, 0x0, 0x101, '43917'), -- Brewfest Reveler - 43917 - Brewfest Reveler - Undead -(@CGUID+8 , 0, 0x0, 0x101, '43914'), -- Brewfest Reveler - 43914 - Brewfest Reveler - Orc -(@CGUID+9 , 0, 0x0, 0x101, '44003'), -- Brewfest Reveler - 44003 - Brewfest Reveler - Goblin - Male -(@CGUID+11, 0, 0x0, 0x101, '44003'); -- Brewfest Reveler - 44003 - Brewfest Reveler - Goblin - Male - -DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+8; -INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES -(@OGUID+0, 186259, 530, 1, 1, -1875.389, 5579.114, -12.42814, 1.605702, 0, 0, 0, 1, 120, 255, 1), -- Thunderbrew Festive Wagon (Area: Shattrath City) -(@OGUID+1, 180037, 530, 1, 1, -1909.218, 5569.716, -12.42814, 4.97419, 0, 0, 0, 1, 120, 255, 1), -- Haybail 01 (Area: Shattrath City) -(@OGUID+2, 180037, 530, 1, 1, -1906.963, 5573.009, -12.42814, 3.47321, 0, 0, 0, 1, 120, 255, 1), -- Haybail 01 (Area: Shattrath City) -(@OGUID+3, 178666, 530, 1, 1, -1882.575, 5582.089, -12.42814, 3.141593, 0, 0, 0, 1, 120, 255, 1), -- Gypsy Wagon (Area: Shattrath City) -(@OGUID+4, 178666, 530, 1, 1, -1928.171, 5567.508, -12.42814, 3.38594, 0, 0, 0, 1, 120, 255, 1), -- Gypsy Wagon (Area: Shattrath City) -(@OGUID+5, 186255, 530, 1, 1, -1920.9, 5568.442, -12.42814, 1.884953, 0, 0, 0, 1, 120, 255, 1), -- Drohn's Distillery Festive Wagon (Area: Shattrath City) -(@OGUID+6, 186257, 530, 1, 1, -1900.552, 5575.883, -12.42814, 1.937312, 0, 0, 0, 1, 120, 255, 1), -- Gordok Festive Wagon (Area: Shattrath City) -(@OGUID+7, 180037, 530, 1, 1, -1893.456, 5576.866, -12.42814, 4.223697, 0, 0, 0, 1, 120, 255, 1), -- Haybail 01 (Area: Shattrath City) -(@OGUID+8, 180037, 530, 1, 1, -1904.326, 5571.048, -12.42814, 1.902409, 0, 0, 0, 1, 120, 255, 1); -- Haybail 01 (Area: Shattrath City) - -DELETE FROM `game_event_creature` WHERE `eventEntry`=24 AND `guid` BETWEEN @CGUID+0 AND @CGUID+12; -INSERT INTO `game_event_creature` (`eventEntry`, `guid`) VALUES -(24, @CGUID+0), -(24, @CGUID+1), -(24, @CGUID+2), -(24, @CGUID+3), -(24, @CGUID+4), -(24, @CGUID+5), -(24, @CGUID+6), -(24, @CGUID+7), -(24, @CGUID+8), -(24, @CGUID+9), -(24, @CGUID+10), -(24, @CGUID+11), -(24, @CGUID+12); - -DELETE FROM `game_event_gameobject` WHERE `eventEntry`=24 AND `guid` BETWEEN @OGUID+0 AND @OGUID+8; -INSERT INTO `game_event_gameobject` (`eventEntry`, `guid`) VALUES -(24, @OGUID+0), -(24, @OGUID+1), -(24, @OGUID+2), -(24, @OGUID+3), -(24, @OGUID+4), -(24, @OGUID+5), -(24, @OGUID+6), -(24, @OGUID+7), -(24, @OGUID+8); diff --git a/sql/updates/world/2014_10_05_05_world.sql b/sql/updates/world/2014_10_05_05_world.sql deleted file mode 100644 index 35775eaac70..00000000000 --- a/sql/updates/world/2014_10_05_05_world.sql +++ /dev/null @@ -1,38 +0,0 @@ --- -UPDATE `npc_text` SET `BroadcastTextID0`=5793 WHERE `ID`=3464; -UPDATE `npc_text` SET `BroadcastTextID0`=10046 WHERE `ID`=7339; -UPDATE `npc_text` SET `BroadcastTextID0`=10048 WHERE `ID`=7340; -UPDATE `npc_text` SET `BroadcastTextID0`=10053 WHERE `ID`=7341; -UPDATE `npc_text` SET `BroadcastTextID0`=10062 WHERE `ID`=7355; -UPDATE `npc_text` SET `BroadcastTextID0`=10065 WHERE `ID`=7356; -UPDATE `npc_text` SET `BroadcastTextID0`=10082 WHERE `ID`=7362; -UPDATE `npc_text` SET `BroadcastTextID0`=10086 WHERE `ID`=7363; -UPDATE `npc_text` SET `BroadcastTextID0`=10092 WHERE `ID`=7365; -UPDATE `npc_text` SET `BroadcastTextID0`=10210 WHERE `ID`=7437; -UPDATE `npc_text` SET `BroadcastTextID0`=10366 WHERE `ID`=7484; -UPDATE `npc_text` SET `BroadcastTextID0`=10412 WHERE `ID`=7498; -UPDATE `npc_text` SET `BroadcastTextID0`=10417 WHERE `ID`=7500; -UPDATE `npc_text` SET `BroadcastTextID0`=10419 WHERE `ID`=7501; -UPDATE `npc_text` SET `BroadcastTextID0`=10390 WHERE `ID`=7502; -UPDATE `npc_text` SET `BroadcastTextID0`=10395 WHERE `ID`=7505; -UPDATE `npc_text` SET `BroadcastTextID0`=10404 WHERE `ID`=7508; -UPDATE `npc_text` SET `BroadcastTextID0`=10406 WHERE `ID`=7509; -UPDATE `npc_text` SET `BroadcastTextID0`=10466 WHERE `ID`=7596; -UPDATE `npc_text` SET `BroadcastTextID0`=10468 WHERE `ID`=7597; -UPDATE `npc_text` SET `BroadcastTextID0`=10470 WHERE `ID`=7598; -UPDATE `npc_text` SET `BroadcastTextID0`=10475 WHERE `ID`=7614; -UPDATE `npc_text` SET `BroadcastTextID0`=10493 WHERE `ID`=7641; -UPDATE `npc_text` SET `BroadcastTextID0`=10543 WHERE `ID`=7674; -UPDATE `npc_text` SET `BroadcastTextID0`=10547 WHERE `ID`=7676; -UPDATE `npc_text` SET `BroadcastTextID0`=10548 WHERE `ID`=7677; -UPDATE `npc_text` SET `BroadcastTextID0`=10557 WHERE `ID`=7683; -UPDATE `npc_text` SET `BroadcastTextID0`=17814 WHERE `ID`=20201; -UPDATE `npc_text` SET `BroadcastTextID0`=27613 WHERE `ID`=13100; -UPDATE `npc_text` SET `BroadcastTextID0`=9499 WHERE `ID`=6938; -UPDATE `npc_text` SET `BroadcastTextID0`=6016 WHERE `ID`=447; -UPDATE `npc_text` SET `BroadcastTextID0`=20391 WHERE `ID`=10412; -UPDATE `npc_text` SET `BroadcastTextID0`=19868 WHERE `ID`=10616; -UPDATE `npc_text` SET `BroadcastTextID0`=14430 WHERE `ID`=9080; -UPDATE `npc_text` SET `BroadcastTextID0`=10567 WHERE `ID`=7692; -UPDATE `npc_text` SET `BroadcastTextID0`=6001 WHERE `ID`=3579; -UPDATE `npc_text` SET `BroadcastTextID0`=5035 WHERE `ID`=2725; diff --git a/sql/updates/world/2014_10_05_06_world.sql b/sql/updates/world/2014_10_05_06_world.sql deleted file mode 100644 index fa28f871d64..00000000000 --- a/sql/updates/world/2014_10_05_06_world.sql +++ /dev/null @@ -1,6 +0,0 @@ --- -UPDATE `creature` SET `map`=571 WHERE `guid`=101828 AND `id`=25434; -UPDATE `creature` SET `position_y`=-6381.79 WHERE `guid`=82822 AND `id`=16303; -UPDATE `creature` SET `position_y`=-6395.32 WHERE `guid`=82826 AND `id`=16303; -UPDATE `creature` SET `position_y`=-6343.51 WHERE `guid`=82827 AND `id`=16303; -UPDATE `creature` SET `map`=1 WHERE `guid`=40251 AND `id`=29346; diff --git a/sql/updates/world/2014_10_05_07_world.sql b/sql/updates/world/2014_10_05_07_world.sql deleted file mode 100644 index 4e2e84def5a..00000000000 --- a/sql/updates/world/2014_10_05_07_world.sql +++ /dev/null @@ -1,30 +0,0 @@ -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN(25285,31033); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(25285,31033) AND `source_type`=0; -DELETE FROM `smart_scripts` WHERE `entryorguid` =2528500 AND `source_type`=9; - -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(25285, 0, 0, 0, 10, 0, 100, 0, 1, 50, 120000, 300000, 80, 2528500, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Harbinger Vurenn - OOC LOS - Run Script'), -(31033, 0, 0, 0, 10, 0, 100, 0, 1, 20, 600000, 900000, 1, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Crusader of Virtue - OOC LOS - Say Line'), -(2528500, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Harbinger Vurenn - Script - Say Line 0'), -(2528500, 9, 1, 0, 0, 0, 100, 0, 8000, 8000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 19, 25301, 0, 0, 0, 0, 0, 0, 'Harbinger Vurenn - Script - Say Line 0 (Counselor Talbot)'), -(2528500, 9, 2, 0, 0, 0, 100, 0, 7000, 7000, 0, 0, 1, 2, 0, 0, 0, 0, 0, 19, 25250, 0, 0, 0, 0, 0, 0, 'Harbinger Vurenn - Script - Say Line 2 (General Arlos)'), -(2528500, 9, 3, 0, 0, 0, 100, 0, 12000, 12000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Harbinger Vurenn - Script - Say Line 1'); - -DELETE FROM `creature_text` WHERE `entry` IN(25301,25285,31033); -DELETE FROM `creature_text` WHERE `entry` =25250 AND `groupid`=2; - -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`,`BroadcastTextID`) VALUES -(25250, 2, 0, 'Your offer will be carefully considered, harbinger. In the meantime we will make use of your delegation in an advisory role.', 12, 7, 100, 1, 0, 0, 'General Arlos',24790), -(25301, 0, 0, 'Our troops, general, consist mostly of villagers and peasants. Good men, but not quite rid of the prejudices and superstitions of their upbringing. They''re not ready to fight alongside our more exotic allies.', 12, 7, 100, 1, 0, 0, 'Counselor Talbot',24789), -(25285, 0, 0, 'Give the word, general. I will have two regiments at your disposal in a month''s time.', 12, 7, 100, 0, 0, 0, 'Harbinger Vurenn',24787), -(25285, 1, 0, 'Very well, general. Should you change your mind, my people will be more than willing to provide military assistance.', 12, 7, 100, 0, 0, 0, 'Harbinger Vurenn',24788), -(31033, 0, 0, 'There goes the hero of the Vanguard!', 12, 0, 100, 66, 0, 0, 'Crusader of Virtue',31385), -(31033, 0, 1, '%s cheers at you.', 16, 1, 100, 71, 0, 0, 'Crusader of Virtue',25275), -(31033, 0, 2, 'We couldn''t have done it without you, $g sir:ma''am;.', 12, 0, 100, 66, 0, 0, 'Crusader of Virtue',31384), -(31033, 0, 3, 'You honor us with your presence, $n.', 12, 0, 100, 66, 0, 0, 'Crusader of Virtue',31386), -(31033, 0, 4, 'Thank you, $n. From the bottom of my heart. Thank you.', 12, 0, 100, 66, 0, 0, 'Crusader of Virtue',31388), -(31033, 0, 5, 'Call on me anytime, $n.', 12, 0, 100, 66, 0, 0, 'Crusader of Virtue',31389); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=31033; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(22, 1, 31033, 0, 0, 8, 0, 13157, 0, 0, 0, 0, 0, '', 'Crusader of Virtue - Only run SAI if player is rewarded for quest 13157'); diff --git a/sql/updates/world/2014_10_06_00_world.sql b/sql/updates/world/2014_10_06_00_world.sql deleted file mode 100644 index 5ef37298264..00000000000 --- a/sql/updates/world/2014_10_06_00_world.sql +++ /dev/null @@ -1,14 +0,0 @@ --- -UPDATE `creature_text` SET `BroadcastTextId`=9633 WHERE `entry`=14467 AND `groupid`=0 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=7798 WHERE `entry`=701 AND `groupid`=0 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=8355 WHERE `entry`=12923 AND `groupid`=0 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=8355 WHERE `entry`=12924 AND `groupid`=0 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=8355 WHERE `entry`=12925 AND `groupid`=0 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=10601 WHERE `entry`=11380 AND `groupid`=0 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=23175 WHERE `entry`=23863 AND `groupid`=2 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=23176 WHERE `entry`=23863 AND `groupid`=3 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=23178 WHERE `entry`=23863 AND `groupid`=5 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=23179 WHERE `entry`=23863 AND `groupid`=6 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=23181 WHERE `entry`=23863 AND `groupid`=8 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=23182 WHERE `entry`=23863 AND `groupid`=8 AND `id`=1; -UPDATE `creature_text` SET `BroadcastTextId`=23183 WHERE `entry`=23863 AND `groupid`=9 AND `id`=0; diff --git a/sql/updates/world/2014_10_06_01_world.sql b/sql/updates/world/2014_10_06_01_world.sql deleted file mode 100644 index 841f5bc117b..00000000000 --- a/sql/updates/world/2014_10_06_01_world.sql +++ /dev/null @@ -1,38 +0,0 @@ --- BroadcastTextID0 -UPDATE `npc_text` SET `BroadcastTextID0`=3962 WHERE `ID`=1620; -UPDATE `npc_text` SET `BroadcastTextID0`=3963 WHERE `ID`=1621; -UPDATE `npc_text` SET `BroadcastTextID0`=8806 WHERE `ID`=6789; -UPDATE `npc_text` SET `BroadcastTextID0`=9168 WHERE `ID`=6789; -UPDATE `npc_text` SET `BroadcastTextID0`=9626 WHERE `ID`=7002; -UPDATE `npc_text` SET `BroadcastTextID0`=9628 WHERE `ID`=7003; -UPDATE `npc_text` SET `BroadcastTextID0`=9630 WHERE `ID`=7004; -UPDATE `npc_text` SET `BroadcastTextID0`=9632 WHERE `ID`=7005; -UPDATE `npc_text` SET `BroadcastTextID0`=11275 WHERE `ID`=8060; -UPDATE `npc_text` SET `BroadcastTextID0`=11892 WHERE `ID`=8326; -UPDATE `npc_text` SET `BroadcastTextID0`=11894 WHERE `ID`=8327; -UPDATE `npc_text` SET `BroadcastTextID0`=12100 WHERE `ID`=8426; -UPDATE `npc_text` SET `BroadcastTextID0`=12280 WHERE `ID`=8516; -UPDATE `npc_text` SET `BroadcastTextID0`=14071 WHERE `ID`=8975; -UPDATE `npc_text` SET `BroadcastTextID0`=14386 WHERE `ID`=9064; -UPDATE `npc_text` SET `BroadcastTextID0`=17555 WHERE `ID`=9949; -UPDATE `npc_text` SET `BroadcastTextID0`=19019 WHERE `ID`=10339; -UPDATE `npc_text` SET `BroadcastTextID0`=19431 WHERE `ID`=10454; -UPDATE `npc_text` SET `BroadcastTextID0`=20459 WHERE `ID`=10733; -UPDATE `npc_text` SET `BroadcastTextID0`=20643 WHERE `ID`=10798; -UPDATE `npc_text` SET `BroadcastTextID0`=20883 WHERE `ID`=10830; -UPDATE `npc_text` SET `BroadcastTextID0`=21404 WHERE `ID`=10926; -UPDATE `npc_text` SET `BroadcastTextID0`=21535 WHERE `ID`=10967; -UPDATE `npc_text` SET `BroadcastTextID0`=21542 WHERE `ID`=10976; -UPDATE `npc_text` SET `BroadcastTextID0`=21610 WHERE `ID`=11026; -UPDATE `npc_text` SET `BroadcastTextID0`=21618 WHERE `ID`=11029; -UPDATE `npc_text` SET `BroadcastTextID0`=21814 WHERE `ID`=11059; - --- npc_text -UPDATE `npc_text` SET `BroadcastTextID0`=10796 WHERE `ID`=7804; -UPDATE `npc_text` SET `BroadcastTextID0`=2545 WHERE `ID`=6491; -UPDATE `npc_text` SET `BroadcastTextID0`=6877 WHERE `ID`=4194; - --- creature_text -UPDATE `creature_text` SET `BroadcastTextId`=6198 WHERE `entry`=3977 AND `groupid`=1 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=35523 WHERE `entry`=35320 AND `groupid`=0 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=35529 WHERE `entry`=35320 AND `groupid`=1 AND `id`=0; diff --git a/sql/updates/world/2014_10_06_02_world.sql b/sql/updates/world/2014_10_06_02_world.sql deleted file mode 100644 index 56929a9b5db..00000000000 --- a/sql/updates/world/2014_10_06_02_world.sql +++ /dev/null @@ -1,3 +0,0 @@ --- -UPDATE `creature_template` SET `faction`=834 WHERE `entry`=14435; -UPDATE `creature_template` SET `faction`=90 WHERE `entry`=6268; diff --git a/sql/updates/world/2014_10_06_03_world.sql b/sql/updates/world/2014_10_06_03_world.sql deleted file mode 100644 index b0335d78834..00000000000 --- a/sql/updates/world/2014_10_06_03_world.sql +++ /dev/null @@ -1,2 +0,0 @@ --- -UPDATE `creature_template` SET `AIName`='' WHERE `entry`=21611; diff --git a/sql/updates/world/2014_10_06_04_world.sql b/sql/updates/world/2014_10_06_04_world.sql deleted file mode 100644 index 41e18bcbb9e..00000000000 --- a/sql/updates/world/2014_10_06_04_world.sql +++ /dev/null @@ -1,66 +0,0 @@ -DELETE FROM `waypoint_data` WHERE `id`=1131170; -UPDATE `creature_addon` SET `path_id`=0 WHERE `guid`=113117; -UPDATE `creature` SET `MovementType`=0 WHERE `guid`=113117; - -DELETE FROM `waypoints` WHERE `entry`=23734; - -INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES -(23734, 1, 629.388, -5021.37, 3.04091, 'Anchorite Yazmina <First Aid Trainer>'), -(23734, 2, 630.836, -5011.95, 3.8314, 'Anchorite Yazmina <First Aid Trainer>'), -(23734, 3, 630.836, -5011.95, 3.8314, 'Anchorite Yazmina <First Aid Trainer>'), -(23734, 4, 624.458, -5003.92, 3.59241, 'Anchorite Yazmina <First Aid Trainer>'), -(23734, 5, 614.28, -5005.49, 3.06355, 'Anchorite Yazmina <First Aid Trainer>'), -(23734, 6, 607.946, -5014.89, 3.10032, 'Anchorite Yazmina <First Aid Trainer>'), -(23734, 7, 612.983, -5025.49, 2.03711, 'Anchorite Yazmina <First Aid Trainer>'), -(23734, 8, 625.177, -5026.14, 2.32847, 'Anchorite Yazmina <First Aid Trainer>'); - -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN(23734,23728); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(23734,23728) AND `source_type`=0; -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(2373400,2373401,2373402,2373403,237404,2372800) AND `source_type`=9; - -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(23734, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 53, 0, 23734, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - On Spawn - Start WP'), -(23734, 0, 1, 0, 40, 0, 5, 0, 0, 0, 0, 0, 87, 2373400,2373401,2373402,2373403,0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - On Reached WP - Run Random Script'), -(23728, 0, 0, 0, 10, 0, 100, 0, 1, 50, 120000, 300000, 80, 2372800, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Guard Captain Zorek - OOC LOS - Run Script'), -(2372800, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Guard Captain Zorek - Script - Say Line 0'), -(2372800, 9, 1, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Guard Captain Zorek - Script - Say Line 1'), -(2372800, 9, 2, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Guard Captain Zorek - Script - Say Line 2'), -(2372800, 9, 3, 0, 0, 0, 100, 0, 11000, 11000, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Guard Captain Zorek - Script - Say Line 3'), -(2373400, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 54, 10000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 1 - Pause WP'), -(2373401, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 54, 15000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 2 - Pause WP'), -(2373401, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 23783, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 2 - Face Injured Defender'), -(2373401, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 2 - Say Line 1'), -(2373401, 9, 3, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 90, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 2 - Set Bytes 1'), -(2373401, 9, 4, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 17, 69, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 2 - Set Emote State 69'), -(2373401, 9, 5, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 17, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 2 - Set Emote State 0'), -(2373401, 9, 6, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 2 - Say Line 2'), -(2373401, 9, 7, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 91, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 2 - Remove Bytes 1'), -(2373402, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 54, 15000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 3 - Pause WP'), -(2373402, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 23783, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 3 - Face Injured Defender'), -(2373402, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 3 - Say Line 3'), -(2373402, 9, 3, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 90, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 3 - Set Bytes 1'), -(2373402, 9, 4, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 17, 69, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 3 - Set Emote State 69'), -(2373402, 9, 5, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 17, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 3 - Set Emote State 0'), -(2373402, 9, 6, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 3 - Say Line 0'), -(2373402, 9, 7, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 91, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 3 - Remove Bytes 1'), -(2373403, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 54, 15000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 4 - Pause WP'), -(2373403, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 23783, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 4 - Face Injured Defender'), -(2373403, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 4 - Say Line 4'), -(2373403, 9, 3, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 90, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 4 - Set Bytes 1'), -(2373403, 9, 4, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 17, 69, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 4 - Set Emote State 69'), -(2373403, 9, 5, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 17, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 4 - Set Emote State 0'), -(2373403, 9, 6, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 4 - Say Line 5'), -(2373403, 9, 7, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 91, 8, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Anchorite Yazmina <First Aid Trainer> - Script 4 - Remove Bytes 1'); - -DELETE FROM `creature_text` WHERE `entry` IN(23734,23728); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`,`BroadcastTextID`) VALUES -(23734, 0, 0, 'That should slow the infection down a little.', 12, 7, 100, 1, 0, 0, 'Anchorite Yazmina',22251), -(23734, 1, 0, 'I can only hope the treatment will work.', 12, 7, 100, 1, 0, 0, 'Anchorite Yazmina',22828), -(23734, 2, 0, 'I just don''t have the medical supplies I need to properly treat all of you.', 12, 7, 100, 1, 0, 5495, 'Anchorite Yazmina',22829), -(23734, 3, 0, 'Oh my, let me change those bandages!', 12, 7, 100, 5, 0, 0, 'Anchorite Yazmina',22250), -(23734, 4, 0, 'Don''t worry, soldier. Yazmina is going to take care of you.', 12, 7, 100, 1, 0, 0, 'Anchorite Yazmina',22830), -(23734, 5, 0, '%s shakes her head.', 16, 7, 100, 274, 0, 0, 'Anchorite Yazmina',22831), -(23728, 0, 0, '%s clears his throat.', 16, 7, 100, 0, 0, 0, 'Guard Captain Zorek',22737), -(23728, 1, 0, 'I look across this base and all I see is fear... Are you gonna be scared when the Lich King''s armies are sittin'' pretty in Stormwind? Ironforge? NO! You''re not. And do you know why? Because you''ll be dead, that''s why.', 12, 7, 100, 1, 0, 0, 'Guard Captain Zorek',22738), -(23728, 2, 0, 'So when you''re feeling that tinglin'' sensation at the base of your spine and you''re ''bout ready to wet your pants, embrace it. Let it enrage you. That fear is the only thing that''s gonna keep you breathin''.', 12, 7, 100, 25, 0, 0, 'Guard Captain Zorek',22739), -(23728, 3, 0, 'Am I clear? Do you understand what I''m sayin''? I don''t wanna have to send any more coffins or letters home.', 12, 7, 100, 6, 0, 0, 'Guard Captain Zorek',22740); diff --git a/sql/updates/world/2014_10_06_05_world.sql b/sql/updates/world/2014_10_06_05_world.sql deleted file mode 100644 index 8f9a4e67b33..00000000000 --- a/sql/updates/world/2014_10_06_05_world.sql +++ /dev/null @@ -1,2 +0,0 @@ --- -UPDATE `smart_scripts` SET `entryorguid`='21661' WHERE `entryorguid`=21611; diff --git a/sql/updates/world/2014_10_06_06_world.sql b/sql/updates/world/2014_10_06_06_world.sql deleted file mode 100644 index fde8bd4550a..00000000000 --- a/sql/updates/world/2014_10_06_06_world.sql +++ /dev/null @@ -1,30 +0,0 @@ -DELETE FROM `gameobject_template` WHERE `entry` IN (184718,184722); -INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `data0`, `data1`, `data2`, `data3`, `size`, `VerifiedBuild`) VALUES -(184718, 6, 327, 'Cauldron Summoner', 0, 0, 0, 36549, 1, -18019), -(184722, 6, 327, 'Cauldron Bug Summoner', 0, 0, 0, 36552, 1, -18019); - -DELETE FROM `gameobject` WHERE `guid` IN(25566,25567) AND `id` IN(184721,184717,184722,184718); - -INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`, `VerifiedBuild`) VALUES -(25566, 184718, 530, 1, 1, -970.813, 2172, 15.5428, -2.33874, 0, 0, 0.920505, -0.390731, 0, 100, 1, 0), -(25567, 184722, 530, 1, 1, -970.813, 2172, 15.5428, -2.33874, 0, 0, 0.920505, -0.390731, 0, 100, 1, 0); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=36546; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(13, 1, 36546, 0, 0, 31, 0, 5, 184715, 0, 0, 0, 0, '', 'Boil Bleeding Hollow Blood - Cursed Cauldron'), -(13, 2, 36546, 0, 0, 31, 0, 5, 184722, 0, 0, 0, 0, '', 'Boil Bleeding Hollow Blood - Cauldron Bug Summoner'); - -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN(21308,21306); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(21308,21306) AND `source_type`=0; - -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(21308, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 11, 36555, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cursed Scarab Summoner - On Spawn - Cast Summon Cursed Scarabs'), -(21306, 0, 0, 1, 11, 0, 100, 0, 0, 0, 0, 0, 89, 20, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cursed Scarab - On Spawn - Set Random Movement'), -(21306, 0, 1, 2, 61, 0, 100, 0, 0, 0, 0, 0, 59, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cursed Scarab - On Spawn - Set Run On'), -(21306, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 11, 36556, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cursed Scarab - On Spawn - Cast Cursed Scarab Periodic'), -(21306, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 11, 36559, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cursed Scarab - On Spawn - Cast Cursed Scarab Despawn Timer'), -(21306, 0, 4, 0, 61, 0, 100, 0, 0, 0, 0, 0, 11, 31309, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cursed Scarab - On Spawn - Cast Spirit Particles (red, big)'), -(21306, 0, 5, 0, 8, 0, 100, 0, 36560, 0, 0, 0, 41, 40000, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cursed Scarab - On Spellhit (Cursed Scarab Despawn Periodic Trigger) - Despawn'), -(21306, 0, 6, 7, 1, 0, 100, 1, 5000, 90000, 0, 0, 2, 14, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cursed Scarab - OOC - Set faction'), -(21306, 0, 7, 8, 61, 0, 100, 1, 0, 0, 0, 0, 8, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Cursed Scarab - OOC - Set Hostile'), -(21306, 0, 8, 0, 61, 0, 100, 1, 0, 0, 0, 0, 49, 0, 0, 0, 0, 0, 0, 21, 100, 0, 0, 0, 0, 0, 0, 'Cursed Scarab - OOC - Attack Sumoner'); diff --git a/sql/updates/world/2014_10_07_00_world.sql b/sql/updates/world/2014_10_07_00_world.sql deleted file mode 100644 index 85962032e03..00000000000 --- a/sql/updates/world/2014_10_07_00_world.sql +++ /dev/null @@ -1,21 +0,0 @@ --- npc_text -UPDATE `npc_text` SET `BroadcastTextID0`=5195 WHERE `ID`=2838; -UPDATE `npc_text` SET `BroadcastTextID0`=11738 WHERE `ID`=8296; -UPDATE `npc_text` SET `BroadcastTextID0`=11790 WHERE `ID`=8282; -UPDATE `npc_text` SET `BroadcastTextID0`=11797 WHERE `ID`=8298; -UPDATE `npc_text` SET `BroadcastTextID0`=20625 WHERE `ID`=10787; -UPDATE `npc_text` SET `BroadcastTextID0`=37804 WHERE `ID`=15240; -UPDATE `npc_text` SET `BroadcastTextID0`=11736 WHERE `ID`=8244; -UPDATE `npc_text` SET `BroadcastTextID0`=11799 WHERE `ID`=8291; -UPDATE `npc_text` SET `BroadcastTextID0`=12770 WHERE `ID`=8663; -UPDATE `npc_text` SET `BroadcastTextID0`=14410 WHERE `ID`=9072; -UPDATE `npc_text` SET `BroadcastTextID0`=14546 WHERE `ID`=9110; -UPDATE `npc_text` SET `BroadcastTextID0`=17748 WHERE `ID`=9984; -UPDATE `npc_text` SET `BroadcastTextID0`=21971 WHERE `ID`=11093; -UPDATE `npc_text` SET `BroadcastTextID0`=27167 WHERE `ID`=12978; -UPDATE `npc_text` SET `BroadcastTextID0`=32577 WHERE `ID`=14089; -UPDATE `npc_text` SET `BroadcastTextID0`=37148 WHERE `ID`=15155; -UPDATE `npc_text` SET `BroadcastTextID0`=38655 WHERE `ID`=15412; -UPDATE `npc_text` SET `BroadcastTextID0`=40449 WHERE `ID`=15866; -UPDATE `npc_text` SET `BroadcastTextID0`=40471 WHERE `ID`=15873; -UPDATE `npc_text` SET `BroadcastTextID0`=40482 WHERE `ID`=15877; diff --git a/sql/updates/world/2014_10_07_01_world.sql b/sql/updates/world/2014_10_07_01_world.sql deleted file mode 100644 index 6d9940f7666..00000000000 --- a/sql/updates/world/2014_10_07_01_world.sql +++ /dev/null @@ -1,61 +0,0 @@ --- Fix Quest 11501 "News From the East" - -SET @WALT := 24807; -SET @CONSTRUCT := 24852; - -UPDATE `creature_template` SET `npcflag`=`npcflag`|1 WHERE `entry`=@WALT; -UPDATE `creature_template` SET `speed_run`=4.285714, `VehicleId`=87, `InhabitType`=4 WHERE `entry`=@CONSTRUCT; - -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry` IN (@WALT,@CONSTRUCT); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN (@WALT,@CONSTRUCT) AND `source_type`=0; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@CONSTRUCT*100 AND `source_type`=9; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@WALT,0,0,1,62,0,100,0,9022,0,0,0,11,49975,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Walt <Explorers'' League> - On gossip option select - Spellcast Iron Rune Construct Taxi'), -(@WALT,0,1,0,61,0,100,0,0,0,0,0,72,0,0,0,0,0,0,7,0,0,0,0,0,0,0, 'Walt <Explorers'' League> - On gossip option select - Close gossip'), -(@CONSTRUCT,0,0,0,54,0,100,0,0,0,0,0,80,@CONSTRUCT*100,2,0,0,0,0,1,0,0,0,0,0,0,0, 'Iron Rune Construct - Just summoned - Run script'), -(@CONSTRUCT,0,1,2,40,0,100,1,18,@CONSTRUCT,0,0,1,1,2000,0,0,0,0,1,0,0,0,0,0,0,0, 'Iron Rune Construct - On WP 18 reached - Say line'), -(@CONSTRUCT,0,2,0,61,0,100,0,0,0,0,0,28,44687,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Iron Rune Construct - On WP 18 reached - Remove aura Rocket Jump'), -(@CONSTRUCT,0,3,0,52,0,100,0,1,@CONSTRUCT,0,0,11,44688,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Iron Rune Construct - On text over - Spellcast System Failure'), - -(@CONSTRUCT*100,9,0,0,0,0,100,0,4000,4000,0,0,1,0,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Iron Rune Construct script - Say line'), -(@CONSTRUCT*100,9,1,0,0,0,100,0,0,0,0,0,11,44687,0,0,0,0,0,1,0,0,0,0,0,0,0, 'Iron Rune Construct script - Spellcast Rocket Jump'), -(@CONSTRUCT*100,9,2,0,0,0,100,0,2000,2000,0,0,53,1,@CONSTRUCT,0,0,0,0,1,0,0,0,0,0,0,0, 'Iron Rune Construct script - Start WP movement'); - -DELETE FROM `gossip_menu_option` WHERE `menu_id`=9022 AND `id`=0; -INSERT INTO `gossip_menu_option` (`menu_id`,`id`,`option_icon`,`option_text`,`OptionBroadcastTextID`,`option_id`,`npc_option_npcflag`,`action_menu_id`,`action_poi_id`,`box_coded`,`box_money`,`box_text`) VALUES -(9022,0,0,'I''m ready to go, Walt.',23929,1,1,0,0,0,0,''); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=9022; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES -(15,9022,0,0,28,11501,0,0,0,'','Walt <Explorers'' League> - Show gossip option only if player has completed but not rewarded quest News From the East'); - -DELETE FROM `creature_text` WHERE `entry`=@CONSTRUCT; -INSERT INTO `creature_text` (`entry`,`groupid`,`id`,`text`,`type`,`language`,`probability`,`emote`,`duration`,`sound`,`comment`,`BroadcastTextID`) VALUES -(@CONSTRUCT,0,0,'Launching.',12,0,100,0,0,0,'Iron Rune Construct',23860), -(@CONSTRUCT,1,0,'System failure in 3... 2...',12,0,100,0,0,0,'Iron Rune Construct',23930); - -DELETE FROM `waypoints` WHERE `entry`=@CONSTRUCT; -INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES -(@CONSTRUCT,1,479.0616,-5941.539,316.96,'Iron Rune Construct'), -(@CONSTRUCT,2,479.2529,-5941.489,365.9878,'Iron Rune Construct'), -(@CONSTRUCT,3,517.0134,-5825.359,365.9878,'Iron Rune Construct'), -(@CONSTRUCT,4,527.9034,-5659.926,365.9878,'Iron Rune Construct'), -(@CONSTRUCT,5,715.0627,-5351.074,365.9878,'Iron Rune Construct'), -(@CONSTRUCT,6,768.4551,-5018.862,365.9878,'Iron Rune Construct'), -(@CONSTRUCT,7,840.6277,-4827.729,365.9878,'Iron Rune Construct'), -(@CONSTRUCT,8,864.8306,-4741.804,365.9878,'Iron Rune Construct'), -(@CONSTRUCT,9,966.0306,-4488.406,365.9878,'Iron Rune Construct'), -(@CONSTRUCT,10,1030.845,-4374.208,346.4599,'Iron Rune Construct'), -(@CONSTRUCT,11,1063.375,-4205.252,346.4599,'Iron Rune Construct'), -(@CONSTRUCT,12,1066.279,-4072.605,289.821,'Iron Rune Construct'), -(@CONSTRUCT,13,1066.46,-3833.815,282.9599,'Iron Rune Construct'), -(@CONSTRUCT,14,1236.65,-3685.513,282.9599,'Iron Rune Construct'), -(@CONSTRUCT,15,1357.56,-3430.121,217.8767,'Iron Rune Construct'), -(@CONSTRUCT,16,1382.808,-3290.728,217.8767,'Iron Rune Construct'), -(@CONSTRUCT,17,1388.928,-3261.844,203.7378,'Iron Rune Construct'), -(@CONSTRUCT,18,1390.475,-3262.215,161.9602,'Iron Rune Construct'); - -DELETE FROM `spell_scripts` WHERE `id`=44688 AND `command`=14; -INSERT INTO `spell_scripts` (`id`,`effIndex`,`delay`,`command`,`datalong`,`datalong2`,`dataint`,`x`,`y`,`z`,`o`) VALUES -(44688,0,0,14,46598,0,0,0,0,0,0), -(44688,0,0,15,44741,1,0,0,0,0,0); diff --git a/sql/updates/world/2014_10_08_00_world.sql b/sql/updates/world/2014_10_08_00_world.sql deleted file mode 100644 index baacc085323..00000000000 --- a/sql/updates/world/2014_10_08_00_world.sql +++ /dev/null @@ -1,44 +0,0 @@ --- -SET @Hira :=31238; - -UPDATE creature_template SET ScriptName='', `AIName`='SmartAI', InhabitType=4 WHERE entry=@Hira; -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=10723; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`, `ErrorTextId`,`ScriptName`,`Comment`) VALUES -(15,10723,1,0,27,80,3,0,0,'','Show gossip menu if player''s level 80 or higher'), -(15,10723,1,0,25,54197,0,0,0,'','Show gossip menu if player has lerned 54197'); - -DELETE FROM `smart_scripts` WHERE `entryorguid` = @Hira AND `source_type` = 0; -DELETE FROM `smart_scripts` WHERE `entryorguid` = @Hira*100 AND `source_type` = 9; -DELETE FROM `smart_scripts` WHERE `entryorguid` = @Hira*100+1 AND `source_type` = 9; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@Hira, 0, 0, 0, 1, 0, 100, 0, 600000, 600000, 600000, 600000, 80, @Hira*100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Hira - OOC - actionlist'), -(@Hira*100, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Hira - actionlist - talk (emote)'), -(@Hira*100, 9, 1, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Hira - actionlist - talk'), -(@Hira*100, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 18, 33554432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Hira - actionlist - set UNIT_FLAG_NOT_SELECTABLE'), -(@Hira*100, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 53, 1, @Hira, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Hira - actionlist - start wp'), -(@Hira,0 ,1 ,0 ,40 ,0 ,100 ,0, 11, 0, 0, 0 ,80, @Hira*100+1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ruul the Darkener - way point reached - Re action list'), -(@Hira*100+1, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 5815.272, 473.4902, 658.7961, 4.660029, 'Hira - actionlist - SET Orientation'), -(@Hira*100+1, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 19, 33554432, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Hira - actionlist - remove UNIT_FLAG_NOT_SELECTABLE'); - -DELETE FROM `waypoints` WHERE `entry`=@Hira; -INSERT INTO `waypoints` (`entry`,`pointid`,`position_x`,`position_y`,`position_z`,`point_comment`) VALUES -(@Hira,1,5806.834, 475.4562, 661.3664, 'Hira Snowdawn WP'), -(@Hira,2,5792.614, 466.3004, 662.0329, 'Hira Snowdawn WP'), -(@Hira,3,5786.764, 450.582, 662.5331, 'Hira Snowdawn WP'), -(@Hira,4,5791.111, 434.2068, 665.3663, 'Hira Snowdawn WP'), -(@Hira,5,5804.108, 423.6482, 665.6719, 'Hira Snowdawn WP'), -(@Hira,6,5821.129, 422.7363, 665.1718, 'Hira Snowdawn WP'), -(@Hira,7,5835.191, 431.9838, 663.9774, 'Hira Snowdawn WP'), -(@Hira,8,5841.177, 447.7776, 662.783, 'Hira Snowdawn WP'), -(@Hira,9,5836.82, 464.0104, 661.894, 'Hira Snowdawn WP'), -(@Hira,10,5823.853, 474.5901, 661.3664, 'Hira Snowdawn WP'), -(@Hira,11,5815.272, 473.4902, 658.7961, 'Hira Snowdawn WP'); - -DELETE FROM `creature_text` WHERE `entry` IN (@Hira); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`, `BroadcastTextID`) VALUES -(@Hira, 0, 0, 'Come, Cloudwing. Let''s do a lap.', 12, 0, 100, 0, 0, 0, 'Hira Snowdawn', 32247), -(@Hira, 0, 1, 'Feeling as restless as I am, Cloudwing? Then let us fly!', 12, 0, 100, 0, 0, 0, 'Hira Snowdawn', 32252), -(@Hira, 0, 2, 'I''m bored, Cloudwing. Go, go!', 12, 0, 100, 0, 0, 0, 'Hira Snowdawn', 32251), -(@Hira, 1, 0, '%s sighs softly and rolls her shoulders.', 16, 0, 100, 0, 0, 0, 'Hira Snowdawn', 32249), -(@Hira, 1, 1, '%s looks around Krasus'' Landing, bored.', 16, 0, 100, 0, 0, 0, 'Hira Snowdawn', 32244), -(@Hira, 1, 2, '%s yawns quietly into the palm of her hand.', 16, 0, 100, 0, 0, 0, 'Hira Snowdawn', 32245); diff --git a/sql/updates/world/2014_10_08_01_world.sql b/sql/updates/world/2014_10_08_01_world.sql deleted file mode 100644 index f7fb328965b..00000000000 --- a/sql/updates/world/2014_10_08_01_world.sql +++ /dev/null @@ -1,10 +0,0 @@ --- -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=3977 AND `groupid`=1; -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=11380 AND `groupid`=0; -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=23863 AND `groupid`=2; -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=23863 AND `groupid`=3; -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=23863 AND `groupid`=4; -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=23863 AND `groupid`=5; -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=23863 AND `groupid`=6; -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=23863 AND `groupid`=8; -UPDATE `creature_text` SET `BroadcastTextId`=0 WHERE `entry`=23863 AND `groupid`=9; diff --git a/sql/updates/world/2014_10_08_02_world.sql b/sql/updates/world/2014_10_08_02_world.sql deleted file mode 100644 index b53cf736b62..00000000000 --- a/sql/updates/world/2014_10_08_02_world.sql +++ /dev/null @@ -1,8 +0,0 @@ -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=17 AND `SourceEntry`=48046; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(17, 0, 48046, 0, 0, 31, 1, 3, 26408, 0, 0, 0, 0, '', "Use Camera targets Iron Rune-Smith"), -(17, 0, 48046, 0, 0, 36, 1, 0, 0, 0, 1, 0, 0, '', "Target must be dead"), -(17, 0, 48046, 0, 1, 31, 1, 3, 26414, 0, 0, 0, 0, '', "Use Camera targets Runic Lightning Gunner"), -(17, 0, 48046, 0, 1, 36, 1, 0, 0, 0, 1, 0, 0, '', "Target must be dead"), -(17, 0, 48046, 0, 2, 31, 1, 3, 27177, 0, 0, 0, 0, '', "Use Camera targets Iron Rune Overseer"), -(17, 0, 48046, 0, 2, 36, 1, 0, 0, 0, 1, 0, 0, '', "Target must be dead"); diff --git a/sql/updates/world/2014_10_09_00_world.sql b/sql/updates/world/2014_10_09_00_world.sql deleted file mode 100644 index 00d70229bea..00000000000 --- a/sql/updates/world/2014_10_09_00_world.sql +++ /dev/null @@ -1,5 +0,0 @@ --- -DELETE FROM `spell_target_position` WHERE `id` IN (28444,72613); -INSERT INTO `spell_target_position` (`id`, `effIndex`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`, `VerifiedBuild`) VALUES -(72613, 0, 533, 3005.509277, -3434.641113, 304.195, 5.81041, 0), -(28444, 0, 533, 3005.509277, -3434.641113, 304.195, 5.81041, 0); diff --git a/sql/updates/world/2014_10_09_01_world.sql b/sql/updates/world/2014_10_09_01_world.sql deleted file mode 100644 index 5ffe056a8c9..00000000000 --- a/sql/updates/world/2014_10_09_01_world.sql +++ /dev/null @@ -1,7 +0,0 @@ --- -DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=47435; -INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES -(47435, -47447, 0, 'remove debuff'); -DELETE FROM `conditions` WHERE `sourcetypeorreferenceid`=17 AND `sourceentry`=47435; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(17,0,47435,0,0,1,0,47447,1,0,0,0,0,'','Cast ''Scrape Corrosive Spit'' only if player has ''Corrosive Spit'''); diff --git a/sql/updates/world/2014_10_09_02_world.sql b/sql/updates/world/2014_10_09_02_world.sql deleted file mode 100644 index 32b79006de6..00000000000 --- a/sql/updates/world/2014_10_09_02_world.sql +++ /dev/null @@ -1,215 +0,0 @@ -SET @Guid := 74522; -SET @Entry := 19610; - -DELETE FROM `creature_text` WHERE `entry` in(19610,19217); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`,`BroadcastTextID`) VALUES -(19610, 0, 0, 'A skunk! Eeeeeeeeeeeeeeeeeew! Don''t touch me!', 12, 0, 100, 0, 0, 0, 'Irradiated Worker',17857), -(19610, 1, 0, 'Get it away from me!', 12, 0, 100, 0, 0, 0, 'Irradiated Worker',17858), -(19610, 2, 0, 'Show us a trick, Ravandwyr!', 12, 0, 100, 0, 0, 0, 'Irradiated Worker',17852), -(19610, 3, 0, 'Let me outta here! Guys... guys?', 12, 0, 100, 0, 0, 0, 'Irradiated Worker',17874), -(19610, 4, 0, 'Oh man, he got you good!', 12, 0, 100, 0, 0, 0, 'Irradiated Worker',17875), -(19610, 5, 0, 'Remember how you''re always telling us to chill?', 12, 0, 100, 11, 0, 0, 'Irradiated Worker',17876), -(19610, 6, 0, 'That was the best trick ever! Ok, boys, let''s go get a drink.', 12, 0, 100, 4, 0, 0, 'Irradiated Worker',17853), -(19610, 7, 0, 'My eyebrows! You singed my eyebrows!', 12, 0, 100, 22, 0, 0, 'Irradiated Worker',20285), -(19610, 8, 0, 'Don''t worry. It''s an improvement!', 12, 0, 100, 11, 0, 0, 'Irradiated Worker',20286), -(19217, 0, 0, 'Oh, another show already? Very well then...', 12, 0, 100, 1, 0, 0, 'Ravandwyr',17848), -(19217, 1, 0, '%s sighs audibly and glances at Sagan.', 16, 0, 100, 0, 0, 0, 'Ravandwyr',17849), -(19217, 2, 0, 'I shall transform my familiar, Sagan, into something truly wondrous!', 12, 0, 100, 25, 0, 0, 'Ravandwyr',17855), -(19217, 3, 0, 'And, for my next trick...', 12, 0, 100, 1, 0, 0, 'Ravandwyr',17850), -(19217, 4, 0, 'A simple practical joke.', 12, 0, 100, 25, 0, 0, 'Ravandwyr',17877), -(19217, 5, 0, 'Thank you for watching, everyone! If you''d be so kind as to bring your non-irradiated currency to tomorrow''s performance, I''d appreciate it.', 12, 0, 100, 2, 0, 0, 'Ravandwyr',17856), -(19217, 6, 0, 'I shall breathe fire!', 12, 0, 100, 25, 0, 0, 'Ravandwyr',17854); - -UPDATE `creature_template` SET `ainame`='SmartAI', `scriptname`='' WHERE `entry` IN(19610,19217,19482); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(19610,19217,-@Guid-0,-@Guid-1,-@Guid-2,19482) AND `source_type`=0; -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(1921700,1921701,1921702) AND `source_type`=9; - -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(1921700, 9, 0, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Say Line 0'), -(1921700, 9, 1, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Say Line 1'), -(1921700, 9, 2, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Say Line 3'), -(1921700, 9, 3, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Say Line 4'), -(1921700, 9, 4, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 11, 34326, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Cast Frost Nova'), -(1921700, 9, 5, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 45, 3, 3, 0, 0, 0, 0, 10, @Guid+1, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Set Data Irradiated Worker'), -(1921700, 9, 6, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 1, 3, 0, 0, 0, 0, 0, 10, @Guid+1, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Say Line 3 on Irradiated Worker'), -(1921700, 9, 7, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 5, 11, 0, 0, 0, 0, 0, 9, 19610, 0, 20, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Play Emote OneShotLaugh'), -(1921700, 9, 8, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 1, 4, 0, 0, 0, 0, 0, 10, @Guid+2, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Say Line 4 on Irradiated Worker'), -(1921700, 9, 9, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 5, 11, 0, 0, 0, 0, 0, 9, 19610, 0, 20, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Play Emote OneShotLaugh'), -(1921700, 9, 10, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 1, 5, 0, 0, 0, 0, 0, 10, @Guid+0, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Say Line 5 on Irradiated Worker'), -(1921700, 9, 11, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Say Line 5'), -(1921700, 9, 12, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 5, 4, 0, 0, 0, 0, 0, 9, 19610, 0, 20, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Play Emote OneShotCheer'), -(1921700, 9, 13, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 1, 6, 0, 0, 0, 0, 0, 10, @Guid+2, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Say Line 6'), -(1921700, 9, 14, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 45, 2, 2, 0, 0, 0, 0, 9, 19610, 0, 100, 0, 0, 0, 0, 'Ravandwyr - Script 1 - Set Data on Irradiated Worker'), -(1921701, 9, 0, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 2 - Say Line 0'), -(1921701, 9, 1, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 2 - Say Line 1'), -(1921701, 9, 2, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 2 - Say Line 3'), -(1921701, 9, 3, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 2 - Say Line 2'), -(1921701, 9, 4, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 11, 34656, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 2 - Cast Arcane Explosion (Cosmetic)'), -(1921701, 9, 5, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 19482, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 2 - Set Data Sagan'), -(1921701, 9, 6, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 10, @Guid+2, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - Script 2 - Say Line 0 on Irradiated Worker'), -(1921701, 9, 7, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 10, @Guid+1, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - Script 2 - Say Line 1 on Irradiated Worker'), -(1921701, 9, 8, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 45, 2, 2, 0, 0, 0, 0, 19, 19482, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 2 - Set Data Sagan'), -(1921701, 9, 9, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 2 - Say Line 5'), -(1921701, 9, 10, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 5, 4, 0, 0, 0, 0, 0, 9, 19610, 0, 20, 0, 0, 0, 0, 'Ravandwyr - Script 2 - Play Emote OneShotCheer'), -(1921701, 9, 11, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 1, 6, 0, 0, 0, 0, 0, 10, @Guid+2, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - Script 2 - Say Line 6'), -(1921701, 9, 12, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 45, 2, 2, 0, 0, 0, 0, 9, 19610, 0, 100, 0, 0, 0, 0, 'Ravandwyr - Script 2 - Set Data on Irradiated Worker'), -(1921702, 9, 0, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 3 - Say Line 0'), -(1921702, 9, 1, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 3 - Say Line 1'), -(1921702, 9, 2, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 3 - Say Line 3'), -(1921702, 9, 3, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 1, 6, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 3 - Say Line 6'), -(1921702, 9, 4, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 11, 29389, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 3 - Cast Firebreathing'), -(1921702, 9, 5, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 1, 7, 0, 0, 0, 0, 0, 10, @Guid+1, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - Script 3 - Say Line 7 on Irradiated Worker'), -(1921702, 9, 6, 0, 0, 0, 100, 0, 5000, 5000, 0, 0, 1, 8, 0, 0, 0, 0, 0, 10, @Guid+2, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - Script 3 - Say Line 8 on Irradiated Worker'), -(1921702, 9, 7, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 1, 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - Script 3 - Say Line 5'), -(1921702, 9, 8, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 5, 4, 0, 0, 0, 0, 0, 9, 19610, 0, 20, 0, 0, 0, 0, 'Ravandwyr - Script 3 - Play Emote OneShotCheer'), -(1921702, 9, 9, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 1, 6, 0, 0, 0, 0, 0, 10, @Guid+2, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - Script 3 - Say Line 6'), -(1921702, 9, 10, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 45, 2, 2, 0, 0, 0, 0, 9, 19610, 0, 100, 0, 0, 0, 0, 'Ravandwyr - Script 3 - Set Data on Irradiated Worker'), -(19217, 0, 0, 0, 38, 0, 100, 0, 1, 1, 0, 0, 87, 1921700, 1921701, 1921702, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - On Data Set - Run Script'), -(19217, 0, 1, 2, 1, 0, 100, 0, 420000, 600000, 420000, 600000, 45, 1, 1, 0, 0, 0, 0, 10, @Guid+0, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - OOC - Set Data'), -(19217, 0, 2, 3, 61, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, @Guid+1, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - OOC - Set Data'), -(19217, 0, 3, 0, 61, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, @Guid+2, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - OOC - Set Data'), -(19217, 0, 4, 5, 38, 0, 100, 0, 2, 2, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, @Guid+0, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - On Data Set - Set Data'), -(19217, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, @Guid+1, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - On Data Set - Set Data'), -(19217, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 10, @Guid+2, 19610, 0, 0, 0, 0, 0, 'Ravandwyr - On Data Set - Set Data'), -(19217, 0, 7, 8, 62, 0, 100, 0, 7981, 0, 0, 0, 85, 35378, 2, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - On Gossip Option 0 Selected - Invoker Cast Summon Archmages Staff'), -(19217, 0, 8, 0, 61, 0, 100, 0, 0, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Ravandwyr - On Gossip Option 0 Selected - Close Gossip'), -(19482, 0, 0, 1, 38, 0, 100, 0, 1, 1, 0, 0, 11, 34718, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Sagan <Ravandwyrs Familiar> - On Data Set - Cast Transform Sagan (Skunk)'), -(19482, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 53, 0, 19482, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Sagan <Ravandwyrs Familiar> - On Data Set - Start WP'), -(19482, 0, 2, 0, 38, 0, 100, 0, 2, 2, 0, 0, 28, 34718, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Sagan <Ravandwyrs Familiar> - On Data Set - Remove Aura Transform Sagan (Skunk)'), -(-@Guid-0, 0, 0, 7, 38, 0, 100, 1, 1, 1, 0, 0, 53, 0, (@Entry*100)+0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Data Set Start WP'), -(-@Guid-1, 0, 0, 7, 38, 0, 100, 1, 1, 1, 0, 0, 53, 0, (@Entry*100)+1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Data Set Start WP'), -(-@Guid-2, 0, 0, 7, 38, 0, 100, 1, 1, 1, 0, 0, 53, 0, (@Entry*100)+2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Data Set Start WP'), -(-@Guid-0, 0, 1, 0, 38, 0, 100, 1, 2, 2, 0, 0, 53, 0, (@Entry*100)+3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Data Set Start WP'), -(-@Guid-1, 0, 1, 0, 38, 0, 100, 1, 2, 2, 0, 0, 53, 0, (@Entry*100)+3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Data Set Start WP'), -(-@Guid-2, 0, 1, 0, 38, 0, 100, 1, 2, 2, 0, 0, 53, 0, (@Entry*100)+3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Data Set Start WP'), -(-@Guid-0, 0, 2, 3, 40, 0, 100, 1, 15, (@Entry*100)+0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Reached WP15 - Say Line'), -(-@Guid-0, 0, 3, 8, 61, 0, 100, 1, 0, 0, 0, 0, 45, 1, 1, 0, 0, 0, 0, 19, 19217, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Reached WP15 - Set Data Ravandwyr'), -(-@Guid-1, 0, 2, 0, 38, 0, 100, 1, 3, 3, 0, 0, 11, 34973, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Data Set - Cast Ravandwyrs Ice Block'), -(-@Guid-0, 0, 4, 0, 40, 0, 100, 1, 39, (@Entry*100)+3, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Reached WP52 - Despawn'), -(-@Guid-1, 0, 4, 0, 40, 0, 100, 1, 39, (@Entry*100)+3, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Reached WP52 - Despawn'), -(-@Guid-2, 0, 4, 0, 40, 0, 100, 1, 39, (@Entry*100)+3, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Reached WP52 - Despawn'), -(-@Guid-0, 0, 5, 6, 11, 0, 100, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Spawn - Set Invisible'), -(-@Guid-1, 0, 5, 6, 11, 0, 100, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Spawn - Set Invisible'), -(-@Guid-2, 0, 5, 6, 11, 0, 100, 0, 0, 0, 0, 0, 47, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Spawn - Set Invisible'), -(-@Guid-0, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Spawn - Set Emote State None'), -(-@Guid-1, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Spawn - Set Emote State None'), -(-@Guid-2, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Spawn - Set Emote State None'), -(-@Guid-0, 0, 7, 0, 61, 0, 100, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Data Set - Set Visible'), -(-@Guid-1, 0, 7, 0, 61, 0, 100, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Data Set - Set Visible'), -(-@Guid-2, 0, 7, 0, 61, 0, 100, 0, 0, 0, 0, 0, 47, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Data Set - Set Visible'), -(-@Guid-0, 0, 8, 0, 61, 0, 100, 0, 0, 0, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 19217, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - Reached WP - Set Orientation'), -(-@Guid-1, 0, 8, 0, 40, 0, 100, 0, 15, (@Entry*100)+1, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 19217, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Reached WP - Set Orientation'), -(-@Guid-2, 0, 8, 0, 40, 0, 100, 0, 4, (@Entry*100)+2, 0, 0, 66, 0, 0, 0, 0, 0, 0, 19, 19217, 0, 0, 0, 0, 0, 0, 'Irradiated Worker - On Reached WP - Set Orientation'); - -DELETE FROM `creature` WHERE `guid` In(@Guid,@Guid+1,@Guid+2); -INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `equipment_id`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `currentwaypoint`, `curhealth`, `curmana`, `MovementType`, `npcflag`, `unit_flags`, `dynamicflags`, `VerifiedBuild`) VALUES --- GUID: Full: 0xF1304C9A00055BAB Type: Unit Entry: 19610 Low: 351147 -(@Guid+0, 19610, 530, 1, 1, 0, 1, 2987.086, 3693.867, 142.8286, 1.888375, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0), --- GUID: Full: 0xF1304C9A00055BAA Type: Unit Entry: 19610 Low: 351146 -(@Guid+1, 19610, 530, 1, 1, 0, 1, 2985.687, 3696.518, 142.7822, 1.968468, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0), --- GUID: Full: 0xF1304C9A00055BA9 Type: Unit Entry: 19610 Low: 351145 -(@Guid+2, 19610, 530, 1, 1, 0, 1, 2984.306, 3699.182, 142.6974, 2.028504, 300, 0, 0, 0, 0, 0, 0, 0, 0, 0); - -DELETE FROM `waypoints` WHERE `entry` BETWEEN (@Entry*100)+0 AND (@Entry*100)+3; -DELETE FROM `waypoints` WHERE `entry` =19482; - -INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES --- Entry: Full: 0xF1304C9A00055BAB Type: Unit Entry: 19610 Low: 351147 -((@Entry*100)+0, 1, 2984.458, 3699.44, 142.6468, 'Irradiated Worker'), -((@Entry*100)+0, 2, 2982.822, 3701.982, 142.6412, 'Irradiated Worker'), -((@Entry*100)+0, 3, 2980.689, 3704.22, 142.5162, 'Irradiated Worker'), -((@Entry*100)+0, 4, 2979.411, 3706.947, 142.5162, 'Irradiated Worker'), -((@Entry*100)+0, 5, 2972.232, 3710.486, 142.5704, 'Irradiated Worker'), -((@Entry*100)+0, 6, 2975.728, 3712.639, 142.3912, 'Irradiated Worker'), -((@Entry*100)+0, 7, 2978.256, 3714.196, 142.3912, 'Irradiated Worker'), -((@Entry*100)+0, 8, 2980.499, 3716.544, 142.3912, 'Irradiated Worker'), -((@Entry*100)+0, 9, 2983.385, 3717.424, 142.46, 'Irradiated Worker'), -((@Entry*100)+0, 10, 2988.857, 3715.101, 143.0921, 'Irradiated Worker'), -((@Entry*100)+0, 11, 2990.199, 3717.815, 143.0774, 'Irradiated Worker'), -((@Entry*100)+0, 12, 2991.541, 3720.528, 143.1886, 'Irradiated Worker'), -((@Entry*100)+0, 13, 2992.891, 3723.256, 143.4944, 'Irradiated Worker'), -((@Entry*100)+0, 14, 2993.456, 3724.4, 143.6318, 'Irradiated Worker'), -((@Entry*100)+0, 15, 2997.077, 3726.937, 143.8528, 'Irradiated Worker'), --- Entry: Full: 0xF1304C9A00055BAA Type: Unit Entry: 19610 Low: 351146 -((@Entry*100)+1, 1, 2982.834, 3701.963, 142.6412, 'Irradiated Worker'), -((@Entry*100)+1, 2, 2981.199, 3704.505, 142.5162, 'Irradiated Worker'), -((@Entry*100)+1, 3, 2979.416, 3706.937, 142.5162, 'Irradiated Worker'), -((@Entry*100)+1, 4, 2978.139, 3709.664, 142.3633, 'Irradiated Worker'), -((@Entry*100)+1, 5, 2974.786, 3712.059, 142.2566, 'Irradiated Worker'), -((@Entry*100)+1, 6, 2978.282, 3714.212, 142.3912, 'Irradiated Worker'), -((@Entry*100)+1, 7, 2980.81, 3715.77, 142.3912, 'Irradiated Worker'), -((@Entry*100)+1, 8, 2983.369, 3717.418, 142.4579, 'Irradiated Worker'), -((@Entry*100)+1, 9, 2986.255, 3718.298, 142.6792, 'Irradiated Worker'), -((@Entry*100)+1, 10, 2990.187, 3717.79, 143.0789, 'Irradiated Worker'), -((@Entry*100)+1, 11, 2991.529, 3720.504, 143.1872, 'Irradiated Worker'), -((@Entry*100)+1, 12, 2992.871, 3723.217, 143.4897, 'Irradiated Worker'), -((@Entry*100)+1, 13, 2994.22, 3725.945, 143.6921, 'Irradiated Worker'), -((@Entry*100)+1, 14, 2994.786, 3727.09, 143.8295, 'Irradiated Worker'), -((@Entry*100)+1, 15, 2993.273, 3728.817, 144.0368, 'Irradiated Worker'), --- Entry: Full: 0xF1304C9A00055BA9 Type: Unit Entry: 19610 Low: 351145 -((@Entry*100)+2, 1, 2976.518, 3713.125, 142.3912, 'Irradiated Worker'), -((@Entry*100)+2, 2, 2976.683, 3713.479, 142.6767, 'Irradiated Worker'), -((@Entry*100)+2, 3, 2991.181, 3719.8, 143.1453, 'Irradiated Worker'), -((@Entry*100)+2, 4, 2996.115, 3729.779, 143.9875, 'Irradiated Worker'), --- End WP -((@Entry*100)+3, 1, 2995.449, 3728.861, 144.042, 'Irradiated Worker'), -((@Entry*100)+3, 2, 2993.671, 3726.411, 143.748, 'Irradiated Worker'), -((@Entry*100)+3, 3, 2992.502, 3723.404, 143.5121, 'Irradiated Worker'), -((@Entry*100)+3, 4, 2990.972, 3722.039, 143.2026, 'Irradiated Worker'), -((@Entry*100)+3, 5, 2987.993, 3719.381, 142.7629, 'Irradiated Worker'), -((@Entry*100)+3, 6, 2983.944, 3718.579, 142.5269, 'Irradiated Worker'), -((@Entry*100)+3, 7, 2982.988, 3715.74, 142.4609, 'Irradiated Worker'), -((@Entry*100)+3, 8, 2980.014, 3713.131, 142.628, 'Irradiated Worker'), -((@Entry*100)+3, 9, 2980.164, 3711.079, 142.6879, 'Irradiated Worker'), -((@Entry*100)+3, 10, 2980.455, 3707.102, 142.523, 'Irradiated Worker'), -((@Entry*100)+3, 11, 2980.064, 3704.01, 142.2676, 'Irradiated Worker'), -((@Entry*100)+3, 12, 2980.808, 3701.123, 142.6412, 'Irradiated Worker'), -((@Entry*100)+3, 13, 2983.227, 3692.621, 143.0479, 'Irradiated Worker'), -((@Entry*100)+3, 14, 2986.019, 3691.538, 142.9493, 'Irradiated Worker'), -((@Entry*100)+3, 15, 2988.529, 3688.696, 142.8852, 'Irradiated Worker'), -((@Entry*100)+3, 16, 2994.542, 3689.015, 143.4549, 'Irradiated Worker'), -((@Entry*100)+3, 17, 2997.563, 3689.176, 143.6308, 'Irradiated Worker'), -((@Entry*100)+3, 18, 3000.586, 3689.337, 143.6308, 'Irradiated Worker'), -((@Entry*100)+3, 19, 3003.604, 3689.804, 143.6307, 'Irradiated Worker'), -((@Entry*100)+3, 20, 3006.637, 3689.782, 143.6307, 'Irradiated Worker'), -((@Entry*100)+3, 21, 3009.671, 3689.76, 143.6307, 'Irradiated Worker'), -((@Entry*100)+3, 22, 3012.702, 3689.738, 143.6307, 'Irradiated Worker'), -((@Entry*100)+3, 23, 3015.754, 3690.37, 143.6307, 'Irradiated Worker'), -((@Entry*100)+3, 24, 3018.766, 3690.016, 143.6306, 'Irradiated Worker'), -((@Entry*100)+3, 25, 3021.777, 3689.662, 143.6306, 'Irradiated Worker'), -((@Entry*100)+3, 26, 3024.792, 3689.307, 143.6306, 'Irradiated Worker'), -((@Entry*100)+3, 27, 3027.821, 3689.124, 143.6306, 'Irradiated Worker'), -((@Entry*100)+3, 28, 3030.809, 3688.724, 143.2758, 'Irradiated Worker'), -((@Entry*100)+3, 29, 3033.767, 3688.14, 143.0482, 'Irradiated Worker'), -((@Entry*100)+3, 30, 3036.724, 3687.555, 142.9637, 'Irradiated Worker'), -((@Entry*100)+3, 31, 3039.848, 3684.927, 142.7658, 'Irradiated Worker'), -((@Entry*100)+3, 32, 3042.658, 3686.022, 142.7131, 'Irradiated Worker'), -((@Entry*100)+3, 33, 3045.463, 3687.116, 142.6446, 'Irradiated Worker'), -((@Entry*100)+3, 34, 3048.52, 3687.687, 142.3446, 'Irradiated Worker'), -((@Entry*100)+3, 35, 3051.203, 3689.113, 142.5257, 'Irradiated Worker'), -((@Entry*100)+3, 36, 3053.872, 3690.532, 140.5028, 'Irradiated Worker'), -((@Entry*100)+3, 37, 3056.601, 3691.824, 142.8937, 'Irradiated Worker'), -((@Entry*100)+3, 38, 3058.226, 3692.761, 143.2548, 'Irradiated Worker'), -((@Entry*100)+3, 39, 3058.292, 3692.803, 143.258, 'Irradiated Worker'), --- Sagan -(19482, 1, 2996.497, 3734.341, 144.3418, 'Sagan <Ravandwyrs Familiar>'), -(19482, 2, 2993.747, 3734.091, 144.0918, 'Sagan <Ravandwyrs Familiar>'), -(19482, 3, 2991.747, 3732.591, 144.0918, 'Sagan <Ravandwyrs Familiar>'), -(19482, 4, 2990.747, 3730.341, 144.0918, 'Sagan <Ravandwyrs Familiar>'), -(19482, 5, 2991.247, 3727.591, 144.0918, 'Sagan <Ravandwyrs Familiar>'), -(19482, 6, 2993.497, 3725.591, 144.0918, 'Sagan <Ravandwyrs Familiar>'), -(19482, 7, 2996.747, 3724.341, 144.0918, 'Sagan <Ravandwyrs Familiar>'), -(19482, 8, 2999.997, 3725.841, 144.0918, 'Sagan <Ravandwyrs Familiar>'), -(19482, 9, 3001.247, 3730.091, 144.0918, 'Sagan <Ravandwyrs Familiar>'); - -DELETE FROM `gossip_menu_option` WHERE `menu_id`=7981; -INSERT INTO `gossip_menu_option` (`menu_id`, `id`, `option_icon`, `option_text`, `OptionBroadcastTextID`, `option_id`, `npc_option_npcflag`, `action_menu_id`, `action_poi_id`, `box_coded`, `box_money`, `box_text`, `BoxBroadcastTextID`) VALUES -(7981, 0, 0, 'I''ve lost Archmage Vargoth''s Staff. Can you replace it?', 18546, 1, 1, 0, 0, 0, 0, '', 0); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=15 AND `SourceGroup`=7981; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(15, 7981, 0, 0, 0, 2, 0, 28455, 1, 0, 1, 0, 0, '', 'Gossip Option requires Player does not have Archmage Vargoths Staff'), -(15, 7981, 0, 0, 0, 8, 0, 10174, 0, 0, 0, 0, 0, '', 'Gossip Option requires Curse of the Violet Tower rewarded'), -(15, 7981, 0, 0, 0, 8, 0, 10209, 0, 0, 1, 0, 0, '', 'Gossip Option requires Player is not rewarded for Summoner Kanthins Prize'); - -UPDATE `creature_text` SET `probability`=20 WHERE `entry`=19541; diff --git a/sql/updates/world/2014_10_10_00_world.sql b/sql/updates/world/2014_10_10_00_world.sql deleted file mode 100644 index 3ac4e678fec..00000000000 --- a/sql/updates/world/2014_10_10_00_world.sql +++ /dev/null @@ -1,5 +0,0 @@ -UPDATE `creature_template` SET `unit_flags`=320, `flags_extra`=2 WHERE `entry` IN(36065,36066); -DELETE FROM `creature_template_addon` WHERE `entry` IN(36066, 36065); -INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES -(36066, 0, 0x2000000, 0x1, ''), -(36065, 0, 0x2000000, 0x1, ''); diff --git a/sql/updates/world/2014_10_10_01_world_335.sql b/sql/updates/world/2014_10_10_01_world_335.sql deleted file mode 100644 index 624286e6910..00000000000 --- a/sql/updates/world/2014_10_10_01_world_335.sql +++ /dev/null @@ -1,4 +0,0 @@ --- -DELETE FROM `gameobject_template` WHERE `entry` = 180671; -INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `data0`, `data1`, `VerifiedBuild`) VALUES -(180671,3,644,'Xandivious\' Demon Bag',43,17516,-18019); diff --git a/sql/updates/world/2014_10_10_02_world.sql b/sql/updates/world/2014_10_10_02_world.sql deleted file mode 100644 index 8f971f8ad1e..00000000000 --- a/sql/updates/world/2014_10_10_02_world.sql +++ /dev/null @@ -1,2 +0,0 @@ --- -UPDATE `creature_loot_template` SET `item`=49426 WHERE `entry`=38433 AND `item`=47241; diff --git a/sql/updates/world/2014_10_10_03_world.sql b/sql/updates/world/2014_10_10_03_world.sql deleted file mode 100644 index 2d21cb6d010..00000000000 --- a/sql/updates/world/2014_10_10_03_world.sql +++ /dev/null @@ -1,4 +0,0 @@ --- -DELETE FROM `gameobject_loot_template` WHERE `Entry` = 17516; -INSERT INTO `gameobject_loot_template` (`Entry`,`Item`,`Chance`,`QuestRequired`) VALUES -(17516,21145,100,1); diff --git a/sql/updates/world/2014_10_10_04_world_335.sql b/sql/updates/world/2014_10_10_04_world_335.sql deleted file mode 100644 index c32f68fb400..00000000000 --- a/sql/updates/world/2014_10_10_04_world_335.sql +++ /dev/null @@ -1,5 +0,0 @@ --- -DELETE FROM `gameobject_template` WHERE `entry` IN (202947,202948); -INSERT INTO `gameobject_template` (`entry`, `type`, `displayId`, `name`, `data0`, `data1`, `VerifiedBuild`) VALUES -(202947,3,9467,'Cologne Neutralizer',93,28677,15211), -(202948,3,9468,'Perfume Neutralizer',93,28678,15211); diff --git a/sql/updates/world/2014_10_10_05_world.sql b/sql/updates/world/2014_10_10_05_world.sql deleted file mode 100644 index 0a93850972e..00000000000 --- a/sql/updates/world/2014_10_10_05_world.sql +++ /dev/null @@ -1,5 +0,0 @@ --- -DELETE FROM `gameobject_loot_template` WHERE `Entry` IN (28677,28678); -INSERT INTO `gameobject_loot_template` (`Entry`,`Item`,`Chance`,`QuestRequired`) VALUES -(28677,49352,100,1), -(28678,49351,100,1); diff --git a/sql/updates/world/2014_10_10_06_world.sql b/sql/updates/world/2014_10_10_06_world.sql deleted file mode 100644 index c3fbca838b2..00000000000 --- a/sql/updates/world/2014_10_10_06_world.sql +++ /dev/null @@ -1,12 +0,0 @@ -UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=30945 AND `source_type`=0 AND `id`=3; -UPDATE `smart_scripts` SET `link`=28 WHERE `entryorguid`=28659 AND `source_type`=0 AND `id`=26; -UPDATE `smart_scripts` SET `link`=4 WHERE `entryorguid`=27788 AND `source_type`=0 AND `id`=3; -UPDATE `smart_scripts` SET `link`=1 WHERE `entryorguid`=26434 AND `source_type`=0 AND `id`=0; -UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=25979 AND `source_type`=0 AND `id`=1; -UPDATE `smart_scripts` SET `event_type`=61 WHERE `entryorguid`=23859 AND `source_type`=0 AND `id`=3; -UPDATE `smart_scripts` SET `link`=6 WHERE `entryorguid` IN (34965,19643) AND `source_type`=0 AND `id`=5; -UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid` BETWEEN -23715 AND -23712 AND `source_type`=0 AND `id`=0; -UPDATE `smart_scripts` SET `link`=0 WHERE `entryorguid`=12996 AND `source_type`=0 AND `id`=8; -UPDATE `smart_scripts` SET `link`=8 WHERE `entryorguid`=18171 AND `source_type`=0 AND `id`=7; -UPDATE `smart_scripts` SET `link`=5 WHERE `entryorguid`=19657 AND `source_type`=0 AND `id`=4; -UPDATE `smart_scripts` SET `id`=21, `link`=0, `comment`="The Leaper - In Combat - Cast Hunger For Blood" WHERE `entryorguid`=29840 AND `source_type`=0 AND `id`=7 AND `link`=21; diff --git a/sql/updates/world/2014_10_11_00_world.sql b/sql/updates/world/2014_10_11_00_world.sql deleted file mode 100644 index dcfb679e7e7..00000000000 --- a/sql/updates/world/2014_10_11_00_world.sql +++ /dev/null @@ -1,23 +0,0 @@ --- Scourge Cage -UPDATE `gameobject_template` SET `data2`=120000, AIName='SmartGameObjectAI', ScriptName='', `VerifiedBuild`=-18019 WHERE `entry` IN ( -187854, -187855, -187856, -187857, -187858, -187859, -187860, -187861, -187862, -187863, -187864, -187865, -187866, -187867, -187868, -187870, -187871, -187872, -187873, -187874 -); diff --git a/sql/updates/world/2014_10_11_01_world.sql b/sql/updates/world/2014_10_11_01_world.sql deleted file mode 100644 index b1fe0b91826..00000000000 --- a/sql/updates/world/2014_10_11_01_world.sql +++ /dev/null @@ -1,2 +0,0 @@ --- -UPDATE `creature` SET `position_x`=1875.67, `position_y`=1303.86, `position_z`=90.4382 WHERE `guid`=29809 and `id`=1506; diff --git a/sql/updates/world/2014_10_11_02_world.sql b/sql/updates/world/2014_10_11_02_world.sql deleted file mode 100644 index 3256fa15c45..00000000000 --- a/sql/updates/world/2014_10_11_02_world.sql +++ /dev/null @@ -1,117 +0,0 @@ --- On Ruby Wings (12498) - -SET @QUEST := 12498; -SET @NPC_WYRMREST_VANQUISHER := 27996; -- Wyrmrest Vanquisher -SET @NPC_THIASSI_THE_LIGHNTNING_BRINGER := 28018; -- Thiassi the Lightning Bringer -SET @NPC_GRAND_NECROLORD_ANTIOK := 28006; -- Grand Necrolord Antiok -SET @NPC_WASTES_SCAVENGER := 28005; -- Wastes Scavenger -SET @SPELL_DEVOUR_GHOUL := 50430; -- Devour Ghoul -SET @SPELL_ENGULFING_FIREBALL := 55987; -- Engulfing Fireball -SET @SPELL_FLAME_FURY := 50348; -- Flame Fury -SET @SPELL_MOUNT := 50343; -- Controlling Wyrmrest Vanquisher -SET @ITEM_SCYTHE_OF_ANTIOK := 38305; -- Item Scythe of Antiok - -UPDATE `creature_template` SET npcflag=16777216, `spell1`=@SPELL_FLAME_FURY, `spell2`=@SPELL_ENGULFING_FIREBALL, `spell3`=@SPELL_DEVOUR_GHOUL, `InhabitType`=4 WHERE `entry`=@NPC_WYRMREST_VANQUISHER; - -DELETE FROM `npc_spellclick_spells` WHERE npc_entry IN (@NPC_WYRMREST_VANQUISHER); -INSERT INTO `npc_spellclick_spells` VALUES (@NPC_WYRMREST_VANQUISHER, @SPELL_MOUNT, 1, 0); - -DELETE FROM `creature_template_addon` WHERE `entry` in (@NPC_WYRMREST_VANQUISHER, @NPC_GRAND_NECROLORD_ANTIOK); -INSERT INTO `creature_template_addon` (`entry`,`path_id`,`mount`,`bytes1`,`bytes2`,`emote`,`auras`) VALUES -(@NPC_WYRMREST_VANQUISHER,0,0,50331648,0,0,'50345'), -(@NPC_GRAND_NECROLORD_ANTIOK,0,0,0,0,0,'50494'); - -UPDATE vehicle_template_accessory set minion=0,`summontype`=1 where entry=@NPC_THIASSI_THE_LIGHNTNING_BRINGER; - -Delete from creature_loot_template where entry =@NPC_GRAND_NECROLORD_ANTIOK and item=@ITEM_SCYTHE_OF_ANTIOK; - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=@SPELL_FLAME_FURY; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES -(13,1,@SPELL_FLAME_FURY,0,1,31,0,3,@NPC_WASTES_SCAVENGER,0,0,0,0,'','Flame Fury can only Hit Wastes Scavenger'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry`=55988; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(13, 1, 55988, 0, 2, 31, 0, 3, 26493, 0, 0, 0, 0, '', 'Engulfing Fireball targets Wastes Task Manager'), -(13, 1, 55988, 0, 1, 31, 0, 3, 26492, 0, 0, 0, 0, '', 'Engulfing Fireball targets Wastes Digger'), -(13, 1, 55988, 0, 0, 31, 0, 3, 28005, 0, 0, 0, 0, '', 'Engulfing Fireball targets Wastes Scavenger'), -(13, 2, 55988, 0, 0, 31, 0, 3, 27270, 0, 0, 0, 0, '', 'Engulfing Fireball targets Rotting Storm Giant'), -(13, 2, 55988, 0, 1, 31, 0, 3, 28018, 0, 0, 0, 0, '', 'Engulfing Fireball targets Thiassi'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN (50430,50443); -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`SourceId`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionTarget`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`,`NegativeCondition`,`ErrorType`,`ErrorTextId`,`ScriptName`,`Comment`) VALUES -(13,1,50430,0,0,31,0,3,28005,0,0,0,0,'','Devour Ghoul targets Wastes Scavenger'), -(13,3,50443,0,0,31,0,3,27996,0,0,0,0,'','Nourishment targets Wyrmrest Vanquisher'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`in (16,17) AND `SourceEntry` IN (27996,50426); -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(16, 0, 27996, 0, 0, 23, 0, 4161, 0, 0, 0, 0, 0, '', 'Wyrmrest Vanquisher allowed in Wyrmrest Temple'), -(16, 0, 27996, 0, 4, 23, 0, 4184, 0, 0, 0, 0, 0, '', 'Wyrmrest Vanquisher allowed in Path of the Titans'), -(16, 0, 27996, 0, 3, 23, 0, 4174, 0, 0, 0, 0, 0, '', 'Wyrmrest Vanquisher allowed in The Wicked Coil'), -(16, 0, 27996, 0, 2, 23, 0, 4173, 0, 0, 0, 0, 0, '', 'Wyrmrest Vanquisher allowed in Galakronds Rest'), -(16, 0, 27996, 0, 1, 23, 0, 4254, 0, 0, 0, 0, 0, '', 'Wyrmrest Vanquisher allowed in The Dragon Wastes'), -(17, 0, 50426, 0, 3, 23, 0, 4174, 0, 0, 0, 0, 0, '', 'Wyrmrest Vanquisher can be summoned in The Wicked Coil'), -(17, 0, 50426, 0, 2, 23, 0, 4173, 0, 0, 0, 0, 0, '', 'Wyrmrest Vanquisher can be summoned in Galakronds Rest'), -(17, 0, 50426, 0, 1, 23, 0, 4254, 0, 0, 0, 0, 0, '', 'Wyrmrest Vanquisher can be summoned in The Dragon Wastes'), -(17, 0, 50426, 0, 0, 23, 0, 4161, 0, 0, 0, 0, 0, '', 'Wyrmrest Vanquisher can be summoned in Wyrmrest Temple'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceGroup`=5 and `SourceEntry`=@NPC_WYRMREST_VANQUISHER; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`, `ErrorTextId`,`ScriptName`,`Comment`) VALUES -(22,5,@NPC_WYRMREST_VANQUISHER,0,9,12498,0,0,0,'','event require quest taken to prevent despawn when the spell devour ghoul is casted'), -(22,5,@NPC_WYRMREST_VANQUISHER,1,28,12498,0,0,0,'','event require quest complete to prevent despawn when the spell devour ghoul is casted'); - -UPDATE creature_template SET AIName='SmartAI' WHERE entry IN (@NPC_GRAND_NECROLORD_ANTIOK, @NPC_THIASSI_THE_LIGHNTNING_BRINGER, @NPC_WYRMREST_VANQUISHER); -DELETE FROM smart_scripts WHERE entryorguid = @NPC_GRAND_NECROLORD_ANTIOK and source_type=0; -DELETE FROM smart_scripts WHERE entryorguid = @NPC_THIASSI_THE_LIGHNTNING_BRINGER and source_type=0; -DELETE FROM smart_scripts WHERE entryorguid = @NPC_WYRMREST_VANQUISHER and source_type=0; -DELETE FROM smart_scripts WHERE entryorguid = @NPC_WYRMREST_VANQUISHER*100 and source_type=9; -DELETE FROM `smart_scripts` WHERE `entryorguid` = 28005 and source_type=0 and id=14; -- (there is already a script for this npc id=0 to id=13) -DELETE FROM `smart_scripts` WHERE `entryorguid` = 28005*100 and source_type=9; - -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES - -(@NPC_GRAND_NECROLORD_ANTIOK, 0, 0, 0, 0, 0, 100, 0, 7000, 7000, 18000, 18000, 11, 32863, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Nekrolord Antiok - IC - Cast Demon Seed'), -(@NPC_GRAND_NECROLORD_ANTIOK, 0, 1, 0, 0, 0, 100, 0, 1100, 1100, 20000, 20000, 11, 50455, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Nekrolord Antiok - IC - Cast Shadow Bolt'), -(@NPC_GRAND_NECROLORD_ANTIOK, 0, 2, 0, 1, 0, 100, 0, 10000, 10000, 40000, 40000, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Nekrolord Antiok - OOC - Random Yell'), -(@NPC_GRAND_NECROLORD_ANTIOK, 0, 3, 0, 2, 0, 100, 1, 0, 25, 0, 0, 11, 50497, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Nekrolord Antiok - HP under 25% - Cast Scream of Chaos'), -(@NPC_GRAND_NECROLORD_ANTIOK, 0, 4, 0, 6, 0, 100, 0, 0, 0, 0, 0, 11, 50472, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Nekrolord Antiok - On Death - Cast Drop Scythe of Antiok'), -(@NPC_GRAND_NECROLORD_ANTIOK, 0, 5, 7, 4, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Nekrolord Antiok - On Aggro - Yell'), -(@NPC_GRAND_NECROLORD_ANTIOK, 0, 6, 0, 61, 0, 100, 0, 0, 0, 0, 0, 11, 55984, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Nekrolord Antiok - On Aggro - Cast Shadow Bolt'), -(@NPC_GRAND_NECROLORD_ANTIOK, 0, 7, 8, 4, 0, 100, 0, 0, 0, 0, 0, 51, 0, 0, 0, 0, 0, 0, 19, @NPC_WYRMREST_VANQUISHER, 20, 0, 0, 0, 0, 0, 'Nekrolord Antiok - On Aggro - kill WYRMREST'), -(@NPC_GRAND_NECROLORD_ANTIOK, 0, 8, 0, 61, 0, 100, 0, 0, 0, 0, 0, 28, 50494, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Nekrolord Antiok - On Aggro - remove aura'), - -(@NPC_THIASSI_THE_LIGHNTNING_BRINGER, 0, 0, 0, 0, 0, 100, 0, 5000, 5000, 12000, 14000, 11, 50456, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Thiassi the Lightning Bringer - IC - Cast Thiassi''s Stormbolt'), -(@NPC_THIASSI_THE_LIGHNTNING_BRINGER, 0, 1, 0, 0, 0, 100, 0, 9000, 9000, 15000, 19000, 11, 15593, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Thiassi the Lightning Bringer - IC - Cast War Stomp'), -(@NPC_THIASSI_THE_LIGHNTNING_BRINGER, 0, 2, 0, 6, 0, 100, 0, 0, 0, 0, 0, 19, 2146959359, 0, 0, 0, 0, 0, 19, @NPC_GRAND_NECROLORD_ANTIOK, 10, 0, 0, 0, 0, 0, 'Thiassi the Lightning Bringer - On Death - remove unitflag from target'), - -(@NPC_WYRMREST_VANQUISHER, 0, 0, 0, 1, 0, 100, 0, 9000, 9000, 30000, 30000, 1, 0, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 'WYRMREST VANQUISHER - OOC - Random talk'), -(@NPC_WYRMREST_VANQUISHER, 0, 1, 0, 2, 0, 100, 1, 0, 33, 0, 0, 1, 1, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 'WYRMREST VANQUISHER - HP under 33% - talk'), -(@NPC_WYRMREST_VANQUISHER, 0, 3, 0, 54, 0, 100, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'WYRMREST VANQUISHER - Just summoned - react passif'), -(@NPC_WYRMREST_VANQUISHER, 0, 4, 0, 28, 0, 100, 0, 0, 0, 0, 0, 80, @NPC_WYRMREST_VANQUISHER*100, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'WYRMREST VANQUISHER - PASSENGER_REMOVED - Actionlist'), -(@NPC_WYRMREST_VANQUISHER*100, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 21, 10, 0, 0, 0, 0, 0, 0, 'WYRMREST VANQUISHER - ActionList - talk'), -(@NPC_WYRMREST_VANQUISHER*100, 9, 1, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'WYRMREST VANQUISHER - ActionList - despawn'), - - -(28005, 0, 14, 0, 8, 0, 100, 0, 50430, 0, 0, 0, 80, 28005*100, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Wastes Scavenger - On spellhit Devour Ghoul - Run script'), -(28005*100, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 11, 50437, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Wastes Scavenger script - Spellcast Devour Ghoul'), -(28005*100, 9, 1, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 11, 50443, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, 'Wastes Scavenger script - Spellcast Nourishment'), -(28005*100, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 41, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Wastes Scavenger script - Despawn'); - -DELETE FROM creature_text WHERE entry in (@NPC_GRAND_NECROLORD_ANTIOK, @NPC_WYRMREST_VANQUISHER); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`, `BroadcastTextID`) VALUES -(@NPC_GRAND_NECROLORD_ANTIOK,0,0,'You think you''ve won, mortal? Face the unbridled power of Antiok!',14,0,100,0,0,0,'Antiok Yell1',27415), -(@NPC_GRAND_NECROLORD_ANTIOK,0,1,'Behold! The Scythe of Antiok!',14,0,100,0,0,0,'Antiok Yell2', 27416), -(@NPC_GRAND_NECROLORD_ANTIOK,1,0,'Soon, the bones of Galakrond will rise from their eternal slumber and wreak havoc upon this world!',14,0,100,0,0,0,'Antiok Yell3', 27406), -(@NPC_GRAND_NECROLORD_ANTIOK,1,1,'The Lich King demands more frost wyrms be sent to Angrathar! Meet his demands or face my wrath!',14,0,100,0,0,0,'Antiok Yell4', 27408), -(@NPC_GRAND_NECROLORD_ANTIOK,1,2,'Faster, dogs! We mustn''t relent in our assault against the interlopers!',14,0,100,0,0,0,'Antiok Yell5', 27405), -(@NPC_GRAND_NECROLORD_ANTIOK,1,3,'Attackers are upon us! Let none through to this ancient grave!',14,0,100,0,0,0,'Antiok Yell6', 27409), -(@NPC_GRAND_NECROLORD_ANTIOK,1,4,'Hear me, minions! Hear your lord, Antiok! Double your efforts or pay the consequences of failure!',14,0,100,0,0,0,'Antiok Yell7', 27407), -(@NPC_WYRMREST_VANQUISHER,0,1,'Across this vast expanse rest the bones of my ancestors. Their spirits have ascended to the Chamber of the Aspects.',12,0,100,0,0,0,'WYRMREST VANQUISHER', 27394), -(@NPC_WYRMREST_VANQUISHER,0,2,'Galakrond was the progenitor of dragonkind. It was from Galakrond that the Titans shaped the five Aspects.',12,0,100,0,0,0,'WYRMREST VANQUISHER', 27396), -(@NPC_WYRMREST_VANQUISHER,0,3,'It truly is a shame that the blue dragonflight has chosen such a heartless, cold path. It pains me greatly to do battle with Malygos''s children.',12,0,100,0,0,0,'WYRMREST VANQUISHER', 27400), -(@NPC_WYRMREST_VANQUISHER,0,4,'The queen and her council have been speaking lately of a disaster at Ulduar. Something has happened in Storm Peaks!',12,0,100,0,0,0,'WYRMREST VANQUISHER', 27399), -(@NPC_WYRMREST_VANQUISHER,0,5,'Today is a good day, friend. Long has it been since I have left Wyrmrest Temple, free to fly across the great Dragonblight.',12,0,100,0,0,0,'WYRMREST VANQUISHER', 27398), -(@NPC_WYRMREST_VANQUISHER,0,6,'What the Scourge has done here will reverberate throughout our world. The aberrations must be stopped!',12,0,100,0,0,0,'WYRMREST VANQUISHER', 27395), -(@NPC_WYRMREST_VANQUISHER,1,0,'You must remember that I have yet to mature into an elder wyrm. I must eat to renew my strength!',12,0,100,0,0,0,'WYRMREST VANQUISHER', 27397), -(@NPC_WYRMREST_VANQUISHER,2,0,'I have been called back to Wyrmrest, ally. Farewell!',12,0,100,0,0,0,'WYRMREST VANQUISHER', 27404); - -UPDATE `creature` SET `equipment_id`=0 WHERE `guid` IN(74522,74523,74524); diff --git a/sql/updates/world/2014_10_11_03_world.sql b/sql/updates/world/2014_10_11_03_world.sql deleted file mode 100644 index a6edf333508..00000000000 --- a/sql/updates/world/2014_10_11_03_world.sql +++ /dev/null @@ -1,19 +0,0 @@ -DELETE FROM gameobject WHERE guid=99998; -INSERT INTO `gameobject` (guid, id, map, spawnMask, phaseMask, position_x, position_y, position_z, spawntimesecs, State) VALUES -(99998, 180673, 1, 1, 1, 6723.67, -5271.68, 778, 180, 1); - -set @Xandivious:=15623; - -Delete from creature_loot_template where entry =@Xandivious and item=21145; - -Update creature_template set `AIName`='SmartAI' where entry in (@Xandivious); - -DELETE FROM `smart_scripts` WHERE `entryorguid` = @Xandivious AND `source_type` = 0; -Insert into `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) values - -(@Xandivious, 0, 0, 0, 25, 0, 100, 0, 0, 0, 0, 0, 11, 25818, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, ' Xandivious - On reset - cast Aura of Rot'), -(@Xandivious, 0, 1, 0, 0, 0, 100, 0, 3000, 3000, 15000, 15000, 11, 11980, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Xandivious - IC - cast Curse of Weakness'), -(@Xandivious, 0, 2, 0, 0, 0, 100, 0, 5000, 5000, 15000, 15000, 11, 11639, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Xandivious - IC - cast Shadow Word: Pain'), -(@Xandivious, 0, 3, 0, 0, 0, 100, 0, 7000, 7000, 10000, 10000, 11, 16046, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 'Xandivious - IC - cast Blast Wave'), -(@Xandivious, 0, 4, 0, 2, 0, 100, 1, 0, 50, 0, 0, 11, 8599, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Xandivious - HP under 50% - Enrage'), -(@Xandivious, 0, 5, 0, 6, 0, 100, 0, 0, 0, 0, 0, 85, 25791, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Xandivious - On Death - invoker_Cast Xandivious Demon Bag'); diff --git a/sql/updates/world/2014_10_11_04_world.sql b/sql/updates/world/2014_10_11_04_world.sql deleted file mode 100644 index 5b1eca19278..00000000000 --- a/sql/updates/world/2014_10_11_04_world.sql +++ /dev/null @@ -1,51 +0,0 @@ --- Schematic: Field Repair Bot 74A - -Update npc_text set BroadcastTextID0=9486 where `ID`=6931; -Delete from gossip_menu where `entry`=5749 and `text_id`=6931; -insert into gossip_menu (`entry`, `text_id`) values (5749, 6931); - -Update npc_text set BroadcastTextID0=9484 where `ID`=6930; -Delete from gossip_menu where `entry`=5749 and `text_id`=6930; -insert into gossip_menu (`entry`, `text_id`) values (5749, 6930); - -Update npc_text set BroadcastTextID0=9483 where `ID`=6929; -Delete from gossip_menu where `entry`=5749 and `text_id`=6929; -insert into gossip_menu (`entry`, `text_id`) values (5749, 6929); - -Update npc_text set BroadcastTextID0=9487 where `ID`=6932; -Delete from gossip_menu where `entry`=5749 and `text_id`=6932; -insert into gossip_menu (`entry`, `text_id`) values (5749, 6932); - -DELETE FROM `gossip_menu_option` WHERE `menu_id` = 5749; -INSERT INTO `gossip_menu_option` (`menu_id`, id, option_icon, `option_text`, `OptionBroadcastTextID`, `option_id`, `npc_option_npcflag`) -VALUES (5749, 0, 0, '<Copy the schematic into your engineering notebook.>', 9485, 1, 3); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId` =15 AND `SourceGroup`=5749; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`, `NegativeCondition`, `ErrorTextId`,`ScriptName`,`Comment`) VALUES -(15,5749,0,0,7,202,300,0,0,0,'','Show gossip menu if player have 300 or more in Engineering'), -(15,5749,0,0,25,22704,0,0,1,0,'','Show gossip menu if player doesn''t learned the spell'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=5749 and `SourceEntry`= 6931; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`, `NegativeCondition`, `ErrorTextId`,`ScriptName`,`Comment`) VALUES -(14,5749,6931,0,7,202,300,0,1,0,'','Show gossip menu if player is an Engineer but have less than 300'), -(14,5749,6931,0,25,4036,0,0,0,0,'','Show gossip menu if player is an Engineer'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=5749 and `SourceEntry`= 6930; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`, `ErrorTextId`,`ScriptName`,`Comment`) VALUES -(14,5749,6930,0,7,202,300,0,0,'','Show gossip menu if player have 300 or more in Engineering'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=5749 and `SourceEntry`= 6929; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`, `NegativeCondition`, `ErrorTextId`,`ScriptName`,`Comment`) VALUES -(14,5749,6929,0,25,4036,0,0,1,0,'','Show gossip menu if player is not an Engineer'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=14 AND `SourceGroup`=5749 and `SourceEntry`= 6932; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`,`SourceGroup`,`SourceEntry`,`ElseGroup`,`ConditionTypeOrReference`,`ConditionValue1`,`ConditionValue2`,`ConditionValue3`, `ErrorTextId`,`ScriptName`,`Comment`) VALUES -(14,5749,6932,0,25,22704,0,0,0,'','Show gossip menu if player learned the spell'); - -UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI', ScriptName='' WHERE `entry`=179552; -DELETE FROM `smart_scripts` WHERE `entryorguid` = 179552 AND `source_type` = 1; - -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES - -(179552, 1, 0, 0, 62, 0, 100, 0, 5749, 0, 0, 0, 85, 22864, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, '179552 - On Gossip Select - InvokerCast'), -(179552, 1, 1, 0, 62, 0, 100, 0, 5749, 0, 0, 0, 72, 0, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0, '179552 - On Gossip Select - CloseGossip'); diff --git a/sql/updates/world/2014_10_11_05_world.sql b/sql/updates/world/2014_10_11_05_world.sql deleted file mode 100644 index 5a087f3c0d4..00000000000 --- a/sql/updates/world/2014_10_11_05_world.sql +++ /dev/null @@ -1,7 +0,0 @@ -UPDATE `smart_scripts` SET `action_type`=86, `action_param2`=2, `action_param3`=18, `action_param4`=35, `target_type`=1, `target_param1`=0 WHERE `entryorguid`=23689 AND `source_type`=0 AND `id`=2; -UPDATE `smart_scripts` SET `action_type`=86, `action_param2`=2, `action_param3`=18, `action_param4`=35, `target_type`=1, `target_param1`=0 WHERE `entryorguid`=24170 AND `source_type`=0 AND `id`=1; -UPDATE `smart_scripts` SET `action_type`=86, `action_param2`=2, `action_param3`=21, `action_param4`=20, `target_type`=1, `target_param1`=0 WHERE `entryorguid`=24439 AND `source_type`=0 AND `id`=3; -UPDATE `smart_scripts` SET `action_type`=86, `action_param2`=2, `action_param3`=21, `action_param4`=10, `target_type`=1, `target_param1`=0 WHERE `entryorguid`=27409 AND `source_type`=0 AND `id`=5; -UPDATE `smart_scripts` SET `action_type`=86, `action_param2`=2, `action_param3`=23, `action_param4`=0, `target_type`=1, `target_param1`=0 WHERE `entryorguid`=31048 AND `source_type`=0 AND `id`=2; -UPDATE `smart_scripts` SET `action_type`=85, `action_param2`=2, `target_type`=1 WHERE `entryorguid`=24439 AND `source_type`=0 AND `id`=4; -UPDATE `smart_scripts` SET `action_type`=85, `action_param2`=2, `target_type`=1 WHERE `entryorguid`=27202 AND `source_type`=0 AND `id`=11; diff --git a/sql/updates/world/2014_10_11_06_world.sql b/sql/updates/world/2014_10_11_06_world.sql deleted file mode 100644 index 875d71d4ac0..00000000000 --- a/sql/updates/world/2014_10_11_06_world.sql +++ /dev/null @@ -1,3 +0,0 @@ --- -UPDATE `creature_template` SET `gossip_menu_id`=10949, `npcflag`=4225 WHERE `entry`=37904; -UPDATE `gossip_menu_option` SET `option_id`=3, `npc_option_npcflag`=128 WHERE `menu_id`=10949 AND `id`=0; diff --git a/sql/updates/world/2014_10_11_07_world.sql b/sql/updates/world/2014_10_11_07_world.sql deleted file mode 100644 index 385f46baa2f..00000000000 --- a/sql/updates/world/2014_10_11_07_world.sql +++ /dev/null @@ -1,91 +0,0 @@ -UPDATE `creature` SET `MovementType`=0,`spawndist`=0 WHERE `guid` IN(121055,121049); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceEntry` IN(58108,58118); -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `SourceId`, `ElseGroup`, `ConditionTypeOrReference`, `ConditionTarget`, `ConditionValue1`, `ConditionValue2`, `ConditionValue3`, `NegativeCondition`, `ErrorType`, `ErrorTextId`, `ScriptName`, `Comment`) VALUES -(13, 1, 58108, 0, 0, 31, 0, 3, 30995, 0, 0, 0, 0, '', 'Patches Chain targets Patches Chain Target'), -(13, 1, 58118, 0, 0, 31, 0, 3, 30992, 0, 0, 0, 0, '', 'Patches Revenge targets Doctor Sabnok'); - -UPDATE `gameobject_template` SET `AIName`='SmartGameObjectAI', `ScriptName`='' WHERE `entry`=193025; -UPDATE `creature_template` SET `AIName`= 'SmartAI' WHERE `entry` IN(30992,30993,30995); -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(30992,30993,30995) and `source_type`=0; -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(3099200,3099300) and `source_type`=9; -DELETE FROM `smart_scripts` WHERE `source_type`=1 AND `entryorguid`=193025; - -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(193025, 1, 0 ,1, 70, 0, 100, 0, 2, 0, 0,0,45,1,1,0,0,0,0,19,30993,0,0,0, 0, 0, 0, 'Metal Stake - On State Changed - Set Data 1 1 on "Patches"'), -(193025, 1, 1 ,0, 61, 0, 100, 0, 0, 0, 0,0,104,1,0,0,0,0,0,1,0,0,0,0, 0, 0, 0, 'Metal Stake - On State Changed - Set Flag In Use"'), -(193025, 1, 2 ,0, 38, 0, 100, 0, 2, 2, 0,0,104,4,0,0,0,0,0,1,0,0,0,0, 0, 0, 0, 'Metal Stake - On Data Set - Remove Flag In Use"'), -(30992, 0, 0, 0, 6, 0, 100, 0, 0, 0, 0, 0, 45, 3 , 3, 0, 0, 0, 0, 19, 30993, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - On Death - Set Data 3 3 on "Patches"'), -(30992, 0, 1, 0,54, 0, 100, 0, 0, 0, 0, 0, 53, 0 , 30992, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - On Just Summoned - Start WP'), -(30992, 0, 2, 0,40, 0, 100, 0, 10, 30992, 0, 0, 45, 2 , 2, 0, 0, 0, 0, 19, 30993, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - Reached WP10 - Set Data 2 2 on "Patches"'), -(30992, 0, 3, 4,40, 0, 100, 0, 14, 30992, 0, 0, 101, 0 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - Reached WP14 - Set Home Position'), -(30992, 0, 4, 5,61, 0, 100, 0, 0, 0, 0, 0, 8, 2 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - Reached WP14 - Set Hostile'), -(30992, 0, 5, 7,61, 0, 100, 0, 0, 0, 0, 0, 80, 3099200 , 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - Reached WP14 - Run Script'), -(30992, 0, 6, 0,11, 0, 100, 0, 0, 0, 0, 0, 18, 256 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - On Spawn - Set Unit Flags'), -(30992, 0, 7, 0,61, 0, 100, 0, 0, 0, 0, 0, 45, 5 , 5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - On Reached WP14 - Set Data 5 5 on "Patches"'), -(30993, 0, 0, 0, 11, 0, 100, 0, 0, 0, 0, 0, 22, 2 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '"Patches" - On Respawn - Set Phase 2'), -(30993, 0, 1, 0, 1, 2, 100, 0, 0, 0, 3000, 3000, 11, 58108 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '"Patches" - OOC (Phase 2) - Cast Patches Chain'), -(30993, 0, 2, 3, 38, 0, 100, 0, 1, 1, 300000, 300000, 22, 0 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '"Patches" - On Data Set 1 1 - Set Phase 1'), -(30993, 0, 3, 4, 61, 0, 100, 0, 0, 0, 0, 0, 28, 58108 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '"Patches" - On Data Set 1 1 - Remove Aura Patches Chain'), -(30993, 0, 4, 5,61, 0, 100, 0, 0, 0, 0, 0, 45, 1 , 1, 0, 0, 0, 0, 19, 30995, 0, 0, 0, 0, 0, 0, '"Patches" - On Data Set 1 1 - Set Data 1 1 on Patches chain target'), -(30993, 0, 5, 6, 61, 0, 100, 0, 0, 0, 0, 0, 12, 30992 , 2, 300000, 0, 0, 0, 8, 0, 0, 0, 6630.52, 3167.312, 659.3602, 2.740049, '"Patches" - On Data Set 1 1 - Summon Doctor Sabnok'), -(30993, 0, 6, 7, 61, 0, 100, 0, 0, 0, 0, 0, 1, 1 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '"Patches" - On Data Set 1 1 - Say Line 1'), -(30993, 0, 7, 0, 61, 0, 100, 0, 0, 0, 0, 0, 2, 2036 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '"Patches" - On Data Set 1 1 - Set Faction'), -(30993, 0, 8, 9, 38, 0, 100, 0, 3, 3, 0, 0, 11, 59115 , 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Patches" - On Data Set 3 3 - Cast Patches Credit'), -(30993, 0, 9, 0, 61, 0, 100, 0, 0, 0, 0, 0, 41, 5000 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Patches" - On Data Set 3 3 - Despawn'), -(30993, 0, 10, 15, 38, 0, 100, 0, 5, 5, 0, 0, 89, 0 , 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Patches" - On On Data Set 5 5 - Turn Random Move Off'), -(30993, 0, 11, 0, 38, 0, 100, 0, 4, 4, 0, 0, 80, 3099300 , 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Patches" - On Data Set 4 4 - Run Script'), -(30993, 0, 12, 13, 11, 0, 100, 0, 0, 0, 0, 0, 45, 1 , 1, 0, 0, 0, 0, 14, 62005, 193025, 0, 0, 0, 0, 0, 'Patches" - On Respawn - Set Data 1 1 on Metal Stake'), -(30993, 0, 13, 14, 61, 0, 100, 0, 0, 0, 0, 0, 89, 5 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Patches" - On Respawn - Set Random Movement'), -(30993, 0, 14, 0, 61, 0, 100, 0, 0, 0, 0, 0, 18, 768 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Patches" - On Respawn - Set Unit Flags'), -(30993, 0, 15, 0, 61, 0, 100, 0, 0, 0, 0, 0, 66, 0 , 0, 0, 0, 0, 0, 19, 30992, 0, 0, 0, 0, 0, 0, 'Patches" - On On Data Set 5 5 - Face Doctor Sabnok'), -(30995, 0, 0, 0, 38, 0, 100, 0, 1, 1, 0, 0, 28, 58108 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Patches Chain Target - On Data Set 1 1 - Remove Aura Patches Chain'), -(3099200, 9, 0, 0, 0, 0, 100, 0, 0, 0, 0, 0, 66, 0 , 0, 0, 0, 0, 0, 21, 50, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - Script - Face Player'), -(3099200, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 5, 21 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - Script - Play Emote OneShotApplaud'), -(3099200, 9, 2, 0, 0, 0, 100, 0, 1000, 1000, 0, 0, 1, 1 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - Script - Say Line 1'), -(3099200, 9, 3, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 1, 2 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - Script - Say Line 2'), -(3099200, 9, 4, 0, 0, 0, 100, 0, 6000, 6000, 0, 0, 1, 3 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - Script - Say Line 3'), -(3099200, 9, 5, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 5, 11 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - Script - Play Emote OneShotLaugh'), -(3099200, 9, 6, 0, 0, 0, 100, 0, 0, 0, 0, 0, 45, 4 , 4, 0, 0, 0, 0, 19, 30993, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - Set Data 4 4 on "Patches"'), -(3099200, 9, 7, 0, 0, 0, 100, 0, 0, 0, 0, 0, 19, 256 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Doctor Sabnok - Set Unit Flags"'), -(3099300, 9, 0, 0, 0, 0, 100, 0, 3000, 3000, 0, 0, 8, 2 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '"Patches" - Script - Set Hostile'), -(3099300, 9, 1, 0, 0, 0, 100, 0, 0, 0, 0, 0, 19, 768 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '"Patches" - Script - Set Unit Flags'), -(3099300, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 49, 0 , 0, 0, 0, 0, 0, 19, 30992, 0, 0, 0, 0, 0, 0, '"Patches" - Script - Start Attack'), -(3099300, 9, 3, 0, 0, 0, 100, 0, 0, 0, 0, 0, 1, 2 , 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '"Patches" - Script - Say Line 2'), -(3099300, 9, 4, 0, 0, 0, 100, 0, 4000, 4000, 0, 0, 11, 58118 , 0, 0, 0, 0, 0, 19, 30992, 0, 0, 0, 0, 0, 0, '"Patches" - Script - Cast Patches Revenge'); - -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=22 AND `SourceEntry`=30993; - -DELETE FROM `creature_text` WHERE `entry` IN(30992,30993); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`, `BroadcastTextID`) VALUES -(30992, 1, 0, 'Oh, bravo. Do you feel proud of yourself now that you''ve unleashed this terrible mistake?', 12, 0, 100, 21, 0, 0, 'Doctor Sabnok',31550), -(30992, 2, 0, 'I already had him scheduled for disposal, but I suppose we can speed up the process a bit.', 12, 0, 100, 1, 0, 0, 'Doctor Sabnok',31551), -(30992, 3, 0, 'It''s a pity so many fine, and reusable, parts will go to waste... ', 12, 0, 100, 11, 0, 0, 'Doctor Sabnok',31553), -(30993, 1, 0, 'Patches get revenge on Doctor Sabnok!', 12, 0, 100, 51, 0, 0, '\"Patches\"',31556), -(30993, 2, 0, 'Patches not going to be cut open or sewn up no more!', 12, 0, 100, 1, 0, 0, '\"Patches\"',31554); - -DELETE FROM `creature` WHERE `id` =30992; - -UPDATE `creature_template` SET `faction`=974, `speed_run`=1.142857, `unit_flags`=0 WHERE `entry`=30992; -UPDATE `creature_template` SET `unit_flags`=0 WHERE `entry` =30993; - -DELETE FROM `waypoints` WHERE `entry` IN(30992,30993); -INSERT INTO `waypoints` (`entry`, `pointid`, `position_x`, `position_y`, `position_z`, `point_comment`) VALUES -(30992, 1, 6631.495, 3167.087, 659.3602, 'Doctor Sabnok'), -(30992, 2, 6630.52, 3167.312, 659.3602, 'Doctor Sabnok'), -(30992, 3, 6626.219, 3169.138, 658.8849, 'Doctor Sabnok'), -(30992, 4, 6625.229, 3169.558, 658.8132, 'Doctor Sabnok'), -(30992, 5, 6619.998, 3171.78, 656.6917, 'Doctor Sabnok'), -(30992, 6, 6618.303, 3172.5, 655.796, 'Doctor Sabnok'), -(30992, 7, 6618.303, 3172.5, 655.796, 'Doctor Sabnok'), -(30992, 8, 6618.216, 3172.712, 655.967, 'Doctor Sabnok'), -(30992, 9, 6614.216, 3176.462, 654.217, 'Doctor Sabnok'), -(30992, 10, 6613.862, 3176.668, 653.9982, 'Doctor Sabnok'), -(30992, 11, 6612.862, 3177.668, 653.7482, 'Doctor Sabnok'), -(30992, 12, 6606.399, 3184.294, 649.7903, 'Doctor Sabnok'), -(30992, 13, 6606.399, 3185.794, 649.2903, 'Doctor Sabnok'), -(30992, 14, 6606.149, 3189.544, 648.5403, 'Doctor Sabnok'); - -DELETE FROM `creature_template_addon` WHERE `entry` IN (30993); -INSERT INTO `creature_template_addon` (`entry`, `mount`, `bytes1`, `bytes2`, `auras`) VALUES -(30993, 0, 0x0, 0x1, '54262'); -- 30993 - 54262 diff --git a/sql/updates/world/2014_10_12_00_world.sql b/sql/updates/world/2014_10_12_00_world.sql deleted file mode 100644 index ca1a062f437..00000000000 --- a/sql/updates/world/2014_10_12_00_world.sql +++ /dev/null @@ -1,294 +0,0 @@ --- Spectral Stable Hand SAI -SET @ENTRY := 15551; -UPDATE `smart_scripts` SET `event_chance`=50 WHERE `entryorguid`=@ENTRY AND `id`=4; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id`=5; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 5, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Spectral Stable Hand - On Aggro - Talk'); - --- Spectral Apprentice SAI -SET @ENTRY := 16389; -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id` IN (0, 1); -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 0, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Spectral Apprentice - On Aggro - Talk'), -(@ENTRY, 0, 1, 0, 6, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Spectral Apprentice - On Death - Talk'); - --- Phantom Attendant SAI -SET @ENTRY := 16406; -UPDATE `smart_scripts` SET `event_chance`=100, `event_flags`=0 WHERE `entryorguid`=@ENTRY AND `id`=0; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id` IN (4, 5); -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 4, 0, 4, 0, 10, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Phantom Attendant - On Aggro - Talk'), -(@ENTRY, 0, 5, 0, 6, 0, 10, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Phantom Attendant - On Death - Talk'); - --- Spectral Servant SAI -SET @ENTRY := 16407; -UPDATE `smart_scripts` SET `event_chance`=50 WHERE `entryorguid`=@ENTRY AND `id`=2; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id`=3; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 3, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Spectral Servant - On Aggro - Talk'); - --- Phantom Valet SAI -SET @ENTRY := 16408; -UPDATE `smart_scripts` SET `event_chance`=50 WHERE `entryorguid`=@ENTRY AND `id`=1; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id`=2; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 2, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Phantom Valet - On Aggro - Talk'); - --- Phantom Guest SAI -SET @ENTRY := 16409; -UPDATE `smart_scripts` SET `event_chance`=10, `event_flags`=0 WHERE `entryorguid`=@ENTRY AND `id`=6; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id`=7; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 7, 0, 4, 0, 10, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Phantom Guest - On Aggro - Talk'); - --- Spectral Retainer SAI -SET @ENTRY := 16410; -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id` IN (0, 1); -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 0, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Spectral Retainer - On Aggro - Talk'), -(@ENTRY, 0, 1, 0, 6, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Spectral Retainer - On Death - Talk'); - --- Spectral Chef SAI -SET @ENTRY := 16411; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id` IN (2, 3); -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 2, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Spectral Chef - On Aggro - Talk'), -(@ENTRY, 0, 3, 0, 6, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Spectral Chef - On Death - Talk'); - --- Ghostly Baker SAI -SET @ENTRY := 16412; -UPDATE `creature_template` SET `AIName`='SmartAI' WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id` IN (0, 1); -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 0, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ghostly Baker - On Aggro - Talk'), -(@ENTRY, 0, 1, 0, 6, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ghostly Baker - On Death - Talk'); - --- Spectral Sentry SAI -SET @ENTRY := 16424; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id` IN (1, 2); -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 1, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Spectral Sentry - On Aggro - Talk'), -(@ENTRY, 0, 2, 0, 6, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Spectral Sentry - On Death - Talk'); - --- Phantom Guardsman SAI -SET @ENTRY := 16425; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id` IN (2, 3); -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 2, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Phantom Guardsman - On Aggro - Talk'), -(@ENTRY, 0, 3, 0, 6, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Phantom Guardsman - On Death - Talk'); - --- Wanton Hostess SAI -SET @ENTRY := 16459; -UPDATE `smart_scripts` SET `event_flags`=1 WHERE `entryorguid`=@ENTRY AND `id`=2; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id` IN (5, 6, 7, 8); -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 5, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Wanton Hostess - On Aggro - Talk'), -(@ENTRY, 0, 6, 0, 6, 0, 50, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Wanton Hostess - On Death - Talk'), -(@ENTRY, 0, 7, 0, 2, 0, 100, 1, 0, 50, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Wanton Hostess - On Transform - Talk'), -(@ENTRY, 0, 8, 0, 1, 0, 50, 0, 0, 40000, 45000, 120000, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Wanton Hostess - Out of Combat - Talk'); - --- Night Mistress SAI -SET @ENTRY := 16460; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id` IN (4, 5, 6, 7); -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 4, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Night Mistress - On Aggro - Talk'), -(@ENTRY, 0, 5, 0, 6, 0, 50, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Night Mistress - On Death - Talk'), -(@ENTRY, 0, 6, 0, 2, 0, 100, 1, 0, 50, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Night Mistress - On Transform - Talk'), -(@ENTRY, 0, 7, 0, 1, 0, 50, 0, 0, 40000, 45000, 120000, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Night Mistress - Out of Combat - Talk'); - --- Concubine SAI -SET @ENTRY := 16461; -UPDATE `smart_scripts` SET `action_param1`=2, `comment`='Concubine - Death - Talk' WHERE `entryorguid`=@ENTRY AND `id`=3; -UPDATE `smart_scripts` SET `event_flags`=0, `event_param2`=40000, `event_param3`=45000, `event_param4`=120000, `action_param1`=0, `comment`='Concubine - Out of Combat - Talk' WHERE `entryorguid`=@ENTRY AND `id`=4; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id` IN (6, 7); -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 6, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Concubine - On Aggro - Talk'), -(@ENTRY, 0, 7, 0, 2, 0, 100, 1, 0, 50, 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Concubine - On Transform - Talk'); - --- Spectral Patron SAI -SET @ENTRY := 16468; -UPDATE `smart_scripts` SET `event_chance`=10 WHERE `entryorguid`=@ENTRY AND `id`=2; -- comment tbh -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id`=3; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 3, 0, 4, 0, 10, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Spectral Patron - On Aggro - Talk'); - --- Ghostly Philanthropist SAI -SET @ENTRY := 16470; -UPDATE `smart_scripts` SET `event_chance`=50 WHERE `entryorguid`=@ENTRY AND `id`=2; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id`=3; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 3, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ghostly Philanthropist - On Aggro - Talk'); - --- Skeletal Usher SAI -SET @ENTRY := 16471; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id` IN (3, 4); -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 3, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Skeletal Usher - On Aggro - Talk'), -(@ENTRY, 0, 4, 0, 6, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Skeletal Usher - On Death - Talk'); - --- Phantom Stagehand SAI -SET @ENTRY := 16472; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id` IN (3, 4); -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 3, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Phantom Stagehand - On Aggro - Talk'), -(@ENTRY, 0, 4, 0, 6, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Phantom Stagehand - On Death - Talk'); - --- Phantom Guardsman SAI -SET @ENTRY := 16473; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id` IN (3, 4); -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 3, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Spectral Performer - On Aggro - Talk'), -(@ENTRY, 0, 4, 0, 6, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Spectral Performer - On Death - Talk'); - --- Ghastly Haunt SAI -SET @ENTRY := 16481; -UPDATE `smart_scripts` SET `event_chance`=50 WHERE `entryorguid`=@ENTRY AND `id`=2; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id`=3; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 3, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Ghastly Haunt - On Aggro - Talk'); - --- Trapped Soul SAI -SET @ENTRY := 16482; -UPDATE `smart_scripts` SET `event_chance`=50 WHERE `entryorguid`=@ENTRY AND `id`=2; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `id`=3; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(@ENTRY, 0, 3, 0, 4, 0, 50, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Trapped Soul - On Aggro - Talk'); - - -UPDATE `creature_text` SET `type`=12 WHERE `entry`=16414 AND `groupid`=0 AND `id`=2; -- Ghostly Steward -UPDATE `creature_text` SET `type`=12 WHERE `entry`=16470 AND `groupid`=0 AND `id`=1; -- Ghostly Philanthropist - -DELETE FROM `creature_text` WHERE (`entry`=15551 AND `groupid`=1 AND `id`=0) OR (`entry`=15551 AND `groupid`=1 AND `id`=1) OR (`entry`=16389 AND `groupid`=0 AND `id`=0) OR (`entry`=16389 AND `groupid`=0 AND `id`=1) OR (`entry`=16389 AND `groupid`=1 AND `id`=0) OR (`entry`=16389 AND `groupid`=1 AND `id`=1) OR (`entry`=16406 AND `groupid`=0 AND `id`=2) OR (`entry`=16406 AND `groupid`=1 AND `id`=0) OR (`entry`=16406 AND `groupid`=1 AND `id`=1) OR (`entry`=16406 AND `groupid`=1 AND `id`=2) OR (`entry`=16407 AND `groupid`=1 AND `id`=0) OR (`entry`=16407 AND `groupid`=1 AND `id`=1) OR (`entry`=16407 AND `groupid`=1 AND `id`=2) OR (`entry`=16408 AND `groupid`=0 AND `id`=1) OR (`entry`=16408 AND `groupid`=0 AND `id`=2) OR (`entry`=16408 AND `groupid`=1 AND `id`=0) OR (`entry`=16408 AND `groupid`=1 AND `id`=1) OR (`entry`=16408 AND `groupid`=1 AND `id`=2) OR (`entry`=16408 AND `groupid`=1 AND `id`=3) OR (`entry`=16408 AND `groupid`=1 AND `id`=4) OR (`entry`=16409 AND `groupid`=0 AND `id`=1) OR (`entry`=16409 AND `groupid`=0 AND `id`=2) OR (`entry`=16409 AND `groupid`=1 AND `id`=0) OR (`entry`=16409 AND `groupid`=1 AND `id`=1) OR (`entry`=16409 AND `groupid`=1 AND `id`=2) OR (`entry`=16410 AND `groupid`=0 AND `id`=0) OR (`entry`=16410 AND `groupid`=0 AND `id`=1) OR (`entry`=16410 AND `groupid`=0 AND `id`=2) OR (`entry`=16410 AND `groupid`=1 AND `id`=0) OR (`entry`=16410 AND `groupid`=1 AND `id`=1) OR (`entry`=16410 AND `groupid`=1 AND `id`=2) OR (`entry`=16411 AND `groupid`=0 AND `id`=0) OR (`entry`=16411 AND `groupid`=0 AND `id`=1) OR (`entry`=16411 AND `groupid`=0 AND `id`=2) OR (`entry`=16411 AND `groupid`=1 AND `id`=0) OR (`entry`=16411 AND `groupid`=1 AND `id`=1) OR (`entry`=16411 AND `groupid`=1 AND `id`=2) OR (`entry`=16412 AND `groupid`=0 AND `id`=0) OR (`entry`=16412 AND `groupid`=0 AND `id`=1) OR (`entry`=16412 AND `groupid`=0 AND `id`=2) OR (`entry`=16412 AND `groupid`=1 AND `id`=0) OR (`entry`=16412 AND `groupid`=1 AND `id`=1) OR (`entry`=16412 AND `groupid`=1 AND `id`=2) OR (`entry`=16414 AND `groupid`=0 AND `id`=3) OR (`entry`=16414 AND `groupid`=1 AND `id`=0) OR (`entry`=16414 AND `groupid`=1 AND `id`=1) OR (`entry`=16414 AND `groupid`=1 AND `id`=2) OR (`entry`=16424 AND `groupid`=0 AND `id`=0) OR (`entry`=16424 AND `groupid`=0 AND `id`=1) OR (`entry`=16424 AND `groupid`=0 AND `id`=2) OR (`entry`=16424 AND `groupid`=1 AND `id`=0) OR (`entry`=16424 AND `groupid`=1 AND `id`=1) OR (`entry`=16424 AND `groupid`=1 AND `id`=2) OR (`entry`=16425 AND `groupid`=0 AND `id`=0) OR (`entry`=16425 AND `groupid`=0 AND `id`=1) OR (`entry`=16425 AND `groupid`=0 AND `id`=2) OR (`entry`=16425 AND `groupid`=1 AND `id`=0) OR (`entry`=16425 AND `groupid`=1 AND `id`=1) OR (`entry`=16425 AND `groupid`=1 AND `id`=2) OR (`entry`=16459 AND `groupid`=0 AND `id`=0) OR (`entry`=16459 AND `groupid`=0 AND `id`=1) OR (`entry`=16459 AND `groupid`=0 AND `id`=2) OR (`entry`=16459 AND `groupid`=0 AND `id`=3) OR (`entry`=16459 AND `groupid`=1 AND `id`=0) OR (`entry`=16459 AND `groupid`=1 AND `id`=1) OR (`entry`=16459 AND `groupid`=1 AND `id`=2) OR (`entry`=16459 AND `groupid`=2 AND `id`=0) OR (`entry`=16459 AND `groupid`=2 AND `id`=1) OR (`entry`=16459 AND `groupid`=2 AND `id`=2) OR (`entry`=16459 AND `groupid`=2 AND `id`=3) OR (`entry`=16459 AND `groupid`=2 AND `id`=4) OR (`entry`=16459 AND `groupid`=3 AND `id`=0) OR (`entry`=16459 AND `groupid`=3 AND `id`=1) OR (`entry`=16459 AND `groupid`=3 AND `id`=2) OR (`entry`=16459 AND `groupid`=3 AND `id`=3) OR (`entry`=16459 AND `groupid`=3 AND `id`=4) OR (`entry`=16459 AND `groupid`=3 AND `id`=5) OR (`entry`=16459 AND `groupid`=3 AND `id`=6) OR (`entry`=16460 AND `groupid`=0 AND `id`=3) OR (`entry`=16460 AND `groupid`=1 AND `id`=0) OR (`entry`=16460 AND `groupid`=1 AND `id`=1) OR (`entry`=16460 AND `groupid`=1 AND `id`=2) OR (`entry`=16460 AND `groupid`=2 AND `id`=0) OR (`entry`=16460 AND `groupid`=2 AND `id`=1) OR (`entry`=16460 AND `groupid`=2 AND `id`=2) OR (`entry`=16460 AND `groupid`=2 AND `id`=3) OR (`entry`=16460 AND `groupid`=2 AND `id`=4) OR (`entry`=16460 AND `groupid`=3 AND `id`=0) OR (`entry`=16460 AND `groupid`=3 AND `id`=1) OR (`entry`=16460 AND `groupid`=3 AND `id`=2) OR (`entry`=16460 AND `groupid`=3 AND `id`=3) OR (`entry`=16460 AND `groupid`=3 AND `id`=4) OR (`entry`=16460 AND `groupid`=3 AND `id`=5) OR (`entry`=16460 AND `groupid`=3 AND `id`=6) OR (`entry`=16461 AND `groupid`=0 AND `id`=0) OR (`entry`=16461 AND `groupid`=0 AND `id`=1) OR (`entry`=16461 AND `groupid`=0 AND `id`=2) OR (`entry`=16461 AND `groupid`=0 AND `id`=3) OR (`entry`=16461 AND `groupid`=1 AND `id`=0) OR (`entry`=16461 AND `groupid`=1 AND `id`=1) OR (`entry`=16461 AND `groupid`=1 AND `id`=2) OR (`entry`=16461 AND `groupid`=2 AND `id`=0) OR (`entry`=16461 AND `groupid`=2 AND `id`=1) OR (`entry`=16461 AND `groupid`=2 AND `id`=2) OR (`entry`=16461 AND `groupid`=2 AND `id`=3) OR (`entry`=16461 AND `groupid`=2 AND `id`=4) OR (`entry`=16461 AND `groupid`=3 AND `id`=0) OR (`entry`=16461 AND `groupid`=3 AND `id`=1) OR (`entry`=16461 AND `groupid`=3 AND `id`=2) OR (`entry`=16461 AND `groupid`=3 AND `id`=3) OR (`entry`=16461 AND `groupid`=3 AND `id`=4) OR (`entry`=16461 AND `groupid`=3 AND `id`=5) OR (`entry`=16461 AND `groupid`=3 AND `id`=6) OR (`entry`=16468 AND `groupid`=1 AND `id`=0) OR (`entry`=16468 AND `groupid`=1 AND `id`=1) OR (`entry`=16470 AND `groupid`=1 AND `id`=0) OR (`entry`=16470 AND `groupid`=1 AND `id`=1) OR (`entry`=16471 AND `groupid`=0 AND `id`=0) OR (`entry`=16471 AND `groupid`=0 AND `id`=1) OR (`entry`=16471 AND `groupid`=0 AND `id`=2) OR (`entry`=16471 AND `groupid`=0 AND `id`=3) OR (`entry`=16471 AND `groupid`=0 AND `id`=4) OR (`entry`=16471 AND `groupid`=1 AND `id`=0) OR (`entry`=16471 AND `groupid`=1 AND `id`=1) OR (`entry`=16472 AND `groupid`=0 AND `id`=0) OR (`entry`=16472 AND `groupid`=0 AND `id`=1) OR (`entry`=16472 AND `groupid`=1 AND `id`=0) OR (`entry`=16472 AND `groupid`=1 AND `id`=1) OR (`entry`=16473 AND `groupid`=0 AND `id`=0) OR (`entry`=16473 AND `groupid`=0 AND `id`=1) OR (`entry`=16473 AND `groupid`=1 AND `id`=0) OR (`entry`=16473 AND `groupid`=1 AND `id`=1) OR (`entry`=16481 AND `groupid`=1 AND `id`=0) OR (`entry`=16481 AND `groupid`=1 AND `id`=1) OR (`entry`=16482 AND `groupid`=1 AND `id`=0) OR (`entry`=16482 AND `groupid`=1 AND `id`=1); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `probability`, `sound`, `BroadcastTextId`, `comment`) VALUES -(15551, 1, 0, 'Intruder!', 12, 100, 0, 13773, 'Spectral Stable Hand - On Aggro'), -(15551, 1, 1, 'You are not welcome here!', 12, 100, 0, 13774, 'Spectral Stable Hand - On Aggro'), -(16389, 0, 0, 'You are not welcome here!', 12, 100, 0, 13774, 'Spectral Apprentice - On Aggro'), -(16389, 0, 1, 'You, hold there!', 12, 100, 0, 13798, 'Spectral Apprentice - On Aggro'), -(16389, 1, 0, 'I am lost...', 12, 100, 0, 13801, 'Spectral Apprentice - On Death'), -(16389, 1, 1, 'Why...?', 12, 100, 0, 13802, 'Spectral Apprentice - On Death'), -(16406, 0, 2, 'I mustn''t be afraid....', 12, 100, 0, 13849, 'Phantom Attendant - On Death'), -(16406, 1, 0, 'You''ll ruin everything!', 12, 100, 0, 13844, 'Phantom Attendant - On Aggro'), -(16406, 1, 1, 'Off with you!', 12, 100, 0, 13845, 'Phantom Attendant - On Aggro'), -(16406, 1, 2, 'We do not wish to be disturbed!', 12, 100, 0, 13846, 'Phantom Attendant - On Aggro'), -(16407, 1, 0, 'What is this?', 12, 100, 0, 13820, 'Spectral Servant - On Aggro'), -(16407, 1, 1, 'Invaders in the tower!', 12, 100, 0, 13821, 'Spectral Servant - On Aggro'), -(16407, 1, 2, 'Stop them!', 12, 100, 0, 13822, 'Spectral Servant - On Aggro'), -(16408, 0, 1, 'My time is done.', 12, 100, 0, 13857, 'Phantom Valet - On Death'), -(16408, 0, 2, 'No, not now! Not like this!', 12, 100, 0, 13858, 'Phantom Valet - On Death'), -(16408, 1, 0, 'Hey! Where do you think you are going, sneaking around like that?', 12, 100, 0, 13398, 'Phantom Valet - On Aggro'), -(16408, 1, 1, 'Excuse me, are you trying to sneak by without an invitation?', 12, 100, 0, 13399, 'Phantom Valet - On Aggro'), -(16408, 1, 2, 'Begone, outsider!', 12, 100, 0, 13851, 'Phantom Valet - On Aggro'), -(16408, 1, 3, 'You''ll not ruin the celebration!', 12, 100, 0, 13852, 'Phantom Valet - On Aggro'), -(16408, 1, 4, 'We are besieged!', 12, 100, 0, 13853, 'Phantom Valet - On Aggro'), -(16409, 0, 1, 'It''s not my time, not yet!', 12, 100, 0, 13842, 'Phantom Guest - On Death'), -(16409, 0, 2, 'All good things must come to an end.', 12, 100, 0, 13843, 'Phantom Guest - On Death'), -(16409, 1, 0, 'How dare you interfere?!', 12, 100, 0, 13838, 'Phantom Guest - On Aggro'), -(16409, 1, 1, 'You do not belong here!', 12, 100, 0, 13839, 'Phantom Guest - On Aggro'), -(16409, 1, 2, 'Leave us alone! Let us be!', 12, 100, 0, 13840, 'Phantom Guest - On Aggro'), -(16410, 0, 0, 'You''ll ruin everything!', 12, 100, 0, 13844, 'Spectral Retainer - On Aggro'), -(16410, 0, 1, 'Off with you!', 12, 100, 0, 13845, 'Spectral Retainer - On Aggro'), -(16410, 0, 2, 'We do not wish to be disturbed!', 12, 100, 0, 13846, 'Spectral Retainer - On Aggro'), -(16410, 1, 0, 'Where am I? What--', 12, 100, 0, 13847, 'Spectral Retainer - On Death'), -(16410, 1, 1, 'What is happening?', 12, 100, 0, 13848, 'Spectral Retainer - On Death'), -(16410, 1, 2, 'I mustn''t be afraid....', 12, 100, 0, 13849, 'Spectral Retainer - On Death'), -(16411, 0, 0, 'I''ll chop you into minced meat!', 12, 100, 0, 13861, 'Spectral Chef - On Aggro'), -(16411, 0, 1, 'I''ll gut you like a fish!', 12, 100, 0, 13862, 'Spectral Chef - On Aggro'), -(16411, 0, 2, 'I''ll carve the meat from your bones!', 12, 100, 0, 13863, 'Spectral Chef - On Aggro'), -(16411, 1, 0, 'I have served to the last....', 12, 100, 0, 13864, 'Spectral Chef - On Death'), -(16411, 1, 1, 'This isn''t the end; it can''t be!', 12, 100, 0, 13865, 'Spectral Chef - On Death'), -(16411, 1, 2, 'I tried, master. I tried.', 12, 100, 0, 13866, 'Spectral Chef - On Death'), -(16412, 0, 0, 'I''ll chop you into minced meat!', 12, 100, 0, 13861, 'Ghostly Baker - On Aggro'), -(16412, 0, 1, 'I''ll gut you like a fish!', 12, 100, 0, 13862, 'Ghostly Baker - On Aggro'), -(16412, 0, 2, 'I''ll carve the meat from your bones!', 12, 100, 0, 13863, 'Ghostly Baker - On Aggro'), -(16412, 1, 0, 'I have served to the last....', 12, 100, 0, 13864, 'Ghostly Baker - On Death'), -(16412, 1, 1, 'This isn''t the end; it can''t be!', 12, 100, 0, 13865, 'Ghostly Baker - On Death'), -(16412, 1, 2, 'I tried, master. I tried.', 12, 100, 0, 13866, 'Ghostly Baker - On Death'), -(16414, 0, 3, 'How dare you spill the master''s wine!', 12, 100, 0, 13435, 'Ghostly Steward - On Death'), -(16414, 1, 0, 'Impudent outsiders!', 12, 100, 0, 13876, 'Ghostly Steward - On Aggro'), -(16414, 1, 1, 'Meddling fools! You will pay with your lives!', 12, 100, 0, 13877, 'Ghostly Steward - On Aggro'), -(16414, 1, 2, 'You''ll never make it out alive....', 12, 100, 0, 13879, 'Ghostly Steward - On Aggro'), -(16424, 0, 0, 'What is this?', 12, 100, 0, 13820, 'Spectral Sentry - On Aggro'), -(16424, 0, 1, 'Invaders in the tower!', 12, 100, 0, 13821, 'Spectral Sentry - On Aggro'), -(16424, 0, 2, 'Stop them!', 12, 100, 0, 13822, 'Spectral Sentry - On Aggro'), -(16424, 1, 0, 'You will be punished!', 12, 100, 0, 13835, 'Spectral Sentry - On Death'), -(16424, 1, 1, 'You... will... pay.', 12, 100, 0, 13836, 'Spectral Sentry - On Death'), -(16424, 1, 2, 'I have failed....', 12, 100, 0, 13834, 'Spectral Sentry - On Death'), -(16425, 0, 0, 'To arms!', 12, 100, 0, 13829, 'Phantom Guardsman - On Aggro'), -(16425, 0, 1, 'Protect the tower!', 12, 100, 0, 13830, 'Phantom Guardsman - On Aggro'), -(16425, 0, 2, 'Have at them!', 12, 100, 0, 13831, 'Phantom Guardsman - On Aggro'), -(16425, 1, 0, 'You will be punished!', 12, 100, 0, 13835, 'Phantom Guardsman - On Death'), -(16425, 1, 1, 'You... will... pay.', 12, 100, 0, 13836, 'Phantom Guardsman - On Death'), -(16425, 1, 2, 'I have failed....', 12, 100, 0, 13834, 'Phantom Guardsman - On Death'), -(16459, 0, 0, 'So I said, "Yeah, but that''ll cost you extra."', 12, 100, 0, 13883, 'Wanton Hostess - Out of Combat'), -(16459, 0, 1, 'Five seconds. I''m not kidding!', 12, 100, 0, 13884, 'Wanton Hostess - Out of Combat'), -(16459, 0, 2, 'He asked if the imp could join in--can you believe it? Actually, it wasn''t half bad....', 12, 100, 0, 13885, 'Wanton Hostess - Out of Combat'), -(16459, 0, 3, 'They fall asleep after. Me, I fall asleep during....', 12, 100, 0, 13886, 'Wanton Hostess - Out of Combat'), -(16459, 1, 0, 'Come play with me!', 12, 100, 0, 13880, 'Wanton Hostess - On Aggro'), -(16459, 1, 1, 'You WILL be mine.', 12, 100, 0, 13881, 'Wanton Hostess - On Aggro'), -(16459, 1, 2, 'Come here, pretty. You have what I need!', 12, 100, 0, 13882, 'Wanton Hostess - On Aggro'), -(16459, 2, 0, 'It was fun while it lasted....', 12, 100, 0, 13889, 'Wanton Hostess - On Death'), -(16459, 2, 1, '<sigh> It''s always over too soon.', 12, 100, 0, 13890, 'Wanton Hostess - On Death'), -(16459, 2, 2, 'Just when things were getting interesting.', 12, 100, 0, 13897, 'Wanton Hostess - On Death'), -(16459, 2, 3, 'We could have had so much fun!', 12, 100, 0, 13898, 'Wanton Hostess - On Death'), -(16459, 3, 0, 'Come any closer, and I''ll scream.', 12, 100, 0, 13887, 'Wanton Hostess - On Transform'), -(16459, 3, 1, 'I want to show you a different side of me....', 12, 100, 0, 13888, 'Wanton Hostess - On Transform'), -(16459, 3, 2, 'I want you to be with me... forever and ever.', 12, 100, 0, 13891, 'Wanton Hostess - On Transform'), -(16459, 3, 3, 'Shhh... I have a little secret I''ve been keeping.\n', 12, 100, 0, 13892, 'Wanton Hostess - On Transform'), -(16459, 3, 4, 'I''ve been very, very naughty....', 12, 100, 0, 13895, 'Wanton Hostess - On Transform'), -(16459, 3, 5, 'Enough foreplay. Let''s get down to business.', 12, 100, 0, 13896, 'Wanton Hostess - On Transform'), -(16460, 0, 3, 'They fall asleep after. Me, I fall asleep during....', 12, 100, 0, 13886, 'Night Mistress - Out of Combat'), -(16460, 1, 0, 'Come play with me!', 12, 100, 0, 13880, 'Night Mistress - On Aggro'), -(16460, 1, 1, 'You WILL be mine.', 12, 100, 0, 13881, 'Night Mistress - On Aggro'), -(16460, 1, 2, 'Come here, pretty. You have what I need!', 12, 100, 0, 13882, 'Night Mistress - On Aggro'), -(16460, 2, 0, 'It was fun while it lasted....', 12, 100, 0, 13889, 'Night Mistress - On Death'), -(16460, 2, 1, '<sigh> It''s always over too soon.', 12, 100, 0, 13890, 'Night Mistress - On Death'), -(16460, 2, 2, 'Just when things were getting interesting.', 12, 100, 0, 13897, 'Night Mistress - On Death'), -(16460, 2, 3, 'We could have had so much fun!', 12, 100, 0, 13898, 'Night Mistress - On Death'), -(16460, 3, 0, 'Come any closer, and I''ll scream.', 12, 100, 0, 13887, 'Night Mistress - On Transform'), -(16460, 3, 1, 'I want to show you a different side of me....', 12, 100, 0, 13888, 'Night Mistress - On Transform'), -(16460, 3, 2, 'I want you to be with me... forever and ever.', 12, 100, 0, 13891, 'Night Mistress - On Transform'), -(16460, 3, 3, 'Shhh... I have a little secret I''ve been keeping.\n', 12, 100, 0, 13892, 'Night Mistress - On Transform'), -(16460, 3, 4, 'I''ve been very, very naughty....', 12, 100, 0, 13895, 'Night Mistress - On Transform'), -(16460, 3, 5, 'Enough foreplay. Let''s get down to business.', 12, 100, 0, 13896, 'Night Mistress - On Transform'), -(16461, 0, 0, 'So I said, "Yeah, but that''ll cost you extra."', 12, 100, 0, 13883, 'Concubine - Out of Combat'), -(16461, 0, 1, 'Five seconds. I''m not kidding!', 12, 100, 0, 13884, 'Concubine - Out of Combat'), -(16461, 0, 2, 'He asked if the imp could join in--can you believe it? Actually, it wasn''t half bad....', 12, 100, 0, 13885, 'Concubine - Out of Combat'), -(16461, 0, 3, 'They fall asleep after. Me, I fall asleep during....', 12, 100, 0, 13886, 'Concubine - Out of Combat'), -(16461, 1, 0, 'Come play with me!', 12, 100, 0, 13880, 'Concubine - On Aggro'), -(16461, 1, 1, 'You WILL be mine.', 12, 100, 0, 13881, 'Concubine - On Aggro'), -(16461, 1, 2, 'Come here, pretty. You have what I need!', 12, 100, 0, 13882, 'Concubine - On Aggro'), -(16461, 2, 0, 'It was fun while it lasted....', 12, 100, 0, 13889, 'Concubine - On Death'), -(16461, 2, 1, '<sigh> It''s always over too soon.', 12, 100, 0, 13890, 'Concubine - On Death'), -(16461, 2, 2, 'Just when things were getting interesting.', 12, 100, 0, 13897, 'Concubine - On Death'), -(16461, 2, 3, 'We could have had so much fun!', 12, 100, 0, 13898, 'Concubine - On Death'), -(16461, 3, 0, 'Come any closer, and I''ll scream.', 12, 100, 0, 13887, 'Concubine - On Transform'), -(16461, 3, 1, 'I want to show you a different side of me....', 12, 100, 0, 13888, 'Concubine - On Transform'), -(16461, 3, 2, 'I want you to be with me... forever and ever.', 12, 100, 0, 13891, 'Concubine - On Transform'), -(16461, 3, 3, 'Shhh... I have a little secret I''ve been keeping.\n', 12, 100, 0, 13892, 'Concubine - On Transform'), -(16461, 3, 4, 'I''ve been very, very naughty....', 12, 100, 0, 13895, 'Concubine - On Transform'), -(16461, 3, 5, 'Enough foreplay. Let''s get down to business.', 12, 100, 0, 13896, 'Concubine - On Transform'), -(16468, 1, 0, 'You must not interfere!', 12, 100, 0, 13916, 'Spectral Patron - On Aggro'), -(16468, 1, 1, 'What are you doing? Be off!', 12, 100, 0, 13917, 'Spectral Patron - On Aggro'), -(16470, 1, 0, 'You were not invited!', 12, 100, 0, 13943, 'Ghostly Philanthropist - On Aggro'), -(16470, 1, 1, 'Your insolence will not be tolerated!', 12, 100, 0, 13942, 'Ghostly Philanthropist - On Aggro'), -(16471, 0, 0, 'Clear the area!', 12, 100, 0, 13920, 'Skeletal Usher - On Aggro'), -(16471, 0, 1, 'Where''s your ticket?', 12, 100, 0, 13921, 'Skeletal Usher - On Aggro'), -(16471, 0, 2, 'The show is for guests only!', 12, 100, 0, 13922, 'Skeletal Usher - On Aggro'), -(16471, 0, 3, 'You should not have come here!', 12, 100, 0, 13923, 'Skeletal Usher - On Aggro'), -(16471, 0, 4, 'You''ll be joining the other guests now....', 12, 100, 0, 13924, 'Skeletal Usher - On Aggro'), -(16471, 1, 0, 'You cannot stop us all!', 12, 100, 0, 13925, 'Skeletal Usher - On Death'), -(16471, 1, 1, 'Your death will soon follow....', 12, 100, 0, 13926, 'Skeletal Usher - On Death'), -(16472, 0, 0, 'You''re not allowed here!', 12, 100, 0, 13928, 'Phantom Stagehand - On Aggro'), -(16472, 0, 1, 'You''re not a guest!', 12, 100, 0, 13929, 'Phantom Stagehand - On Aggro'), -(16472, 1, 0, 'Am I released from my duties?', 12, 100, 0, 13930, 'Phantom Stagehand - On Death'), -(16472, 1, 1, 'At last, my work is done.', 12, 100, 0, 13931, 'Phantom Stagehand - On Death'), -(16473, 0, 0, 'I will not be upstaged by amateurs!', 12, 100, 0, 13938, 'Spectral Performer - On Aggro'), -(16473, 0, 1, 'The show must go on!', 12, 100, 0, 13939, 'Spectral Performer - On Aggro'), -(16473, 1, 0, 'It''s so cold, so dark.... I''m not overacting, am I?', 12, 100, 0, 13940, 'Spectral Performer - On Death'), -(16473, 1, 1, 'Make sure my name is spelled correctly on the tombst--', 12, 100, 0, 13941, 'Spectral Performer - On Death'), -(16481, 1, 0, 'You will find no reward here, only death!', 12, 100, 0, 13946, 'Ghastly Haunt - On Aggro'), -(16481, 1, 1, 'Visitors are forbidden!', 12, 100, 0, 13947, 'Ghastly Haunt - On Aggro'), -(16482, 1, 0, 'You will find no reward here, only death!', 12, 100, 0, 13946, 'Trapped Soul - On Aggro'), -(16482, 1, 1, 'Visitors are forbidden!', 12, 100, 0, 13947, 'Trapped Soul - On Aggro'); diff --git a/sql/updates/world/2014_10_12_01_world.sql b/sql/updates/world/2014_10_12_01_world.sql deleted file mode 100644 index d34ce5b4dbf..00000000000 --- a/sql/updates/world/2014_10_12_01_world.sql +++ /dev/null @@ -1,12 +0,0 @@ --- Insert "Brazie's Black Book of Secrets" into Brazie Getz's vendor table -DELETE FROM `npc_vendor` WHERE `entry`=37904 AND `item`=49926; -INSERT INTO `npc_vendor` (`entry`, `item`, `maxcount`, `incrtime`, `ExtendedCost`, `VerifiedBuild`) VALUES -(37904, 49926, 0, 0, 0, 0); --- Add various Brazie's "guides" inside "Brazie's Black Book of Secrets" -DELETE FROM `item_loot_template` WHERE `Entry`=49926 AND `Item` IN (49918, 49922, 49923, 49924, 49925); -INSERT INTO `item_loot_template` (`Entry`, `Item`, `Chance`, `QuestRequired`, `LootMode`, `GroupId`, `MinCount`, `MaxCount`) VALUES -(49926, 49918, 100, 0, 1, 0, 1, 1), -- Brazie's Guide to Getting Good with Gnomish Girls -(49926, 49922, 100, 0, 1, 0, 1, 1), -- Brazie's Dictionary of Devilish Draenei Damsels -(49926, 49923, 100, 0, 1, 0, 1, 1), -- Brazie's Document on Dwarven Dates in Dun Morogh -(49926, 49924, 100, 0, 1, 0, 1, 1), -- Brazie's Notes on Naughty Night Elves -(49926, 49925, 100, 0, 1, 0, 1, 1); -- Brazie's Handbook to Handling Human Hunnies diff --git a/sql/updates/world/2014_10_12_02_world.sql b/sql/updates/world/2014_10_12_02_world.sql deleted file mode 100644 index 42417c4602a..00000000000 --- a/sql/updates/world/2014_10_12_02_world.sql +++ /dev/null @@ -1,2 +0,0 @@ --- -DELETE FROM `spell_dbc` WHERE `Id` = 100001; diff --git a/sql/updates/world/2014_10_12_03_world.sql b/sql/updates/world/2014_10_12_03_world.sql deleted file mode 100644 index 7f6649cd271..00000000000 --- a/sql/updates/world/2014_10_12_03_world.sql +++ /dev/null @@ -1,2 +0,0 @@ --- -UPDATE `spell_dbc` SET `AttributesEx3` = 0 WHERE `Id` = 65142; diff --git a/sql/updates/world/2014_10_12_04_world.sql b/sql/updates/world/2014_10_12_04_world.sql deleted file mode 100644 index b522b5fc927..00000000000 --- a/sql/updates/world/2014_10_12_04_world.sql +++ /dev/null @@ -1,3 +0,0 @@ -UPDATE `smart_scripts` SET `link`=12 WHERE `entryorguid`=11680 AND `source_type`=0 AND `id`=11; -UPDATE `smart_scripts` SET `link`=2 WHERE `entryorguid`=18855 AND `source_type`=0 AND `id`=1; -UPDATE `smart_scripts` SET `link`=18 WHERE `entryorguid`=26670 AND `source_type`=0 AND `id`=18; diff --git a/sql/updates/world/2014_10_12_05_world.sql b/sql/updates/world/2014_10_12_05_world.sql deleted file mode 100644 index 8ea7ba0aea1..00000000000 --- a/sql/updates/world/2014_10_12_05_world.sql +++ /dev/null @@ -1,2 +0,0 @@ --- -UPDATE `spell_dbc` SET `AttributesEx3` = 128 WHERE `Id` = 65142; diff --git a/sql/updates/world/2014_10_12_06_world.sql b/sql/updates/world/2014_10_12_06_world.sql deleted file mode 100644 index c448e6cbd98..00000000000 --- a/sql/updates/world/2014_10_12_06_world.sql +++ /dev/null @@ -1,8 +0,0 @@ -DELETE FROM `creature_loot_template` WHERE `Entry`=15623; -INSERT INTO `creature_loot_template`(`Entry`,`Item`,`Chance`,`MinCount`,`MaxCount`) VALUES -(15623,14047,19,1,4), -(15623,14256,3,1,1), -(15623,8952,2,1,1), -(15623,13446,1.3,1,1), -(15623,13443,0.3,1,1), -(15623,14283,0.11,1,1); diff --git a/sql/updates/world/2014_10_12_07_world.sql b/sql/updates/world/2014_10_12_07_world.sql deleted file mode 100644 index 1bd0e4d9352..00000000000 --- a/sql/updates/world/2014_10_12_07_world.sql +++ /dev/null @@ -1,2 +0,0 @@ -DELETE FROM `creature_loot_template` WHERE `Entry`=15623 AND `Item`=12002; -INSERT INTO `creature_loot_template`(`Entry`,`Item`,`Chance`,`MinCount`,`MaxCount`) VALUE (15623,12002,0.13,1,1); diff --git a/sql/updates/world/2014_10_13_00_world.sql b/sql/updates/world/2014_10_13_00_world.sql deleted file mode 100644 index 1af4567bfae..00000000000 --- a/sql/updates/world/2014_10_13_00_world.sql +++ /dev/null @@ -1,2 +0,0 @@ -UPDATE `smart_scripts` SET `link`=18 WHERE `entryorguid`=26670 AND `source_type`=0 AND `id`=17; -UPDATE `smart_scripts` SET `link`=20 WHERE `entryorguid`=26670 AND `source_type`=0 AND `id`=19; diff --git a/sql/updates/world/2014_10_13_01_world.sql b/sql/updates/world/2014_10_13_01_world.sql deleted file mode 100644 index 33ab4d3ecda..00000000000 --- a/sql/updates/world/2014_10_13_01_world.sql +++ /dev/null @@ -1,423 +0,0 @@ -DELETE FROM `creature_text` WHERE (`entry`=315 AND `groupid`=0 AND `id`=2) OR (`entry`=706 AND `groupid`=0 AND `id`=3) OR (`entry`=1398 AND `groupid`=0 AND `id`=3) OR (`entry`=1398 AND `groupid`=0 AND `id`=4) OR (`entry`=1398 AND `groupid`=0 AND `id`=5) OR (`entry`=1399 AND `groupid`=0 AND `id`=3) OR (`entry`=1399 AND `groupid`=0 AND `id`=4) OR (`entry`=1399 AND `groupid`=0 AND `id`=5) OR (`entry`=1410 AND `groupid`=0 AND `id`=2) OR (`entry`=1410 AND `groupid`=0 AND `id`=3) OR (`entry`=1410 AND `groupid`=0 AND `id`=4) OR (`entry`=1410 AND `groupid`=0 AND `id`=5) OR (`entry`=1493 AND `groupid`=0 AND `id`=0) OR (`entry`=1493 AND `groupid`=0 AND `id`=6) OR (`entry`=1493 AND `groupid`=0 AND `id`=7) OR (`entry`=1719 AND `groupid`=0 AND `id`=3) OR (`entry`=1719 AND `groupid`=0 AND `id`=4) OR (`entry`=1976 AND `groupid`=0 AND `id`=3) OR (`entry`=1976 AND `groupid`=0 AND `id`=4) OR (`entry`=1976 AND `groupid`=0 AND `id`=5) OR (`entry`=1976 AND `groupid`=0 AND `id`=6) OR (`entry`=1976 AND `groupid`=0 AND `id`=7) OR (`entry`=2044 AND `groupid`=0 AND `id`=2) OR (`entry`=2396 AND `groupid`=0 AND `id`=2) OR (`entry`=2922 AND `groupid`=0 AND `id`=3) OR (`entry`=2922 AND `groupid`=0 AND `id`=4) OR (`entry`=3218 AND `groupid`=0 AND `id`=3) OR (`entry`=3218 AND `groupid`=0 AND `id`=4) OR (`entry`=3218 AND `groupid`=0 AND `id`=5) OR (`entry`=3218 AND `groupid`=0 AND `id`=6) OR (`entry`=3218 AND `groupid`=0 AND `id`=7) OR (`entry`=3296 AND `groupid`=0 AND `id`=3) OR (`entry`=3296 AND `groupid`=0 AND `id`=4) OR (`entry`=3296 AND `groupid`=0 AND `id`=5) OR (`entry`=3296 AND `groupid`=0 AND `id`=6) OR (`entry`=3296 AND `groupid`=0 AND `id`=7) OR (`entry`=3502 AND `groupid`=0 AND `id`=3) OR (`entry`=3502 AND `groupid`=0 AND `id`=4) OR (`entry`=3502 AND `groupid`=0 AND `id`=5) OR (`entry`=3502 AND `groupid`=0 AND `id`=6) OR (`entry`=3502 AND `groupid`=0 AND `id`=7) OR (`entry`=3504 AND `groupid`=0 AND `id`=3) OR (`entry`=3504 AND `groupid`=1 AND `id`=3) OR (`entry`=3518 AND `groupid`=0 AND `id`=2) OR (`entry`=3518 AND `groupid`=0 AND `id`=3) OR (`entry`=3520 AND `groupid`=0 AND `id`=3) OR (`entry`=3520 AND `groupid`=1 AND `id`=3) OR (`entry`=4624 AND `groupid`=0 AND `id`=3) OR (`entry`=4624 AND `groupid`=0 AND `id`=4) OR (`entry`=4624 AND `groupid`=0 AND `id`=5) OR (`entry`=4624 AND `groupid`=0 AND `id`=6) OR (`entry`=4624 AND `groupid`=0 AND `id`=7) OR (`entry`=4979 AND `groupid`=2 AND `id`=3) OR (`entry`=5355 AND `groupid`=0 AND `id`=0) OR (`entry`=5355 AND `groupid`=0 AND `id`=1) OR (`entry`=5355 AND `groupid`=0 AND `id`=4) OR (`entry`=5355 AND `groupid`=0 AND `id`=5) OR (`entry`=5391 AND `groupid`=0 AND `id`=1) OR (`entry`=5391 AND `groupid`=2 AND `id`=2) OR (`entry`=5662 AND `groupid`=0 AND `id`=8) OR (`entry`=5698 AND `groupid`=0 AND `id`=8) OR (`entry`=5699 AND `groupid`=0 AND `id`=5) OR (`entry`=5955 AND `groupid`=0 AND `id`=2) OR (`entry`=5955 AND `groupid`=0 AND `id`=3) OR (`entry`=5955 AND `groupid`=0 AND `id`=4) OR (`entry`=5955 AND `groupid`=0 AND `id`=5) OR (`entry`=5955 AND `groupid`=0 AND `id`=6) OR (`entry`=5955 AND `groupid`=0 AND `id`=7) OR (`entry`=10541 AND `groupid`=0 AND `id`=3) OR (`entry`=10541 AND `groupid`=1 AND `id`=3) OR (`entry`=10541 AND `groupid`=1 AND `id`=4) OR (`entry`=10541 AND `groupid`=1 AND `id`=5) OR (`entry`=10541 AND `groupid`=1 AND `id`=6) OR (`entry`=10799 AND `groupid`=0 AND `id`=3) OR (`entry`=11136 AND `groupid`=0 AND `id`=2) OR (`entry`=11136 AND `groupid`=0 AND `id`=3) OR (`entry`=11136 AND `groupid`=0 AND `id`=4) OR (`entry`=11190 AND `groupid`=0 AND `id`=3) OR (`entry`=11190 AND `groupid`=0 AND `id`=4) OR (`entry`=11190 AND `groupid`=0 AND `id`=5) OR (`entry`=11190 AND `groupid`=0 AND `id`=6) OR (`entry`=11190 AND `groupid`=0 AND `id`=7) OR (`entry`=11582 AND `groupid`=0 AND `id`=3) OR (`entry`=11582 AND `groupid`=0 AND `id`=4) OR (`entry`=12337 AND `groupid`=0 AND `id`=3) OR (`entry`=15184 AND `groupid`=0 AND `id`=3) OR (`entry`=15184 AND `groupid`=0 AND `id`=4) OR (`entry`=15184 AND `groupid`=0 AND `id`=5) OR (`entry`=15184 AND `groupid`=0 AND `id`=6) OR (`entry`=15184 AND `groupid`=0 AND `id`=7) OR (`entry`=17259 AND `groupid`=0 AND `id`=3) OR (`entry`=17259 AND `groupid`=0 AND `id`=4) OR (`entry`=17259 AND `groupid`=0 AND `id`=5) OR (`entry`=17259 AND `groupid`=0 AND `id`=6) OR (`entry`=17271 AND `groupid`=0 AND `id`=3) OR (`entry`=17271 AND `groupid`=0 AND `id`=4) OR (`entry`=17271 AND `groupid`=0 AND `id`=5) OR (`entry`=17271 AND `groupid`=0 AND `id`=6) OR (`entry`=17491 AND `groupid`=0 AND `id`=2) OR (`entry`=17491 AND `groupid`=0 AND `id`=3) OR (`entry`=17491 AND `groupid`=0 AND `id`=4) OR (`entry`=17491 AND `groupid`=0 AND `id`=5) OR (`entry`=17491 AND `groupid`=0 AND `id`=6) OR (`entry`=18103 AND `groupid`=0 AND `id`=2) OR (`entry`=18103 AND `groupid`=0 AND `id`=3) OR (`entry`=18103 AND `groupid`=0 AND `id`=4) OR (`entry`=19283 AND `groupid`=0 AND `id`=3) OR (`entry`=21114 AND `groupid`=0 AND `id`=6) OR (`entry`=21661 AND `groupid`=1 AND `id`=3) OR (`entry`=21661 AND `groupid`=1 AND `id`=4) OR (`entry`=21661 AND `groupid`=1 AND `id`=5) OR (`entry`=21661 AND `groupid`=1 AND `id`=6) OR (`entry`=21661 AND `groupid`=1 AND `id`=7) OR (`entry`=22314 AND `groupid`=0 AND `id`=4) OR (`entry`=23311 AND `groupid`=0 AND `id`=7) OR (`entry`=23861 AND `groupid`=0 AND `id`=7) OR (`entry`=25428 AND `groupid`=0 AND `id`=3) OR (`entry`=25429 AND `groupid`=0 AND `id`=3) OR (`entry`=25682 AND `groupid`=0 AND `id`=1) OR (`entry`=25682 AND `groupid`=0 AND `id`=2) OR (`entry`=28608 AND `groupid`=0 AND `id`=3) OR (`entry`=28608 AND `groupid`=0 AND `id`=4) OR (`entry`=28608 AND `groupid`=0 AND `id`=5) OR (`entry`=28608 AND `groupid`=0 AND `id`=6) OR (`entry`=28609 AND `groupid`=0 AND `id`=3) OR (`entry`=28609 AND `groupid`=0 AND `id`=4) OR (`entry`=28609 AND `groupid`=0 AND `id`=5) OR (`entry`=28609 AND `groupid`=0 AND `id`=6) OR (`entry`=28611 AND `groupid`=0 AND `id`=3) OR (`entry`=28611 AND `groupid`=0 AND `id`=4) OR (`entry`=28611 AND `groupid`=0 AND `id`=5) OR (`entry`=28611 AND `groupid`=0 AND `id`=6) OR (`entry`=28714 AND `groupid`=0 AND `id`=3) OR (`entry`=28714 AND `groupid`=0 AND `id`=4) OR (`entry`=28714 AND `groupid`=0 AND `id`=5) OR (`entry`=28714 AND `groupid`=0 AND `id`=6) OR (`entry`=28715 AND `groupid`=0 AND `id`=3) OR (`entry`=28715 AND `groupid`=0 AND `id`=4) OR (`entry`=28715 AND `groupid`=0 AND `id`=5) OR (`entry`=28715 AND `groupid`=0 AND `id`=6) OR (`entry`=28721 AND `groupid`=0 AND `id`=6) OR (`entry`=28723 AND `groupid`=0 AND `id`=3) OR (`entry`=28723 AND `groupid`=0 AND `id`=4) OR (`entry`=28723 AND `groupid`=0 AND `id`=5) OR (`entry`=28723 AND `groupid`=0 AND `id`=6) OR (`entry`=28725 AND `groupid`=0 AND `id`=4) OR (`entry`=28725 AND `groupid`=0 AND `id`=5) OR (`entry`=28725 AND `groupid`=0 AND `id`=6) OR (`entry`=28726 AND `groupid`=0 AND `id`=6) OR (`entry`=28727 AND `groupid`=0 AND `id`=4) OR (`entry`=28727 AND `groupid`=0 AND `id`=5) OR (`entry`=28727 AND `groupid`=0 AND `id`=6) OR (`entry`=28750 AND `groupid`=0 AND `id`=0) OR (`entry`=28750 AND `groupid`=0 AND `id`=3) OR (`entry`=28989 AND `groupid`=0 AND `id`=6) OR (`entry`=28994 AND `groupid`=0 AND `id`=4) OR (`entry`=28994 AND `groupid`=0 AND `id`=5) OR (`entry`=28994 AND `groupid`=0 AND `id`=6) OR (`entry`=28997 AND `groupid`=0 AND `id`=4) OR (`entry`=28997 AND `groupid`=0 AND `id`=5) OR (`entry`=28997 AND `groupid`=0 AND `id`=6) OR (`entry`=29647 AND `groupid`=1 AND `id`=4) OR (`entry`=29647 AND `groupid`=1 AND `id`=8) OR (`entry`=29647 AND `groupid`=1 AND `id`=9) OR (`entry`=29647 AND `groupid`=1 AND `id`=10) OR (`entry`=29686 AND `groupid`=0 AND `id`=3) OR (`entry`=29686 AND `groupid`=0 AND `id`=4) OR (`entry`=29686 AND `groupid`=0 AND `id`=5) OR (`entry`=29686 AND `groupid`=0 AND `id`=6) OR (`entry`=29884 AND `groupid`=1 AND `id`=8) OR (`entry`=29884 AND `groupid`=1 AND `id`=9) OR (`entry`=29884 AND `groupid`=1 AND `id`=10) OR (`entry`=29491 AND `groupid`=0 AND `id`=2) OR (`entry`=29491 AND `groupid`=0 AND `id`=3) OR (`entry`=29491 AND `groupid`=0 AND `id`=4) OR (`entry`=29491 AND `groupid`=0 AND `id`=5) OR (`entry`=29491 AND `groupid`=0 AND `id`=6) OR (`entry`=29523 AND `groupid`=0 AND `id`=4) OR (`entry`=29523 AND `groupid`=0 AND `id`=5) OR (`entry`=29523 AND `groupid`=0 AND `id`=6) OR (`entry`=30012 AND `groupid`=0 AND `id`=4) OR (`entry`=31397 AND `groupid`=0 AND `id`=5) OR (`entry`=31397 AND `groupid`=0 AND `id`=6) OR (`entry`=31397 AND `groupid`=0 AND `id`=7) OR (`entry`=33027 AND `groupid`=0 AND `id`=5) OR (`entry`=33027 AND `groupid`=0 AND `id`=6) OR (`entry`=33853 AND `groupid`=0 AND `id`=3) OR (`entry`=36764 AND `groupid`=0 AND `id`=5) OR (`entry`=36764 AND `groupid`=0 AND `id`=6) OR (`entry`=36764 AND `groupid`=0 AND `id`=7) OR (`entry`=36764 AND `groupid`=0 AND `id`=8) OR (`entry`=36764 AND `groupid`=0 AND `id`=9) OR (`entry`=36764 AND `groupid`=0 AND `id`=10) OR (`entry`=36764 AND `groupid`=0 AND `id`=11) OR (`entry`=36764 AND `groupid`=0 AND `id`=12) OR (`entry`=36764 AND `groupid`=0 AND `id`=13) OR (`entry`=36764 AND `groupid`=0 AND `id`=14) OR (`entry`=36764 AND `groupid`=0 AND `id`=15) OR (`entry`=36764 AND `groupid`=0 AND `id`=16) OR (`entry`=36764 AND `groupid`=0 AND `id`=17) OR (`entry`=36764 AND `groupid`=0 AND `id`=18) OR (`entry`=36764 AND `groupid`=0 AND `id`=19) OR (`entry`=36764 AND `groupid`=0 AND `id`=20) OR (`entry`=36764 AND `groupid`=0 AND `id`=21) OR (`entry`=36764 AND `groupid`=0 AND `id`=22) OR (`entry`=36764 AND `groupid`=0 AND `id`=23) OR (`entry`=36764 AND `groupid`=0 AND `id`=24) OR (`entry`=36765 AND `groupid`=0 AND `id`=5) OR (`entry`=36765 AND `groupid`=0 AND `id`=6) OR (`entry`=36765 AND `groupid`=0 AND `id`=7) OR (`entry`=36765 AND `groupid`=0 AND `id`=8) OR (`entry`=36765 AND `groupid`=0 AND `id`=9) OR (`entry`=36765 AND `groupid`=0 AND `id`=10) OR (`entry`=36765 AND `groupid`=0 AND `id`=11) OR (`entry`=36765 AND `groupid`=0 AND `id`=12) OR (`entry`=36765 AND `groupid`=0 AND `id`=13) OR (`entry`=36765 AND `groupid`=0 AND `id`=14) OR (`entry`=36765 AND `groupid`=0 AND `id`=15) OR (`entry`=36765 AND `groupid`=0 AND `id`=16) OR (`entry`=36765 AND `groupid`=0 AND `id`=17) OR (`entry`=36765 AND `groupid`=0 AND `id`=18) OR (`entry`=36765 AND `groupid`=0 AND `id`=19) OR (`entry`=36765 AND `groupid`=0 AND `id`=20) OR (`entry`=36765 AND `groupid`=0 AND `id`=21) OR (`entry`=36765 AND `groupid`=0 AND `id`=22) OR (`entry`=36765 AND `groupid`=0 AND `id`=23) OR (`entry`=36765 AND `groupid`=0 AND `id`=24) OR (`entry`=36766 AND `groupid`=0 AND `id`=5) OR (`entry`=36766 AND `groupid`=0 AND `id`=6) OR (`entry`=36766 AND `groupid`=0 AND `id`=7) OR (`entry`=36766 AND `groupid`=0 AND `id`=8) OR (`entry`=36766 AND `groupid`=0 AND `id`=9) OR (`entry`=36766 AND `groupid`=0 AND `id`=10) OR (`entry`=36766 AND `groupid`=0 AND `id`=11) OR (`entry`=36766 AND `groupid`=0 AND `id`=12) OR (`entry`=36766 AND `groupid`=0 AND `id`=13) OR (`entry`=36766 AND `groupid`=0 AND `id`=14) OR (`entry`=36766 AND `groupid`=0 AND `id`=15) OR (`entry`=36766 AND `groupid`=0 AND `id`=16) OR (`entry`=36766 AND `groupid`=0 AND `id`=17) OR (`entry`=36766 AND `groupid`=0 AND `id`=18) OR (`entry`=36766 AND `groupid`=0 AND `id`=19) OR (`entry`=36766 AND `groupid`=0 AND `id`=20) OR (`entry`=36766 AND `groupid`=0 AND `id`=21) OR (`entry`=36766 AND `groupid`=0 AND `id`=22) OR (`entry`=36766 AND `groupid`=0 AND `id`=23) OR (`entry`=36766 AND `groupid`=0 AND `id`=24) OR (`entry`=36767 AND `groupid`=0 AND `id`=5) OR (`entry`=36767 AND `groupid`=0 AND `id`=6) OR (`entry`=36767 AND `groupid`=0 AND `id`=7) OR (`entry`=36767 AND `groupid`=0 AND `id`=8) OR (`entry`=36767 AND `groupid`=0 AND `id`=9) OR (`entry`=36767 AND `groupid`=0 AND `id`=10) OR (`entry`=36767 AND `groupid`=0 AND `id`=11) OR (`entry`=36767 AND `groupid`=0 AND `id`=12) OR (`entry`=36767 AND `groupid`=0 AND `id`=13) OR (`entry`=36767 AND `groupid`=0 AND `id`=14) OR (`entry`=36767 AND `groupid`=0 AND `id`=15) OR (`entry`=36767 AND `groupid`=0 AND `id`=16) OR (`entry`=36767 AND `groupid`=0 AND `id`=17) OR (`entry`=36767 AND `groupid`=0 AND `id`=18) OR (`entry`=36767 AND `groupid`=0 AND `id`=19) OR (`entry`=36767 AND `groupid`=0 AND `id`=20) OR (`entry`=36767 AND `groupid`=0 AND `id`=21) OR (`entry`=36767 AND `groupid`=0 AND `id`=22) OR (`entry`=36767 AND `groupid`=0 AND `id`=23) OR (`entry`=36767 AND `groupid`=0 AND `id`=24) OR (`entry`=36770 AND `groupid`=0 AND `id`=5) OR (`entry`=36770 AND `groupid`=0 AND `id`=6) OR (`entry`=36770 AND `groupid`=0 AND `id`=7) OR (`entry`=36770 AND `groupid`=0 AND `id`=8) OR (`entry`=36770 AND `groupid`=0 AND `id`=9) OR (`entry`=36770 AND `groupid`=0 AND `id`=10) OR (`entry`=36770 AND `groupid`=0 AND `id`=11) OR (`entry`=36770 AND `groupid`=0 AND `id`=12) OR (`entry`=36770 AND `groupid`=0 AND `id`=13) OR (`entry`=36770 AND `groupid`=0 AND `id`=14) OR (`entry`=36770 AND `groupid`=0 AND `id`=15) OR (`entry`=36770 AND `groupid`=0 AND `id`=16) OR (`entry`=36770 AND `groupid`=0 AND `id`=17) OR (`entry`=36770 AND `groupid`=0 AND `id`=18) OR (`entry`=36770 AND `groupid`=0 AND `id`=19) OR (`entry`=36770 AND `groupid`=0 AND `id`=20) OR (`entry`=36770 AND `groupid`=0 AND `id`=21) OR (`entry`=36770 AND `groupid`=0 AND `id`=22) OR (`entry`=36770 AND `groupid`=0 AND `id`=23) OR (`entry`=36770 AND `groupid`=0 AND `id`=24) OR (`entry`=36771 AND `groupid`=0 AND `id`=5) OR (`entry`=36771 AND `groupid`=0 AND `id`=6) OR (`entry`=36771 AND `groupid`=0 AND `id`=7) OR (`entry`=36771 AND `groupid`=0 AND `id`=8) OR (`entry`=36771 AND `groupid`=0 AND `id`=9) OR (`entry`=36771 AND `groupid`=0 AND `id`=10) OR (`entry`=36771 AND `groupid`=0 AND `id`=11) OR (`entry`=36771 AND `groupid`=0 AND `id`=12) OR (`entry`=36771 AND `groupid`=0 AND `id`=13) OR (`entry`=36771 AND `groupid`=0 AND `id`=14) OR (`entry`=36771 AND `groupid`=0 AND `id`=15) OR (`entry`=36771 AND `groupid`=0 AND `id`=16) OR (`entry`=36771 AND `groupid`=0 AND `id`=17) OR (`entry`=36771 AND `groupid`=0 AND `id`=18) OR (`entry`=36771 AND `groupid`=0 AND `id`=19) OR (`entry`=36771 AND `groupid`=0 AND `id`=20) OR (`entry`=36771 AND `groupid`=0 AND `id`=21) OR (`entry`=36771 AND `groupid`=0 AND `id`=22) OR (`entry`=36771 AND `groupid`=0 AND `id`=23) OR (`entry`=36771 AND `groupid`=0 AND `id`=24) OR (`entry`=36772 AND `groupid`=0 AND `id`=5) OR (`entry`=36772 AND `groupid`=0 AND `id`=6) OR (`entry`=36772 AND `groupid`=0 AND `id`=7) OR (`entry`=36772 AND `groupid`=0 AND `id`=8) OR (`entry`=36772 AND `groupid`=0 AND `id`=9) OR (`entry`=36772 AND `groupid`=0 AND `id`=10) OR (`entry`=36772 AND `groupid`=0 AND `id`=11) OR (`entry`=36772 AND `groupid`=0 AND `id`=12) OR (`entry`=36772 AND `groupid`=0 AND `id`=13) OR (`entry`=36772 AND `groupid`=0 AND `id`=14) OR (`entry`=36772 AND `groupid`=0 AND `id`=15) OR (`entry`=36772 AND `groupid`=0 AND `id`=16) OR (`entry`=36772 AND `groupid`=0 AND `id`=17) OR (`entry`=36772 AND `groupid`=0 AND `id`=18) OR (`entry`=36772 AND `groupid`=0 AND `id`=19) OR (`entry`=36772 AND `groupid`=0 AND `id`=20) OR (`entry`=36772 AND `groupid`=0 AND `id`=21) OR (`entry`=36772 AND `groupid`=0 AND `id`=22) OR (`entry`=36772 AND `groupid`=0 AND `id`=23) OR (`entry`=36772 AND `groupid`=0 AND `id`=24) OR (`entry`=36773 AND `groupid`=0 AND `id`=5) OR (`entry`=36773 AND `groupid`=0 AND `id`=6) OR (`entry`=36773 AND `groupid`=0 AND `id`=7) OR (`entry`=36773 AND `groupid`=0 AND `id`=8) OR (`entry`=36773 AND `groupid`=0 AND `id`=9) OR (`entry`=36773 AND `groupid`=0 AND `id`=10) OR (`entry`=36773 AND `groupid`=0 AND `id`=11) OR (`entry`=36773 AND `groupid`=0 AND `id`=12) OR (`entry`=36773 AND `groupid`=0 AND `id`=13) OR (`entry`=36773 AND `groupid`=0 AND `id`=14) OR (`entry`=36773 AND `groupid`=0 AND `id`=15) OR (`entry`=36773 AND `groupid`=0 AND `id`=16) OR (`entry`=36773 AND `groupid`=0 AND `id`=17) OR (`entry`=36773 AND `groupid`=0 AND `id`=18) OR (`entry`=36773 AND `groupid`=0 AND `id`=19) OR (`entry`=36773 AND `groupid`=0 AND `id`=20) OR (`entry`=36773 AND `groupid`=0 AND `id`=21) OR (`entry`=36773 AND `groupid`=0 AND `id`=22) OR (`entry`=36773 AND `groupid`=0 AND `id`=23) OR (`entry`=36773 AND `groupid`=0 AND `id`=24) OR (`entry`=36913 AND `groupid`=0 AND `id`=7); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `probability`, `sound`, `BroadcastTextId`, `comment`) VALUES -(315, 0, 2, 'Tilloa is that you? Why no! It''s just some dirty $r!', 12, 100, 0, 507, 'Stalvan Mistmantle - On Aggro'), - -(706, 0, 3, 'My weapon be thirsty!', 12, 100, 0, 1908, 'Frostmane Troll Whelp - On Aggro'), - -(1398, 0, 3, 'The Stonesplinter Tribe shall see to your doom!', 12, 100, 0, 445, 'Boss Galgosh - On Aggro'), -(1398, 0, 4, 'Die, $R! These lands belong to the Stonesplinter Tribe!', 12, 100, 0, 446, 'Boss Galgosh - On Aggro'), -(1398, 0, 5, 'The Loch belongs to the Stonesplinter Tribe now, $n! Now die!', 12, 100, 0, 448, 'Boss Galgosh - On Aggro'), - -(1399, 0, 3, 'A $C called $n? You''ll make a fine breakfast!', 12, 100, 0, 444, 'Magosh - on Aggro'), -(1399, 0, 4, 'The Stonesplinter Tribe shall see to your doom!', 12, 100, 0, 445, 'Magosh - on Aggro'), -(1399, 0, 5, 'The only good $R is a dead $R!', 12, 100, 0, 447, 'Magosh - on Aggro'), - -(1410, 0, 2, 'Kill them before they get away!', 12, 100, 0, 16250, 'Firewing Bloodwarder - On Aggro'), -(1410, 0, 3, 'You know too much!', 12, 100, 0, 16251, 'Firewing Bloodwarder - On Aggro'), -(1410, 0, 4, 'For Kael''thas!', 12, 100, 0, 16252, 'Firewing Bloodwarder - On Aggro'), -(1410, 0, 5, 'They mustn''t escape!', 12, 100, 0, 16253, 'Firewing Bloodwarder - On Aggro'), - -(1493, 0, 0, 'YOU WERE SUCH GOOD SPORT THE LAST TIME...COME OUT!', 14, 100, 0, 772, 'Mok''rash'), -(1493, 0, 6, 'SMOTTS!', 14, 100, 0, 773, 'Mok''rash'), -(1493, 0, 7, 'DON''T YOU WANT TO FIGHT, SMOTTS!?', 14, 100, 0, 776, 'Mok''rash'), - -(1719, 0, 3, 'What am I going to do?', 12, 100, 0, 1658, 'Warden Thelwater'), -(1719, 0, 4, 'How could this happen?', 12, 100, 0, 1660, 'Warden Thelwater'), - -(1976, 0, 3, 'You dare spill blood on neutral ground? OUT! OUT, I SAY!', 12, 100, 0, 10948, 'Stormwind City Patroller - On Aggro'), -(1976, 0, 4, 'We don''t take kindly to miscreants, $r.', 12, 100, 0, 10949, 'Stormwind City Patroller - On Aggro'), -(1976, 0, 5, 'Get a rope!', 12, 100, 0, 10952, 'Stormwind City Patroller - On Aggro'), -(1976, 0, 6, 'Believe me when I tell you this: You''re gonna wish you weren''t born, sissy!', 12, 100, 0, 10954, 'Stormwind City Patroller - On Aggro'), -(1976, 0, 7, 'Your actions shame us all, $c. I hurt inside as I beat you senseless.', 12, 100, 0, 10955, 'Stormwind City Patroller - On Aggro'), - -(2044, 0, 2, 'Let the legend of Stalvan rest!', 12, 100, 0, 503, 'Forlorn Spirit'), - -(2396, 0, 2, 'My trees.... they have withered up and died just like me.', 12, 100, 0, 614, 'Hans Zandin'), - -(2922, 0, 3, 'I am well versed in over 4 languages.', 12, 100, 0, 898, 'Servo'), -(2922, 0, 4, 'Master, where have all the trees gone?', 12, 100, 0, 900, 'Servo'), - -(3218, 0, 3, 'You dare spill blood on neutral ground? OUT! OUT, I SAY!', 12, 100, 0, 10948, 'Brave Swiftwind - On Aggro'), -(3218, 0, 4, 'We don''t take kindly to miscreants, $r.', 12, 100, 0, 10949, 'Brave Swiftwind - On Aggro'), -(3218, 0, 5, 'Get a rope!', 12, 100, 0, 10952, 'Brave Swiftwind - On Aggro'), -(3218, 0, 6, 'Believe me when I tell you this: You''re gonna wish you weren''t born, sissy!', 12, 100, 0, 10954, 'Brave Swiftwind - On Aggro'), -(3218, 0, 7, 'Your actions shame us all, $c. I hurt inside as I beat you senseless.', 12, 100, 0, 10955, 'Brave Swiftwind - On Aggro'), - -(3296, 0, 3, 'You dare spill blood on neutral ground? OUT! OUT, I SAY!', 12, 100, 0, 10948, 'Orgrimmar Grunt - On Aggro'), -(3296, 0, 4, 'We don''t take kindly to miscreants, $r.', 12, 100, 0, 10949, 'Orgrimmar Grunt - On Aggro'), -(3296, 0, 5, 'Get a rope!', 12, 100, 0, 10952, 'Orgrimmar Grunt - On Aggro'), -(3296, 0, 6, 'Believe me when I tell you this: You''re gonna wish you weren''t born, sissy!', 12, 100, 0, 10954, 'Orgrimmar Grunt - On Aggro'), -(3296, 0, 7, 'Your actions shame us all, $c. I hurt inside as I beat you senseless.', 12, 100, 0, 10955, 'Orgrimmar Grunt - On Aggro'), - -(3502, 0, 3, 'You dare spill blood on neutral ground? OUT! OUT, I SAY!', 12, 100, 0, 10948, 'Ratchet Bruiser - On Aggro'), -(3502, 0, 4, 'We don''t take kindly to miscreants, $r.', 12, 100, 0, 10949, 'Ratchet Bruiser - On Aggro'), -(3502, 0, 5, 'Get a rope!', 12, 100, 0, 10952, 'Ratchet Bruiser - On Aggro'), -(3502, 0, 6, 'Believe me when I tell you this: You''re gonna wish you weren''t born, sissy!', 12, 100, 0, 10954, 'Ratchet Bruiser - On Aggro'), -(3502, 0, 7, 'Your actions shame us all, $c. I hurt inside as I beat you senseless.', 12, 100, 0, 10955, 'Ratchet Bruiser - On Aggro'), - -(3504, 0, 3, 'Why are we goin'' this way?', 12, 100, 0, 1093, 'Gil'), -(3504, 1, 3, 'I need to pee.', 12, 100, 0, 1095, 'Gil'), - -(3518, 0, 2, 'Warm, wholesome bread!', 12, 100, 0, 1102, 'Thomas Miller'), -(3518, 0, 3, 'Rolls, buns and bread. Baked fresh!', 12, 100, 0, 1103, 'Thomas Miller'), - -(3520, 0, 3, 'One of these days I''m gonna drown him in that blue robe. And all his brooms too.', 12, 100, 0, 1109, 'Ol'' Emma'), -(3520, 1, 3, 'Deja vu. For a moment, I thought I was back home... before the plague...', 12, 100, 0, 1112, 'Ol'' Emma'), - -(4624, 0, 3, 'You dare spill blood on neutral ground? OUT! OUT, I SAY!', 12, 100, 0, 10948, 'Booty Bay Bruiser - On Aggro'), -(4624, 0, 4, 'We don''t take kindly to miscreants, $r.', 12, 100, 0, 10949, 'Booty Bay Bruiser - On Aggro'), -(4624, 0, 5, 'Get a rope!', 12, 100, 0, 10952, 'Booty Bay Bruiser - On Aggro'), -(4624, 0, 6, 'Believe me when I tell you this: You''re gonna wish you weren''t born, sissy!', 12, 100, 0, 10954, 'Booty Bay Bruiser - On Aggro'), -(4624, 0, 7, 'Your actions shame us all, $c. I hurt inside as I beat you senseless.', 12, 100, 0, 10955, 'Booty Bay Bruiser - On Aggro'), - -(4979, 2, 3, 'That''s the funniest thing I''ve read in a long time. You''ve just made my day!', 12, 100, 0, 22114, 'Theramore Guard'), - -(5355, 0, 0, 'Kill them before they get away!', 12, 100, 0, 16250, 'Firewing Defender - On Aggro'), -(5355, 0, 1, 'For Kael''thas!', 12, 100, 0, 16252, 'Firewing Defender - On Aggro'), -(5355, 0, 4, 'They mustn''t escape!', 12, 100, 0, 16253, 'Firewing Defender - On Aggro'), -(5355, 0, 5, 'I will have your energy and then your life!', 12, 100, 0, 16254, 'Firewing Defender - On Aggro'), - -(5391, 0, 1, 'I''m glad you''re here! Because I need your help!!', 12, 100, 0, 1631, 'Galen Goodward'), -(5391, 2, 2, 'Help! The beast is on me!', 12, 100, 0, 1630, 'Galen Goodward'), - -(5662, 0, 8, 'Can you see yourselves? That is the most pathetic excuse for sword slinging I''ve ever seen! ', 12, 100, 0, 1965, 'Sergeant Houser'), - -(5698, 0, 8, 'Impressive, very impressive. Does she do tricks?', 12, 100, 0, 2020, 'Joanna Whitehall'), - -(5699, 0, 5, 'Astounding. You managed to dominate her, yet she retains self awareness and function. How did you do it?', 12, 100, 0, 2015, 'Leona Tharpe'), - -(5955, 0, 2, 'Do we have much further to go?', 12, 100, 0, 2221, 'Tooga'), -(5955, 0, 3, 'Are we there yet?', 12, 100, 0, 2223, 'Tooga'), -(5955, 0, 4, 'I keep getting sand stuck in my toes.', 12, 100, 0, 2224, 'Tooga'), -(5955, 0, 5, 'How much further to go?', 12, 100, 0, 2225, 'Tooga'), -(5955, 0, 6, 'I wish you could just pick me up and carry me.', 12, 100, 0, 2226, 'Tooga'), -(5955, 0, 7, 'Have you heard the one about the ogre, the goblin and the pit lord?', 12, 100, 0, 2227, 'Tooga'), - -(10541, 0, 3, 'Holy Krakle! The temperature is 428,000 degrees Kraklenheit! ', 12, 100, 0, 5763, 'Krakle''s Thermometer'), -(10541, 1, 3, 'The temperature is 564 degrees Kraklenheit.', 12, 100, 0, 5765, 'Krakle''s Thermometer'), -(10541, 1, 4, 'The temperature is 12 degrees Kraklenheit. How exciting.', 12, 100, 0, 5767, 'Krakle''s Thermometer'), -(10541, 1, 5, '18 degrees Kraklenheit. It''s kind of cold, actually...', 12, 100, 0, 6009, 'Krakle''s Thermometer'), -(10541, 1, 6, 'It''s 40 degrees Kraklenheit. Can you feel the heat? No? I really couldn''t either.', 12, 100, 0, 6010, 'Krakle''s Thermometer'), - -(10799, 0, 3, '%s whimpers.', 12, 100, 0, 6101, 'Warosh'), - -(11136, 0, 2, 'FREE!!!', 12, 100, 0, 6451, 'Freed Soul'), -(11136, 0, 3, 'The curse ends!', 12, 100, 0, 6452, 'Freed Soul'), -(11136, 0, 4, 'May Kel''Thuzad one day feel our vengeance.', 12, 100, 0, 6454, 'Freed Soul'), - -(11190, 0, 3, 'You dare spill blood on neutral ground? OUT! OUT, I SAY!', 12, 100, 0, 10948, 'Everlook Bruiser - On Aggro'), -(11190, 0, 4, 'We don''t take kindly to miscreants, $r.', 12, 100, 0, 10949, 'Everlook Bruiser - On Aggro'), -(11190, 0, 5, 'Get a rope!', 12, 100, 0, 10952, 'Everlook Bruiser - On Aggro'), -(11190, 0, 6, 'Believe me when I tell you this: You''re gonna wish you weren''t born, sissy!', 12, 100, 0, 10954, 'Everlook Bruiser - On Aggro'), -(11190, 0, 7, 'Your actions shame us all, $c. I hurt inside as I beat you senseless.', 12, 100, 0, 10955, 'Everlook Bruiser - On Aggro'), - -(11582, 0, 3, 'Note the weak binding structure of this one. Be sure to finish your incantations or this is what you will end up with.', 12, 100, 0, 5951, 'Scholomance Dark Summoner'), -(11582, 0, 4, 'Wow, this one is just plain useless. Let me try again.', 12, 100, 0, 5953, 'Scholomance Dark Summoner'), - -(12337, 0, 3, 'These orders must get to High General Abbendis!', 12, 100, 0, 7598, 'Crimson Courier'), - -(15184, 0, 3, 'You dare spill blood on neutral ground? OUT! OUT, I SAY!', 12, 100, 0, 10948, 'Cenarion Hold Infantry - On Aggro'), -(15184, 0, 4, 'We don''t take kindly to miscreants, $r.', 12, 100, 0, 10949, 'Cenarion Hold Infantry - On Aggro'), -(15184, 0, 5, 'Get a rope!', 12, 100, 0, 10952, 'Cenarion Hold Infantry - On Aggro'), -(15184, 0, 6, 'Believe me when I tell you this: You''re gonna wish you weren''t born, sissy!', 12, 100, 0, 10954, 'Cenarion Hold Infantry - On Aggro'), -(15184, 0, 7, 'Your actions shame us all, $c. I hurt inside as I beat you senseless.', 12, 100, 0, 10955, 'Cenarion Hold Infantry - On Aggro'), - -(17259, 0, 3, 'For Kargath! For Victory!', 12, 100, 0, 16698, 'Bonechewer Hungerer - On Aggro'), -(17259, 0, 4, 'Gakarah ma!', 12, 100, 0, 16699, 'Bonechewer Hungerer - On Aggro'), -(17259, 0, 5, 'Lok''tar Illadari!\n', 12, 100, 0, 16701, 'Bonechewer Hungerer - On Aggro'), -(17259, 0, 6, 'Lok narash!', 12, 100, 0, 16703, 'Bonechewer Hungerer - On Aggro'), - -(17271, 0, 3, 'Gakarah ma!', 12, 100, 0, 16699, 'Bonechewer Destroyer - On Aggro'), -(17271, 0, 4, 'Lok''tar Illadari!\n', 12, 100, 0, 16701, 'Bonechewer Destroyer - On Aggro'), -(17271, 0, 5, 'This world is OURS!', 12, 100, 0, 16702, 'Bonechewer Destroyer - On Aggro'), -(17271, 0, 6, 'Lok narash!', 12, 100, 0, 16703, 'Bonechewer Destroyer - On Aggro'), - -(17491, 0, 2, 'For Kargath! For Victory!', 12, 100, 0, 16698, 'Laughing Skull Rogue - On Aggro'), -(17491, 0, 3, 'The blood is our power! ', 12, 100, 0, 16700, 'Laughing Skull Rogue - On Aggro'), -(17491, 0, 4, 'Lok''tar Illadari!\n', 12, 100, 0,16701 , 'Laughing Skull Rogue - On Aggro'), -(17491, 0, 5, 'This world is OURS!', 12, 100, 0, 16702, 'Laughing Skull Rogue - On Aggro'), -(17491, 0, 6, 'Lok narash!', 12, 100, 0, 16703, 'Laughing Skull Rogue - On Aggro'), - -(18103, 0, 2, 'Happiness is mandatory, citizen.', 12, 100, 0, 14782, 'Arcane Guardian - Random Talk'), -(18103, 0, 3, 'Remain strong. Kael''thas will - error - Lor''themar will lead you to power and glory!', 12, 100, 0, 14784, 'Arcane Guardian - Random Talk'), -(18103, 0, 4, 'Do not disturb the serenity of the city. Peace must be upheld.', 12, 100, 0, 14785, 'Arcane Guardian - Random Talk'), - -(19283, 0, 3, 'Any spare copper?', 12, 100, 0, 16614, 'Vagrant - Random Talk'), - -(21114, 0, 6, 'This is going to hurt in the morning.', 12, 100, 0, 18797, 'Station Technician - On Burning'), - -(21661, 1, 3, 'Ruin finds us all!', 12, 100, 0, 16798, 'Cabal Skirmisher'), -(21661, 1, 4, 'In Sargeras'' name!', 12, 100, 0, 16799, 'Cabal Skirmisher'), -(21661, 1, 5, 'I do as I must!', 12, 100, 0, 16801, 'Cabal Skirmisher'), -(21661, 1, 6, 'The Legion reigns!', 12, 100, 0, 16802, 'Cabal Skirmisher'), -(21661, 1, 7, 'You''ll go nowhere, fool!', 12, 100, 0, 20164, 'Cabal Skirmisher'), - -(22314, 0, 4, 'Yay! We love you! You saved us!', 12, 100, 0, 20111, 'Captive Child'), - -(23311, 0, 7, 'Hey... me not feel so good.', 12, 100, 0, 21122, 'Disobedient Dragonmaw Peon - On Script Action'), - -(23861, 0, 7, 'It is too late for Jarl... its hold is too strong...', 12, 100, 0, 22366, 'Restless Apparition - On Script Action'), - -(25428, 0, 3, 'Grr... na su ka Magmoth!', 12, 100, 0, 24651, 'Magmoth Shaman - On Aggro'), - -(25429, 0, 3, 'Grr... na su ka Magmoth!', 12, 100, 0, 24651, 'Magmoth Forager - On Aggro'), - -(25682, 0, 1, 'Die!', 12, 100, 0, 24874, 'Lich-Lord Chillwinter - On Aggro'), -(25682, 0, 2, 'Filthy breather!', 12, 100, 0, 24876, 'Lich-Lord Chillwinter - On Aggro'), - -(28608, 0, 3, 'Scourge filth! DIE!', 12, 100, 0, 28597, 'Scarlet Medic - On Aggro'), -(28608, 0, 4, 'I will present your head to Abbendis myself!', 12, 100, 0, 28599, 'Scarlet Medic - On Aggro'), -(28608, 0, 5, 'By the Light be cleansed!', 12, 100, 0, 28602, 'Scarlet Medic - On Aggro'), -(28608, 0, 6, 'Light bless you, my child.', 12, 100, 0, 28603, 'Scarlet Medic - On Aggro'), - -(28609, 0, 3, 'Scourge filth! DIE!', 12, 100, 0, 28597, 'Scarlet Infantryman - On Aggro'), -(28609, 0, 4, 'I will present your head to Abbendis myself!', 12, 100, 0, 28599, 'Scarlet Infantryman - On Aggro'), -(28609, 0, 5, 'By the Light be cleansed!', 12, 100, 0, 28602, 'Scarlet Infantryman - On Aggro'), -(28609, 0, 6, 'Light bless you, my child.', 12, 100, 0, 28603, 'Scarlet Infantryman - On Aggro'), - -(28611, 0, 3, 'Scourge filth! DIE!', 12, 100, 0, 28597, 'Scarlet Captain - On Aggro'), -(28611, 0, 4, 'I will present your head to Abbendis myself!', 12, 100, 0, 28599, 'Scarlet Captain - On Aggro'), -(28611, 0, 5, 'By the Light be cleansed!', 12, 100, 0, 28602, 'Scarlet Captain - On Aggro'), -(28611, 0, 6, 'Light bless you, my child.', 12, 100, 0, 28603, 'Scarlet Captain - On Aggro'), - -(28714, 0, 3, 'Welcome!', 12, 100, 0, 32807, 'Ildine Sorrowspear - Player In Range'), -(28714, 0, 4, 'Greetings, $c.', 12, 100, 0, 32808, 'Ildine Sorrowspear - Player In Range'), -(28714, 0, 5, 'Greetings! Please have a look around.', 12, 100, 0, 32809, 'Ildine Sorrowspear - Player In Range'), -(28714, 0, 6, 'Welcome. May I help you find something?', 12, 100, 0, 32811, 'Ildine Sorrowspear - Player In Range'), - -(28715, 0, 3, 'Let me know if you need help finding anything, $c.', 12, 100, 0, 32810, 'Endora Moorehead - Player In Range'), -(28715, 0, 4, 'Welcome. May I help you find something?', 12, 100, 0, 32811, 'Endora Moorehead - Player In Range'), -(28715, 0, 5, 'Greetings.', 12, 100, 0, 32935, 'Endora Moorehead - Player In Range'), -(28715, 0, 6, 'Welcome.', 12, 100, 0, 32936, 'Endora Moorehead - Player In Range'), - -(28721, 0, 6, 'Welcome!', 12, 100, 0, 32807, 'Tiffany Cartier - Player In Range'), - -(28723, 0, 3, 'Welcome!', 12, 100, 0, 32807, 'Larana Drome - Player In Range'), -(28723, 0, 4, 'Greetings! Please have a look around.', 12, 100, 0, 32809, 'Larana Drome - Player In Range'), -(28723, 0, 5, 'Let me know if you need help finding anything, $c.', 12, 100, 0, 32810, 'Larana Drome - Player In Range'), -(28723, 0, 6, 'Welcome. May I help you find something?', 12, 100, 0, 32811, 'Larana Drome - Player In Range'), - -(28725, 0, 4, 'Greetings, $c.', 12, 100, 0, 32808, 'Patricia Egan - Player In Range'), -(28725, 0, 5, 'Let me know if you need help finding anything, $c.', 12, 100, 0, 32810, 'Patricia Egan - Player In Range'), -(28725, 0, 6, 'Greetings.', 12, 100, 0, 32935, 'Patricia Egan - Player In Range'), - -(28726, 0, 6, 'Welcome.', 12, 100, 0, 32936, 'Dominique Stefano - Player In Range'), - -(28727, 0, 4, 'Greetings, $c.', 12, 100, 0, 32808, 'Edward Egan - Player In Range'), -(28727, 0, 5, 'Let me know if you need help finding anything, $c.', 12, 100, 0, 32810, 'Edward Egan - Player In Range'), -(28727, 0, 6, 'Welcome.', 12, 100, 0, 32936, 'Edward Egan - Player In Range'), - -(28750, 0, 0, 'Rmmurphum mmph hmrphum!', 12, 100, 0, 28657, 'Blight Geist'), -(28750, 0, 3, 'Umphrum mmphur, murruphru...', 12, 100, 0, 28658, 'Blight Geist'), - -(28989, 0, 6, 'Welcome!', 12, 100, 0, 32807, 'Aemara - Player In Range'), - -(28994, 0, 4, 'Welcome!', 12, 100, 0, 32807, 'Abra Cadabra - Player In Range'), -(28994, 0, 5, 'Greetings, $c.', 12, 100, 0, 32808, 'Abra Cadabra - Player In Range'), -(28994, 0, 6, 'Greetings! Please have a look around.', 12, 100, 0, 32809, 'Abra Cadabra - Player In Range'), - -(28997, 0, 4, 'Greetings! Please have a look around.', 12, 100, 0, 32809, 'Griselda Hunderland - Player In Range'), -(28997, 0, 5, 'Welcome. May I help you find something?', 12, 100, 0, 32811, 'Griselda Hunderland - Player In Range'), -(28997, 0, 6, 'Welcome.', 12, 100, 0, 32936, 'Griselda Hunderland - Player In Range'), - -(29647, 1, 4, 'How long do you think this cage can hold me, fiends!', 12, 100, 0, 30497, 'Gymer - In Cage'), - -(29686, 0, 3, 'TROLL MAKE ME ANGRY!', 12, 100, 0, 30371, 'Captured Rageclaw'), -(29686, 0, 4, 'Rageclaw free! Troll die now!', 12, 100, 0, 30396, 'Captured Rageclaw'), -(29686, 0, 5, 'Revenge for Rageclaw!', 12, 100, 0, 30399, 'Captured Rageclaw'), -(29686, 0, 6, 'This mean war!', 12, 100, 0, 30401, 'Captured Rageclaw'), - -(29884, 1, 8, 'LET THE STORM''S FURY CONSUME YOU!', 14, 100, 0, 30588, 'Gymer'), -(29884, 1, 9, 'NO ESCAPE FOR THE WICKED!', 14, 100, 0, 30589, 'Gymer'), -(29884, 1, 10, 'IT IS THE WRATH OF THE STORM KING!', 14, 100, 0, 30592, 'Gymer'), - -(29491, 0, 2, 'Welcome!', 12, 100, 0, 32807, 'Karandonna - Player In Range'), -(29491, 0, 3, 'Greetings, $c.', 12, 100, 0, 32808, 'Karandonna - Player In Range'), -(29491, 0, 4, 'Greetings! Please have a look around.', 12, 100, 0, 32809, 'Karandonna - Player In Range'), -(29491, 0, 5, 'Let me know if you need help finding anything, $c.', 12, 100, 0, 32810, 'Karandonna - Player In Range'), -(29491, 0, 6, 'Greetings.', 12, 100, 0, 32935, 'Karandonna - Player In Range'), - -(29523, 0, 4, 'Greetings, $c.', 12, 100, 0, 32808, 'Bragund Brightlink - Player In Range'), -(29523, 0, 5, 'Welcome. May I help you find something?', 12, 100, 0, 32811, 'Bragund Brightlink - Player In Range'), -(29523, 0, 6, 'Greetings.', 12, 100, 0, 32935, 'Bragund Brightlink - Player In Range'), - -(30012, 0, 4, 'I''m not afraid of anything -- bring it on!', 12, 100, 0, 30807, 'Victorious Challenger'), - -(31397, 0, 5, 'I won''t leave!', 12, 100, 0, 32469, 'Saronite Mine Slave'), -(31397, 0, 6, 'I''ll never return. The whole reason for my existence awaits below!', 12, 100, 0, 32472, 'Saronite Mine Slave'), -(31397, 0, 7, 'I must get further underground to where he is. I must jump!', 12, 100, 0, 32474, 'Saronite Mine Slave'), - -(33027, 0, 5, 'Welcome!', 12, 100, 0, 32807, 'Jessica Sellers'), -(33027, 0, 6, 'Greetings.', 12, 100, 0, 32935, 'Jessica Sellers'), - -(33853, 0, 3, 'Show support for your favorite champion! Wear their colors at the next bout and let ''em know who you love!', 12, 100, 0, 33834, ''), - -(36764, 0, 5, 'I''d almost given up hope.', 12, 100, 0, 37079, 'Alliance Slave - On Liberation'), -(36764, 0, 6, 'I thought I might die in this pit. Thank you!', 12, 100, 0, 37262, 'Alliance Slave - On Liberation'), -(36764, 0, 7, 'Don''t let a single one of them live.', 12, 100, 0, 37264, 'Alliance Slave - On Liberation'), -(36764, 0, 8, 'Please, carry out our vengeance on the Scourgelord.', 12, 100, 0, 37265, 'Alliance Slave - On Liberation'), -(36764, 0, 9, 'When you kill the Pit Master, spit on his corpse for me, will you?', 12, 100, 0, 37266, 'Alliance Slave - On Liberation'), -(36764, 0, 10, 'I''d lost all track of time in this forsaken place. You''re a sight for sore eyes, friend.', 12, 100, 0, 37268, 'Alliance Slave - On Liberation'), -(36764, 0, 11, 'Too many of us died in this pit. Far too many.', 12, 100, 0, 37270, 'Alliance Slave - On Liberation'), -(36764, 0, 12, 'I''m so glad you''re here. I wouldn''t have made it much longer.', 12, 100, 0, 37271, 'Alliance Slave - On Liberation'), -(36764, 0, 13, 'Now is the time for revenge.', 12, 100, 0, 37273, 'Alliance Slave - On Liberation'), -(36764, 0, 14, 'You deserve a mighty man-hug.', 12, 100, 0, 37274, 'Alliance Slave - On Liberation'), -(36764, 0, 15, 'I will find a way to repay you someday, hero.', 12, 100, 0, 37275, 'Alliance Slave - On Liberation'), -(36764, 0, 16, 'I can hardly believe my eyes. Thank you. Really, thank you.', 12, 100, 0, 37276, 'Alliance Slave - On Liberation'), -(36764, 0, 17, '%s nods his thanks.', 16, 100, 0, 37277, 'Alliance Slave - On Liberation'), -(36764, 0, 18, '%s offers an appreciative smile.', 16, 100, 0, 37278, 'Alliance Slave - On Liberation'), -(36764, 0, 19, '%s almost collapses as he stumbles towards you.', 16, 100, 0, 37279, 'Alliance Slave - On Liberation'), -(36764, 0, 20, '%s stares at you for a moment, clearly finding it hard to believe that you''re real.', 16, 100, 0, 37280, 'Alliance Slave - On Liberation'), -(36764, 0, 21, '%s offers a quick, cynical laugh at his fortune.', 16, 100, 0, 37281, 'Alliance Slave - On Liberation'), -(36764, 0, 22, '%s raises an empty hand in toast to you.', 16, 100, 0, 37282, 'Alliance Slave - On Liberation'), -(36764, 0, 23, '%s closes his eyes, savoring freedom for a moment.', 16, 100, 0, 37283, 'Alliance Slave - On Liberation'), -(36764, 0, 24, 'I''m going to return to help free the rest of the slaves. Thank you again, hero.', 16, 100, 0, 37293, 'Alliance Slave - On Liberation'), - -(36765, 0, 5, 'I''d almost given up hope.', 12, 100, 0, 37079, 'Alliance Slave - On Liberation'), -(36765, 0, 6, 'I thought I might die in this pit. Thank you!', 12, 100, 0, 37262, 'Alliance Slave - On Liberation'), -(36765, 0, 7, 'Don''t let a single one of them live.', 12, 100, 0, 37264, 'Alliance Slave - On Liberation'), -(36765, 0, 8, 'Please, carry out our vengeance on the Scourgelord.', 12, 100, 0, 37265, 'Alliance Slave - On Liberation'), -(36765, 0, 9, 'When you kill the Pit Master, spit on his corpse for me, will you?', 12, 100, 0, 37266, 'Alliance Slave - On Liberation'), -(36765, 0, 10, 'I''d lost all track of time in this forsaken place. You''re a sight for sore eyes, friend.', 12, 100, 0, 37268, 'Alliance Slave - On Liberation'), -(36765, 0, 11, 'Too many of us died in this pit. Far too many.', 12, 100, 0, 37270, 'Alliance Slave - On Liberation'), -(36765, 0, 12, 'I''m so glad you''re here. I wouldn''t have made it much longer.', 12, 100, 0, 37271, 'Alliance Slave - On Liberation'), -(36765, 0, 13, 'Now is the time for revenge.', 12, 100, 0, 37273, 'Alliance Slave - On Liberation'), -(36765, 0, 14, 'You deserve a mighty man-hug.', 12, 100, 0, 37274, 'Alliance Slave - On Liberation'), -(36765, 0, 15, 'I will find a way to repay you someday, hero.', 12, 100, 0, 37275, 'Alliance Slave - On Liberation'), -(36765, 0, 16, 'I can hardly believe my eyes. Thank you. Really, thank you.', 12, 100, 0, 37276, 'Alliance Slave - On Liberation'), -(36765, 0, 17, '%s nods his thanks.', 16, 100, 0, 37277, 'Alliance Slave - On Liberation'), -(36765, 0, 18, '%s offers an appreciative smile.', 16, 100, 0, 37278, 'Alliance Slave - On Liberation'), -(36765, 0, 19, '%s almost collapses as he stumbles towards you.', 16, 100, 0, 37279, 'Alliance Slave - On Liberation'), -(36765, 0, 20, '%s stares at you for a moment, clearly finding it hard to believe that you''re real.', 16, 100, 0, 37280, 'Alliance Slave - On Liberation'), -(36765, 0, 21, '%s offers a quick, cynical laugh at his fortune.', 16, 100, 0, 37281, 'Alliance Slave - On Liberation'), -(36765, 0, 22, '%s raises an empty hand in toast to you.', 16, 100, 0, 37282, 'Alliance Slave - On Liberation'), -(36765, 0, 23, '%s closes his eyes, savoring freedom for a moment.', 16, 100, 0, 37283, 'Alliance Slave - On Liberation'), -(36765, 0, 24, 'I''m going to return to help free the rest of the slaves. Thank you again, hero.', 16, 100, 0, 37293, 'Alliance Slave - On Liberation'), - -(36766, 0, 5, 'I''d almost given up hope.', 12, 100, 0, 37079, 'Alliance Slave - On Liberation'), -(36766, 0, 6, 'I thought I might die in this pit. Thank you!', 12, 100, 0, 37262, 'Alliance Slave - On Liberation'), -(36766, 0, 7, 'Don''t let a single one of them live.', 12, 100, 0, 37264, 'Alliance Slave - On Liberation'), -(36766, 0, 8, 'Please, carry out our vengeance on the Scourgelord.', 12, 100, 0, 37265, 'Alliance Slave - On Liberation'), -(36766, 0, 9, 'When you kill the Pit Master, spit on his corpse for me, will you?', 12, 100, 0, 37266, 'Alliance Slave - On Liberation'), -(36766, 0, 10, 'I''d lost all track of time in this forsaken place. You''re a sight for sore eyes, friend.', 12, 100, 0, 37268, 'Alliance Slave - On Liberation'), -(36766, 0, 11, 'Too many of us died in this pit. Far too many.', 12, 100, 0, 37270, 'Alliance Slave - On Liberation'), -(36766, 0, 12, 'I''m so glad you''re here. I wouldn''t have made it much longer.', 12, 100, 0, 37271, 'Alliance Slave - On Liberation'), -(36766, 0, 13, 'Now is the time for revenge.', 12, 100, 0, 37273, 'Alliance Slave - On Liberation'), -(36766, 0, 14, 'You deserve a mighty man-hug.', 12, 100, 0, 37274, 'Alliance Slave - On Liberation'), -(36766, 0, 15, 'I will find a way to repay you someday, hero.', 12, 100, 0, 37275, 'Alliance Slave - On Liberation'), -(36766, 0, 16, 'I can hardly believe my eyes. Thank you. Really, thank you.', 12, 100, 0, 37276, 'Alliance Slave - On Liberation'), -(36766, 0, 17, '%s nods his thanks.', 16, 100, 0, 37277, 'Alliance Slave - On Liberation'), -(36766, 0, 18, '%s offers an appreciative smile.', 16, 100, 0, 37278, 'Alliance Slave - On Liberation'), -(36766, 0, 19, '%s almost collapses as he stumbles towards you.', 16, 100, 0, 37279, 'Alliance Slave - On Liberation'), -(36766, 0, 20, '%s stares at you for a moment, clearly finding it hard to believe that you''re real.', 16, 100, 0, 37280, 'Alliance Slave - On Liberation'), -(36766, 0, 21, '%s offers a quick, cynical laugh at his fortune.', 16, 100, 0, 37281, 'Alliance Slave - On Liberation'), -(36766, 0, 22, '%s raises an empty hand in toast to you.', 16, 100, 0, 37282, 'Alliance Slave - On Liberation'), -(36766, 0, 23, '%s closes his eyes, savoring freedom for a moment.', 16, 100, 0, 37283, 'Alliance Slave - On Liberation'), -(36766, 0, 24, 'I''m going to return to help free the rest of the slaves. Thank you again, hero.', 16, 100, 0, 37293, 'Alliance Slave - On Liberation'), - -(36767, 0, 5, 'I''d almost given up hope.', 12, 100, 0, 37079, 'Alliance Slave - On Liberation'), -(36767, 0, 6, 'I thought I might die in this pit. Thank you!', 12, 100, 0, 37262, 'Alliance Slave - On Liberation'), -(36767, 0, 7, 'Don''t let a single one of them live.', 12, 100, 0, 37264, 'Alliance Slave - On Liberation'), -(36767, 0, 8, 'Please, carry out our vengeance on the Scourgelord.', 12, 100, 0, 37265, 'Alliance Slave - On Liberation'), -(36767, 0, 9, 'When you kill the Pit Master, spit on his corpse for me, will you?', 12, 100, 0, 37266, 'Alliance Slave - On Liberation'), -(36767, 0, 10, 'I''d lost all track of time in this forsaken place. You''re a sight for sore eyes, friend.', 12, 100, 0, 37268, 'Alliance Slave - On Liberation'), -(36767, 0, 11, 'Too many of us died in this pit. Far too many.', 12, 100, 0, 37270, 'Alliance Slave - On Liberation'), -(36767, 0, 12, 'I''m so glad you''re here. I wouldn''t have made it much longer.', 12, 100, 0, 37271, 'Alliance Slave - On Liberation'), -(36767, 0, 13, 'Now is the time for revenge.', 12, 100, 0, 37273, 'Alliance Slave - On Liberation'), -(36767, 0, 14, 'You deserve a mighty man-hug.', 12, 100, 0, 37274, 'Alliance Slave - On Liberation'), -(36767, 0, 15, 'I will find a way to repay you someday, hero.', 12, 100, 0, 37275, 'Alliance Slave - On Liberation'), -(36767, 0, 16, 'I can hardly believe my eyes. Thank you. Really, thank you.', 12, 100, 0, 37276, 'Alliance Slave - On Liberation'), -(36767, 0, 17, '%s nods his thanks.', 16, 100, 0, 37277, 'Alliance Slave - On Liberation'), -(36767, 0, 18, '%s offers an appreciative smile.', 16, 100, 0, 37278, 'Alliance Slave - On Liberation'), -(36767, 0, 19, '%s almost collapses as he stumbles towards you.', 16, 100, 0, 37279, 'Alliance Slave - On Liberation'), -(36767, 0, 20, '%s stares at you for a moment, clearly finding it hard to believe that you''re real.', 16, 100, 0, 37280, 'Alliance Slave - On Liberation'), -(36767, 0, 21, '%s offers a quick, cynical laugh at his fortune.', 16, 100, 0, 37281, 'Alliance Slave - On Liberation'), -(36767, 0, 22, '%s raises an empty hand in toast to you.', 16, 100, 0, 37282, 'Alliance Slave - On Liberation'), -(36767, 0, 23, '%s closes his eyes, savoring freedom for a moment.', 16, 100, 0, 37283, 'Alliance Slave - On Liberation'), -(36767, 0, 24, 'I''m going to return to help free the rest of the slaves. Thank you again, hero.', 16, 100, 0, 37293, 'Alliance Slave - On Liberation'), - -(36770, 0, 5, 'I''d almost given up hope.', 12, 100, 0, 37079, 'Horde Slave - On Liberation'), -(36770, 0, 6, 'I thought I might die in this pit. Thank you!', 12, 100, 0, 37262, 'Horde Slave - On Liberation'), -(36770, 0, 7, 'Don''t let a single one of them live.', 12, 100, 0, 37264, 'Horde Slave - On Liberation'), -(36770, 0, 8, 'Please, carry out our vengeance on the Scourgelord.', 12, 100, 0, 37265, 'Horde Slave - On Liberation'), -(36770, 0, 9, 'When you kill the Pit Master, spit on his corpse for me, will you?', 12, 100, 0, 37266, 'Horde Slave - On Liberation'), -(36770, 0, 10, 'I''d lost all track of time in this forsaken place. You''re a sight for sore eyes, friend.', 12, 100, 0, 37268, 'Horde Slave - On Liberation'), -(36770, 0, 11, 'Too many of us died in this pit. Far too many.', 12, 100, 0, 37270, 'Horde Slave - On Liberation'), -(36770, 0, 12, 'I''m so glad you''re here. I wouldn''t have made it much longer.', 12, 100, 0, 37271, 'Horde Slave - On Liberation'), -(36770, 0, 13, 'Now is the time for revenge.', 12, 100, 0, 37273, 'Horde Slave - On Liberation'), -(36770, 0, 14, 'You deserve a mighty man-hug.', 12, 100, 0, 37274, 'Horde Slave - On Liberation'), -(36770, 0, 15, 'I will find a way to repay you someday, hero.', 12, 100, 0, 37275, 'Horde Slave - On Liberation'), -(36770, 0, 16, 'I can hardly believe my eyes. Thank you. Really, thank you.', 12, 100, 0, 37276, 'Horde Slave - On Liberation'), -(36770, 0, 17, '%s nods his thanks.', 16, 100, 0, 37277, 'Horde Slave - On Liberation'), -(36770, 0, 18, '%s offers an appreciative smile.', 16, 100, 0, 37278, 'Horde Slave - On Liberation'), -(36770, 0, 19, '%s almost collapses as he stumbles towards you.', 16, 100, 0, 37279, 'Horde Slave - On Liberation'), -(36770, 0, 20, '%s stares at you for a moment, clearly finding it hard to believe that you''re real.', 16, 100, 0, 37280, 'Horde Slave - On Liberation'), -(36770, 0, 21, '%s offers a quick, cynical laugh at his fortune.', 16, 100, 0, 37281, 'Horde Slave - On Liberation'), -(36770, 0, 22, '%s raises an empty hand in toast to you.', 16, 100, 0, 37282, 'Horde Slave - On Liberation'), -(36770, 0, 23, '%s closes his eyes, savoring freedom for a moment.', 16, 100, 0, 37283, 'Horde Slave - On Liberation'), -(36770, 0, 24, 'I''m going to return to help free the rest of the slaves. Thank you again, hero.', 16, 100, 0, 37293, 'Horde Slave - On Liberation'), - -(36771, 0, 5, 'I''d almost given up hope.', 12, 100, 0, 37079, 'Horde Slave - On Liberation'), -(36771, 0, 6, 'I thought I might die in this pit. Thank you!', 12, 100, 0, 37262, 'Horde Slave - On Liberation'), -(36771, 0, 7, 'Don''t let a single one of them live.', 12, 100, 0, 37264, 'Horde Slave - On Liberation'), -(36771, 0, 8, 'Please, carry out our vengeance on the Scourgelord.', 12, 100, 0, 37265, 'Horde Slave - On Liberation'), -(36771, 0, 9, 'When you kill the Pit Master, spit on his corpse for me, will you?', 12, 100, 0, 37266, 'Horde Slave - On Liberation'), -(36771, 0, 10, 'I''d lost all track of time in this forsaken place. You''re a sight for sore eyes, friend.', 12, 100, 0, 37268, 'Horde Slave - On Liberation'), -(36771, 0, 11, 'Too many of us died in this pit. Far too many.', 12, 100, 0, 37270, 'Horde Slave - On Liberation'), -(36771, 0, 12, 'I''m so glad you''re here. I wouldn''t have made it much longer.', 12, 100, 0, 37271, 'Horde Slave - On Liberation'), -(36771, 0, 13, 'Now is the time for revenge.', 12, 100, 0, 37273, 'Horde Slave - On Liberation'), -(36771, 0, 14, 'You deserve a mighty man-hug.', 12, 100, 0, 37274, 'Horde Slave - On Liberation'), -(36771, 0, 15, 'I will find a way to repay you someday, hero.', 12, 100, 0, 37275, 'Horde Slave - On Liberation'), -(36771, 0, 16, 'I can hardly believe my eyes. Thank you. Really, thank you.', 12, 100, 0, 37276, 'Horde Slave - On Liberation'), -(36771, 0, 17, '%s nods his thanks.', 16, 100, 0, 37277, 'Horde Slave - On Liberation'), -(36771, 0, 18, '%s offers an appreciative smile.', 16, 100, 0, 37278, 'Horde Slave - On Liberation'), -(36771, 0, 19, '%s almost collapses as he stumbles towards you.', 16, 100, 0, 37279, 'Horde Slave - On Liberation'), -(36771, 0, 20, '%s stares at you for a moment, clearly finding it hard to believe that you''re real.', 16, 100, 0, 37280, 'Horde Slave - On Liberation'), -(36771, 0, 21, '%s offers a quick, cynical laugh at his fortune.', 16, 100, 0, 37281, 'Horde Slave - On Liberation'), -(36771, 0, 22, '%s raises an empty hand in toast to you.', 16, 100, 0, 37282, 'Horde Slave - On Liberation'), -(36771, 0, 23, '%s closes his eyes, savoring freedom for a moment.', 16, 100, 0, 37283, 'Horde Slave - On Liberation'), -(36771, 0, 24, 'I''m going to return to help free the rest of the slaves. Thank you again, hero.', 16, 100, 0, 37293, 'Horde Slave - On Liberation'), - -(36772, 0, 5, 'I''d almost given up hope.', 12, 100, 0, 37079, 'Horde Slave - On Liberation'), -(36772, 0, 6, 'I thought I might die in this pit. Thank you!', 12, 100, 0, 37262, 'Horde Slave - On Liberation'), -(36772, 0, 7, 'Don''t let a single one of them live.', 12, 100, 0, 37264, 'Horde Slave - On Liberation'), -(36772, 0, 8, 'Please, carry out our vengeance on the Scourgelord.', 12, 100, 0, 37265, 'Horde Slave - On Liberation'), -(36772, 0, 9, 'When you kill the Pit Master, spit on his corpse for me, will you?', 12, 100, 0, 37266, 'Horde Slave - On Liberation'), -(36772, 0, 10, 'I''d lost all track of time in this forsaken place. You''re a sight for sore eyes, friend.', 12, 100, 0, 37268, 'Horde Slave - On Liberation'), -(36772, 0, 11, 'Too many of us died in this pit. Far too many.', 12, 100, 0, 37270, 'Horde Slave - On Liberation'), -(36772, 0, 12, 'I''m so glad you''re here. I wouldn''t have made it much longer.', 12, 100, 0, 37271, 'Horde Slave - On Liberation'), -(36772, 0, 13, 'Now is the time for revenge.', 12, 100, 0, 37273, 'Horde Slave - On Liberation'), -(36772, 0, 14, 'You deserve a mighty man-hug.', 12, 100, 0, 37274, 'Horde Slave - On Liberation'), -(36772, 0, 15, 'I will find a way to repay you someday, hero.', 12, 100, 0, 37275, 'Horde Slave - On Liberation'), -(36772, 0, 16, 'I can hardly believe my eyes. Thank you. Really, thank you.', 12, 100, 0, 37276, 'Horde Slave - On Liberation'), -(36772, 0, 17, '%s nods his thanks.', 16, 100, 0, 37277, 'Horde Slave - On Liberation'), -(36772, 0, 18, '%s offers an appreciative smile.', 16, 100, 0, 37278, 'Horde Slave - On Liberation'), -(36772, 0, 19, '%s almost collapses as he stumbles towards you.', 16, 100, 0, 37279, 'Horde Slave - On Liberation'), -(36772, 0, 20, '%s stares at you for a moment, clearly finding it hard to believe that you''re real.', 16, 100, 0, 37280, 'Horde Slave - On Liberation'), -(36772, 0, 21, '%s offers a quick, cynical laugh at his fortune.', 16, 100, 0, 37281, 'Horde Slave - On Liberation'), -(36772, 0, 22, '%s raises an empty hand in toast to you.', 16, 100, 0, 37282, 'Horde Slave - On Liberation'), -(36772, 0, 23, '%s closes his eyes, savoring freedom for a moment.', 16, 100, 0, 37283, 'Horde Slave - On Liberation'), -(36772, 0, 24, 'I''m going to return to help free the rest of the slaves. Thank you again, hero.', 16, 100, 0, 37293, 'Horde Slave - On Liberation'), - -(36773, 0, 5, 'I''d almost given up hope.', 12, 100, 0, 37079, 'Horde Slave - On Liberation'), -(36773, 0, 6, 'I thought I might die in this pit. Thank you!', 12, 100, 0, 37262, 'Horde Slave - On Liberation'), -(36773, 0, 7, 'Don''t let a single one of them live.', 12, 100, 0, 37264, 'Horde Slave - On Liberation'), -(36773, 0, 8, 'Please, carry out our vengeance on the Scourgelord.', 12, 100, 0, 37265, 'Horde Slave - On Liberation'), -(36773, 0, 9, 'When you kill the Pit Master, spit on his corpse for me, will you?', 12, 100, 0, 37266, 'Horde Slave - On Liberation'), -(36773, 0, 10, 'I''d lost all track of time in this forsaken place. You''re a sight for sore eyes, friend.', 12, 100, 0, 37268, 'Horde Slave - On Liberation'), -(36773, 0, 11, 'Too many of us died in this pit. Far too many.', 12, 100, 0, 37270, 'Horde Slave - On Liberation'), -(36773, 0, 12, 'I''m so glad you''re here. I wouldn''t have made it much longer.', 12, 100, 0, 37271, 'Horde Slave - On Liberation'), -(36773, 0, 13, 'Now is the time for revenge.', 12, 100, 0, 37273, 'Horde Slave - On Liberation'), -(36773, 0, 14, 'You deserve a mighty man-hug.', 12, 100, 0, 37274, 'Horde Slave - On Liberation'), -(36773, 0, 15, 'I will find a way to repay you someday, hero.', 12, 100, 0, 37275, 'Horde Slave - On Liberation'), -(36773, 0, 16, 'I can hardly believe my eyes. Thank you. Really, thank you.', 12, 100, 0, 37276, 'Horde Slave - On Liberation'), -(36773, 0, 17, '%s nods his thanks.', 16, 100, 0, 37277, 'Horde Slave - On Liberation'), -(36773, 0, 18, '%s offers an appreciative smile.', 16, 100, 0, 37278, 'Horde Slave - On Liberation'), -(36773, 0, 19, '%s almost collapses as he stumbles towards you.', 16, 100, 0, 37279, 'Horde Slave - On Liberation'), -(36773, 0, 20, '%s stares at you for a moment, clearly finding it hard to believe that you''re real.', 16, 100, 0, 37280, 'Horde Slave - On Liberation'), -(36773, 0, 21, '%s offers a quick, cynical laugh at his fortune.', 16, 100, 0, 37281, 'Horde Slave - On Liberation'), -(36773, 0, 22, '%s raises an empty hand in toast to you.', 16, 100, 0, 37282, 'Horde Slave - On Liberation'), -(36773, 0, 23, '%s closes his eyes, savoring freedom for a moment.', 16, 100, 0, 37283, 'Horde Slave - On Liberation'), -(36773, 0, 24, 'I''m going to return to help free the rest of the slaves. Thank you again, hero.', 16, 100, 0, 37293, 'Horde Slave - On Liberation'), - -(36913, 0, 7, 'He watches your every move...', 15, 100, 0, 38354, 'Eye of the Lich King - Whisper'); diff --git a/sql/updates/world/2014_10_15_00_world.sql b/sql/updates/world/2014_10_15_00_world.sql deleted file mode 100644 index 4414565d5bf..00000000000 --- a/sql/updates/world/2014_10_15_00_world.sql +++ /dev/null @@ -1 +0,0 @@ -UPDATE `creature_text` SET `language`=0 WHERE `entry`=23678 AND `groupid`=1; diff --git a/sql/updates/world/2014_10_16_00_world.sql b/sql/updates/world/2014_10_16_00_world.sql deleted file mode 100644 index 45b34d2cdc6..00000000000 --- a/sql/updates/world/2014_10_16_00_world.sql +++ /dev/null @@ -1,21 +0,0 @@ -DELETE FROM `creature_text` WHERE `entry` IN(23439,25510,25511,25513,25512); - -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `comment`, `BroadcastTextID`) VALUES -(23439, 0, 0, '%s feeds on the freshly-killed warp chaser.', 16, 0, 100, 35, 0, 0, 'Hungry Nether Ray',21657), -(25510, 0, 0, 'The Serpent''s Maw is engulfed in tuskarr fire!', 41, 0, 100, 0, 0, 0, '1st Kvaldir Vessel (The Serpent''s Maw)',24722), -(25512, 0, 0, 'Bor''s Hammer is engulfed in tuskarr fire!', 41, 0, 100, 0, 0, 0, '3rd Kvaldir Vessel (Bor''s Hammer)',24724), -(25511, 0, 0, 'The Kur Drakkar is engulfed in tuskarr fire!', 41, 0, 100, 0, 0, 0, '2nd Kvaldir Vessel (The Kur Drakkar)',24723), -(25513, 0, 0, 'Bor''s Anvil is engulfed in tuskarr fire!', 41, 0, 100, 0, 0, 0, '4th Kvaldir Vessel (Bor''s Anvil)',24725); - -UPDATE `smart_scripts` SET `link`=1 WHERE `entryorguid` IN(25510,25511,25512,25513) AND `source_type`=0 AND `id`=0 AND `link`=0; -UPDATE `smart_scripts` SET `link`=2 WHERE `entryorguid`=23439 AND `source_type`=0 AND `id`=1 AND `link`=0; - -DELETE FROM `smart_scripts` WHERE `entryorguid` IN(25510,25511,25512,25513) AND `source_type`=0 AND `id`=1; -DELETE FROM `smart_scripts` WHERE `entryorguid` =23439 AND `source_type`=0 AND `id`=2; - -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(25510, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '1st Kvaldir Vessel (The Serpent\'s Maw) - On Spellhit \'Use Tuskarr Torch\' - Say'), -(25511, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '2nd Kvaldir Vessel (The Kur Drakkar) - On Spellhit \'Use Tuskarr Torch\' - Say'), -(25512, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '3rd Kvaldir Vessel (Bor''s Hammer) - On Spellhit \'Use Tuskarr Torch\' - Say'), -(25513, 0, 1, 0, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, '4th Kvaldir Vessel (Bor''s Anvil) - On Spellhit \'Use Tuskarr Torch\' - Say'), -(23439, 0, 2, 0, 61, 0, 100, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Hungry Nether Ray - On Data Set 1 1 - Cast \'Lucille Feed Credit Trigger\''); diff --git a/sql/updates/world/2014_10_17_00_world.sql b/sql/updates/world/2014_10_17_00_world.sql deleted file mode 100644 index 858bac569f2..00000000000 --- a/sql/updates/world/2014_10_17_00_world.sql +++ /dev/null @@ -1,117 +0,0 @@ --- Skeletal Guardian SAI -SET @ENTRY := 10390; -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,0,1,0,100,2,1000,1000,1800000,1800000,11,13787,1,0,0,0,0,1,0,0,0,0,0,0,0,"Skeletal Guardian - Out of Combat - Cast 'Demon Armor' (Normal Dungeon)"), -(@ENTRY,0,1,0,4,0,100,2,0,0,0,0,11,16799,0,0,0,0,0,2,0,0,0,0,0,0,0,"Skeletal Guardian - On Aggro - Cast 'Frostbolt' (Normal Dungeon)"), -(@ENTRY,0,2,0,0,0,100,2,2400,3800,2400,3800,11,9613,64,0,0,0,0,2,0,0,0,0,0,0,0,"Skeletal Guardian - In Combat CMC - Cast 'Shadow Bolt' (Normal Dungeon)"), -(@ENTRY,0,3,0,0,0,85,2,9000,12000,9000,12000,11,9672,0,0,0,0,0,2,0,0,0,0,0,0,0,"Skeletal Guardian - In Combat Range - Cast 'Frostbolt' (Normal Dungeon)"), -(@ENTRY,0,4,0,0,0,85,2,6000,7000,9000,12000,11,37361,0,0,0,0,0,2,0,0,0,0,0,0,0,"Skeletal Guardian - In Combat - Cast 'Arcane Bolt' (Normal Dungeon)"), -(@ENTRY,0,5,0,0,0,85,2,14000,18000,14000,18000,11,11975,1,0,0,0,0,1,0,0,0,0,0,0,0,"Skeletal Guardian - In Combat - Cast 'Arcane Explosion' (Normal Dungeon)"); - --- Skul SAI -SET @ENTRY := 10393; -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,0,1,0,100,2,1000,1000,1800000,1800000,11,12544,1,0,0,0,0,1,0,0,0,0,0,0,0,"Skul - Out of Combat - Cast 'Frost Armor' (Normal Dungeon)"), -(@ENTRY,0,1,0,0,0,100,2,0,0,2400,3800,11,16799,64,0,0,0,0,2,0,0,0,0,0,0,0,"Skul - In Combat - Cast 'Frostbolt' (Normal Dungeon)"), -(@ENTRY,0,2,0,0,0,50,2,6000,8000,16000,20000,11,15499,1,0,0,0,0,5,0,0,0,0,0,0,0,"Skul - In Combat - Cast 'Frost Shock' (Normal Dungeon)"), -(@ENTRY,0,3,0,0,0,40,2,9000,11000,9000,11000,11,15230,0,0,0,0,0,2,0,0,0,0,0,0,0,"Skul - In Combat - Cast 'Arcane Bolt' (Normal Dungeon)"), -(@ENTRY,0,4,0,2,0,100,3,0,15,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Skul - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)"); - --- Thuzadin Shadowcaster SAI -SET @ENTRY := 10398; -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,0,0,0,100,2,0,0,2400,3800,11,15232,64,0,0,0,0,2,0,0,0,0,0,0,0,"Thuzadin Shadowcaster - In Combat CMC - Cast 'Shadow Bolt' (Normal Dungeon)"), -(@ENTRY,0,1,0,0,0,100,2,4000,6000,20000,25000,11,11443,1,0,0,0,0,2,0,0,0,0,0,0,0,"Thuzadin Shadowcaster - In Combat - Cast 'Cripple' (Normal Dungeon)"), -(@ENTRY,0,2,0,0,0,100,2,7000,12000,15000,20000,11,16429,33,0,0,0,0,5,0,0,0,0,0,0,0,"Thuzadin Shadowcaster - In Combat - Cast 'Piercing Shadow' (Normal Dungeon)"); - --- Crimson Conjuror SAI -SET @ENTRY := 10419; -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,0,0,0,100,2,0,40,2400,3800,11,12675,64,0,0,0,0,2,0,0,0,0,0,0,0,"Crimson Conjuror - In Combat CMC - Cast 'Frostbolt' (Normal Dungeon)"), -(@ENTRY,0,1,0,0,0,85,2,7000,7000,10000,10000,11,17195,1,0,0,0,0,5,0,0,0,0,0,0,0,"Crimson Conjuror - In Combat - Cast 'Scorch' (Normal Dungeon)"), -(@ENTRY,0,2,0,0,0,100,2,10000,10000,15000,15000,11,12674,1,0,0,0,0,1,0,0,0,0,0,0,0,"Crimson Conjuror - In Combat - Cast 'Frost Nova' (Normal Dungeon)"), -(@ENTRY,0,3,0,0,0,100,2,5000,5000,35000,45000,11,17162,1,0,0,0,0,1,0,0,0,0,0,0,0,"Crimson Conjuror - In Combat - Cast 'Summon Water Elemental' (Normal Dungeon)"); - --- Crimson Sorcerer SAI -SET @ENTRY := 10422; -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,0,1,0,100,2,1000,1000,1800000,1800000,11,12544,1,0,0,0,0,1,0,0,0,0,0,0,0,"Crimson Sorcerer - Out of Combat - Cast 'Frost Armor' (Normal Dungeon)"), -(@ENTRY,0,1,0,1,0,100,2,3000,3000,1800000,1800000,11,17150,1,0,0,0,0,1,0,0,0,0,0,0,0,"Crimson Sorcerer - Out of Combat - Cast 'Arcane Might' (Normal Dungeon)"), -(@ENTRY,0,2,0,0,0,100,2,0,0,2400,3800,11,15230,64,0,0,0,0,2,0,0,0,0,0,0,0,"Crimson Sorcerer - In Combat CMC - Cast 'Arcane Bolt' (Normal Dungeon)"), -(@ENTRY,0,3,0,0,0,100,2,7000,14000,21000,26000,11,13323,1,0,0,0,0,6,0,0,0,0,0,0,0,"Crimson Sorcerer - In Combat - Cast 'Polymorph' (Normal Dungeon)"), -(@ENTRY,0,4,0,0,0,100,2,5000,6000,8500,10000,11,14145,0,0,0,0,0,2,0,0,0,0,0,0,0,"Crimson Sorcerer - In Combat - Cast 'Fire Blast' (Normal Dungeon)"); - --- Chromatic Whelp SAI -SET @ENTRY := 10442; -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,0,4,0,100,2,0,0,0,0,11,16249,0,0,0,0,0,2,0,0,0,0,0,0,0,"Chromatic Whelp - On Aggro - Cast 'Frostbolt' (Normal Dungeon)"), -(@ENTRY,0,1,0,0,0,100,2,2400,3800,2400,3800,11,12167,64,0,0,0,0,2,0,0,0,0,0,0,0,"Chromatic Whelp - In Combat CMC - Cast 'Lightning Bolt' (Normal Dungeon)"), -(@ENTRY,0,2,0,0,0,100,2,16200,26500,7000,27900,11,16249,0,0,0,0,0,2,0,0,0,0,0,0,0,"Chromatic Whelp - In Combat - Cast 'Frostbolt' (Normal Dungeon)"), -(@ENTRY,0,3,0,0,0,100,2,10800,19600,15700,20400,11,16250,1,0,0,0,0,2,0,0,0,0,0,0,0,"Chromatic Whelp - In Combat - Cast 'Fireball Volley' (Normal Dungeon)"); - --- Scholomance Adept SAI -SET @ENTRY := 10469; -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,0,0,0,100,2,0,0,3200,4800,11,15043,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scholomance Adept - In Combat CMC - Cast 'Frostbolt' (Normal Dungeon)"), -(@ENTRY,0,1,0,0,0,100,2,7300,17300,9400,14300,11,15244,1,0,0,0,0,1,0,0,0,0,0,0,0,"Scholomance Adept - In Combat - Cast 'Cone of Cold' (Normal Dungeon)"), -(@ENTRY,0,2,0,0,0,100,2,7600,19700,12200,24700,11,15499,0,0,0,0,0,2,0,0,0,0,0,0,0,"Scholomance Adept - In Combat - Cast 'Frost Shock' (Normal Dungeon)"), -(@ENTRY,0,3,0,2,0,100,3,0,15,0,0,25,1,0,0,0,0,0,0,0,0,0,0,0,0,0,"Scholomance Adept - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)"); - --- Scholomance Neophyte SAI -SET @ENTRY := 10470; -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,0,0,0,100,2,0,0,3400,4800,11,12739,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scholomance Neophyte - In Combat CMC - Cast 'Shadow Bolt'"), -(@ENTRY,0,1,0,0,0,100,2,8600,26300,18400,36000,11,17165,1,0,0,0,0,2,0,0,0,0,0,0,0,"Scholomance Neophyte - In Combat - Cast 'Mind Flay'"); - --- Scholomance Necrolyte SAI -SET @ENTRY := 10476; -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,0,0,0,100,2,0,0,2400,3800,11,12739,64,0,0,0,0,2,0,0,0,0,0,0,0,"Scholomance Necrolyte - In Combat CMC - Cast 'Shadow Bolt' (Normal Dungeon)"), -(@ENTRY,0,1,0,0,0,100,2,1400,6200,7400,22000,11,17234,1,0,0,0,0,2,0,0,0,0,0,0,0,"Scholomance Necrolyte - In Combat - Cast 'Shadow Shock' (Normal Dungeon)"), -(@ENTRY,0,2,0,0,0,100,2,1400,22000,22000,33200,11,17151,32,0,0,0,0,1,0,0,0,0,0,0,0,"Scholomance Necrolyte - In Combat - Cast 'Shadow Barrier' (Normal Dungeon)"); - --- Hearthsinger Forresten SAI -SET @ENTRY := 10558; -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,0,0,0,100,2,5,30,2300,3900,11,16100,64,0,0,0,0,2,0,0,0,0,0,0,0,"Hearthsinger Forresten - In Combat CMC - Cast 'Shoot' (Normal Dungeon)"), -(@ENTRY,0,1,0,0,0,100,2,3000,5000,12000,19000,11,16244,1,0,0,0,0,1,0,0,0,0,0,0,0,"Hearthsinger Forresten - In Combat - Cast 'Demoralizing Shout' (Normal Dungeon)"), -(@ENTRY,0,2,0,0,0,100,2,7000,9000,20000,25000,11,16798,1,0,0,0,0,6,0,0,0,0,0,0,0,"Hearthsinger Forresten - In Combat - Cast 'Enchanting Lullaby' (Normal Dungeon)"), -(@ENTRY,0,3,0,2,0,100,3,0,15,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Hearthsinger Forresten - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)"); - --- Lady Vespia SAI -SET @ENTRY := 10559; -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,0,0,0,100,0,5400,7100,14300,19600,11,8398,0,0,0,0,0,2,0,0,0,0,0,0,0,"Lady Vespia - In Combat - Cast 'Frostbolt Volley' (Normal Dungeon)"), -(@ENTRY,0,1,0,0,0,100,0,15300,19100,9500,22100,11,13586,0,0,0,0,0,2,0,0,0,0,0,0,0,"Lady Vespia - In Combat - Cast 'Aqua Jet' (Normal Dungeon)"), -(@ENTRY,0,2,0,2,0,100,1,0,15,0,0,25,1,0,0,0,0,0,1,0,0,0,0,0,0,0,"Lady Vespia - Between 0-15% Health - Flee For Assist (No Repeat) (Normal Dungeon)"); - --- Urok Ogre Magus SAI -SET @ENTRY := 10602; -UPDATE `creature_template` SET `AIName`="SmartAI" WHERE `entry`=@ENTRY; -DELETE FROM `smart_scripts` WHERE `entryorguid`=@ENTRY AND `source_type`=0; -INSERT INTO `smart_scripts` (`entryorguid`,`source_type`,`id`,`link`,`event_type`,`event_phase_mask`,`event_chance`,`event_flags`,`event_param1`,`event_param2`,`event_param3`,`event_param4`,`action_type`,`action_param1`,`action_param2`,`action_param3`,`action_param4`,`action_param5`,`action_param6`,`target_type`,`target_param1`,`target_param2`,`target_param3`,`target_x`,`target_y`,`target_z`,`target_o`,`comment`) VALUES -(@ENTRY,0,0,0,0,0,100,2,0,0,2400,3800,11,15979,64,0,0,0,0,2,0,0,0,0,0,0,0,"Urok Ogre Magus - In Combat CMC - Cast 'Arcane Bolt' (Normal Dungeon)"), -(@ENTRY,0,1,0,0,0,100,2,8000,11000,17000,24000,11,13747,1,0,0,0,0,5,0,0,0,0,0,0,0,"Urok Ogre Magus - In Combat - Cast 'Slow' (Normal Dungeon)"), -(@ENTRY,0,2,0,2,0,100,3,0,30,30000,35000,11,6742,1,0,0,0,0,1,0,0,0,0,0,0,0,"Urok Ogre Magus - Between 0-30% Health - Cast 'Bloodlust' (No Repeat) (Normal Dungeon)"); diff --git a/sql/updates/world/2014_10_18_00_world.sql b/sql/updates/world/2014_10_18_00_world.sql deleted file mode 100644 index 92bd0741dab..00000000000 --- a/sql/updates/world/2014_10_18_00_world.sql +++ /dev/null @@ -1,105 +0,0 @@ -SET @CGUID := 74976; -SET @OGUID := 7087; - -DELETE FROM `creature` WHERE (`guid` BETWEEN @CGUID+0 AND @CGUID+23) OR (`id` IN (34929, 34935)) OR (`map` IN (641, 642)); -INSERT INTO `creature` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `modelid`, `position_x`, `position_y`, `position_z`, `orientation`, `spawntimesecs`, `spawndist`, `MovementType`) VALUES --- Goblin Engineering Crew -(@CGUID+0, 36162, 642, 3, 1, 0, -22.16258, 11.19428, 35.09622, 3.961897, 7200, 0, 0), -(@CGUID+1, 36162, 642, 3, 1, 0, -18.38382, -11.11724, 34.91919, 3.089233, 7200, 0, 0), - --- Kor'kron Reaver -(@CGUID+2, 36164, 642, 3, 1, 0, 28.44413, 18.95949, 35.95979, 2.234021, 7200, 0, 0), -(@CGUID+3, 36164, 642, 3, 1, 0, 37.40386, -8.937434, 30.1788, 6.265732, 7200, 0, 0), -(@CGUID+4, 36164, 642, 3, 1, 0, 6.56619, 7.988725, 34.4726, 3.07178, 7200, 0, 0), -(@CGUID+5, 36164, 642, 3, 1, 0, 37.47043, 8.731059, 30.17881, 6.003932, 7200, 0, 0), -(@CGUID+6, 36164, 642, 3, 1, 0, 28.40881, -19.30474, 35.98264, 4.153883, 7200, 0, 0), -(@CGUID+7, 36164, 642, 3, 1, 0, 17.52033, -14.02618, 35.07203, 3.07178, 7200, 0, 0), -(@CGUID+8, 36164, 642, 3, 1, 0, 6.645779, -8.052721, 34.47524, 3.07178, 7200, 0, 0), -(@CGUID+9, 36164, 642, 3, 1, 0, 16.94911, 14.93277, 35.08105, 3.071779, 7200, 0, 0), -(@CGUID+10, 36164, 642, 3, 1, 0, -31.12894, -19.48676, 34.24918, 4.153883, 7200, 0, 0), -(@CGUID+11, 36164, 642, 3, 1, 0, -30.18002, 17.94827, 34.34239, 2.234021, 7200, 0, 0), - --- 7th Legion Marine -(@CGUID+12, 36166, 641, 3, 1, 0, -53.55445, 2.977596, 23.44318, 0.3316126, 7200, 0, 0), -(@CGUID+13, 36166, 641, 3, 1, 0, 17.0807, -7.109451, 20.5052, 3.124139, 7200, 0, 0), -(@CGUID+14, 36166, 641, 3, 1, 0, 49.93306, -7.458596, 40.16777, 3.979351, 7200, 0, 0), -(@CGUID+15, 36166, 641, 3, 1, 0, 50.20697, 8.003532, 40.16655, 2.530727, 7200, 0, 0), -(@CGUID+16, 36166, 641, 3, 1, 0, 39.78789, -38.58735, 25.11459, 3.979351, 7200, 0, 0), -(@CGUID+17, 36166, 641, 3, 1, 0, -17.57936, 4.24393, 20.84544, 3.12414, 7200, 0, 0), -(@CGUID+18, 36166, 641, 3, 1, 0, 16.84876, 6.618541, 20.51171, 3.12414, 7200, 0, 0), -(@CGUID+19, 36166, 641, 3, 1, 0, -61.94096, 0.089971, 23.56898, 3.124139, 7200, 0, 0), -(@CGUID+20, 36166, 641, 3, 1, 0, -17.59357, -4.383727, 20.84574, 3.12414, 7200, 0, 0), -(@CGUID+21, 36166, 641, 3, 1, 0, -53.6908, -3.682069, 23.44308, 6.056293, 7200, 0, 0), - --- 7th Legion Deckhand -(@CGUID+22, 36165, 641, 3, 1, 0, -35.88269, 3.162697, 20.53507, 1.658063, 7200, 0, 0), -(@CGUID+23, 36165, 641, 3, 1, 0, -36.38501, -7.325379, 20.44885, 1.653776, 7200, 0, 0), - --- Horde Gunship Cannon -(@CGUID+24, 34935, 642, 3, 1, 0, -21.40090, -31.34303, 34.25633, 4.677482, 7200, 0, 0), -(@CGUID+25, 34935, 642, 3, 1, 0, -12.10641, -31.96964, 34.46390, 4.625123, 7200, 0, 0), -(@CGUID+26, 34935, 642, 3, 1, 0, -2.487608, -31.98854, 34.92170, 4.834562, 7200, 0, 0), -(@CGUID+27, 34935, 642, 3, 1, 0, 19.463670, -30.79399, 36.30841, 4.852015, 7200, 0, 0), -(@CGUID+28, 34935, 642, 3, 1, 0, 10.266400, -32.07130, 35.81895, 4.852015, 7200, 0, 0), - --- Alliance Gunship Cannon -(@CGUID+29, 34929, 641, 3, 1, 0, -12.47339, 25.72650, 21.67813, 1.742887, 7200, 0, 0), -(@CGUID+30, 34929, 641, 3, 1, 0, -41.71228, 22.90814, 22.60103, 1.902409, 7200, 0, 0), -(@CGUID+31, 34929, 641, 3, 1, 0, -2.811304, 25.78116, 21.69148, 1.658063, 7200, 0, 0), -(@CGUID+32, 34929, 641, 3, 1, 0, -21.44925, 25.39890, 21.66956, 1.658063, 7200, 0, 0), -(@CGUID+33, 34929, 641, 3, 1, 0, -31.03540, 24.86197, 21.70274, 1.658063, 7200, 0, 0); - -DELETE FROM `gameobject` WHERE `guid` BETWEEN @OGUID+0 AND @OGUID+3; -INSERT INTO `gameobject` (`guid`, `id`, `map`, `spawnMask`, `phaseMask`, `position_x`, `position_y`, `position_z`, `orientation`, `rotation0`, `rotation1`, `rotation2`, `rotation3`, `spawntimesecs`, `animprogress`, `state`) VALUES -(@OGUID+0, 195705, 641, 3, 1, 16.48109, -0.00539, 20.41618, 3.036838, 0, 0, 0, 1, 7200, 255, 0), -(@OGUID+1, 195371, 641, 3, 1, 16.47634, 0.018369, 20.41617, 3.036838, 0, 0, 0, 1, 7200, 255, 1), -(@OGUID+2, 195706, 642, 3, 1, 12.28939, 0.081029, 34.6497, 3.159062, 0, 0, 0, 1, 7200, 255, 0), -(@OGUID+3, 196413, 642, 3, 1, 12.31993, 0.096332, 34.65082, 3.159062, 0, 0, 0, 1, 7200, 255, 1); - --- Template Updates --- Teleporter -UPDATE `gameobject_template` SET `flags`=48 WHERE `entry` IN (195313, 195314); - --- Horde Gunship Cannon -UPDATE `creature_template` SET `difficulty_entry_1`=35427 WHERE `entry`=34935; -UPDATE `creature_template` SET `spell1`=66529, `unit_flags`=33570816 WHERE `entry`=35427; - --- Alliance Gunship Cannon -UPDATE `creature_template` SET `spell1`=66518, `unit_flags`=33570816 WHERE `entry`=35410; - --- Goblin Engineering Crew -UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `faction`=1978 WHERE `entry`=36162; - --- 7th Legion Deckhand -UPDATE `creature_template` SET `minlevel`=80, `maxlevel`=80, `faction`=1973 WHERE `entry`=36165; - --- Template Addon -DELETE FROM `creature_template_addon` WHERE `entry` IN (36162, 36165); -INSERT INTO `creature_template_addon` (`entry`, `path_id`, `mount`, `bytes1`, `bytes2`, `emote`, `auras`) VALUES -(36162, 0, 0, 0x0, 0x101, 0, ''), -(36165, 0, 0, 0x0, 0x101, 0, ''); - --- Spell Target Positions -DELETE FROM `spell_target_position` WHERE `id`=66899; -INSERT INTO `spell_target_position` VALUES -(66899,0, 628, 747, -1075, 135, 0, 18414); - --- Spell linked spell -DELETE FROM `spell_linked_spell` WHERE `spell_trigger`=66899; -INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES -(66899, -66656, 0, 'On cast 66899 (Gunship Portal Click (to Hangar)) - Remove 66656 (Parachute)'); - --- conditions -DELETE FROM `conditions` WHERE `SourceTypeOrReferenceId`=13 AND `SourceGroup`=1 AND (`SourceEntry`=66637 OR `SourceEntry`=66630) AND `SourceId`=0 AND `ElseGroup`=0 AND `ConditionTypeOrReference`=31 AND `ConditionTarget`=0 AND `ConditionValue1`=3 AND `ConditionValue2`=34984 AND `ConditionValue3`=0; -INSERT INTO `conditions` (`SourceTypeOrReferenceId`, `SourceGroup`, `SourceEntry`, `ConditionTypeOrReference`, `ConditionValue1`, `ConditionValue2`) VALUES -(13, 1, 66630, 31, 3, 34984), -(13, 1, 66637, 31, 3, 34984); - --- Texts -DELETE FROM `creature_text` WHERE `entry` IN (35003, 34960); -INSERT INTO `creature_text` (`entry`, `groupid`, `id`, `text`, `type`, `language`, `probability`, `emote`, `duration`, `sound`, `BroadcastTextID`, `comment`) VALUES -(35003, 0, 0, 'All aboard the gunship! Man the guns!', 14, 0, 100, 0, 0, 0, 35241, 'Horde Gunship Captain'), -(34960, 0, 0, 'All aboard the gunship! Man the guns!', 14, 0, 100, 0, 0, 0, 35228, 'Alliance Gunship Captain'); - --- Scripts -UPDATE `creature_template` SET `ScriptName`='npc_ioc_gunship_captain' WHERE `entry` IN (35003, 34960); diff --git a/sql/updates/world/2014_10_18_00_world_434.sql b/sql/updates/world/2014_10_18_00_world_434.sql deleted file mode 100644 index c59dddf2aa7..00000000000 --- a/sql/updates/world/2014_10_18_00_world_434.sql +++ /dev/null @@ -1,23 +0,0 @@ --- Fear No Evil quest updates --- Set Health Random spell script -DELETE FROM `spell_script_names` WHERE `spell_id` = 53034; -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(53034, 'spell_q28813_set_health_random'); - --- More accurate times, added random emote script, corrected target_type field to face player. -DELETE FROM `smart_scripts` WHERE `entryorguid` = 5004700 AND `source_type` = 9; -INSERT INTO `smart_scripts` (`entryorguid`, `source_type`, `id`, `link`, `event_type`, `event_phase_mask`, `event_chance`, `event_flags`, `event_param1`, `event_param2`, `event_param3`, `event_param4`, `action_type`, `action_param1`, `action_param2`, `action_param3`, `action_param4`, `action_param5`, `action_param6`, `target_type`, `target_param1`, `target_param2`, `target_param3`, `target_x`, `target_y`, `target_z`, `target_o`, `comment`) VALUES -(5004700, 9, 0, 0, 0, 0, 100, 1, 1000, 1000, 0, 0, 91, 7, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - Actionlist - Stand up'), -(5004700, 9, 1, 0, 0, 0, 100, 0, 1200, 1200, 0, 0, 66, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - Actionlist - Face Player'), -(5004700, 9, 2, 0, 0, 0, 100, 0, 0, 0, 0, 0, 10, 4, 5, 22, 25, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - Actionlist - Random Emote'), -(5004700, 9, 3, 0, 0, 0, 100, 1, 200, 200, 0, 0, 1, 0, 0, 0, 0, 0, 0, 23, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - Actionlist - Say line 0 (random)'), -(5004700, 9, 4, 0, 0, 0, 100, 0, 2000, 2000, 0, 0, 59, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - Actionlist - Set Run'), -(5004700, 9, 5, 0, 0, 0, 100, 0, 0, 0, 0, 0, 53, 1, 50047, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 'Injured Stormwind Infantry - Actionlist - Start WP movement'); - --- BroadcastTextIds -UPDATE `creature_text` SET `BroadcastTextId`=49916 WHERE `entry`=50047 AND `groupid`=0 AND `id`=0; -UPDATE `creature_text` SET `BroadcastTextId`=49918 WHERE `entry`=50047 AND `groupid`=0 AND `id`=1; -UPDATE `creature_text` SET `BroadcastTextId`=49919 WHERE `entry`=50047 AND `groupid`=0 AND `id`=2; -UPDATE `creature_text` SET `BroadcastTextId`=49917 WHERE `entry`=50047 AND `groupid`=0 AND `id`=3; -UPDATE `creature_text` SET `BroadcastTextId`=49922 WHERE `entry`=50047 AND `groupid`=0 AND `id`=4; -UPDATE `creature_text` SET `BroadcastTextId`=49915 WHERE `entry`=50047 AND `groupid`=0 AND `id`=5; diff --git a/sql/updates/world/2014_10_18_01_world.sql b/sql/updates/world/2014_10_18_01_world.sql deleted file mode 100644 index 779e59446b4..00000000000 --- a/sql/updates/world/2014_10_18_01_world.sql +++ /dev/null @@ -1,3 +0,0 @@ -DELETE FROM `spell_script_names` WHERE `spell_id`=23138; -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(23138, 'spell_shazzrah_gate_dummy'); diff --git a/sql/updates/world/2014_10_18_02_world.sql b/sql/updates/world/2014_10_18_02_world.sql deleted file mode 100644 index 564e3dc125b..00000000000 --- a/sql/updates/world/2014_10_18_02_world.sql +++ /dev/null @@ -1,9 +0,0 @@ -DELETE FROM `trinity_string` WHERE `entry` IN (5057, 5058); -INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES -(5057, 'Boss id %i state is now set to %i.'), -(5058, 'Boss id %i state is %i.'); - -DELETE FROM `command` WHERE `permission` IN (795, 796); -INSERT INTO `command` (`name`, `permission`, `help`) VALUES -('instance setbossstate', '795', 'Syntax: .instance setbossstate $bossId $encounterState [$Name]\r\nSets the EncounterState for the given boss id to a new value. EncounterStates range from 0 to 5.\r\nIf no character name is provided, the current map will be used as target.'), -('instance getbossstate', '796', 'Syntax: .instance getbossstate $bossId [$Name]\r\nGets the current EncounterState for the provided boss id.\r\nIf no character name is provided, the current map will be used as target.'); diff --git a/sql/updates/world/2014_10_18_03_world.sql b/sql/updates/world/2014_10_18_03_world.sql deleted file mode 100644 index 708dd3295c9..00000000000 --- a/sql/updates/world/2014_10_18_03_world.sql +++ /dev/null @@ -1,83 +0,0 @@ -DELETE FROM `spell_script_names` WHERE `ScriptName` = 'spell_gen_mixology_bonus'; -INSERT INTO `spell_script_names` (`spell_id`, `ScriptName`) VALUES -(53755,'spell_gen_mixology_bonus'), -(53758,'spell_gen_mixology_bonus'), -(53760,'spell_gen_mixology_bonus'), -(54212,'spell_gen_mixology_bonus'), -(62380,'spell_gen_mixology_bonus'), -(53752,'spell_gen_mixology_bonus'), -(28521,'spell_gen_mixology_bonus'), -(42735,'spell_gen_mixology_bonus'), -(28518,'spell_gen_mixology_bonus'), -(28519,'spell_gen_mixology_bonus'), -(28540,'spell_gen_mixology_bonus'), -(28520,'spell_gen_mixology_bonus'), -(17629,'spell_gen_mixology_bonus'), -(17627,'spell_gen_mixology_bonus'), -(17628,'spell_gen_mixology_bonus'), -(17626,'spell_gen_mixology_bonus'), -(28497,'spell_gen_mixology_bonus'), -(60340,'spell_gen_mixology_bonus'), -(60341,'spell_gen_mixology_bonus'), -(60343,'spell_gen_mixology_bonus'), -(60344,'spell_gen_mixology_bonus'), -(60345,'spell_gen_mixology_bonus'), -(60346,'spell_gen_mixology_bonus'), -(53751,'spell_gen_mixology_bonus'), -(53764,'spell_gen_mixology_bonus'), -(53748,'spell_gen_mixology_bonus'), -(60347,'spell_gen_mixology_bonus'), -(53763,'spell_gen_mixology_bonus'), -(53747,'spell_gen_mixology_bonus'), -(53749,'spell_gen_mixology_bonus'), -(33721,'spell_gen_mixology_bonus'), -(53746,'spell_gen_mixology_bonus'), -(28514,'spell_gen_mixology_bonus'), -(28509,'spell_gen_mixology_bonus'), -(28503,'spell_gen_mixology_bonus'), -(28502,'spell_gen_mixology_bonus'), -(38954,'spell_gen_mixology_bonus'), -(39628,'spell_gen_mixology_bonus'), -(54494,'spell_gen_mixology_bonus'), -(39627,'spell_gen_mixology_bonus'), -(28501,'spell_gen_mixology_bonus'), -(28493,'spell_gen_mixology_bonus'), -(39626,'spell_gen_mixology_bonus'), -(33726,'spell_gen_mixology_bonus'), -(28491,'spell_gen_mixology_bonus'), -(39625,'spell_gen_mixology_bonus'), -(28490,'spell_gen_mixology_bonus'), -(54452,'spell_gen_mixology_bonus'), -(33720,'spell_gen_mixology_bonus'), -(24361,'spell_gen_mixology_bonus'), -(17539,'spell_gen_mixology_bonus'), -(17538,'spell_gen_mixology_bonus'), -(17537,'spell_gen_mixology_bonus'), -(17535,'spell_gen_mixology_bonus'), -(11348,'spell_gen_mixology_bonus'), -(11406,'spell_gen_mixology_bonus'), -(26276,'spell_gen_mixology_bonus'), -(11474,'spell_gen_mixology_bonus'), -(24363,'spell_gen_mixology_bonus'), -(11405,'spell_gen_mixology_bonus'), -(11334,'spell_gen_mixology_bonus'), -(11390,'spell_gen_mixology_bonus'), -(11396,'spell_gen_mixology_bonus'), -(11349,'spell_gen_mixology_bonus'), -(21920,'spell_gen_mixology_bonus'), -(11328,'spell_gen_mixology_bonus'), -(3223,'spell_gen_mixology_bonus'), -(3593,'spell_gen_mixology_bonus'), -(3164,'spell_gen_mixology_bonus'), -(7844,'spell_gen_mixology_bonus'), -(3160,'spell_gen_mixology_bonus'), -(3220,'spell_gen_mixology_bonus'), -(3222,'spell_gen_mixology_bonus'), -(63729,'spell_gen_mixology_bonus'), -(3166,'spell_gen_mixology_bonus'), -(8212,'spell_gen_mixology_bonus'), -(2374,'spell_gen_mixology_bonus'), -(2378,'spell_gen_mixology_bonus'), -(3219,'spell_gen_mixology_bonus'), -(2367,'spell_gen_mixology_bonus'), -(673,'spell_gen_mixology_bonus'); diff --git a/sql/updates/world/2014_10_18_04_world.sql b/sql/updates/world/2014_10_18_04_world.sql deleted file mode 100644 index c4d1fe9f039..00000000000 --- a/sql/updates/world/2014_10_18_04_world.sql +++ /dev/null @@ -1,6 +0,0 @@ -/* new trinity_strings */ -DELETE FROM `trinity_string` WHERE `entry` IN (5059,5060,5061); -INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES -(5059, 'Mutes for account: %s'), -(5060, 'No mutes for account: %s'), -(5061, 'Mute Date: %20s Mutetime: %10u mins. Reason: %s Set by: %s'); diff --git a/sql/updates/world/2014_10_19_00_world.sql b/sql/updates/world/2014_10_19_00_world.sql new file mode 100644 index 00000000000..29c1efab8aa --- /dev/null +++ b/sql/updates/world/2014_10_19_00_world.sql @@ -0,0 +1 @@ +UPDATE `version` SET `db_version`='TDB 434.09', `cache_id`=09 LIMIT 1; |
