diff options
author | hunteee <none@none> | 2009-06-18 20:10:59 +0200 |
---|---|---|
committer | hunteee <none@none> | 2009-06-18 20:10:59 +0200 |
commit | 491bc7569ba69ee6c43e007dbce24497c39dd12a (patch) | |
tree | 56b4d87a39ff53784412ab3addb29275ea777731 | |
parent | 8e3313ceb22c2fabce6ba7dfc725216534d34255 (diff) |
*Add new line to end of sqls.
--HG--
branch : trunk
188 files changed, 5 insertions, 188 deletions
diff --git a/sql/characters.sql b/sql/characters.sql index 17274932e18..fd3f8edc1c9 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -1371,4 +1371,3 @@ UNLOCK TABLES; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2008-11-18 11:24:11 - diff --git a/sql/create_mysql.sql b/sql/create_mysql.sql index 2932595939e..f71ced7d07d 100644 --- a/sql/create_mysql.sql +++ b/sql/create_mysql.sql @@ -12,4 +12,3 @@ GRANT ALL PRIVILEGES ON `characters` . * TO 'trinity'@'localhost' WITH GRANT OPT GRANT ALL PRIVILEGES ON `realmd` . * TO 'trinity'@'localhost' WITH GRANT OPTION; - diff --git a/sql/drop_mysql.sql b/sql/drop_mysql.sql index e2ae8a3a7de..1f2bf090ef8 100644 --- a/sql/drop_mysql.sql +++ b/sql/drop_mysql.sql @@ -19,4 +19,3 @@ DROP DATABASE IF EXISTS `world` ; DROP DATABASE IF EXISTS `characters` ; DROP DATABASE IF EXISTS `realmd` ; - diff --git a/sql/realmd.sql b/sql/realmd.sql index 24875890718..26ffe425a5f 100644 --- a/sql/realmd.sql +++ b/sql/realmd.sql @@ -158,4 +158,3 @@ UNLOCK TABLES; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2008-10-14 13:28:11 - diff --git a/sql/tools/characters_item_duplicates_remove.sql b/sql/tools/characters_item_duplicates_remove.sql index fdd88262b2e..9cdd8738ecd 100644 --- a/sql/tools/characters_item_duplicates_remove.sql +++ b/sql/tools/characters_item_duplicates_remove.sql @@ -20,4 +20,3 @@ DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test DELETE FROM guild_bank_item WHERE item_guid IN (SELECT item_guid FROM item_test WHERE `source`='m'); DROP TABLE IF EXISTS item_test; - diff --git a/sql/tools/characters_pet_data_cleanup.sql b/sql/tools/characters_pet_data_cleanup.sql index 06c48882780..f4454ca856f 100644 --- a/sql/tools/characters_pet_data_cleanup.sql +++ b/sql/tools/characters_pet_data_cleanup.sql @@ -1,4 +1,3 @@ DELETE FROM pet_aura WHERE guid NOT IN (SELECT id FROM character_pet); DELETE FROM pet_spell WHERE guid NOT IN (SELECT id FROM character_pet); DELETE FROM pet_spell_cooldown WHERE guid NOT IN (SELECT id FROM character_pet); - diff --git a/sql/trinityscript_script_texts.sql b/sql/trinityscript_script_texts.sql index b2d0e8c1471..067eb3c36ef 100644 --- a/sql/trinityscript_script_texts.sql +++ b/sql/trinityscript_script_texts.sql @@ -1088,4 +1088,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, -- -- ALTER TABLE `script_texts` ORDER BY `entry` desc; - diff --git a/sql/updates/1018_world.sql b/sql/updates/1018_world.sql index 89a13686d8a..d231eb168b9 100644 --- a/sql/updates/1018_world.sql +++ b/sql/updates/1018_world.sql @@ -4,4 +4,3 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm (41292, 42017, 2, 'Aura of Suffering'), (44007, -43657, 2, 'Storm Eye Safe Zone Immune'), (44867, -46019, 2, 'Spectral Exhaustion - Teleport: Spectral Realm'); - diff --git a/sql/updates/1026_world.sql b/sql/updates/1026_world.sql index 1ed2e34316a..ae189469b41 100644 --- a/sql/updates/1026_world.sql +++ b/sql/updates/1026_world.sql @@ -3,4 +3,3 @@ INSERT INTO `spell_linked_spell`(`spell_trigger`,`spell_effect`,`type`,`comment` ('-33711','33686','0','Murmur\'s Shockwave (Normal)'), ('-38794','33686','0','Murmur\'s Shockwave (Heroic)'), ('33686','31705','0','Murmur\'s Shockwave Jump'); - diff --git a/sql/updates/1028_world_scripts.sql b/sql/updates/1028_world_scripts.sql index 21891693f29..9c821c7b093 100644 --- a/sql/updates/1028_world_scripts.sql +++ b/sql/updates/1028_world_scripts.sql @@ -1,2 +1 @@ UPDATE `creature_template` SET `ScriptName`='boss_the_black_stalker' WHERE `entry`='17882'; - diff --git a/sql/updates/102_world.sql b/sql/updates/102_world.sql index b3818da5b9f..6cbf3d1a6b4 100644 --- a/sql/updates/102_world.sql +++ b/sql/updates/102_world.sql @@ -1,3 +1,2 @@ ALTER TABLE `quest_template` ADD `RewHonorableKills` mediumint(9) unsigned NOT NULL default '0' AFTER `RewRepValue5`; - diff --git a/sql/updates/1069_world_scripts.sql b/sql/updates/1069_world_scripts.sql index 1f3b7a728e9..569a1be866a 100644 --- a/sql/updates/1069_world_scripts.sql +++ b/sql/updates/1069_world_scripts.sql @@ -10,4 +10,3 @@ INSERT INTO `spell_script_target` (`entry`,`type`,`targetEntry`) VALUES ('32314', '2', '18037'), ('32314', '2', '18064'), ('32314', '2', '18065'); - diff --git a/sql/updates/1073_world_scripts.sql b/sql/updates/1073_world_scripts.sql index 038f5f79466..7ccc8c7a913 100644 --- a/sql/updates/1073_world_scripts.sql +++ b/sql/updates/1073_world_scripts.sql @@ -1,2 +1 @@ update creature_template set scriptname = 'npc_plains_vision' where entry = 2983; - diff --git a/sql/updates/1074_world_scripts.sql b/sql/updates/1074_world_scripts.sql index 4ed882ffea5..e446ace8f54 100644 --- a/sql/updates/1074_world_scripts.sql +++ b/sql/updates/1074_world_scripts.sql @@ -1,2 +1 @@ update creature_template set scriptname = 'npc_plucky' where entry in (6626); - diff --git a/sql/updates/112_world_scripts.sql b/sql/updates/112_world_scripts.sql index f812c6f3c68..9a2f535a480 100644 --- a/sql/updates/112_world_scripts.sql +++ b/sql/updates/112_world_scripts.sql @@ -1,3 +1,2 @@ UPDATE `item_template` SET `ScriptName`='item_arcane_charges' WHERE `entry`='34475'; UPDATE gameobject_template SET faction = 14 WHERE entry = 185134; - diff --git a/sql/updates/1159_world.sql b/sql/updates/1159_world.sql index b237e0422c4..3e09d3b4d5f 100644 --- a/sql/updates/1159_world.sql +++ b/sql/updates/1159_world.sql @@ -7,4 +7,3 @@ INSERT INTO `spell_affect` VALUES (16999, 0, 0x40000001000); INSERT INTO `spell_affect` VALUES (16999, 1, 0x40000001000); INSERT INTO `spell_affect` VALUES (16999, 2, 0x40000001000); - diff --git a/sql/updates/116_world.sql b/sql/updates/116_world.sql index 9923f7f4540..86864bd8df9 100644 --- a/sql/updates/116_world.sql +++ b/sql/updates/116_world.sql @@ -6,4 +6,3 @@ INSERT INTO `spell_script_target` VALUES ('41455', '1', '22952'); INSERT INTO `spell_script_target` VALUES ('42471', '1', '23817'); INSERT INTO `spell_script_target` VALUES ('43734', '1', '23817'); INSERT INTO `spell_script_target` VALUES ('42631', '1', '23920'); - diff --git a/sql/updates/117_world_scripts.sql b/sql/updates/117_world_scripts.sql index 669810b4685..794258ba710 100644 --- a/sql/updates/117_world_scripts.sql +++ b/sql/updates/117_world_scripts.sql @@ -62,4 +62,3 @@ UPDATE eventai_scripts SET action3_param3=(`action3_param3`) *-1 WHERE action3_t UPDATE eventai_texts SET entry=(`entry`) *-1 WHERE entry>0; ALTER TABLE script_texts MODIFY COLUMN `sound` mediumint(8) unsigned NOT NULL default '0'; - diff --git a/sql/updates/11_characters.sql b/sql/updates/11_characters.sql index 489ee028dbc..23776801a66 100644 --- a/sql/updates/11_characters.sql +++ b/sql/updates/11_characters.sql @@ -3,4 +3,3 @@ DROP TABLE IF EXISTS `saved_variables`; CREATE TABLE `saved_variables` ( `NextArenaPointDistributionTime` timestamp NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Variable Saves'; - diff --git a/sql/updates/120_world.sql b/sql/updates/120_world.sql index f2ff5138745..7cba69f6d10 100644 --- a/sql/updates/120_world.sql +++ b/sql/updates/120_world.sql @@ -160,4 +160,3 @@ INSERT INTO command VALUES ('server motd',0,'Syntax: .server motd\r\n\r\nShow server Message of the day.'), ('server set loglevel',4,'Syntax: .server set loglevel #level\r\n\r\nSet server log level (0 - errors only, 1 - basic, 2 - detail, 3 - debug).'), ('server set motd',3,'Syntax: .server set motd $MOTD\r\n\r\nSet server Message of the day.'); - diff --git a/sql/updates/1236_world.sql b/sql/updates/1236_world.sql index 43d7d58d588..6cf9de829d8 100644 --- a/sql/updates/1236_world.sql +++ b/sql/updates/1236_world.sql @@ -1,4 +1,3 @@ DELETE FROM `spell_proc_event` WHERE `entry` = 36070; INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES (36070, 0x00, 0, 0x00000000, 0x00000008, 0x00000000, 0.000000, 0.000000, 0); - diff --git a/sql/updates/123_world_scripts.sql b/sql/updates/123_world_scripts.sql index 7281193a208..b5f9305e30e 100644 --- a/sql/updates/123_world_scripts.sql +++ b/sql/updates/123_world_scripts.sql @@ -213,4 +213,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, -- -- ALTER TABLE `script_texts` ORDER BY `entry` desc; - diff --git a/sql/updates/125_world_scripts.sql b/sql/updates/125_world_scripts.sql index 5d28ec325b5..ed162086a5a 100644 --- a/sql/updates/125_world_scripts.sql +++ b/sql/updates/125_world_scripts.sql @@ -3,4 +3,3 @@ update creature_template SET scriptname='npc_overlord_morghor' WHERE entry=23139 update creature_template SET scriptname='npc_lord_illidan_stormrage' WHERE entry=22083; update creature_template SET scriptname='npc_yarzill_the_merc' WHERE entry=23141; update quest_template SET StartScript=0 WHERE entry=11108; - diff --git a/sql/updates/1304_world.sql b/sql/updates/1304_world.sql index 9eff09829dc..3e5b7ebc6b4 100644 --- a/sql/updates/1304_world.sql +++ b/sql/updates/1304_world.sql @@ -1,3 +1,3 @@ DELETE FROM command WHERE name IN ('reload spell_linked_spell'); INSERT INTO command (name, security, help) VALUES -('reload spell_linked_spell','3','Usage: .reload spell_linked_spell\r\nReloads the spell_linked_spell DB table.');
\ No newline at end of file +('reload spell_linked_spell','3','Usage: .reload spell_linked_spell\r\nReloads the spell_linked_spell DB table.'); diff --git a/sql/updates/1318_world_scripts.sql b/sql/updates/1318_world_scripts.sql index bae41913997..ae12834d411 100644 --- a/sql/updates/1318_world_scripts.sql +++ b/sql/updates/1318_world_scripts.sql @@ -30,4 +30,3 @@ INSERT INTO creature_equip_template () VALUES (17921, 20732, 0, 20732, 33489666, - diff --git a/sql/updates/133_world_scripts.sql b/sql/updates/133_world_scripts.sql index cd082ee2ad9..6c14326b9fc 100644 --- a/sql/updates/133_world_scripts.sql +++ b/sql/updates/133_world_scripts.sql @@ -78,4 +78,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1560020,'Not so fast!',10423,1,0,'epoch SAY_BREATH1'), (-1560021,'Struggle as much as you like!',10424,1,0,'epoch SAY_BREATH2'), (-1560022,'No!...The master... will not... be pleased.',10427,1,0,'epoch SAY_DEATH'); - diff --git a/sql/updates/1350_world_scripts.sql b/sql/updates/1350_world_scripts.sql index 193c03394a6..ab8abe57534 100644 --- a/sql/updates/1350_world_scripts.sql +++ b/sql/updates/1350_world_scripts.sql @@ -1 +1 @@ -UPDATE `creature_template` SET `mindmg`=700, `maxdmg`=1200, `attackpower`=1000, `flags_extra`=196641 WHERE `entry`=23418;
\ No newline at end of file +UPDATE `creature_template` SET `mindmg`=700, `maxdmg`=1200, `attackpower`=1000, `flags_extra`=196641 WHERE `entry`=23418; diff --git a/sql/updates/140_world.sql b/sql/updates/140_world.sql index a743fa69fee..c72f82ceeed 100644 --- a/sql/updates/140_world.sql +++ b/sql/updates/140_world.sql @@ -19,4 +19,3 @@ INSERT INTO trinity_string VALUES (342,'%s is now not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (810,'You must be in a raid group to enter the instance %s!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (811,'You cannot enter %s while in a ghost mode!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); - diff --git a/sql/updates/1437_TC1_world_scripts.sql b/sql/updates/1437_TC1_world_scripts.sql index 7d53254cc5b..cbc84d3e8e5 100644 --- a/sql/updates/1437_TC1_world_scripts.sql +++ b/sql/updates/1437_TC1_world_scripts.sql @@ -11,4 +11,4 @@ UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entr UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entry` = 184428 LIMIT 1; UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entry` = 184429 LIMIT 1; UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entry` = 184430 LIMIT 1; -UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entry` = 184431 LIMIT 1;
\ No newline at end of file +UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_prison' WHERE `entry` = 184431 LIMIT 1; diff --git a/sql/updates/145_world_scripts.sql b/sql/updates/145_world_scripts.sql index 1d9341dd6a4..7045d2f8598 100644 --- a/sql/updates/145_world_scripts.sql +++ b/sql/updates/145_world_scripts.sql @@ -25,4 +25,3 @@ UPDATE `gameobject_template` SET `ScriptName` = 'go_movie_orb' WHERE `entry` = 1 update creature_template SET spell1=6474 WHERE entry=22487; update creature_template SET spell1=3600 WHERE entry=22486; - diff --git a/sql/updates/146_world.sql b/sql/updates/146_world.sql index bc419f47181..f0ed61a2826 100644 --- a/sql/updates/146_world.sql +++ b/sql/updates/146_world.sql @@ -91,4 +91,3 @@ INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (45246, 45348, 1, 'Apply Flame Touched'); - diff --git a/sql/updates/147_world.sql b/sql/updates/147_world.sql index a6dca5be3db..714cba8d3d2 100644 --- a/sql/updates/147_world.sql +++ b/sql/updates/147_world.sql @@ -1,4 +1,3 @@ -- Magtheridon Earthquake DELETE FROM spell_script_target WHERE `entry` IN (30657); INSERT INTO spell_script_target VALUES ('30657', '1', '24136'); - diff --git a/sql/updates/152_world.sql b/sql/updates/152_world.sql index 52d02a13258..3329064d6f6 100644 --- a/sql/updates/152_world.sql +++ b/sql/updates/152_world.sql @@ -6,4 +6,3 @@ insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) values('27800','27804','0','Holy Nova (rank5)'); insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) values('27801','27805','0','Holy Nova (rank6)'); insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) values('25331','25329','0','Holy Nova (rank7)'); - diff --git a/sql/updates/153_world.sql b/sql/updates/153_world.sql index 5b135c844d6..d34320fccae 100644 --- a/sql/updates/153_world.sql +++ b/sql/updates/153_world.sql @@ -1,2 +1 @@ update creature_template set flags_extra = 128 where entry = 12999; - diff --git a/sql/updates/171_world.sql b/sql/updates/171_world.sql index f7c9105eb38..520c214dd98 100644 --- a/sql/updates/171_world.sql +++ b/sql/updates/171_world.sql @@ -15,4 +15,3 @@ INSERT INTO `command` (name,security,help) VALUES ('modify gender',2,'Syntax: .modify gender\r\n\r\n.modify gender #male/female - Turns selected player into a male or female'), ('gobject activate',2,'Syntax: .gobject activate #guid\r\n\r\nActivates an object like a door or a button.'), ('playall',2,'Syntax: .playall #soundid\r\n\r\nPlayer a sound to whole server.'); - diff --git a/sql/updates/172_world_scripts.sql b/sql/updates/172_world_scripts.sql index 82de4e3eb2a..358afe538ed 100644 --- a/sql/updates/172_world_scripts.sql +++ b/sql/updates/172_world_scripts.sql @@ -776,4 +776,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1000103,'You can go tell Stoutmantle this is where the Defias Gang is holed up, $N.',0,0,7,'defias traitor SAY_END'), (-1000104,'%s coming in fast! Prepare to fight!',0,0,7,'defias traitor SAY_AGGRO_1'), (-1000105,'Help!',0,0,7,'defias traitor SAY_AGGRO_2'); - diff --git a/sql/updates/175_world_scripts.sql b/sql/updates/175_world_scripts.sql index dc46a67737f..05b18132d17 100644 --- a/sql/updates/175_world_scripts.sql +++ b/sql/updates/175_world_scripts.sql @@ -1,2 +1 @@ UPDATE `creature_template` SET `ScriptName`='npc_defias_traitor' WHERE `entry`='467'; - diff --git a/sql/updates/176_world.sql b/sql/updates/176_world.sql index 2cb80bd25a2..12df2a083ca 100644 --- a/sql/updates/176_world.sql +++ b/sql/updates/176_world.sql @@ -30,4 +30,3 @@ CREATE TABLE `locales_npc_option` ( ALTER TABLE `creature_template` CHANGE COLUMN `flags` `unit_flags` int(10) unsigned NOT NULL default '0', CHANGE COLUMN `flag1` `type_flags` int(10) unsigned NOT NULL default '0'; - diff --git a/sql/updates/182_world.sql b/sql/updates/182_world.sql index 70c200b5144..450b5394720 100644 --- a/sql/updates/182_world.sql +++ b/sql/updates/182_world.sql @@ -2,4 +2,3 @@ DELETE FROM `command` WHERE name IN ('possess', 'unpossess'); INSERT INTO `command` (name,security,help) VALUES ('possess',3,'Syntax: .possess\r\n\r\nPossesses indefinitely the selected creature.'), ('unpossess',3,'Syntax: .unpossess\r\n\r\nIf you are possessed, unpossesses yourself; otherwise unpossesses current possessed target.'); - diff --git a/sql/updates/212_world_scripts.sql b/sql/updates/212_world_scripts.sql index b1c6a4cad0e..96f7def0dd7 100644 --- a/sql/updates/212_world_scripts.sql +++ b/sql/updates/212_world_scripts.sql @@ -3,4 +3,3 @@ UPDATE `creature_template` SET `ScriptName`='npc_clintar_spirit' WHERE `entry` = UPDATE `creature_template` SET `ScriptName`='mob_sparrowhawk' WHERE `entry`=22979; UPDATE `creature_template` SET `ScriptName`='mob_rizzle_sprysprocket' WHERE `entry`=23002; UPDATE `creature_template` SET `ScriptName`='mob_depth_charge' WHERE `entry`=23025; - diff --git a/sql/updates/220_characters.sql b/sql/updates/220_characters.sql index 5075f2e3b54..f66762ba3c3 100644 --- a/sql/updates/220_characters.sql +++ b/sql/updates/220_characters.sql @@ -1,3 +1,2 @@ ALTER TABLE `characters` ADD `latency` int(11) unsigned NOT NULL default '0' AFTER `taxi_path`; - diff --git a/sql/updates/230_world.sql b/sql/updates/230_world.sql index edb46971753..3f3565e7800 100644 --- a/sql/updates/230_world.sql +++ b/sql/updates/230_world.sql @@ -1,3 +1,2 @@ UPDATE `spell_proc_event` SET `procFlags` = '8396800' WHERE `entry` =14774; UPDATE `spell_proc_event` SET `procFlags` = '8396800' WHERE `entry` =14531; - diff --git a/sql/updates/230_world_blacktemple.sql b/sql/updates/230_world_blacktemple.sql index 20823b188f6..3d74f7ee127 100644 --- a/sql/updates/230_world_blacktemple.sql +++ b/sql/updates/230_world_blacktemple.sql @@ -23,4 +23,3 @@ update creature_template set scriptname = 'mob_blade_of_azzinoth' where entry = update creature_template set scriptname = 'mob_parasitic_shadowfiend' where entry = 23498; -- Maiev update creature_template set minlevel = 73, maxlevel = 73, minhealth = 500000, maxhealth = 500000, mindmg = 3000, maxdmg = 4000 where entry = 23197; - diff --git a/sql/updates/230_world_scripts.sql b/sql/updates/230_world_scripts.sql index a188fd28580..0c62a29702f 100644 --- a/sql/updates/230_world_scripts.sql +++ b/sql/updates/230_world_scripts.sql @@ -1,2 +1 @@ update gameobject_template set scriptname = 'go_gilded_brazier' where entry = 181956; - diff --git a/sql/updates/230_world_serpent_shrine.sql b/sql/updates/230_world_serpent_shrine.sql index c957af10acc..0e16bd6de2b 100644 --- a/sql/updates/230_world_serpent_shrine.sql +++ b/sql/updates/230_world_serpent_shrine.sql @@ -11,4 +11,3 @@ UPDATE creature_model_info SET bounding_radius = '13', combat_reach = '20' WHERE UPDATE creature_template SET InhabitType = '3', ScriptName = 'boss_the_lurker_below' WHERE entry = '21217'; UPDATE creature_template SET ScriptName = 'mob_coilfang_ambusher' WHERE entry = '21865'; UPDATE creature_template SET ScriptName = 'mob_coilfang_guardian' WHERE entry = '21873'; - diff --git a/sql/updates/231_world_scripts.sql b/sql/updates/231_world_scripts.sql index 35d58244e43..33f2e059729 100644 --- a/sql/updates/231_world_scripts.sql +++ b/sql/updates/231_world_scripts.sql @@ -1,4 +1,3 @@ UPDATE `creature_template` SET `ScriptName`='boss_pathaleon_the_calculator' WHERE `entry`=19220; UPDATE `creature_template` SET `ScriptName`='mob_nether_wraith' WHERE `entry`=21062; UPDATE `instance_template` SET `script`='instance_mechanar' WHERE `map`=554; - diff --git a/sql/updates/233_world.sql b/sql/updates/233_world.sql index 8d29b83a4fa..e77d057cae4 100644 --- a/sql/updates/233_world.sql +++ b/sql/updates/233_world.sql @@ -1,2 +1 @@ UPDATE `spell_proc_event` SET `SchoolMask` = '1' WHERE `entry` = '41434'; - diff --git a/sql/updates/238_world.sql b/sql/updates/238_world.sql index 1b70eeaf0ac..6e3c03a7586 100644 --- a/sql/updates/238_world.sql +++ b/sql/updates/238_world.sql @@ -1,2 +1 @@ DELETE FROM trinity_string WHERE entry IN (453); - diff --git a/sql/updates/240_world.sql b/sql/updates/240_world.sql index 44e7c518e83..5b80800c46d 100644 --- a/sql/updates/240_world.sql +++ b/sql/updates/240_world.sql @@ -3,4 +3,3 @@ insert into `command` (`name`, `security`, `help`) values ('senditems',3,'Syntax: .senditems #playername "#subject" "#text" itemid1[:count1] itemid2[:count2] ... itemidN[:countN]\r\n\r\nSend a mail to a player. Subject and mail text must be in "". If for itemid not provided related count values then expected 1, if count > max items in stack then items will be send in required amount stacks. All stacks amount in mail limited to 12.'), ('sendmail',1,'Syntax: .sendmail #playername "#subject" "#text"\r\n\r\nSend a mail to a player. Subject and mail text must be in "".'); - diff --git a/sql/updates/241_world.sql b/sql/updates/241_world.sql index 4aa3ae99b94..2bc028b3eba 100644 --- a/sql/updates/241_world.sql +++ b/sql/updates/241_world.sql @@ -2,4 +2,3 @@ DELETE FROM `command` WHERE name IN ('bindsight', 'unbindsight'); INSERT INTO `command` (name,security,help) VALUES ('bindsight',3,'Syntax: .bindsight\r\n\r\nBinds vision to the selected unit indefinitely. Cannot be used while currently possessing a target.'), ('unbindsight',3,'Syntax: .unbindsight\r\n\r\nRemoves bound vision. Cannot be used while currently possessing a target.'); - diff --git a/sql/updates/247_world.sql b/sql/updates/247_world.sql index 95a087d1a20..e8fb49e0c29 100644 --- a/sql/updates/247_world.sql +++ b/sql/updates/247_world.sql @@ -27,4 +27,3 @@ INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `commen DELETE FROM spell_target_position WHERE `id` IN (46019, 46020); INSERT INTO spell_target_position () VALUES (46019, 580, 1704.34, 928.17, -74.558, 0); INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079, 0); - diff --git a/sql/updates/262_characters.sql b/sql/updates/262_characters.sql index 093078d148d..b3caa9704f0 100644 --- a/sql/updates/262_characters.sql +++ b/sql/updates/262_characters.sql @@ -3,4 +3,3 @@ ALTER TABLE `guild_bank_tab` ALTER TABLE `character_aura` ADD `stackcount` INT NOT NULL DEFAULT '1' AFTER `effect_index` ; ALTER TABLE `pet_aura` ADD `stackcount` INT NOT NULL DEFAULT '1' AFTER `effect_index`; - diff --git a/sql/updates/262_realmd.sql b/sql/updates/262_realmd.sql index 28dc64111c1..1953f19fe28 100644 --- a/sql/updates/262_realmd.sql +++ b/sql/updates/262_realmd.sql @@ -1,3 +1,2 @@ ALTER TABLE `account` CHANGE COLUMN `email` `email` text; - diff --git a/sql/updates/262_world.sql b/sql/updates/262_world.sql index cd90a3df696..a10ddd7cd28 100644 --- a/sql/updates/262_world.sql +++ b/sql/updates/262_world.sql @@ -99,4 +99,3 @@ ALTER TABLE creature_movement ADD COLUMN textid3 int(11) NOT NULL default '0' AFTER textid2, ADD COLUMN textid4 int(11) NOT NULL default '0' AFTER textid3, ADD COLUMN textid5 int(11) NOT NULL default '0' AFTER textid4; - diff --git a/sql/updates/273_world_scripts.sql b/sql/updates/273_world_scripts.sql index 800f181f882..2979197c734 100644 --- a/sql/updates/273_world_scripts.sql +++ b/sql/updates/273_world_scripts.sql @@ -1,4 +1,3 @@ UPDATE `creature_template` SET `ScriptName`='npc_wounded_blood_elf' WHERE `entry`='16993'; UPDATE `creature_template` SET `ScriptName` = 'mob_phase_hunter' WHERE `entry` = '18879'; - diff --git a/sql/updates/285_world.sql b/sql/updates/285_world.sql index ab9c26ebccb..74825f4b75a 100644 --- a/sql/updates/285_world.sql +++ b/sql/updates/285_world.sql @@ -37,4 +37,3 @@ INSERT INTO `trinity_string` VALUES (749,'The Stormpike General is Dead!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL) ; - diff --git a/sql/updates/287_world_scripts.sql b/sql/updates/287_world_scripts.sql index f761f897e9d..4a0c5031188 100644 --- a/sql/updates/287_world_scripts.sql +++ b/sql/updates/287_world_scripts.sql @@ -1,4 +1,3 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_steam_tonk' WHERE `entry` = '19405'; UPDATE `creature_template` SET `ScriptName` = 'npc_tonk_mine' WHERE `entry` = '15368'; - diff --git a/sql/updates/329_world.sql b/sql/updates/329_world.sql index 42dd8012cb2..33f61416fb1 100644 --- a/sql/updates/329_world.sql +++ b/sql/updates/329_world.sql @@ -583,4 +583,3 @@ INSERT INTO `spell_proc_event` VALUES ('28744', '0', '7', '64', '278528', '0', ' INSERT INTO `spell_proc_event` VALUES ('12488', '0', '3', '128', '327680', '0', '0', '0', '0'); INSERT INTO `spell_proc_event` VALUES ('19573', '0', '9', '8388608', '16384', '0', '0', '0', '0'); INSERT INTO `spell_proc_event` VALUES ('33757', '0', '0', '0', '0', '0', '0', '0', '3'); - diff --git a/sql/updates/332_world.sql b/sql/updates/332_world.sql index c1864d6c03a..912173fcbbf 100644 --- a/sql/updates/332_world.sql +++ b/sql/updates/332_world.sql @@ -1,4 +1,3 @@ DELETE FROM `spell_script_target` WHERE `entry` in (30659); INSERT INTO `spell_script_target` VALUES (30659, 1, 17281); - diff --git a/sql/updates/333_world.sql b/sql/updates/333_world.sql index 77c2b476700..9bd405e3589 100644 --- a/sql/updates/333_world.sql +++ b/sql/updates/333_world.sql @@ -9,4 +9,3 @@ INSERT INTO `spell_proc_event` VALUES ('10608', '0', '0', '0', '0', '0', '0', '0 INSERT INTO `spell_proc_event` VALUES ('10610', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `spell_proc_event` VALUES ('25583', '0', '0', '0', '0', '0', '0', '0', '3'); INSERT INTO `spell_proc_event` VALUES ('25584', '0', '0', '0', '0', '0', '0', '0', '3'); - diff --git a/sql/updates/334_world.sql b/sql/updates/334_world.sql index e7e1c4b328f..719d522eac4 100644 --- a/sql/updates/334_world.sql +++ b/sql/updates/334_world.sql @@ -18,4 +18,3 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (785,'Arena testing turned %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (786,'|cffff0000[Automatic]:|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (787,'|cffffff00[|c1f40af20Announce by|r |cffff0000%s|cffffff00]:|r %s|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); - diff --git a/sql/updates/341_world.sql b/sql/updates/341_world.sql index ba02fe06468..248224f6656 100644 --- a/sql/updates/341_world.sql +++ b/sql/updates/341_world.sql @@ -1,2 +1 @@ TRUNCATE TABLE playercreateinfo_item; - diff --git a/sql/updates/356_world.sql b/sql/updates/356_world.sql index b7fc8258b7e..9db8a85d7cd 100644 --- a/sql/updates/356_world.sql +++ b/sql/updates/356_world.sql @@ -1,3 +1,2 @@ DELETE FROM `spell_elixir` WHERE `entry` = 45373; INSERT INTO `spell_elixir` VALUES (45373,0x1); - diff --git a/sql/updates/373_world_scripts.sql b/sql/updates/373_world_scripts.sql index 92623b3ec1b..db27ebe2441 100644 --- a/sql/updates/373_world_scripts.sql +++ b/sql/updates/373_world_scripts.sql @@ -1,4 +1,3 @@ UPDATE `creature_template` SET `ScriptName`='boss_warchief_kargath_bladefist' WHERE `entry`=16808; UPDATE `instance_template` SET `script`='instance_deadmines' WHERE `map`=36; UPDATE `item_template` SET `ScriptName`='item_defias_gunpowder' WHERE `entry`=5397; - diff --git a/sql/updates/377_world_scripts.sql b/sql/updates/377_world_scripts.sql index c7d5bf98e52..fe93962ef3a 100644 --- a/sql/updates/377_world_scripts.sql +++ b/sql/updates/377_world_scripts.sql @@ -8,4 +8,3 @@ INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content (-1645007,'Champion Lightrend, make me proud!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'), (-1645008,'Show this upstart how a real Blood Knight fights, Swiftblade!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'), (-1645009,'Show $N the meaning of pain, Sunstriker!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,'master_kelerun_bloodmourn YELL_PHASE'); - diff --git a/sql/updates/389_world.sql b/sql/updates/389_world.sql index 9e199c37726..89094143f64 100644 --- a/sql/updates/389_world.sql +++ b/sql/updates/389_world.sql @@ -7,4 +7,3 @@ INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `commen -- INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-49011, 49009, 0, 'Wyvern Sting'); -- Rank 6 (not available till wotlk) -- INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (-49012, 49010, 0, 'Wyvern Sting'); - diff --git a/sql/updates/400_world.sql b/sql/updates/400_world.sql index 25a1d1a74e7..a2f7d1e6cea 100644 --- a/sql/updates/400_world.sql +++ b/sql/updates/400_world.sql @@ -8,4 +8,3 @@ INSERT INTO `spell_script_target` VALUES (5628, 1, 2013); INSERT INTO `spell_script_target` VALUES (5628, 1, 2014); INSERT INTO `spell_script_target` VALUES (45109, 1, 25084); INSERT INTO `spell_script_target` VALUES (45149, 0, 300154); - diff --git a/sql/updates/410_characters.sql b/sql/updates/410_characters.sql index 96bf01135d4..483b991e19e 100644 --- a/sql/updates/410_characters.sql +++ b/sql/updates/410_characters.sql @@ -1,3 +1,2 @@ ALTER TABLE `guild_member` DROP INDEX `guid_key` , ADD UNIQUE `guid_key` ( `guid` ); - diff --git a/sql/updates/426_world_scripts.sql b/sql/updates/426_world_scripts.sql index d7cec0efd7d..fde6ee6dbf2 100644 --- a/sql/updates/426_world_scripts.sql +++ b/sql/updates/426_world_scripts.sql @@ -11,4 +11,3 @@ UPDATE `creature_template` SET `ScriptName`='mob_archaedas_minions' WHERE `entry -- Stone keepers UPDATE `creature_template` SET `ScriptName`='mob_stonekeepers' WHERE `entry`=4857; - diff --git a/sql/updates/427_world_scripts.sql b/sql/updates/427_world_scripts.sql index abcff54ade6..b6fe5fb7acb 100644 --- a/sql/updates/427_world_scripts.sql +++ b/sql/updates/427_world_scripts.sql @@ -55,4 +55,3 @@ REPLACE INTO `script_texts` VALUES (-1189006, 'Your body lies beaten, battered and broken. Let my curse be your own, fate has spoken',0,0,0,0,0,0,0,0,11962,0,0,'Headless Horseman SAY_PLAYER_DEATH'), (-1189007, 'This end have I reached before. What new adventure lies in store?',0,0,0,0,0,0,0,0,11964,0,0,'Headless Horseman SAY_DEATH'); - diff --git a/sql/updates/444_world.sql b/sql/updates/444_world.sql index b5d588c39fa..004cf626f88 100644 --- a/sql/updates/444_world.sql +++ b/sql/updates/444_world.sql @@ -34,4 +34,3 @@ ALTER TABLE `creature_addon` ADD `path_id` int(11) unsigned NOT NULL default '0' AFTER `guid`; ALTER TABLE `creature_template_addon` ADD `path_id` int(11) unsigned NOT NULL default '0' AFTER `entry`; - diff --git a/sql/updates/452_world.sql b/sql/updates/452_world.sql index dbc7589e46f..3b549278fc7 100644 --- a/sql/updates/452_world.sql +++ b/sql/updates/452_world.sql @@ -7,4 +7,3 @@ DELETE FROM `spell_chain` WHERE `spell_id` = 26991; INSERT INTO `spell_chain` (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (21849,0,1126,1,0); INSERT INTO `spell_chain` (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (21850,21849,1126,2,0); INSERT INTO `spell_chain` (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (26991,21850,1126,3,0); - diff --git a/sql/updates/455_world.sql b/sql/updates/455_world.sql index 5dec728d539..a5a23c5f5d6 100644 --- a/sql/updates/455_world.sql +++ b/sql/updates/455_world.sql @@ -12,4 +12,3 @@ INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `commen INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43655, 0, 'Electrical Arc Visual'); INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43656, 0, 'Electrical Arc Visual'); INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43658, 43659, 0, 'Electrical Arc Visual'); - diff --git a/sql/updates/45_characters.sql b/sql/updates/45_characters.sql index 99ef0dd5c9d..9f370ba909c 100644 --- a/sql/updates/45_characters.sql +++ b/sql/updates/45_characters.sql @@ -11,4 +11,3 @@ CREATE TABLE `game_event_condition_save` ( `done` float default '0', PRIMARY KEY (`event_id`,`condition_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; - diff --git a/sql/updates/471_world.sql b/sql/updates/471_world.sql index c21757e2910..2db368326e8 100644 --- a/sql/updates/471_world.sql +++ b/sql/updates/471_world.sql @@ -1,3 +1,2 @@ UPDATE `gameobject_template` SET `faction`=1375 WHERE `entry` IN (184203, 184204, 184205); UPDATE `gameobject_template` SET `Scriptname`='go_bridge_console' WHERE entry=184568; - diff --git a/sql/updates/480_world_scripts.sql b/sql/updates/480_world_scripts.sql index 7eeaeb61fbf..203196a0f16 100644 --- a/sql/updates/480_world_scripts.sql +++ b/sql/updates/480_world_scripts.sql @@ -1,3 +1,2 @@ UPDATE `creature_template` SET `ScriptName`='npc_winter_reveler' WHERE `entry`=15760; UPDATE `creature_template` SET `ScriptName`='npc_brewfest_reveler' WHERE `entry`=24484; - diff --git a/sql/updates/488_world_scripts.sql b/sql/updates/488_world_scripts.sql index 8aab8c464ed..41b264fb217 100644 --- a/sql/updates/488_world_scripts.sql +++ b/sql/updates/488_world_scripts.sql @@ -733,4 +733,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1000125, 'You! Enter the fray!', 0, 0, 0, 'twiggy SAY_TWIGGY_FRAY'), (-1000126, 'Challenger is down!', 0, 0, 0, 'twiggy SAY_TWIGGY_DOWN'), (-1000127, 'The Affray is over.', 0, 0, 0, 'twiggy SAY_TWIGGY_OVER'); - diff --git a/sql/updates/502_world_scripts.sql b/sql/updates/502_world_scripts.sql index 6f0cc47bf63..458d8bb24ed 100644 --- a/sql/updates/502_world_scripts.sql +++ b/sql/updates/502_world_scripts.sql @@ -4,4 +4,3 @@ UPDATE `creature_template` SET `ScriptName` = 'mob_coilfang_ambusher' WHERE `ent UPDATE `creature_template` SET `ScriptName` = 'mob_coilfang_guardian' WHERE `entry` = '21873'; UPDATE `creature_model_info` SET `bounding_radius` = '13', `combat_reach` = '20' WHERE `modelid` = '20216'; - diff --git a/sql/updates/505_world.sql b/sql/updates/505_world.sql index 26812d4d3fb..fe3b3c850aa 100644 --- a/sql/updates/505_world.sql +++ b/sql/updates/505_world.sql @@ -7,4 +7,3 @@ CREATE TABLE `creature_formations` ( `angle` float unsigned NOT NULL, `groupAI` int(11) unsigned NOT NULL, PRIMARY KEY (`follower`)); - diff --git a/sql/updates/506_world.sql b/sql/updates/506_world.sql index 634aa33735f..069690c4da8 100644 --- a/sql/updates/506_world.sql +++ b/sql/updates/506_world.sql @@ -81,4 +81,3 @@ INSERT INTO spell_chain (spell_id,prev_spell,first_spell,rank,req_spell) VALUES INSERT INTO spell_chain (spell_id,prev_spell,first_spell,rank,req_spell) VALUES (31896,20184,20184,2,0); ALTER TABLE spell_chain DROP COLUMN prev_spell; - diff --git a/sql/updates/513_world_scripts.sql b/sql/updates/513_world_scripts.sql index 8714057904f..21a57ea3316 100644 --- a/sql/updates/513_world_scripts.sql +++ b/sql/updates/513_world_scripts.sql @@ -17,4 +17,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1269026,'I am grateful for your aid, champions. Now, Gul\'dan\'s Horde will sweep across this world, like a locust swarm, and all my designs, all my carefully laid plans will at last fall into place.',10440,1,0,'medivh SAY_WIN'), (-1269027,'Orcs of the Horde! This portalis the gateway to your new destiny! Azeroth lies before you, ripe for the taking!',0,1,0,'medivh SAY_ORCS_ENTER'), (-1269028,'Gul\'dan speaks the truth! We should return at once to tell our brothers of the news! Retreat back trought the portal!',0,1,0,'medivh SAY_ORCS_ANSWER'); - diff --git a/sql/updates/519_world.sql b/sql/updates/519_world.sql index deddf74b42e..2423f94ec1c 100644 --- a/sql/updates/519_world.sql +++ b/sql/updates/519_world.sql @@ -1,3 +1,2 @@ ALTER TABLE `creature_formations` CHANGE `leader` `leaderGUID` int(11) unsigned NOT NULL default '0'; ALTER TABLE `creature_formations` CHANGE `follower` `memberGUID` int(11) unsigned NOT NULL default '0'; - diff --git a/sql/updates/537_world.sql b/sql/updates/537_world.sql index 7929f4dbc52..2401a5aeadd 100644 --- a/sql/updates/537_world.sql +++ b/sql/updates/537_world.sql @@ -1,3 +1,2 @@ -- Removing the now unused creature_movement table DROP TABLE IF EXISTS `creature_movement`; - diff --git a/sql/updates/541_characters.sql b/sql/updates/541_characters.sql index cddfb33519c..2651c069e05 100644 --- a/sql/updates/541_characters.sql +++ b/sql/updates/541_characters.sql @@ -6,4 +6,3 @@ CREATE TABLE `saved_variables` ( ALTER TABLE `arena_team_member` DROP COLUMN `points_to_add`; ALTER TABLE `arena_team_member` ADD COLUMN `personal_rating` int(10) UNSIGNED NOT NULL DEFAULT '0'; ALTER TABLE `characters` ADD COLUMN `arena_pending_points` int(10) UNSIGNED NOT NULL default '0' AFTER `taxi_path`; - diff --git a/sql/updates/541_world.sql b/sql/updates/541_world.sql index 676f9138bac..e38186573ad 100644 --- a/sql/updates/541_world.sql +++ b/sql/updates/541_world.sql @@ -24,4 +24,3 @@ INSERT INTO trinity_string (entry, content_default) VALUES (1138, 'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.'); DELETE FROM trinity_string WHERE entry = 714 OR entry = 716; - diff --git a/sql/updates/542_characters.sql b/sql/updates/542_characters.sql index 9af0975e07f..4cc3bebea80 100644 --- a/sql/updates/542_characters.sql +++ b/sql/updates/542_characters.sql @@ -72,4 +72,3 @@ SET WHERE `a`.`arenateamid` = `b`.`atid` AND `a`.`guid` = `b`.`b_guid`; - diff --git a/sql/updates/54_world.sql b/sql/updates/54_world.sql index 761149b53af..2d5e984d9e7 100644 --- a/sql/updates/54_world.sql +++ b/sql/updates/54_world.sql @@ -3,4 +3,3 @@ CREATE TABLE `game_event_battleground_holiday` ( `bgflag` int(10) unsigned NOT NULL default '0', PRIMARY KEY (`event`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; - diff --git a/sql/updates/551_world.sql b/sql/updates/551_world.sql index c064a8e990c..5c45b8ef1e9 100644 --- a/sql/updates/551_world.sql +++ b/sql/updates/551_world.sql @@ -20,4 +20,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1000135, 'I am returning to Tempest Keep. See to it that I do not have reason to return!', 0, 0, 0, 'dawnforge PATHALEON_CULATOR_IMAGE_2_2' ), (-1000136, 'Yes, my lord.', 0, 0, 0, 'dawnforge COMMANDER_DAWNFORGE_4 SAY_ARCANIST_ARDONIS_2'), (-1000137, 'See to it, Ardonis!', 0, 0, 0, 'dawnforge COMMANDER_DAWNFORGE_5'); - diff --git a/sql/updates/566_world.sql b/sql/updates/566_world.sql index 6ff3126aac0..6c176e1ad89 100644 --- a/sql/updates/566_world.sql +++ b/sql/updates/566_world.sql @@ -22,4 +22,3 @@ INSERT INTO spell_script_target VALUES (39011,1,20885), (40106,1,22883), (40105,1,22883); - diff --git a/sql/updates/571_world.sql b/sql/updates/571_world.sql index 2bd76e45769..115c210306b 100644 --- a/sql/updates/571_world.sql +++ b/sql/updates/571_world.sql @@ -3,4 +3,3 @@ ALTER TABLE spell_chain DROP COLUMN rank; ALTER TABLE spell_chain RENAME TO spell_required; DELETE FROM spell_required WHERE req_spell=0; - diff --git a/sql/updates/572_world.sql b/sql/updates/572_world.sql index 033548f0367..33ce446b012 100644 --- a/sql/updates/572_world.sql +++ b/sql/updates/572_world.sql @@ -5,4 +5,3 @@ DELETE FROM `script_texts` WHERE `entry` IN (-1000138,-1000139); INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,`comment`) VALUES (-1000138, 'Avruu\'s magic... it still controls me. You must fight me, mortal. It\'s the only way to break the spell!', 0, 0, 0, 'aeranas SAY_SUMMON'), (-1000139, 'Avruu\'s magic is broken! I\'m free once again!', 0, 0, 0, 'aeranas SAY_FREE'); - diff --git a/sql/updates/575_world_scripts.sql b/sql/updates/575_world_scripts.sql index b084d2eac8b..85a75215f0e 100644 --- a/sql/updates/575_world_scripts.sql +++ b/sql/updates/575_world_scripts.sql @@ -1,2 +1 @@ UPDATE `item_template` SET `ScriptName` = "item_only_for_flight" WHERE `entry` IN (34475, 34489, 24538); - diff --git a/sql/updates/57_world_scripts.sql b/sql/updates/57_world_scripts.sql index b87c607a14c..12263ac9de9 100644 --- a/sql/updates/57_world_scripts.sql +++ b/sql/updates/57_world_scripts.sql @@ -37,4 +37,3 @@ DELETE FROM `spell_script_target` WHERE `entry` = 42577; INSERT INTO `spell_script_target` VALUES ('42577', '1', '24136'); UPDATE `creature_template` SET `ScriptName` = 'npc_zulaman_hostage' WHERE `entry` IN (23790, 23999, 24024, 24001); - diff --git a/sql/updates/583_world_scripts.sql b/sql/updates/583_world_scripts.sql index 3ef0a2399af..2e43f16cd23 100644 --- a/sql/updates/583_world_scripts.sql +++ b/sql/updates/583_world_scripts.sql @@ -1,2 +1 @@ UPDATE creature_template SET Scriptname='npc_ranger_lilatha' WHERE entry=16295; - diff --git a/sql/updates/586_world_scripts.sql b/sql/updates/586_world_scripts.sql index d4102fdfef6..dceb80239fc 100644 --- a/sql/updates/586_world_scripts.sql +++ b/sql/updates/586_world_scripts.sql @@ -1,3 +1,2 @@ UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_trigger' WHERE `entry` = 104593; UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_door' WHERE `entry` = 176594; - diff --git a/sql/updates/588_world.sql b/sql/updates/588_world.sql index 346101bdc0a..9db1b086d56 100644 --- a/sql/updates/588_world.sql +++ b/sql/updates/588_world.sql @@ -5,4 +5,3 @@ INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6615','|cfffff INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmnotify', 2, 'Syntax: .gmnotify $notification\r\nDisplays a notification on the screen of all online GM\'s.'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmnameannounce', 2, 'Syntax: .gmnameannounce $announcement.\r\nSend an announcement to all online GM\'s, displaying the name of the sender.'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmannounce', 4, 'Syntax: .gmannounce $announcement\r\nSend an announcement to online Gamemasters.'); - diff --git a/sql/updates/608_world.sql b/sql/updates/608_world.sql index 6cb9665f394..5c052ecd078 100644 --- a/sql/updates/608_world.sql +++ b/sql/updates/608_world.sql @@ -164,4 +164,3 @@ INSERT INTO `spell_script_target` VALUES (46896,0,181605), (47104,1,26401), (49058,1,24968); -- Rocket Bot Attack - diff --git a/sql/updates/615_world.sql b/sql/updates/615_world.sql index 99ccb0cdaa3..28512e8511e 100644 --- a/sql/updates/615_world.sql +++ b/sql/updates/615_world.sql @@ -5,4 +5,3 @@ DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (-49011, -49012); DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (43468, 43648); INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (43648, 44007, 1, 'Storm Eye Safe Zone'); - diff --git a/sql/updates/636_world_scripts.sql b/sql/updates/636_world_scripts.sql index e8a0fec45b1..97a8fff810b 100644 --- a/sql/updates/636_world_scripts.sql +++ b/sql/updates/636_world_scripts.sql @@ -7,4 +7,3 @@ insert into event_scripts values delete from creature where id = 17651; -- add script update creature_template set scriptname = 'npc_image_of_medivh' where entry = 17651; - diff --git a/sql/updates/640_world.sql b/sql/updates/640_world.sql index b32ee6819bb..20253029d5b 100644 --- a/sql/updates/640_world.sql +++ b/sql/updates/640_world.sql @@ -3,4 +3,3 @@ INSERT INTO `spell_script_target` VALUES (33655,0,183350), (33633,0,183351), (44374,1,24722); - diff --git a/sql/updates/645_world_scripts.sql b/sql/updates/645_world_scripts.sql index 834efb390bc..a4243582180 100644 --- a/sql/updates/645_world_scripts.sql +++ b/sql/updates/645_world_scripts.sql @@ -3,4 +3,3 @@ update creature_template set scriptname='npc_geezle' where entry=17318; delete from event_scripts where id=10675; insert into event_scripts () VALUES (10675, 0, 10, 17318, 120000, 0, -5134.3, -11250.3, 5.29568, 6.23554), (10675, 72, 7, 9531, 0, 0, 0, 0, 0, 0); - diff --git a/sql/updates/667_world_scripts.sql b/sql/updates/667_world_scripts.sql index 4b2930cd74f..411b3651be4 100644 --- a/sql/updates/667_world_scripts.sql +++ b/sql/updates/667_world_scripts.sql @@ -1,2 +1 @@ update creature_template set scriptname='npc_professor_dabiri' where entry=20907; - diff --git a/sql/updates/66_world_scripts.sql b/sql/updates/66_world_scripts.sql index fcdf65e4620..495cc2876bb 100644 --- a/sql/updates/66_world_scripts.sql +++ b/sql/updates/66_world_scripts.sql @@ -16,4 +16,3 @@ INSERT INTO `spell_script_target` VALUES ('45389', '1', '25265'); INSERT INTO `spell_script_target` VALUES ('44885', '1', '25160'); INSERT INTO `spell_script_target` VALUES ('46350', '1', '25160'); INSERT INTO `spell_script_target` VALUES ('45714', '1', '25038'); - diff --git a/sql/updates/676_world.sql b/sql/updates/676_world.sql index b023e01f0a6..2e46f6480f9 100644 --- a/sql/updates/676_world.sql +++ b/sql/updates/676_world.sql @@ -1,3 +1,2 @@ UPDATE `trinity_string` SET `content_default`='Player |cffff0000%s|r kicked by |cffff0000%s|r. Reason: |cffff0000%s|r.' WHERE (`entry`='282'); UPDATE `command` SET `help`='Syntax: .kick [$charactername] [$reason]\r\n\r\nKick the given character name from the world with or without reason. If no character name is provided then the selected player (except for yourself) will be kicked. If no reason is provided, default is \"No Reason\".' WHERE (`name`='kick'); - diff --git a/sql/updates/679_world_scripts.sql b/sql/updates/679_world_scripts.sql index 0d725f85003..858b96d3c4e 100644 --- a/sql/updates/679_world_scripts.sql +++ b/sql/updates/679_world_scripts.sql @@ -1,2 +1 @@ update creature_template set scriptname='npc_deathstalker_erland' where entry=1978; - diff --git a/sql/updates/683_world_scripts.sql b/sql/updates/683_world_scripts.sql index 50ca23c380e..1ea6a72a3e4 100644 --- a/sql/updates/683_world_scripts.sql +++ b/sql/updates/683_world_scripts.sql @@ -1,3 +1,2 @@ update quest_template set specialflags=2 where entry=665; update creature_template set scriptname='npc_professor_phizzlethorpe' where entry=2768; - diff --git a/sql/updates/686_world_scripts.sql b/sql/updates/686_world_scripts.sql index f2b17d21173..ecb76269cb1 100644 --- a/sql/updates/686_world_scripts.sql +++ b/sql/updates/686_world_scripts.sql @@ -13,4 +13,3 @@ INSERT INTO script_texts (entry, content_default, sound, type, language, comment (-1047008, 'Finally! I am glad that I come, finally out here.', 0, 0, 0, 'Willix'), (-1047009, 'I will rather rest a moment and come again to breath, before I return to Ratchet.', 0, 0, 0, 'Willix'), (-1047010, 'Many thanks for your help.', 0, 0, 0, 'Willix'); - diff --git a/sql/updates/68_world.sql b/sql/updates/68_world.sql index 40678a4a5b0..3303699b7de 100644 --- a/sql/updates/68_world.sql +++ b/sql/updates/68_world.sql @@ -14,4 +14,3 @@ DELETE FROM `command` WHERE `name` = 'freeze' or `name` = 'unfreeze' or name = ' INSERT INTO `command` (`name`,`security`,`help`) VALUES ('freeze','2','Syntax: .freeze (#player)\r\n\"Freezes\" #player and disables his chat. When using this without #name it will freeze your target.'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('unfreeze','2','Syntax: .unfreeze (#player)\r\n\"Unfreezes\" #player and enables his chat again. When using this without #name it will unfreeze your target.'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('listfreeze','1','Syntax: .listfreeze\r\n\r\nSearch and output all frozen players.'); - diff --git a/sql/updates/691_world_scripts.sql b/sql/updates/691_world_scripts.sql index 47037e5e091..ecd35f0c2d1 100644 --- a/sql/updates/691_world_scripts.sql +++ b/sql/updates/691_world_scripts.sql @@ -1,2 +1 @@ update creature_template set scriptname='npc_earthmender_wilda' where entry=21027; - diff --git a/sql/updates/692_world.sql b/sql/updates/692_world.sql index 5879d754ff7..d5c56e4ace8 100644 --- a/sql/updates/692_world.sql +++ b/sql/updates/692_world.sql @@ -5,4 +5,3 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell DELETE FROM `spell_proc_event` WHERE entry = 38164; INSERT INTO `spell_proc_event` (`entry`,`SchoolMask`,`SpellFamilyName`,`SpellFamilyMask`,`procFlags`,`procEx`,`ppmRate`,`CustomChance`,`Cooldown`) VALUES (38164,0,0,0,0,1,0,0,60); - diff --git a/sql/updates/708_world_scripts.sql b/sql/updates/708_world_scripts.sql index c218f610b31..e302bd69602 100644 --- a/sql/updates/708_world_scripts.sql +++ b/sql/updates/708_world_scripts.sql @@ -1,3 +1,2 @@ UPDATE `creature_template` SET `ScriptName` = 'boss_shirrak_the_dead_watcher' WHERE `entry` = '18371'; UPDATE `creature_template` SET `ScriptName` = 'mob_focus_fire', `unit_flags` = '33554434' WHERE `entry` = '18374'; - diff --git a/sql/updates/70_world_scripts.sql b/sql/updates/70_world_scripts.sql index 893edc00a5f..18ccafcf956 100644 --- a/sql/updates/70_world_scripts.sql +++ b/sql/updates/70_world_scripts.sql @@ -25,4 +25,3 @@ UPDATE `creature_template` SET DELETE FROM `quest_start_scripts` WHERE `id`='10211'; UPDATE `quest_template` SET `StartScript`='0' WHERE entry=10211; - diff --git a/sql/updates/722_world_script_texts.sql b/sql/updates/722_world_script_texts.sql index 49788912023..7bb5692b778 100644 --- a/sql/updates/722_world_script_texts.sql +++ b/sql/updates/722_world_script_texts.sql @@ -7,4 +7,3 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1000144,'Thank you for saving my life and bringing me back to safety, $N',0,0,1,'lilatha SAY_END1'), (-1000145,'Captain Helios, I\'ve been rescued from the Amani Catacombs. Reporting for duty, sir!',0,0,1,'lilatha SAY_END2'), (-1000146,'Liatha, get someone to look at those injuries. Thank you for bringing her back safely.',0,0,1,'lilatha CAPTAIN_ANSWER'); - diff --git a/sql/updates/724_world.sql b/sql/updates/724_world.sql index c3850bc114d..1e1a5453f10 100644 --- a/sql/updates/724_world.sql +++ b/sql/updates/724_world.sql @@ -1,4 +1,3 @@ ALTER TABLE custom_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language; ALTER TABLE eventai_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language; ALTER TABLE script_texts ADD COLUMN emote tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER language; - diff --git a/sql/updates/725_characters.sql b/sql/updates/725_characters.sql index 193868e906a..2956c0e0337 100644 --- a/sql/updates/725_characters.sql +++ b/sql/updates/725_characters.sql @@ -3,4 +3,3 @@ ALTER TABLE gm_tickets CHANGE `guid` `playerGuid` int(11) unsigned NOT NULL defa ALTER TABLE gm_tickets CHANGE `ticket_id` `guid` int(11) unsigned NOT NULL default '0'; ALTER TABLE gm_tickets CHANGE `ticket_text` `message` text(0) NOT NULL; ALTER TABLE gm_tickets CHANGE `ticket_lastchange` `timestamp` int(10) NOT NULL default '0'; - diff --git a/sql/updates/725_world.sql b/sql/updates/725_world.sql index 3141da90872..1a3172fb6dc 100644 --- a/sql/updates/725_world.sql +++ b/sql/updates/725_world.sql @@ -28,4 +28,3 @@ INSERT INTO `command` (`name`,`security`,`help`) VALUES ('.ticket assign','3','U INSERT INTO `command` (`name`,`security`,`help`) VALUES ('.ticket unassign','3','Usage: .ticket unassign $ticketid.\r\nUnassigns the specified ticket from the current assigned Game Master.'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('.ticket comment','2','Usage: .ticket comment $ticketid $comment.\r\nAllows the adding or modifying of a comment to the specified ticket.'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('.reload tickets','4','Usage: .reload tickets.\r\nReloads GM Tickets from the database and re-caches them into memory.'); - diff --git a/sql/updates/728_world_scripts.sql b/sql/updates/728_world_scripts.sql index 027af8ede16..ee1e4df6f00 100644 --- a/sql/updates/728_world_scripts.sql +++ b/sql/updates/728_world_scripts.sql @@ -1,2 +1 @@ update creature_template set scriptname='npc_apprentice_mirveda' where entry=15402; - diff --git a/sql/updates/733_characters.sql b/sql/updates/733_characters.sql index d966b131d5f..847a7f13e9f 100644 --- a/sql/updates/733_characters.sql +++ b/sql/updates/733_characters.sql @@ -1,2 +1 @@ ALTER TABLE gm_tickets ADD `name` varchar(15) NOT NULL AFTER `playerGuid`; - diff --git a/sql/updates/739_characters.sql b/sql/updates/739_characters.sql index 96c5c597a84..1834c71e1eb 100644 --- a/sql/updates/739_characters.sql +++ b/sql/updates/739_characters.sql @@ -1,2 +1 @@ ALTER TABLE gm_tickets ADD `comment` text(0) NOT NULL; - diff --git a/sql/updates/741_characters.sql b/sql/updates/741_characters.sql index b7862c4f261..4ce094e3e5f 100644 --- a/sql/updates/741_characters.sql +++ b/sql/updates/741_characters.sql @@ -1,4 +1,3 @@ ALTER TABLE `gm_tickets` ADD `closed` tinyint(1) NOT NULL default '0' AFTER `timestamp`; ALTER TABLE `gm_tickets` ADD `assignedto` int(10) NOT NULL default '0' AFTER `timestamp`; - diff --git a/sql/updates/741_world.sql b/sql/updates/741_world.sql index da59a6d3633..a93d4e2bd01 100644 --- a/sql/updates/741_world.sql +++ b/sql/updates/741_world.sql @@ -8,4 +8,3 @@ REPLACE INTO `command` (`name`,`security`,`help`) VALUES ('ticket assign','3','U REPLACE INTO `command` (`name`,`security`,`help`) VALUES ('ticket unassign','3','Usage: .ticket unassign $ticketid.\r\nUnassigns the specified ticket from the current assigned Game Master.'); REPLACE INTO `command` (`name`,`security`,`help`) VALUES ('ticket comment','2','Usage: .ticket comment $ticketid $comment.\r\nAllows the adding or modifying of a comment to the specified ticket.'); REPLACE INTO `command` (`name`,`security`,`help`) VALUES ('reload tickets','4','Usage: .reload tickets.\r\nReloads GM Tickets from the database and re-caches them into memory.'); - diff --git a/sql/updates/747_world.sql b/sql/updates/747_world.sql index 561f0adf91d..bc416d5be77 100644 --- a/sql/updates/747_world.sql +++ b/sql/updates/747_world.sql @@ -1,2 +1 @@ UPDATE `trinity_string` SET `content_default`='Ticket %d is already assigned.' WHERE (`entry`='2008'); - diff --git a/sql/updates/748_world_scripts.sql b/sql/updates/748_world_scripts.sql index a9e079ec9e9..d263be5a771 100644 --- a/sql/updates/748_world_scripts.sql +++ b/sql/updates/748_world_scripts.sql @@ -1,3 +1,2 @@ update creature_template set scriptname='npc_infused_crystal', flags_extra=0 where entry=16364; delete from creature where id=17086; - diff --git a/sql/updates/758_world_scripts.sql b/sql/updates/758_world_scripts.sql index cbb2a783264..61d9b367614 100644 --- a/sql/updates/758_world_scripts.sql +++ b/sql/updates/758_world_scripts.sql @@ -3,4 +3,3 @@ update creature_template set scriptname = 'boss_nightbane', unit_flags=0 where e delete from event_scripts where id = 10951; insert into event_scripts values (10951,0,10,17651,180000,0,-11159,-1907.22,91.48,0); - diff --git a/sql/updates/762_world.sql b/sql/updates/762_world.sql index 7aaacedc464..d7a4bac9747 100644 --- a/sql/updates/762_world.sql +++ b/sql/updates/762_world.sql @@ -4,4 +4,3 @@ CREATE TABLE `transport_events` ( `waypoint_id` int(11) unsigned NOT NULL default '0', `event_id` int(11) unsigned NOT NULL default '0' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; - diff --git a/sql/updates/764_world_scripts.sql b/sql/updates/764_world_scripts.sql index fb1d3a924c8..d46f29f087a 100644 --- a/sql/updates/764_world_scripts.sql +++ b/sql/updates/764_world_scripts.sql @@ -121,4 +121,3 @@ DELETE FROM `script_texts` WHERE `entry` BETWEEN -1533108 AND -1533075; UPDATE `script_texts` SET `sound`=8902 WHERE `entry`=-1533055; UPDATE `script_texts` SET `sound`=8901 WHERE `entry`=-1533056; - diff --git a/sql/updates/765_world_scripts.sql b/sql/updates/765_world_scripts.sql index 2cd56fa71a2..d7ca3823140 100644 --- a/sql/updates/765_world_scripts.sql +++ b/sql/updates/765_world_scripts.sql @@ -17,4 +17,3 @@ INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc2`, `type`, (-1000161, 'The timeways are currently ranked in order from least catastrophic to most catastrophic. Note that they are all classified as catastrophic, meaning that any single one of these timeways collapsing would mean that your world would end. We only classify them in such a way so that the heroes and adventurers that are sent here know which timeway best suits their abilities.', 'Les voies sont pour le moment classées de la moins catastrophique à la plus catastrophique, ce qui veut dire que la moindre de celles-ci qui s\'effondre signifierait la fin de votre monde. Nous les classons seulement de cette façon pour que les héros et aventuriers qui y sont envoyés sachent quelle voie est la plus adaptée à leurs compétences.', 4, 0, 'WHISPER_CUSTODIAN_12'), (-1000162, 'All we know of this timeway is that it leads to Mount Hyjal. The Infinite Dragonflight have gone to great lengths to prevent our involvement. We know next to nothing, mortal. Soridormi is currently attempting to break through the timeway\'s defenses but has thus far been unsuccessful. You might be our only hope of breaking through and resolving the conflict.', 'Tout ce que nous savons sur cette voie temporelle est qu\'elle mène au Mont Hyjal. Le Vol du Dragon Infini s\'est donné beaucoup de peine pour empêcher notre participation. Soridormi est actuellement en train de tenter de briser les défenses de cette voie, mais ses efforts ont été vain jusqu\'ici. Vous pourriez être notre seul espoir de les briser et de résoudre le conflit.', 4, 0, 'WHISPER_CUSTODIAN_13'), (-1000163, 'Our time is at an end $N. I would wish you luck, if such a thing existed.', 'Notre entretien touche à sa fin, $N. Je vous souhaite bonne chance, si tant est qu\'une telle chose a jamais existé.', 4, 0, 'WHISPER_CUSTODIAN_14'); - diff --git a/sql/updates/773_world_scripts.sql b/sql/updates/773_world_scripts.sql index 962905c0f65..c5db57a7b66 100644 --- a/sql/updates/773_world_scripts.sql +++ b/sql/updates/773_world_scripts.sql @@ -7,4 +7,3 @@ VALUES (-1000147, 'Lets go $N. I am ready to start to Whitereach Post.', NULL, NULL, 'Gehen wir $N.Ich bin bereit,mich zum Weissgipfelposten aufzumachen.', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, NULL), (-1000148, 'This seems to me trusted. If we move to the east, we are probably... Aah! Wyvern attack !', NULL, NULL, 'Das kommt mir vertraut vor.Wenn wir nach Osten ziehen,können wir wahrscheinlich...Aah!Flügeldrachen im Angriff!', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, NULL), (-1000149, 'Thanks so much... From here I find the way back to the Whitereach Post. Speak with Motega Firemane, maybe you can persuade him to send me home.', NULL, NULL, 'Tausend Dank...Von hier aus finde ich den Rückweg zum Weissgipfelposten.Sprecht unbedingt mit Motega Feuermähne,vielleicht könnt ihr ihn überreden,mich nach Hause zu schicken.', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, NULL); - diff --git a/sql/updates/780_characters.sql b/sql/updates/780_characters.sql index 40c4d3cdce4..13e11f2cc8a 100644 --- a/sql/updates/780_characters.sql +++ b/sql/updates/780_characters.sql @@ -1,3 +1,2 @@ ALTER TABLE `gm_tickets` CHANGE `guid` `guid` int(10) NOT NULL AUTO_INCREMENT; ALTER TABLE `gm_tickets` CHANGE `closed` `closed` int(10) NOT NULL; - diff --git a/sql/updates/783_world.sql b/sql/updates/783_world.sql index f78f35e2951..82dd464000a 100644 --- a/sql/updates/783_world.sql +++ b/sql/updates/783_world.sql @@ -2,4 +2,3 @@ DELETE FROM trinity_string where entry IN (10056, 10057); INSERT INTO trinity_string (entry, content_default) VALUES (10056, 'You must be a member of the Horde to enter the Hall of Legends.'), (10057, 'You must be a member of the Alliance to enter the Champion\'s Hall.'); - diff --git a/sql/updates/785_world.sql b/sql/updates/785_world.sql index b4c11653a25..747b179f02b 100644 --- a/sql/updates/785_world.sql +++ b/sql/updates/785_world.sql @@ -2,4 +2,3 @@ delete from command where name in ('gobject addtemp', 'npc addtemp'); insert into command (name, security, help) values ('gobject addtemp','2','Adds a temporary gameobject that is not saved to DB.'), ('npc addtemp','2','Adds temporary NPC, not saved to database.'); - diff --git a/sql/updates/789_world.sql b/sql/updates/789_world.sql index 43e6bdc42d2..a2a2e1eeab5 100644 --- a/sql/updates/789_world.sql +++ b/sql/updates/789_world.sql @@ -1,2 +1 @@ ALTER TABLE eventai_texts DROP COLUMN emote; - diff --git a/sql/updates/78_world.sql b/sql/updates/78_world.sql index 4a9cbd3846d..faa02e0e2a6 100644 --- a/sql/updates/78_world.sql +++ b/sql/updates/78_world.sql @@ -21,4 +21,3 @@ INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyN (34598,0,0,0,0,0x0000000000000000,0x00020000,0,45), (36488,0,0,0,0,0x0000000000000000,0x08000000,0,0), (34584,0,0,0,0,0x0000000000000000,0x00004000,0,30); - diff --git a/sql/updates/79_characters.sql b/sql/updates/79_characters.sql index c7b76549e74..4544be275b2 100644 --- a/sql/updates/79_characters.sql +++ b/sql/updates/79_characters.sql @@ -1,3 +1,2 @@ ALTER TABLE characters CHANGE COLUMN gmstate extra_flags int(11) unsigned NOT NULL default '0'; - diff --git a/sql/updates/79_world.sql b/sql/updates/79_world.sql index 1b5be949cf2..7d24987f5c1 100644 --- a/sql/updates/79_world.sql +++ b/sql/updates/79_world.sql @@ -1,4 +1,3 @@ DELETE FROM spell_proc_event where entry = 42083; INSERT INTO spell_proc_event (entry, SchoolMask, Category, SkillID, SpellFamilyName, SpellFamilyMask, procFlags, ppmRate, cooldown) VALUES (42083,0,0,0,0,0x0000000000000000,0x00401000,0,45); - diff --git a/sql/updates/807_world_scripts.sql b/sql/updates/807_world_scripts.sql index ee512619ee1..ea597292cbb 100644 --- a/sql/updates/807_world_scripts.sql +++ b/sql/updates/807_world_scripts.sql @@ -1,2 +1 @@ update creature_template set scriptname='npc_isla_starmane' where entry=18760; - diff --git a/sql/updates/817_world_scripts.sql b/sql/updates/817_world_scripts.sql index 071fb2989ff..cfa5dbe968b 100644 --- a/sql/updates/817_world_scripts.sql +++ b/sql/updates/817_world_scripts.sql @@ -11,4 +11,3 @@ VALUES UPDATE `quest_template` SET `QuestFlags` = 2, `SpecialFlags` = 2 WHERE `entry` = 4245; UPDATE `creature_template` SET `ScriptName` = 'npc_ame' WHERE `entry` = 9623; - diff --git a/sql/updates/822_world_scripts.sql b/sql/updates/822_world_scripts.sql index 117971d18a7..f3f7fdfcc99 100644 --- a/sql/updates/822_world_scripts.sql +++ b/sql/updates/822_world_scripts.sql @@ -1,4 +1,3 @@ update creature_template set scriptname='npc_kayra_longmane' where entry=17969; delete from creature_template_addon where entry=17969; update quest_template set specialflags=2 where entry=9752; - diff --git a/sql/updates/826_world_scripts.sql b/sql/updates/826_world_scripts.sql index 7dc2cf77afa..dcb9a7db85c 100644 --- a/sql/updates/826_world_scripts.sql +++ b/sql/updates/826_world_scripts.sql @@ -1,2 +1 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_ruul_snowhoof' WHERE `entry` = 12818; - diff --git a/sql/updates/82_world_scripts.sql b/sql/updates/82_world_scripts.sql index 276a3385ed6..c1521b0cf47 100644 --- a/sql/updates/82_world_scripts.sql +++ b/sql/updates/82_world_scripts.sql @@ -1,2 +1 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_twiggy_flathead' WHERE `entry` =6248; - diff --git a/sql/updates/833_world_scripts.sql b/sql/updates/833_world_scripts.sql index b8aed954f43..037b9028c7b 100644 --- a/sql/updates/833_world_scripts.sql +++ b/sql/updates/833_world_scripts.sql @@ -1,3 +1,2 @@ update creature_template set scriptname='npc_dirty_larry', unit_flags=0, flags_extra=0 where entry=19720; update creature_template set unit_flags=0, flags_extra=0 where entry in (19726, 19725); - diff --git a/sql/updates/834_world_scripts.sql b/sql/updates/834_world_scripts.sql index 0b34f8be52f..f9cdf4f982c 100644 --- a/sql/updates/834_world_scripts.sql +++ b/sql/updates/834_world_scripts.sql @@ -1,2 +1 @@ UPDATE `creature_template` SET `ScriptName`='npc_ishanah' WHERE `entry`=18538; - diff --git a/sql/updates/837_world_scripts.sql b/sql/updates/837_world_scripts.sql index 810bd3510e0..c0e0750edb7 100644 --- a/sql/updates/837_world_scripts.sql +++ b/sql/updates/837_world_scripts.sql @@ -1,2 +1 @@ update creature_template set scriptname='npc_khadgar' where entry=18166; - diff --git a/sql/updates/838_world_scripts.sql b/sql/updates/838_world_scripts.sql index 1ff400dc8c5..bb7f56c059d 100644 --- a/sql/updates/838_world_scripts.sql +++ b/sql/updates/838_world_scripts.sql @@ -2,4 +2,3 @@ delete from spell_script_target where entry=42222; insert into `spell_script_target` values ('42222','1','23616'); update `creature_template` set `scriptname`='npc_kyle_frenzied' where `entry`='23616'; - diff --git a/sql/updates/839_world_scripts.sql b/sql/updates/839_world_scripts.sql index 448cd44ca1e..6430aa09f12 100644 --- a/sql/updates/839_world_scripts.sql +++ b/sql/updates/839_world_scripts.sql @@ -1,2 +1 @@ update creature_template set scriptname='npc_wizzlecrank_shredder' where entry=3439; - diff --git a/sql/updates/83_realmd.sql b/sql/updates/83_realmd.sql index 5c47beaabc8..ad6201cf783 100644 --- a/sql/updates/83_realmd.sql +++ b/sql/updates/83_realmd.sql @@ -1,3 +1,2 @@ ALTER TABLE account CHANGE COLUMN tbc expansion tinyint(3) unsigned NOT NULL default '0'; - diff --git a/sql/updates/840_world_scripts.sql b/sql/updates/840_world_scripts.sql index 8a334a578e1..2e804269bd6 100644 --- a/sql/updates/840_world_scripts.sql +++ b/sql/updates/840_world_scripts.sql @@ -1,2 +1 @@ UPDATE `creature_template` SET `spell1` = 0, `flags_extra` = 0, `ScriptName` = 'npc_volcano' WHERE `entry` = 23085; - diff --git a/sql/updates/841_world_scripts.sql b/sql/updates/841_world_scripts.sql index dac0cbd9857..b6d944e27bf 100644 --- a/sql/updates/841_world_scripts.sql +++ b/sql/updates/841_world_scripts.sql @@ -1,2 +1 @@ update creature_template set scriptname='npc_greengill_slave' where entry=25084; - diff --git a/sql/updates/842_world.sql b/sql/updates/842_world.sql index 9f40ed71751..ec368d3eaf8 100644 --- a/sql/updates/842_world.sql +++ b/sql/updates/842_world.sql @@ -3,4 +3,3 @@ ADD `heroic_required_quest_done` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER ADD `heroic_required_failed_quest_text` TEXT NULL DEFAULT NULL AFTER `heroic_required_quest_done`; UPDATE `areatrigger_teleport` SET `heroic_required_quest_done` = 11492, `heroic_required_failed_quest_text` = 'Heroic Difficulty requires completion of the "Hard to Kill" quest.' WHERE `id` = 4887; - diff --git a/sql/updates/84_world.sql b/sql/updates/84_world.sql index 2dd20fd44bf..100185c0acd 100644 --- a/sql/updates/84_world.sql +++ b/sql/updates/84_world.sql @@ -1,4 +1,3 @@ DELETE FROM command WHERE name = 'reload all_locales'; INSERT INTO `command` VALUES ('reload all_locales',3,'Syntax: .reload all_locales\r\n\r\nReload all `locales_*` tables with reload support added and that can be _safe_ reloaded.'); - diff --git a/sql/updates/850_world_scripts.sql b/sql/updates/850_world_scripts.sql index e830d53f933..f8912cb287b 100644 --- a/sql/updates/850_world_scripts.sql +++ b/sql/updates/850_world_scripts.sql @@ -1,2 +1 @@ UPDATE creature_template SET ScriptName = 'npc_bessy' WHERE entry = 20415; - diff --git a/sql/updates/852_world_scripts.sql b/sql/updates/852_world_scripts.sql index 3fcdfc1f3c9..3bd98032366 100644 --- a/sql/updates/852_world_scripts.sql +++ b/sql/updates/852_world_scripts.sql @@ -1,3 +1,2 @@ update creature_template set scriptname='mob_nestlewood_owlkin' where entry=16518; update item_template set scriptname='item_inoculating_crystal' where entry=22962; - diff --git a/sql/updates/857_world_scripts.sql b/sql/updates/857_world_scripts.sql index 78452693d44..66ad1b6ee1b 100644 --- a/sql/updates/857_world_scripts.sql +++ b/sql/updates/857_world_scripts.sql @@ -1,2 +1 @@ update creature_template set scriptname='npc_kaya_flathoof' where entry=11856; - diff --git a/sql/updates/863_world_scripts.sql b/sql/updates/863_world_scripts.sql index 1c760bd5bb8..b472a2f498d 100644 --- a/sql/updates/863_world_scripts.sql +++ b/sql/updates/863_world_scripts.sql @@ -10,4 +10,3 @@ VALUES (-1060005, 'Cloaking systems online! CLUCK! Engaging cloak for transport to Booty Bay!', NULL, NULL, 'Tarnsysteme online! GLUCK! Tarnung für Transport nach Beutebucht wird aktiviert.', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL); UPDATE `creature_template` SET `ScriptName` = 'npc_OOX17' WHERE `entry` = 7784; - diff --git a/sql/updates/86_world_scripts.sql b/sql/updates/86_world_scripts.sql index d3c17926ac7..ff527eafa59 100644 --- a/sql/updates/86_world_scripts.sql +++ b/sql/updates/86_world_scripts.sql @@ -4,4 +4,3 @@ update `creature_template` set `ScriptName`='mob_flame_patch_alar' where `entry` update gameobject_template set scriptname = "go_manticron_cube" where entry = 181713; update creature_template set scriptname = "mob_abyssal" where entry = 17454; - diff --git a/sql/updates/871_world.sql b/sql/updates/871_world.sql index 0f4fa4245e7..54922de2a40 100644 --- a/sql/updates/871_world.sql +++ b/sql/updates/871_world.sql @@ -29,4 +29,3 @@ INSERT INTO trinity_string (`entry`, `content_default`, `content_loc1`, `content DELETE FROM `command` WHERE (`name` LIKE '%ticket closedlist%'); INSERT INTO `command` (`name`,`security`,`help`) VALUES ('.ticket closedlist','1','Displays a list of closed GM tickets.'); - diff --git a/sql/updates/884_world.sql b/sql/updates/884_world.sql index cbcf89192bb..fd3ead62313 100644 --- a/sql/updates/884_world.sql +++ b/sql/updates/884_world.sql @@ -2,4 +2,3 @@ delete from command where name in ('gobject tempadd','npc tempadd'); insert into command (name, security, help) values ('gobject addtemp','2','Adds a temporary gameobject that is not saved to DB.'), ('npc addtemp','2','Adds temporary NPC, not saved to database.'); - diff --git a/sql/updates/905_world_scripts.sql b/sql/updates/905_world_scripts.sql index aa52204e643..5bb26d18baf 100644 --- a/sql/updates/905_world_scripts.sql +++ b/sql/updates/905_world_scripts.sql @@ -8,4 +8,3 @@ INSERT INTO `areatrigger_scripts` VALUES (1526,'at_ring_of_law'); DELETE FROM `script_texts` WHERE `entry`=-1230000; INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`,`comment`) VALUES (-1230000,'Ah, hits the spot!',0,0,0,'rocknot SAY_GOT_BEER'); - diff --git a/sql/updates/90_world.sql b/sql/updates/90_world.sql index 529de4f712e..52ca028b6ac 100644 --- a/sql/updates/90_world.sql +++ b/sql/updates/90_world.sql @@ -5,4 +5,3 @@ CREATE TABLE `spell_disabled` ( `comment` varchar(64) NOT NULL default '', PRIMARY KEY (`entry`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Disabled Spell System'; - diff --git a/sql/updates/917_world.sql b/sql/updates/917_world.sql index 556276fa012..51895e78ff1 100644 --- a/sql/updates/917_world.sql +++ b/sql/updates/917_world.sql @@ -6,4 +6,3 @@ CREATE TABLE `version` ( INSERT INTO version (core_version, db_version, script_version) VALUES ("",(SELECT version FROM db_version),(SELECT version FROM script_db_version)); DROP TABLE IF EXISTS db_version; DROP TABLE IF EXISTS script_db_version; - diff --git a/sql/updates/919_world.sql b/sql/updates/919_world.sql index 7aa9fa363e6..644daa2776a 100644 --- a/sql/updates/919_world.sql +++ b/sql/updates/919_world.sql @@ -1,3 +1,2 @@ ALTER TABLE version ADD `core_revision` varchar(120) AFTER `core_version`; - diff --git a/sql/updates/927_characters.sql b/sql/updates/927_characters.sql index c3a0df39b8d..cf9df74b154 100644 --- a/sql/updates/927_characters.sql +++ b/sql/updates/927_characters.sql @@ -1,2 +1 @@ ALTER TABLE `gm_tickets` CHANGE `closed` `closed` int(10) NOT NULL default '0'; - diff --git a/sql/updates/930_characters.sql b/sql/updates/930_characters.sql index 303bda03235..f0ec58c2dc6 100644 --- a/sql/updates/930_characters.sql +++ b/sql/updates/930_characters.sql @@ -54,4 +54,3 @@ insert into `auctionhousebot` (`auctionhouse`,`name`,`minitems`,`maxitems`,`mint (2,'Alliance',0,0,8,24,27,12,10,1,10,30,8,2,150,250,800,1400,1250,1750,2250,4550,70,100,80,100,75,100,80,100,0,3,2,1,1,1,5,12,15,1,1), (6,'Horde',0,0,8,24,27,12,10,1,10,30,8,2,150,250,800,1400,1250,1750,2250,4550,70,100,80,100,75,100,80,100,0,3,2,1,1,1,5,12,15,1,1), (7,'Neutral',0,0,8,24,27,12,10,1,10,30,8,2,150,250,800,1400,1250,1750,2250,4550,70,100,80,100,75,100,80,100,0,3,2,1,1,1,5,12,15,1,1); - diff --git a/sql/updates/933_world_scripts.sql b/sql/updates/933_world_scripts.sql index 0918e8f1e9e..7b1271e25cc 100644 --- a/sql/updates/933_world_scripts.sql +++ b/sql/updates/933_world_scripts.sql @@ -1,2 +1 @@ update creature_template set scriptname='npc_snake_trap_serpents' where entry in (19921, 19833); - diff --git a/sql/updates/935_world_scripts.sql b/sql/updates/935_world_scripts.sql index 5027cafa234..880c6700ab0 100644 --- a/sql/updates/935_world_scripts.sql +++ b/sql/updates/935_world_scripts.sql @@ -4,4 +4,3 @@ UPDATE `gameobject_template` SET `flags` = '4' WHERE `entry` IN ('181766','18182 UPDATE `gameobject` SET `SpawnMask` = '3',`state` = '1' WHERE `id` IN ('181766','181823'); UPDATE `instance_template` SET `script` = 'instance_blood_furnace' WHERE `map` = '542'; - diff --git a/sql/updates/940_world_scripts.sql b/sql/updates/940_world_scripts.sql index a7f78170c35..23996b67ba7 100644 --- a/sql/updates/940_world_scripts.sql +++ b/sql/updates/940_world_scripts.sql @@ -1,3 +1,2 @@ ALTER TABLE custom_texts CHANGE COLUMN emote emote smallint(5) unsigned NOT NULL DEFAULT '0'; ALTER TABLE script_texts CHANGE COLUMN emote emote smallint(5) unsigned NOT NULL DEFAULT '0'; - diff --git a/sql/updates/945_world_scripts.sql b/sql/updates/945_world_scripts.sql index 0831d5c0e6f..8d007e347f9 100644 --- a/sql/updates/945_world_scripts.sql +++ b/sql/updates/945_world_scripts.sql @@ -39,4 +39,3 @@ INSERT INTO script_texts (entry, content_default, emote, comment) VALUES (-1000233, 'It shouldn\'t be much further, $N. The exit is just up ahead.', 0, 'SAY_PROGRESS6'), (-1000234, 'Thank you, $N. Please return to my brethren at the Altar of Damnation, near the Hand of Gul\'dan, and tell them that Wilda is safe. May the Earthmother watch over you...', 0, 'SAY_END'); - diff --git a/sql/updates/947_world_scripts.sql b/sql/updates/947_world_scripts.sql index 9e81f39a8c3..acca0ccc72d 100644 --- a/sql/updates/947_world_scripts.sql +++ b/sql/updates/947_world_scripts.sql @@ -10,4 +10,3 @@ INSERT INTO script_texts (entry, content_default, type, emote, comment) VALUES (-1000242, 'Phew! Glad to be back from that creepy cave.', 0, 1, 'phizzlethorpe - SAY_PROGRESS_7'), (-1000243, 'hands one glowing goggles over to Doctor Draxlegauge.', 2, 0, 'phizzlethorpe - EMOTE_PROGRESS_8'), (-1000244, 'Doctor Draxlegauge will give you further instructions, $N. Many thanks for your help!', 0, 1, 'phizzlethorpe - SAY_PROGRESS_9'); - diff --git a/sql/updates/948_world_scripts.sql b/sql/updates/948_world_scripts.sql index 9270e5d994a..1b21ed03dc5 100644 --- a/sql/updates/948_world_scripts.sql +++ b/sql/updates/948_world_scripts.sql @@ -3,4 +3,3 @@ INSERT INTO script_texts (entry, content_default, type, comment) VALUES (-1000245, 'You, there! Hand over that moonstone and nobody gets hurt!', 1, 'SAY_RIZZLE_START'), (-1000246, 'Just chill!', 4, 'SAY_RIZZLE_GRENADE'), (-1000247, 'All right, you win! I surrender! Just don\'t hurt me!', 1, 'SAY_RIZZLE_FINAL'); - diff --git a/sql/updates/950_world_scripts.sql b/sql/updates/950_world_scripts.sql index c1058f4b9ee..718517f1d6a 100644 --- a/sql/updates/950_world_scripts.sql +++ b/sql/updates/950_world_scripts.sql @@ -21,4 +21,3 @@ INSERT INTO script_texts (entry, content_default, type, emote, comment) VALUES (-1000264, 'Our Bloodmyst scouts have located our contact. The fool, Velen, will soon leave himself open and defenseless -- long enough for us to strike! Now get out of my sight before I vaporize you...', 0, 0, 'geezle - SPARK_SAY_6'), (-1000265, 'Yes, sir. It won\'t happen again...', 0, 0, 'geezle - GEEZLE_SAY_7'), (-1000266, 'picks up the naga flag.', 2, 0, 'geezle - EMOTE_SPARK'); - diff --git a/sql/updates/951_world_scripts.sql b/sql/updates/951_world_scripts.sql index 93f877bdb55..c4d39363119 100644 --- a/sql/updates/951_world_scripts.sql +++ b/sql/updates/951_world_scripts.sql @@ -14,4 +14,3 @@ INSERT INTO script_texts (entry, content_default, type, comment) VALUES (-1000277, 'Come on, don\'t break down on me now!', 0, 'shredder - SAY_PROGRESS_6'), (-1000278, 'That was a close one! Well, let\'s get going, it\'s still a ways to Ratchet!', 0, 'shredder - SAY_PROGRESS_7'), (-1000279, 'Hmm... I don\'t think this blinking red light is a good thing...', 0, 'shredder - SAY_PROGRESS_8'); - diff --git a/sql/updates/952_world_scripts.sql b/sql/updates/952_world_scripts.sql index 25a19a6972f..b0c8ed15ce4 100644 --- a/sql/updates/952_world_scripts.sql +++ b/sql/updates/952_world_scripts.sql @@ -8,4 +8,3 @@ INSERT INTO script_texts (entry, content_default, type, language, comment) VALUE (-1000284, 'Deployment sucessful. Trespassers will be neutralized.', 0, 0, 'sentry - SAY_CONVERTED_1'), (-1000285, 'Objective acquired. Initiating security routines.', 0, 0, 'sentry - SAY_CONVERTED_1'); - diff --git a/sql/updates/953_world_scripts.sql b/sql/updates/953_world_scripts.sql index b90eb732658..7083111a3b2 100644 --- a/sql/updates/953_world_scripts.sql +++ b/sql/updates/953_world_scripts.sql @@ -7,4 +7,3 @@ INSERT INTO script_texts (entry, content_default, type, emote, comment) VALUES (-1000290, 'I\'ve recovered the second relic. Take a moment to rest, and then we\'ll continue to the last reliquary.', 0, 0, 'clintar_spirit'), (-1000291, 'We have all three of the relics, but my energy is rapidly fading. We must make our way back to Dreamwarden Lurosa! He will let you know what to do next.', 0, 0, 'clintar_spirit'), (-1000292, 'Lurosa, I am entrusting the Relics of Aviana to $N, who will take them to Morthis Whisperwing. I must return completely to the Emerald Dream now. Do not let $N fail!', 0, 0, 'clintar_spirit'); - diff --git a/sql/updates/954_world_scripts.sql b/sql/updates/954_world_scripts.sql index 11c52b109ad..82b2c7340a5 100644 --- a/sql/updates/954_world_scripts.sql +++ b/sql/updates/954_world_scripts.sql @@ -17,4 +17,3 @@ INSERT INTO script_texts (entry, content_default, type, comment) VALUES (-1000304, 'Bessy, is that you?', 0, 'npc_bessy- SAY_THADELL_1'), (-1000305, 'Thank you for bringing back my Bessy, $N. I couldn\'t live without her!', 0, 'npc_bessy- SAY_THADELL_2'); - diff --git a/sql/updates/955_world_scripts.sql b/sql/updates/955_world_scripts.sql index 1afcd46cb07..7b461660587 100644 --- a/sql/updates/955_world_scripts.sql +++ b/sql/updates/955_world_scripts.sql @@ -57,4 +57,3 @@ SAY_ON_BYE'), (-1000347, 'Let\'s go before they find out I\'m free!', 0, 'npc_kaya_flathoof - SAY_START'), (-1000348, 'Look out! We\'re under attack!', 0, 'npc_kaya_flathoof - SAY_AMBUSH'), (-1000349, 'Thank you for helping me. I know my way back from here.', 0, 'npc_kaya_flathoof - SAY_END'); - diff --git a/sql/updates/956_world_scripts.sql b/sql/updates/956_world_scripts.sql index 1e9b5b6d2d5..a46fb40db0a 100644 --- a/sql/updates/956_world_scripts.sql +++ b/sql/updates/956_world_scripts.sql @@ -24,4 +24,3 @@ INSERT INTO script_texts (entry, content_default, type, comment) VALUES (-1000363, 'Look out, $N! Enemies ahead!', 0, 'npc_kayra_longmane - SAY_PROGRESS_4'), (-1000364, 'We\'re almost to the refuge! Let\'s go.', 0, 'npc_kayra_longmane - SAY_PROGRESS_5'), (-1000365, 'I can see my fellow druids from here. Thank you, $N. I\'m sure Ysiel will reward you for your actions!', 0, 'npc_kayra_longmane - SAY_PROGRESS_6'); - diff --git a/sql/updates/957_world_scripts.sql b/sql/updates/957_world_scripts.sql index 9ebc7b73b66..8cae6b3fe87 100644 --- a/sql/updates/957_world_scripts.sql +++ b/sql/updates/957_world_scripts.sql @@ -34,4 +34,3 @@ INSERT INTO `waypoint_data`(`id`,`point`,`position_x`,`position_y`,`position_z`) ('2081','5','-1393.5','1705.5','112'), ('2081','6','-1369.8','1724.5','112'), ('2081','7','-1377','1760','112'); - diff --git a/sql/updates/963_world_scripts.sql b/sql/updates/963_world_scripts.sql index ab46bba981c..dae777cf3a8 100644 --- a/sql/updates/963_world_scripts.sql +++ b/sql/updates/963_world_scripts.sql @@ -19,4 +19,3 @@ INSERT INTO script_texts (entry, content_default, type, comment) VALUES (-1000372, 'You are no challenge for the Crimson Sigil. Mind breakers, end this nonsense.', 1, 'Quest: Battle of the crimson watch WavesInfo - Second'), (-1000373, 'Run while you still can. The highlords come soon...', 1, 'Quest: Battle of the crimson watch WavesInfo - Third'), (-1000374, 'Torloth your master calls!', 1, 'Quest: Battle of the crimson watch WavesInfo - Fourth'); - diff --git a/sql/updates/965_world_scripts.sql b/sql/updates/965_world_scripts.sql index 51ea41b94e5..9c93f78ec09 100644 --- a/sql/updates/965_world_scripts.sql +++ b/sql/updates/965_world_scripts.sql @@ -15,4 +15,3 @@ REPLACE INTO `spell_script_target` VALUES (43144,1,23817), (12613,1,5843), (9095,1,1200); - diff --git a/sql/updates/966_world_scripts.sql b/sql/updates/966_world_scripts.sql index 78ecaa6eb73..cacf5953512 100644 --- a/sql/updates/966_world_scripts.sql +++ b/sql/updates/966_world_scripts.sql @@ -22,4 +22,3 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen (-1000393,'Directive accomplished.',11350,1,0,0,'doomwalker SAY_SLAY_2'), (-1000394,'Target exterminated.',11351,1,0,0,'doomwalker SAY_SLAY_3'), (-1000395,'System failure in five, f-o-u-r...',11352,1,0,0,'doomwalker SAY_DEATH'); - diff --git a/sql/updates/970_world_scripts.sql b/sql/updates/970_world_scripts.sql index 6105fc5ccbe..9e66e60f65d 100644 --- a/sql/updates/970_world_scripts.sql +++ b/sql/updates/970_world_scripts.sql @@ -7,4 +7,3 @@ INSERT INTO script_texts (entry, content_default, type, language, comment) VALUE (-1000400, 'NOOOOooooooo!', 1, 0, 'mobs_nether_drake - SAY_NIHIL_INTERRUPT'), (-1000401, 'Good $N, you are under the spell\'s influence. I must analyze it quickly, then we can talk.', 0, 7, 'npc_daranelle - SAY_DARANELLE'); - diff --git a/sql/updates/973_world_scripts.sql b/sql/updates/973_world_scripts.sql index 35261fc7b02..b53219c6afe 100644 --- a/sql/updates/973_world_scripts.sql +++ b/sql/updates/973_world_scripts.sql @@ -1,2 +1 @@ update creature_template set scriptname = 'npc_enraged_spirit' where entry in (21050, 21061, 21060, 21059); - diff --git a/sql/updates/TC1_1463_world_scripts.sql b/sql/updates/TC1_1463_world_scripts.sql index cccf264f9ef..de973cc5023 100644 --- a/sql/updates/TC1_1463_world_scripts.sql +++ b/sql/updates/TC1_1463_world_scripts.sql @@ -7,4 +7,4 @@ UPDATE `creature_template` SET `ScriptName` = 'mob_inner_demon' WHERE entry = 21 UPDATE `creature_template` SET `ScriptName` = 'mob_webwrap' WHERE `entry` = 16486; UPDATE `creature_template` SET `ScriptName` = 'mob_dragonmaw_peon' WHERE `entry` = 22252; UPDATE `creature_template` SET `ScriptName` = 'npc_karynaku' WHERE `entry` = 22112; -UPDATE `creature_template` SET `ScriptName` = 'mob_ohgan' WHERE `entry` = 14988;
\ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = 'mob_ohgan' WHERE `entry` = 14988; diff --git a/sql/updates/TC1_1569_world_scripts.sql b/sql/updates/TC1_1569_world_scripts.sql index afe0759e711..5fc2287a851 100644 --- a/sql/updates/TC1_1569_world_scripts.sql +++ b/sql/updates/TC1_1569_world_scripts.sql @@ -1,3 +1,3 @@ -- Razorfen Kraul UPDATE `instance_template` SET `script` = 'instance_razorfen_kraul' WHERE `map` = '47' LIMIT 1; -UPDATE `creature_template` SET `ScriptName` = 'npc_deaths_head_ward_keeper' WHERE `entry` = '4625' LIMIT 1;
\ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = 'npc_deaths_head_ward_keeper' WHERE `entry` = '4625' LIMIT 1; diff --git a/sql/world.sql b/sql/world.sql index 9589907df1a..56819b0dc05 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -3372,4 +3372,3 @@ UNLOCK TABLES; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2008-10-14 13:23:35 - diff --git a/sql/world_scripts_full.sql b/sql/world_scripts_full.sql index e00872ce13e..93005c253af 100644 --- a/sql/world_scripts_full.sql +++ b/sql/world_scripts_full.sql @@ -1068,4 +1068,3 @@ UPDATE `creature_template` SET `ScriptName` = 'mob_webwrap' WHERE `entry` = 1648 UPDATE `creature_template` SET `ScriptName` = 'mob_dragonmaw_peon' WHERE `entry` = 22252; UPDATE `creature_template` SET `ScriptName` = 'npc_karynaku' WHERE `entry` = 22112; UPDATE `creature_template` SET `ScriptName` = 'mob_ohgan' WHERE `entry` = 14988; - diff --git a/sql/world_scripts_structure.sql b/sql/world_scripts_structure.sql index 9ce15a2d1bb..9dd7c7512de 100644 --- a/sql/world_scripts_structure.sql +++ b/sql/world_scripts_structure.sql @@ -102,4 +102,3 @@ DROP TABLE IF EXISTS `script_db_version`; CREATE TABLE `script_db_version` ( `version` varchar(255) NOT NULL default '' COMMENT 'Script Database version string' ) ENGINE=MyISAM DEFAULT CHARSET=utf8; - diff --git a/sql/world_spell_full.sql b/sql/world_spell_full.sql index 9e1c65dd0d2..6220dec1339 100644 --- a/sql/world_spell_full.sql +++ b/sql/world_spell_full.sql @@ -384,4 +384,3 @@ INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079 DELETE FROM `spell_proc_event` WHERE `entry` IN (42370); INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES (42370, 0x00, 11, 0x00000080, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); -- Merciless Totem of the Third Wind -- - |