diff --git a/sql/FULL/world_script_waypoints.sql b/sql/FULL/world_script_waypoints.sql index e8c541a9b0..a92d60114a 100644 --- a/sql/FULL/world_script_waypoints.sql +++ b/sql/FULL/world_script_waypoints.sql @@ -712,4 +712,4 @@ INSERT INTO `script_waypoint` VALUES (2917, 41, 4671.924316, 599.752197, 16.01242, 5000, 'SAY_REM_REMEMBER'), (2917, 42, 4676.976074, 600.649780, 17.82566, 5000, 'EMOTE_REM_END'); -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/sql/FULL/world_scripts_full.sql b/sql/FULL/world_scripts_full.sql index 1501289bfa..5073679382 100644 --- a/sql/FULL/world_scripts_full.sql +++ b/sql/FULL/world_scripts_full.sql @@ -1131,4 +1131,4 @@ INSERT INTO `creature_ai_scripts` VALUES -/* EOF */ \ No newline at end of file +/* EOF */ diff --git a/sql/TBC-WLK_converter/TBC-WLK_characters.sql b/sql/TBC-WLK_converter/TBC-WLK_characters.sql index 9d6115a4a0..02f75bd412 100644 --- a/sql/TBC-WLK_converter/TBC-WLK_characters.sql +++ b/sql/TBC-WLK_converter/TBC-WLK_characters.sql @@ -378,4 +378,4 @@ UPDATE item_instance SET data= CONCAT( SUBSTRING_INDEX(SUBSTRING_INDEX(data,' ',30),' ',-30),' 0 0 0 ', SUBSTRING_INDEX(SUBSTRING_INDEX(data,' ',60),' ',-60+30),' 0 ', SUBSTRING_INDEX(SUBSTRING_INDEX(data,' ',134),' ',-134+60)) -WHERE SUBSTRING_INDEX(data,' ',134) = data AND SUBSTRING_INDEX(data,' ',134-1) <> data; \ No newline at end of file +WHERE SUBSTRING_INDEX(data,' ',134) = data AND SUBSTRING_INDEX(data,' ',134-1) <> data; diff --git a/sql/TBC-WLK_converter/TBC-WLK_world.sql b/sql/TBC-WLK_converter/TBC-WLK_world.sql index 969f8ce4c2..ea2fbf03bd 100644 --- a/sql/TBC-WLK_converter/TBC-WLK_world.sql +++ b/sql/TBC-WLK_converter/TBC-WLK_world.sql @@ -9121,4 +9121,4 @@ DELETE FROM `playercreateinfo` WHERE `race`=7 AND `class` IN (4,8,9); INSERT INTO `playercreateinfo` VALUES (7,4,0,1,-6240,331,383), (7,8,0,1,-6240,331,383), -(7,9,0,1,-6240,331,383); \ No newline at end of file +(7,9,0,1,-6240,331,383); diff --git a/sql/TBC-WLK_converter/TBC-WLK_world_run_only_once.sql b/sql/TBC-WLK_converter/TBC-WLK_world_run_only_once.sql index 798d296370..cc8ec5fe43 100644 --- a/sql/TBC-WLK_converter/TBC-WLK_world_run_only_once.sql +++ b/sql/TBC-WLK_converter/TBC-WLK_world_run_only_once.sql @@ -186,4 +186,4 @@ CREATE TABLE `spell_loot_template` ( `condition_value1` mediumint(8) unsigned NOT NULL default '0', `condition_value2` mediumint(8) unsigned NOT NULL default '0', PRIMARY KEY (`entry`,`item`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System'; \ No newline at end of file +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Loot System'; diff --git a/sql/characters.sql b/sql/characters.sql index 1ae05b869e..ab8354dd4e 100644 --- a/sql/characters.sql +++ b/sql/characters.sql @@ -1516,4 +1516,4 @@ UNLOCK TABLES; -- Dump completed on 2008-01-10 11:37:06 --- Updated on 2003-02-22 01:44:45 \ No newline at end of file +-- Updated on 2003-02-22 01:44:45 diff --git a/sql/create_mysql.sql b/sql/create_mysql.sql index 2932595939..f71ced7d07 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 e2ae8a3a7d..1f2bf090ef 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 f9d49de526..e0061b1af2 100644 --- a/sql/realmd.sql +++ b/sql/realmd.sql @@ -229,4 +229,3 @@ UNLOCK TABLES; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2008-01-10 11:37:06 - diff --git a/sql/tools/characters_item_duplicates_remove.sql b/sql/tools/characters_item_duplicates_remove.sql index fdd88262b2..9cdd8738ec 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 06c4888278..f4454ca856 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/tools/world_merge_db/world_merge_creature.sql b/sql/tools/world_merge_db/world_merge_creature.sql index 8e8b14cbd5..88803de7cf 100644 --- a/sql/tools/world_merge_db/world_merge_creature.sql +++ b/sql/tools/world_merge_db/world_merge_creature.sql @@ -50,4 +50,3 @@ ALTER TABLE merge_creature DROP COLUMN guid_new; INSERT creature SELECT * FROM merge_creature; - diff --git a/sql/updates/2.4.3_updates/1069_world_scripts.sql b/sql/updates/2.4.3_updates/1069_world_scripts.sql index 0fafabf63f..569a1be866 100644 --- a/sql/updates/2.4.3_updates/1069_world_scripts.sql +++ b/sql/updates/2.4.3_updates/1069_world_scripts.sql @@ -9,4 +9,4 @@ INSERT INTO `spell_script_target` (`entry`,`type`,`targetEntry`) VALUES ('32314', '2', '17138'), ('32314', '2', '18037'), ('32314', '2', '18064'), -('32314', '2', '18065'); \ No newline at end of file +('32314', '2', '18065'); diff --git a/sql/updates/2.4.3_updates/112_world_scripts.sql b/sql/updates/2.4.3_updates/112_world_scripts.sql index e48ed25074..9a2f535a48 100644 --- a/sql/updates/2.4.3_updates/112_world_scripts.sql +++ b/sql/updates/2.4.3_updates/112_world_scripts.sql @@ -1,2 +1,2 @@ UPDATE `item_template` SET `ScriptName`='item_arcane_charges' WHERE `entry`='34475'; -UPDATE gameobject_template SET faction = 14 WHERE entry = 185134; \ No newline at end of file +UPDATE gameobject_template SET faction = 14 WHERE entry = 185134; diff --git a/sql/updates/2.4.3_updates/1142_world.sql b/sql/updates/2.4.3_updates/1142_world.sql index 3301200f2d..2109d0f8ab 100644 --- a/sql/updates/2.4.3_updates/1142_world.sql +++ b/sql/updates/2.4.3_updates/1142_world.sql @@ -5,4 +5,4 @@ INSERT INTO `spell_affect` VALUES (16999, 2, 0x1000001000); DELETE from `spell_affect` where entry=16998 and effectId=0; DELETE from `spell_affect` where entry=16998 and effectId=2; INSERT INTO `spell_affect` VALUES (16998, 0, 0x1000001000); -INSERT INTO `spell_affect` VALUES (16998, 2, 0x1000001000); \ No newline at end of file +INSERT INTO `spell_affect` VALUES (16998, 2, 0x1000001000); diff --git a/sql/updates/2.4.3_updates/1159_world.sql b/sql/updates/2.4.3_updates/1159_world.sql index 0e9d98e9a9..13da445726 100644 --- a/sql/updates/2.4.3_updates/1159_world.sql +++ b/sql/updates/2.4.3_updates/1159_world.sql @@ -5,4 +5,4 @@ INSERT INTO `spell_affect` VALUES (16998, 1, 0x40000001000); INSERT INTO `spell_affect` VALUES (16998, 2, 0x40000001000); INSERT INTO `spell_affect` VALUES (16999, 0, 0x40000001000); INSERT INTO `spell_affect` VALUES (16999, 1, 0x40000001000); -INSERT INTO `spell_affect` VALUES (16999, 2, 0x40000001000); \ No newline at end of file +INSERT INTO `spell_affect` VALUES (16999, 2, 0x40000001000); diff --git a/sql/updates/2.4.3_updates/1160_world.sql b/sql/updates/2.4.3_updates/1160_world.sql index f25085cf05..726c0b684c 100644 --- a/sql/updates/2.4.3_updates/1160_world.sql +++ b/sql/updates/2.4.3_updates/1160_world.sql @@ -137,4 +137,4 @@ UPDATE `instance_template` SET `access_id` = '48' WHERE `map` = '565'; UPDATE `instance_template` SET `access_id` = '49' WHERE `map` = '568'; UPDATE `instance_template` SET `access_id` = '50' WHERE `map` = '580'; UPDATE `instance_template` SET `access_id` = '51' WHERE `map` = '585'; -UPDATE `areatrigger_teleport` SET `access_id` = '52' WHERE `id` IN ('4352','4354'); \ No newline at end of file +UPDATE `areatrigger_teleport` SET `access_id` = '52' WHERE `id` IN ('4352','4354'); diff --git a/sql/updates/2.4.3_updates/116_world.sql b/sql/updates/2.4.3_updates/116_world.sql index 7627dfb4aa..86864bd8df 100644 --- a/sql/updates/2.4.3_updates/116_world.sql +++ b/sql/updates/2.4.3_updates/116_world.sql @@ -5,4 +5,4 @@ INSERT INTO `spell_script_target` VALUES ('41455', '1', '22951'); 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'); \ No newline at end of file +INSERT INTO `spell_script_target` VALUES ('42631', '1', '23920'); diff --git a/sql/updates/2.4.3_updates/11_characters.sql b/sql/updates/2.4.3_updates/11_characters.sql index a9a002270f..23776801a6 100644 --- a/sql/updates/2.4.3_updates/11_characters.sql +++ b/sql/updates/2.4.3_updates/11_characters.sql @@ -2,4 +2,4 @@ ALTER TABLE `arena_team_member` ADD COLUMN `points_to_add` int(10) UNSIGNED NOT 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'; \ No newline at end of file +) ENGINE=InnoDB DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Variable Saves'; diff --git a/sql/updates/2.4.3_updates/120_world.sql b/sql/updates/2.4.3_updates/120_world.sql index 3f3b231e83..7cba69f6d1 100644 --- a/sql/updates/2.4.3_updates/120_world.sql +++ b/sql/updates/2.4.3_updates/120_world.sql @@ -159,4 +159,4 @@ INSERT INTO command VALUES ('server exit',4,'Syntax: .server exit\r\n\r\nTerminate Trinity NOW.'), ('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.'); \ No newline at end of file +('server set motd',3,'Syntax: .server set motd $MOTD\r\n\r\nSet server Message of the day.'); diff --git a/sql/updates/2.4.3_updates/123_world_scripts.sql b/sql/updates/2.4.3_updates/123_world_scripts.sql index b5f9305e30..7281193a20 100644 --- a/sql/updates/2.4.3_updates/123_world_scripts.sql +++ b/sql/updates/2.4.3_updates/123_world_scripts.sql @@ -213,3 +213,4 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, -- -- ALTER TABLE `script_texts` ORDER BY `entry` desc; + diff --git a/sql/updates/2.4.3_updates/125_world_scripts.sql b/sql/updates/2.4.3_updates/125_world_scripts.sql index 9994c0e7af..ed162086a5 100644 --- a/sql/updates/2.4.3_updates/125_world_scripts.sql +++ b/sql/updates/2.4.3_updates/125_world_scripts.sql @@ -2,4 +2,4 @@ update creature_template set speed='0.01', scriptname='mob_toxic_sporebat' WHERE 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; \ No newline at end of file +update quest_template SET StartScript=0 WHERE entry=11108; diff --git a/sql/updates/2.4.3_updates/1304_world.sql b/sql/updates/2.4.3_updates/1304_world.sql index 7eec5331e5..afacec5a72 100644 --- a/sql/updates/2.4.3_updates/1304_world.sql +++ b/sql/updates/2.4.3_updates/1304_world.sql @@ -1,3 +1,3 @@ DELETE FROM `command` WHERE `name` IN ('reload spell_linked_spell'); INSERT INTO `command` 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/2.4.3_updates/133_world_scripts.sql b/sql/updates/2.4.3_updates/133_world_scripts.sql index 057f7c44e8..6c14326b9f 100644 --- a/sql/updates/2.4.3_updates/133_world_scripts.sql +++ b/sql/updates/2.4.3_updates/133_world_scripts.sql @@ -77,4 +77,4 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1560019,'Thrall will remain a slave. Taretha will die. You have failed.',10426,1,0,'epoch SAY_SLAY2'), (-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'); \ No newline at end of file +(-1560022,'No!...The master... will not... be pleased.',10427,1,0,'epoch SAY_DEATH'); diff --git a/sql/updates/2.4.3_updates/140_world.sql b/sql/updates/2.4.3_updates/140_world.sql index 6a7389602b..c72f82ceee 100644 --- a/sql/updates/2.4.3_updates/140_world.sql +++ b/sql/updates/2.4.3_updates/140_world.sql @@ -18,4 +18,4 @@ INSERT INTO trinity_string VALUES (341,'%s is not following you.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (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); \ No newline at end of file +(811,'You cannot enter %s while in a ghost mode!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/2.4.3_updates/1437_world_scripts.sql b/sql/updates/2.4.3_updates/1437_world_scripts.sql index 7d53254cc5..cbc84d3e8e 100644 --- a/sql/updates/2.4.3_updates/1437_world_scripts.sql +++ b/sql/updates/2.4.3_updates/1437_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/2.4.3_updates/145_world_scripts.sql b/sql/updates/2.4.3_updates/145_world_scripts.sql index 5ec3702b17..7045d2f859 100644 --- a/sql/updates/2.4.3_updates/145_world_scripts.sql +++ b/sql/updates/2.4.3_updates/145_world_scripts.sql @@ -24,4 +24,4 @@ UPDATE `gameobject_template` SET `ScriptName` = 'go_kael_orb' WHERE `entry` = 18 UPDATE `gameobject_template` SET `ScriptName` = 'go_movie_orb' WHERE `entry` = 187578; update creature_template SET spell1=6474 WHERE entry=22487; -update creature_template SET spell1=3600 WHERE entry=22486; \ No newline at end of file +update creature_template SET spell1=3600 WHERE entry=22486; diff --git a/sql/updates/2.4.3_updates/146_world.sql b/sql/updates/2.4.3_updates/146_world.sql index 31999cd97e..f0ed61a282 100644 --- a/sql/updates/2.4.3_updates/146_world.sql +++ b/sql/updates/2.4.3_updates/146_world.sql @@ -90,4 +90,4 @@ VALUES INSERT INTO spell_linked_spell (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES - (45246, 45348, 1, 'Apply Flame Touched'); \ No newline at end of file + (45246, 45348, 1, 'Apply Flame Touched'); diff --git a/sql/updates/2.4.3_updates/147_world.sql b/sql/updates/2.4.3_updates/147_world.sql index c6e75d4107..714cba8d3d 100644 --- a/sql/updates/2.4.3_updates/147_world.sql +++ b/sql/updates/2.4.3_updates/147_world.sql @@ -1,3 +1,3 @@ -- Magtheridon Earthquake DELETE FROM spell_script_target WHERE `entry` IN (30657); -INSERT INTO spell_script_target VALUES ('30657', '1', '24136'); \ No newline at end of file +INSERT INTO spell_script_target VALUES ('30657', '1', '24136'); diff --git a/sql/updates/2.4.3_updates/152_world.sql b/sql/updates/2.4.3_updates/152_world.sql index 3b3d09c56d..3329064d6f 100644 --- a/sql/updates/2.4.3_updates/152_world.sql +++ b/sql/updates/2.4.3_updates/152_world.sql @@ -5,4 +5,4 @@ insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) values('27799','27803','0','Holy Nova (rank4)'); 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)'); \ No newline at end of file +insert into `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) values('25331','25329','0','Holy Nova (rank7)'); diff --git a/sql/updates/2.4.3_updates/171_world.sql b/sql/updates/2.4.3_updates/171_world.sql index fdcd98f4d6..520c214dd9 100644 --- a/sql/updates/2.4.3_updates/171_world.sql +++ b/sql/updates/2.4.3_updates/171_world.sql @@ -14,4 +14,4 @@ INSERT INTO `command` (name,security,help) VALUES ('pet tp',2,'Syntax: .pet tp #\r\n\r\nChange pet\'s amount of training points.'), ('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.'); \ No newline at end of file +('playall',2,'Syntax: .playall #soundid\r\n\r\nPlayer a sound to whole server.'); diff --git a/sql/updates/2.4.3_updates/212_world_scripts.sql b/sql/updates/2.4.3_updates/212_world_scripts.sql index 1427efde6e..96f7def0dd 100644 --- a/sql/updates/2.4.3_updates/212_world_scripts.sql +++ b/sql/updates/2.4.3_updates/212_world_scripts.sql @@ -2,4 +2,4 @@ UPDATE `creature_template` SET `ScriptName`='npc_clintar_dreamwalker' WHERE `ent UPDATE `creature_template` SET `ScriptName`='npc_clintar_spirit' WHERE `entry` = 22916; 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; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='mob_depth_charge' WHERE `entry`=23025; diff --git a/sql/updates/2.4.3_updates/220_characters.sql b/sql/updates/2.4.3_updates/220_characters.sql index 1d9e3f50a3..f66762ba3c 100644 --- a/sql/updates/2.4.3_updates/220_characters.sql +++ b/sql/updates/2.4.3_updates/220_characters.sql @@ -1,2 +1,2 @@ ALTER TABLE `characters` - ADD `latency` int(11) unsigned NOT NULL default '0' AFTER `taxi_path`; \ No newline at end of file + ADD `latency` int(11) unsigned NOT NULL default '0' AFTER `taxi_path`; diff --git a/sql/updates/2.4.3_updates/230_world_blacktemple.sql b/sql/updates/2.4.3_updates/230_world_blacktemple.sql index 74345a7c51..3d74f7ee12 100644 --- a/sql/updates/2.4.3_updates/230_world_blacktemple.sql +++ b/sql/updates/2.4.3_updates/230_world_blacktemple.sql @@ -22,4 +22,4 @@ update creature_template set scriptname = 'mob_blade_of_azzinoth' where entry = -- parasitic shadowfiend 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; \ No newline at end of file +update creature_template set minlevel = 73, maxlevel = 73, minhealth = 500000, maxhealth = 500000, mindmg = 3000, maxdmg = 4000 where entry = 23197; diff --git a/sql/updates/2.4.3_updates/231_world_scripts.sql b/sql/updates/2.4.3_updates/231_world_scripts.sql index b07f7b47fe..33f2e05972 100644 --- a/sql/updates/2.4.3_updates/231_world_scripts.sql +++ b/sql/updates/2.4.3_updates/231_world_scripts.sql @@ -1,3 +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; \ No newline at end of file +UPDATE `instance_template` SET `script`='instance_mechanar' WHERE `map`=554; diff --git a/sql/updates/2.4.3_updates/240_world.sql b/sql/updates/2.4.3_updates/240_world.sql index 9a91607fed..83f3b3eb53 100644 --- a/sql/updates/2.4.3_updates/240_world.sql +++ b/sql/updates/2.4.3_updates/240_world.sql @@ -2,4 +2,3 @@ delete from `command` where `name` IN ('senditems','sendmail'); 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 "".'); - \ No newline at end of file diff --git a/sql/updates/2.4.3_updates/247_world.sql b/sql/updates/2.4.3_updates/247_world.sql index a47e9733bc..e8fb49e0c2 100644 --- a/sql/updates/2.4.3_updates/247_world.sql +++ b/sql/updates/2.4.3_updates/247_world.sql @@ -26,4 +26,4 @@ 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); \ No newline at end of file +INSERT INTO spell_target_position () VALUES (46020, 580, 1704.34, 928.17, 53.079, 0); diff --git a/sql/updates/2.4.3_updates/262_world.sql b/sql/updates/2.4.3_updates/262_world.sql index 6c97d9798d..a10ddd7cd2 100644 --- a/sql/updates/2.4.3_updates/262_world.sql +++ b/sql/updates/2.4.3_updates/262_world.sql @@ -98,4 +98,4 @@ ALTER TABLE creature_movement ADD COLUMN textid2 int(11) NOT NULL default '0' AFTER textid1, 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; \ No newline at end of file + ADD COLUMN textid5 int(11) NOT NULL default '0' AFTER textid4; diff --git a/sql/updates/2.4.3_updates/273_world_scripts.sql b/sql/updates/2.4.3_updates/273_world_scripts.sql index 2979197c73..3cda7adce8 100644 --- a/sql/updates/2.4.3_updates/273_world_scripts.sql +++ b/sql/updates/2.4.3_updates/273_world_scripts.sql @@ -1,3 +1,2 @@ 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/2.4.3_updates/285_world.sql b/sql/updates/2.4.3_updates/285_world.sql index 74825f4b75..1b810cdb97 100644 --- a/sql/updates/2.4.3_updates/285_world.sql +++ b/sql/updates/2.4.3_updates/285_world.sql @@ -36,4 +36,3 @@ INSERT INTO `trinity_string` VALUES (748,'The Frostwolf General is Dead!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (749,'The Stormpike General is Dead!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL) ; - diff --git a/sql/updates/2.4.3_updates/287_world_scripts.sql b/sql/updates/2.4.3_updates/287_world_scripts.sql index 4a0c503118..6e3deeedd2 100644 --- a/sql/updates/2.4.3_updates/287_world_scripts.sql +++ b/sql/updates/2.4.3_updates/287_world_scripts.sql @@ -1,3 +1,2 @@ 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/2.4.3_updates/332_world.sql b/sql/updates/2.4.3_updates/332_world.sql index 912173fcbb..58d1f666f4 100644 --- a/sql/updates/2.4.3_updates/332_world.sql +++ b/sql/updates/2.4.3_updates/332_world.sql @@ -1,3 +1,2 @@ DELETE FROM `spell_script_target` WHERE `entry` in (30659); INSERT INTO `spell_script_target` VALUES (30659, 1, 17281); - diff --git a/sql/updates/2.4.3_updates/334_world.sql b/sql/updates/2.4.3_updates/334_world.sql index 6cd6cb7714..719d522eac 100644 --- a/sql/updates/2.4.3_updates/334_world.sql +++ b/sql/updates/2.4.3_updates/334_world.sql @@ -17,4 +17,4 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (784,'You cannot teleport to a battleground from another battleground. Please leave the current battleground first.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (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); \ No newline at end of file +(787,'|cffffff00[|c1f40af20Announce by|r |cffff0000%s|cffffff00]:|r %s|r',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/2.4.3_updates/389_world.sql b/sql/updates/2.4.3_updates/389_world.sql index 89094143f6..9e199c3772 100644 --- a/sql/updates/2.4.3_updates/389_world.sql +++ b/sql/updates/2.4.3_updates/389_world.sql @@ -7,3 +7,4 @@ 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/2.4.3_updates/541_world.sql b/sql/updates/2.4.3_updates/541_world.sql index 7d8e1fc8e1..e38186573a 100644 --- a/sql/updates/2.4.3_updates/541_world.sql +++ b/sql/updates/2.4.3_updates/541_world.sql @@ -23,4 +23,4 @@ INSERT INTO trinity_string (entry, content_default) VALUES (1137, 'You must be in GM mode to teleport to a player in a battleground.'), (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; \ No newline at end of file +DELETE FROM trinity_string WHERE entry = 714 OR entry = 716; diff --git a/sql/updates/2.4.3_updates/551_world.sql b/sql/updates/2.4.3_updates/551_world.sql index 5a01d596ab..5c45b8ef1e 100644 --- a/sql/updates/2.4.3_updates/551_world.sql +++ b/sql/updates/2.4.3_updates/551_world.sql @@ -19,4 +19,4 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1000134, 'We\'ve had too many setbacks along the way: Hellfire Citadel, Fallen Sky Ridge, Firewing Point... Prince Kael\'thas will tolerate no further delays. I will tolerate nothing other than complete success!', 0, 0, 0, 'dawnforge PATHALEON_CULATOR_IMAGE_2_1'), (-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'); \ No newline at end of file +(-1000137, 'See to it, Ardonis!', 0, 0, 0, 'dawnforge COMMANDER_DAWNFORGE_5'); diff --git a/sql/updates/2.4.3_updates/571_world.sql b/sql/updates/2.4.3_updates/571_world.sql index 115c210306..269ee69783 100644 --- a/sql/updates/2.4.3_updates/571_world.sql +++ b/sql/updates/2.4.3_updates/571_world.sql @@ -2,4 +2,3 @@ ALTER TABLE spell_chain DROP COLUMN first_spell; 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/2.4.3_updates/57_world_scripts.sql b/sql/updates/2.4.3_updates/57_world_scripts.sql index 2f76ae8c94..12263ac9de 100644 --- a/sql/updates/2.4.3_updates/57_world_scripts.sql +++ b/sql/updates/2.4.3_updates/57_world_scripts.sql @@ -36,4 +36,4 @@ INSERT INTO `spell_proc_event` VALUES ('43983', '0', '0', '0', '0', '0', '16384' 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); \ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = 'npc_zulaman_hostage' WHERE `entry` IN (23790, 23999, 24024, 24001); diff --git a/sql/updates/2.4.3_updates/586_world_scripts.sql b/sql/updates/2.4.3_updates/586_world_scripts.sql index a86cec4951..dceb80239f 100644 --- a/sql/updates/2.4.3_updates/586_world_scripts.sql +++ b/sql/updates/2.4.3_updates/586_world_scripts.sql @@ -1,2 +1,2 @@ UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_trigger' WHERE `entry` = 104593; -UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_door' WHERE `entry` = 176594; \ No newline at end of file +UPDATE `gameobject_template` SET `ScriptName` = 'go_mausoleum_door' WHERE `entry` = 176594; diff --git a/sql/updates/2.4.3_updates/588_world.sql b/sql/updates/2.4.3_updates/588_world.sql index e85a034f34..9db1b086d5 100644 --- a/sql/updates/2.4.3_updates/588_world.sql +++ b/sql/updates/2.4.3_updates/588_world.sql @@ -4,4 +4,4 @@ INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6614','Notific INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES ('6615','|cffffff00[|c1f40af20GM Announce by|r |cffff0000%s|cffffff00]:|r %s|r'); 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.'); \ No newline at end of file +INSERT INTO `command` (`name`,`security`,`help`) VALUES ('gmannounce', 4, 'Syntax: .gmannounce $announcement\r\nSend an announcement to online Gamemasters.'); diff --git a/sql/updates/2.4.3_updates/615_world.sql b/sql/updates/2.4.3_updates/615_world.sql index 28512e8511..34b99e52a9 100644 --- a/sql/updates/2.4.3_updates/615_world.sql +++ b/sql/updates/2.4.3_updates/615_world.sql @@ -4,4 +4,3 @@ DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (-49011, -49012); -- typo 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/2.4.3_updates/636_world_scripts.sql b/sql/updates/2.4.3_updates/636_world_scripts.sql index 5527d639fb..97a8fff810 100644 --- a/sql/updates/2.4.3_updates/636_world_scripts.sql +++ b/sql/updates/2.4.3_updates/636_world_scripts.sql @@ -6,4 +6,4 @@ insert into event_scripts values -- remove every Image from Medivh (should not be spawned by db) delete from creature where id = 17651; -- add script -update creature_template set scriptname = 'npc_image_of_medivh' where entry = 17651; \ No newline at end of file +update creature_template set scriptname = 'npc_image_of_medivh' where entry = 17651; diff --git a/sql/updates/2.4.3_updates/645_world_scripts.sql b/sql/updates/2.4.3_updates/645_world_scripts.sql index f480a97e20..a424358218 100644 --- a/sql/updates/2.4.3_updates/645_world_scripts.sql +++ b/sql/updates/2.4.3_updates/645_world_scripts.sql @@ -2,4 +2,4 @@ delete from creature where id=17318; 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); \ No newline at end of file +(10675, 72, 7, 9531, 0, 0, 0, 0, 0, 0); diff --git a/sql/updates/2.4.3_updates/66_world_scripts.sql b/sql/updates/2.4.3_updates/66_world_scripts.sql index dfce2afedc..495cc2876b 100644 --- a/sql/updates/2.4.3_updates/66_world_scripts.sql +++ b/sql/updates/2.4.3_updates/66_world_scripts.sql @@ -15,4 +15,4 @@ INSERT INTO `spell_script_target` VALUES ('45388', '1', '25038'); 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'); \ No newline at end of file +INSERT INTO `spell_script_target` VALUES ('45714', '1', '25038'); diff --git a/sql/updates/2.4.3_updates/676_world.sql b/sql/updates/2.4.3_updates/676_world.sql index 2b9135c04b..2e46f6480f 100644 --- a/sql/updates/2.4.3_updates/676_world.sql +++ b/sql/updates/2.4.3_updates/676_world.sql @@ -1,2 +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'); \ No newline at end of file +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/2.4.3_updates/683_world_scripts.sql b/sql/updates/2.4.3_updates/683_world_scripts.sql index 13f1800843..204a8b35c5 100644 --- a/sql/updates/2.4.3_updates/683_world_scripts.sql +++ b/sql/updates/2.4.3_updates/683_world_scripts.sql @@ -1,2 +1,2 @@ UPDATE `quest_template` SET `SpecialFlags`=2 WHERE `entry`=665; -UPDATE `creature_template` SET `ScriptName`='npc_professor_phizzlethorpe' WHERE `entry`=2768; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='npc_professor_phizzlethorpe' WHERE `entry`=2768; diff --git a/sql/updates/2.4.3_updates/686_world_scripts.sql b/sql/updates/2.4.3_updates/686_world_scripts.sql index e67accb70b..1a24f7adff 100644 --- a/sql/updates/2.4.3_updates/686_world_scripts.sql +++ b/sql/updates/2.4.3_updates/686_world_scripts.sql @@ -12,4 +12,4 @@ INSERT INTO `script_texts` (entry, content_default, sound, type, language, comme (-1047007, 'I am glad that we are out again from this damned ditch. However, up here it is not much better!', 0, 0, 0, 'Willix'), (-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'); \ No newline at end of file +(-1047010, 'Many thanks for your help.', 0, 0, 0, 'Willix'); diff --git a/sql/updates/2.4.3_updates/68_world.sql b/sql/updates/2.4.3_updates/68_world.sql index 650f4ea3ca..3303699b7d 100644 --- a/sql/updates/2.4.3_updates/68_world.sql +++ b/sql/updates/2.4.3_updates/68_world.sql @@ -13,4 +13,4 @@ INSERT INTO trinity_string VALUES DELETE FROM `command` WHERE `name` = 'freeze' or `name` = 'unfreeze' or name = 'listfreeze'; 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.'); \ No newline at end of file +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/2.4.3_updates/692_world.sql b/sql/updates/2.4.3_updates/692_world.sql index 2149baa948..9a98f145d2 100644 --- a/sql/updates/2.4.3_updates/692_world.sql +++ b/sql/updates/2.4.3_updates/692_world.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN ('38164','14144','14148'); INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES ('38164','0','0','0','0','1','0','0','60'), ('14144','0','0','0','2','0','0','0','0'), -('14148','0','0','0','2','0','0','0','0'); \ No newline at end of file +('14148','0','0','0','2','0','0','0','0'); diff --git a/sql/updates/2.4.3_updates/708_world_scripts.sql b/sql/updates/2.4.3_updates/708_world_scripts.sql index 5d0d9a9a91..c90a15a0fc 100644 --- a/sql/updates/2.4.3_updates/708_world_scripts.sql +++ b/sql/updates/2.4.3_updates/708_world_scripts.sql @@ -1,2 +1,2 @@ UPDATE `creature_template` SET `ScriptName`='boss_shirrak_the_dead_watcher' WHERE `entry`=18371; -UPDATE `creature_template` SET `ScriptName`='mob_focus_fire' WHERE `entry`=18374; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='mob_focus_fire' WHERE `entry`=18374; diff --git a/sql/updates/2.4.3_updates/70_world_scripts.sql b/sql/updates/2.4.3_updates/70_world_scripts.sql index 1bbf737c59..18ccafcf95 100644 --- a/sql/updates/2.4.3_updates/70_world_scripts.sql +++ b/sql/updates/2.4.3_updates/70_world_scripts.sql @@ -24,4 +24,4 @@ UPDATE `creature_template` SET `ScriptName` = 'npc_kservant' WHERE `entry` = '19685'; DELETE FROM `quest_start_scripts` WHERE `id`='10211'; -UPDATE `quest_template` SET `StartScript`='0' WHERE entry=10211; \ No newline at end of file +UPDATE `quest_template` SET `StartScript`='0' WHERE entry=10211; diff --git a/sql/updates/2.4.3_updates/722_world_script_texts.sql b/sql/updates/2.4.3_updates/722_world_script_texts.sql index 8be4cd9a86..7bb5692b77 100644 --- a/sql/updates/2.4.3_updates/722_world_script_texts.sql +++ b/sql/updates/2.4.3_updates/722_world_script_texts.sql @@ -6,4 +6,4 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1000143,'There\'s Farstrider Enclave now, $C. Not far to go... Look out! Troll ambush!!',0,0,1,'lilatha SAY_PROGRESS3'), (-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'); \ No newline at end of file +(-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/2.4.3_updates/724_world.sql b/sql/updates/2.4.3_updates/724_world.sql index 6c57f8b4a2..229537523a 100644 --- a/sql/updates/2.4.3_updates/724_world.sql +++ b/sql/updates/2.4.3_updates/724_world.sql @@ -1,3 +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`; \ No newline at end of file +ALTER TABLE `script_texts` ADD COLUMN `emote` tinyint(3) UNSIGNED DEFAULT '0' NOT NULL AFTER `language`; diff --git a/sql/updates/2.4.3_updates/725_characters.sql b/sql/updates/2.4.3_updates/725_characters.sql index 675c672160..60555c7414 100644 --- a/sql/updates/2.4.3_updates/725_characters.sql +++ b/sql/updates/2.4.3_updates/725_characters.sql @@ -2,4 +2,4 @@ ALTER TABLE `character_ticket` RENAME TO `gm_tickets`; ALTER TABLE `gm_tickets` CHANGE `guid` `playerGuid` int(11) unsigned NOT NULL default '0'; 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'; \ No newline at end of file +ALTER TABLE `gm_tickets` CHANGE `ticket_lastchange` `timestamp` int(10) NOT NULL default '0'; diff --git a/sql/updates/2.4.3_updates/741_characters.sql b/sql/updates/2.4.3_updates/741_characters.sql index 4ce094e3e5..dd04c01074 100644 --- a/sql/updates/2.4.3_updates/741_characters.sql +++ b/sql/updates/2.4.3_updates/741_characters.sql @@ -1,3 +1,2 @@ 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/2.4.3_updates/748_world_scripts.sql b/sql/updates/2.4.3_updates/748_world_scripts.sql index 2c1f692056..eaddeadec1 100644 --- a/sql/updates/2.4.3_updates/748_world_scripts.sql +++ b/sql/updates/2.4.3_updates/748_world_scripts.sql @@ -1,3 +1,3 @@ UPDATE `creature_template` SET `ScriptName`='npc_infused_crystal' WHERE `entry`=16364; UPDATE `creature_template` SET `flags_extra`=0 WHERE `entry`=16364; -DELETE FROM `creature` WHERE `id`=17086; \ No newline at end of file +DELETE FROM `creature` WHERE `id`=17086; diff --git a/sql/updates/2.4.3_updates/758_world_scripts.sql b/sql/updates/2.4.3_updates/758_world_scripts.sql index 3e8ca0f38b..a538428655 100644 --- a/sql/updates/2.4.3_updates/758_world_scripts.sql +++ b/sql/updates/2.4.3_updates/758_world_scripts.sql @@ -3,4 +3,4 @@ UPDATE `creature_template` SET `ScriptName`='boss_nightbane' WHERE `entry`=17225 UPDATE `creature_template` SET `unit_flags`=0 WHERE `entry`=17225; DELETE FROM `event_scripts` WHERE `id`=10951; INSERT INTO `event_scripts` VALUES -(10951,0,10,17651,180000,0,-11159,-1907.22,91.48,0); \ No newline at end of file +(10951,0,10,17651,180000,0,-11159,-1907.22,91.48,0); diff --git a/sql/updates/2.4.3_updates/762_world.sql b/sql/updates/2.4.3_updates/762_world.sql index 6e69f07874..ce64e8c906 100644 --- a/sql/updates/2.4.3_updates/762_world.sql +++ b/sql/updates/2.4.3_updates/762_world.sql @@ -3,4 +3,4 @@ CREATE TABLE `transport_events` ( `entry` int(11) unsigned NOT NULL default '0', `waypoint_id` int(11) unsigned NOT NULL default '0', `event_id` int(11) unsigned NOT NULL default '0' -) ENGINE=MyISAM DEFAULT CHARSET=utf8; \ No newline at end of file +) ENGINE=MyISAM DEFAULT CHARSET=utf8; diff --git a/sql/updates/2.4.3_updates/764_world_scripts.sql b/sql/updates/2.4.3_updates/764_world_scripts.sql index 2a8e7b23b1..52592cd8ad 100644 --- a/sql/updates/2.4.3_updates/764_world_scripts.sql +++ b/sql/updates/2.4.3_updates/764_world_scripts.sql @@ -120,4 +120,4 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1533108,'Fools, you have spread your powers too thin. Be free, my minions!',14482,1,0,'kelthuzad SAY_SPECIAL2_DISPELL'); UPDATE `script_texts` SET `sound`=8902 WHERE `entry`=-1533055; -UPDATE `script_texts` SET `sound`=8901 WHERE `entry`=-1533056; \ No newline at end of file +UPDATE `script_texts` SET `sound`=8901 WHERE `entry`=-1533056; diff --git a/sql/updates/2.4.3_updates/765_world_scripts.sql b/sql/updates/2.4.3_updates/765_world_scripts.sql index 54f84c9015..0a0a9f62b8 100644 --- a/sql/updates/2.4.3_updates/765_world_scripts.sql +++ b/sql/updates/2.4.3_updates/765_world_scripts.sql @@ -16,4 +16,4 @@ INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc2`, `type`, (-1000160, 'This timeway is currently collapsing. What that may hold for the past, present and future is currently unknown...', 'Cette voie est en train de s\'effondrer. Ce qu\'elle peut avoir contenu dans le passé, le présent et le futur nous est actuellement inconnu...', 4, 0, 'WHISPER_CUSTODIAN_11'), (-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'); \ No newline at end of file +(-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/2.4.3_updates/773_world_scripts.sql b/sql/updates/2.4.3_updates/773_world_scripts.sql index adfb24e945..e0355263ed 100644 --- a/sql/updates/2.4.3_updates/773_world_scripts.sql +++ b/sql/updates/2.4.3_updates/773_world_scripts.sql @@ -6,4 +6,4 @@ INSERT INTO `script_texts` 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); \ No newline at end of file + (-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/2.4.3_updates/780_characters.sql b/sql/updates/2.4.3_updates/780_characters.sql index cbcb193c27..13e11f2cc8 100644 --- a/sql/updates/2.4.3_updates/780_characters.sql +++ b/sql/updates/2.4.3_updates/780_characters.sql @@ -1,2 +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; \ No newline at end of file +ALTER TABLE `gm_tickets` CHANGE `closed` `closed` int(10) NOT NULL; diff --git a/sql/updates/2.4.3_updates/783_world.sql b/sql/updates/2.4.3_updates/783_world.sql index 7076956dd2..4005ab2215 100644 --- a/sql/updates/2.4.3_updates/783_world.sql +++ b/sql/updates/2.4.3_updates/783_world.sql @@ -1,4 +1,4 @@ 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.'); \ No newline at end of file +(10057, 'You must be a member of the Alliance to enter the Champion\'s Hall.'); diff --git a/sql/updates/2.4.3_updates/79_characters.sql b/sql/updates/2.4.3_updates/79_characters.sql index 15b99f2f4b..4544be275b 100644 --- a/sql/updates/2.4.3_updates/79_characters.sql +++ b/sql/updates/2.4.3_updates/79_characters.sql @@ -1,2 +1,2 @@ ALTER TABLE characters - CHANGE COLUMN gmstate extra_flags int(11) unsigned NOT NULL default '0'; \ No newline at end of file + CHANGE COLUMN gmstate extra_flags int(11) unsigned NOT NULL default '0'; diff --git a/sql/updates/2.4.3_updates/79_world.sql b/sql/updates/2.4.3_updates/79_world.sql index 7b08a82531..7d24987f5c 100644 --- a/sql/updates/2.4.3_updates/79_world.sql +++ b/sql/updates/2.4.3_updates/79_world.sql @@ -1,3 +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); \ No newline at end of file +(42083,0,0,0,0,0x0000000000000000,0x00401000,0,45); diff --git a/sql/updates/2.4.3_updates/817_world_scripts.sql b/sql/updates/2.4.3_updates/817_world_scripts.sql index 8cf97f7145..88e34457bd 100644 --- a/sql/updates/2.4.3_updates/817_world_scripts.sql +++ b/sql/updates/2.4.3_updates/817_world_scripts.sql @@ -10,4 +10,4 @@ VALUES (-1000203, 'A-Me home.A-ME go home!Tar Lord dont disturb A-ME.', NULL, NULL, 'A-ME daheim.A-ME geht heim!Teerfürst A-ME nicht aufhalten.', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL), (-1000204, 'Tar Lord A-ME no hurt.A-ME good.', NULL, NULL, 'Teerfürst A-ME nicht wehtun.A-ME gut.', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL), (-1000205, 'A-ME at home!A-ME good!Good A-ME.At home.Home.Home', NULL, NULL, 'A-ME daheim!A-ME gut!Gute A-ME.Daheim.Daheim.Daheim', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL); -UPDATE `quest_template` SET `QuestFlags` = 2, `SpecialFlags` = 2 WHERE `entry` = 4245; \ No newline at end of file +UPDATE `quest_template` SET `QuestFlags` = 2, `SpecialFlags` = 2 WHERE `entry` = 4245; diff --git a/sql/updates/2.4.3_updates/822_world_scripts.sql b/sql/updates/2.4.3_updates/822_world_scripts.sql index 942971f8d7..89ab6e74ca 100644 --- a/sql/updates/2.4.3_updates/822_world_scripts.sql +++ b/sql/updates/2.4.3_updates/822_world_scripts.sql @@ -1,3 +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; \ No newline at end of file +UPDATE `quest_template` SET specialflags=2 WHERE `entry`=9752; diff --git a/sql/updates/2.4.3_updates/833_world_scripts.sql b/sql/updates/2.4.3_updates/833_world_scripts.sql index 12ed9ecced..f45944160f 100644 --- a/sql/updates/2.4.3_updates/833_world_scripts.sql +++ b/sql/updates/2.4.3_updates/833_world_scripts.sql @@ -1,2 +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); \ No newline at end of file +UPDATE `creature_template` SET `unit_flags`=0, `flags_extra`=0 WHERE `entry` IN (19726, 19725); diff --git a/sql/updates/2.4.3_updates/838_world_scripts.sql b/sql/updates/2.4.3_updates/838_world_scripts.sql index 6b93a03afa..4a35167979 100644 --- a/sql/updates/2.4.3_updates/838_world_scripts.sql +++ b/sql/updates/2.4.3_updates/838_world_scripts.sql @@ -1,4 +1,4 @@ UPDATE `creature_template` SET `ScriptName`='npc_kyle_frenzied' WHERE `entry`='23616'; DELETE FROM `spell_script_target` WHERE `entry`=42222; INSERT INTO `spell_script_target` VALUES -('42222','1','23616'); \ No newline at end of file +('42222','1','23616'); diff --git a/sql/updates/2.4.3_updates/83_realmd.sql b/sql/updates/2.4.3_updates/83_realmd.sql index e3c7435073..ad6201cf78 100644 --- a/sql/updates/2.4.3_updates/83_realmd.sql +++ b/sql/updates/2.4.3_updates/83_realmd.sql @@ -1,2 +1,2 @@ ALTER TABLE account - CHANGE COLUMN tbc expansion tinyint(3) unsigned NOT NULL default '0'; \ No newline at end of file + CHANGE COLUMN tbc expansion tinyint(3) unsigned NOT NULL default '0'; diff --git a/sql/updates/2.4.3_updates/842_world.sql b/sql/updates/2.4.3_updates/842_world.sql index cf017877b5..729d136bce 100644 --- a/sql/updates/2.4.3_updates/842_world.sql +++ b/sql/updates/2.4.3_updates/842_world.sql @@ -2,4 +2,4 @@ ALTER TABLE `areatrigger_teleport` ADD `heroic_required_quest_done` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT 0 AFTER `heroic_key2`, 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; \ No newline at end of file +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/2.4.3_updates/852_world_scripts.sql b/sql/updates/2.4.3_updates/852_world_scripts.sql index 001b43c882..cc6567de0d 100644 --- a/sql/updates/2.4.3_updates/852_world_scripts.sql +++ b/sql/updates/2.4.3_updates/852_world_scripts.sql @@ -1,2 +1,2 @@ UPDATE `creature_template` SET `ScriptName`='mob_nestlewood_owlkin' WHERE `entry`=16518; -UPDATE `item_template` SET `ScriptName`='item_inoculating_crystal' WHERE `entry`=22962; \ No newline at end of file +UPDATE `item_template` SET `ScriptName`='item_inoculating_crystal' WHERE `entry`=22962; diff --git a/sql/updates/2.4.3_updates/863_world_scripts.sql b/sql/updates/2.4.3_updates/863_world_scripts.sql index a7a214b895..8760c4831d 100644 --- a/sql/updates/2.4.3_updates/863_world_scripts.sql +++ b/sql/updates/2.4.3_updates/863_world_scripts.sql @@ -9,4 +9,4 @@ VALUES (-1060002, 'Threat analyzed! Activating combat plan beta! CLUCK!', NULL, NULL, 'Bedrohung analysiert! Gefechtsplan Beta wird aktiviert! GLUCK!', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL), (-1060003, 'CLUCK! Sensors detect spatial anomaly -- danger imminent! CLUCK', NULL, NULL, 'GLUCK! Sensoren haben räumliche Anomalie entdeckt - Gefahr im Verzug! GLUCK!', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL), (-1060004, 'No one challenges the wastevander nomads -- not even robotic chickens! ATTACK!', NULL, NULL, 'Niemand fordert die Wüsenläufernomaden heraus - auch keine Robothühner! ANGRIFF!', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, NULL), - (-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); \ No newline at end of file + (-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); diff --git a/sql/updates/2.4.3_updates/86_world_scripts.sql b/sql/updates/2.4.3_updates/86_world_scripts.sql index 8f3c6ac626..ff527eafa5 100644 --- a/sql/updates/2.4.3_updates/86_world_scripts.sql +++ b/sql/updates/2.4.3_updates/86_world_scripts.sql @@ -3,4 +3,4 @@ update `creature_template` set `ScriptName`='mob_ember_of_alar' where `entry`='1 update `creature_template` set `ScriptName`='mob_flame_patch_alar' where `entry`='20602'; update gameobject_template set scriptname = "go_manticron_cube" where entry = 181713; -update creature_template set scriptname = "mob_abyssal" where entry = 17454; \ No newline at end of file +update creature_template set scriptname = "mob_abyssal" where entry = 17454; diff --git a/sql/updates/2.4.3_updates/871_world.sql b/sql/updates/2.4.3_updates/871_world.sql index 114cd3101b..2ef2e65b76 100644 --- a/sql/updates/2.4.3_updates/871_world.sql +++ b/sql/updates/2.4.3_updates/871_world.sql @@ -28,4 +28,4 @@ INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `conte (2024, '\n|cff00ccff%s|r |cff00ff00Added comment|r: \"%s\"|r ', '', '', '', '', '', '', '', ''); 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.'); \ No newline at end of file +INSERT INTO `command` (`name`,`security`,`help`) VALUES ('.ticket closedlist','1','Displays a list of closed GM tickets.'); diff --git a/sql/updates/2.4.3_updates/884_world.sql b/sql/updates/2.4.3_updates/884_world.sql index 7d4588a711..7fcccb0ed0 100644 --- a/sql/updates/2.4.3_updates/884_world.sql +++ b/sql/updates/2.4.3_updates/884_world.sql @@ -1,4 +1,4 @@ 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.'); \ No newline at end of file +('npc addtemp','2','Adds temporary NPC, not saved to database.'); diff --git a/sql/updates/2.4.3_updates/905_world_scripts.sql b/sql/updates/2.4.3_updates/905_world_scripts.sql index 3e59e1f0e5..5bb26d18ba 100644 --- a/sql/updates/2.4.3_updates/905_world_scripts.sql +++ b/sql/updates/2.4.3_updates/905_world_scripts.sql @@ -7,4 +7,4 @@ 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'); \ No newline at end of file +(-1230000,'Ah, hits the spot!',0,0,0,'rocknot SAY_GOT_BEER'); diff --git a/sql/updates/2.4.3_updates/917_world.sql b/sql/updates/2.4.3_updates/917_world.sql index 7c989ce7ca..450cf72e29 100644 --- a/sql/updates/2.4.3_updates/917_world.sql +++ b/sql/updates/2.4.3_updates/917_world.sql @@ -5,4 +5,4 @@ CREATE TABLE `version` ( ) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Version Notes'; 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`; \ No newline at end of file +DROP TABLE IF EXISTS `script_db_version`; diff --git a/sql/updates/2.4.3_updates/919_world.sql b/sql/updates/2.4.3_updates/919_world.sql index 90b286003e..bd6aa0c3f5 100644 --- a/sql/updates/2.4.3_updates/919_world.sql +++ b/sql/updates/2.4.3_updates/919_world.sql @@ -1,2 +1,2 @@ ALTER TABLE `version` - ADD `core_revision` varchar(120) AFTER `core_version`; \ No newline at end of file + ADD `core_revision` varchar(120) AFTER `core_version`; diff --git a/sql/updates/2.4.3_updates/930_characters.sql b/sql/updates/2.4.3_updates/930_characters.sql index cc215786bb..1edcd12c7c 100644 --- a/sql/updates/2.4.3_updates/930_characters.sql +++ b/sql/updates/2.4.3_updates/930_characters.sql @@ -53,4 +53,4 @@ CREATE TABLE IF NOT EXISTS `auctionhousebot` ( INSERT IGNORE INTO `auctionhousebot` (`auctionhouse`,`name`,`minitems`,`maxitems`,`mintime`,`maxtime`,`percentwhitetradegoods`,`percentgreentradegoods`,`percentbluetradegoods`,`percentpurpletradegoods`,`percentwhiteitems`,`percentgreenitems`,`percentblueitems`,`percentpurpleitems`,`minpricewhite`,`maxpricewhite`,`minpricegreen`,`maxpricegreen`,`minpriceblue`,`maxpriceblue`,`minpricepurple`,`maxpricepurple`,`minbidpricewhite`,`maxbidpricewhite`,`minbidpricegreen`,`maxbidpricegreen`,`minbidpriceblue`,`maxbidpriceblue`,`minbidpricepurple`,`maxbidpricepurple`,`maxstackwhite`,`maxstackgreen`,`maxstackblue`,`maxstackpurple`,`buyerpricegrey`,`buyerpricewhite`,`buyerpricegreen`,`buyerpriceblue`,`buyerpricepurple`,`buyerbiddinginterval`,`buyerbidsperinterval`) values (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); \ No newline at end of file +(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/2.4.3_updates/935_world_scripts.sql b/sql/updates/2.4.3_updates/935_world_scripts.sql index 934d3a7de2..c21dbdb493 100644 --- a/sql/updates/2.4.3_updates/935_world_scripts.sql +++ b/sql/updates/2.4.3_updates/935_world_scripts.sql @@ -3,4 +3,4 @@ DELETE FROM `creature` WHERE `id`='17653'; UPDATE `gameobject_template` SET `flags`='4' WHERE `entry` IN ('181766','181823'); UPDATE `gameobject` SET `SpawnMask`='3',`state`='1' WHERE `id` IN ('181766','181823'); -UPDATE `instance_template` SET `script`='instance_blood_furnace' WHERE `map`=542; \ No newline at end of file +UPDATE `instance_template` SET `script`='instance_blood_furnace' WHERE `map`=542; diff --git a/sql/updates/2.4.3_updates/940_world_scripts.sql b/sql/updates/2.4.3_updates/940_world_scripts.sql index c7f378c636..366fa47127 100644 --- a/sql/updates/2.4.3_updates/940_world_scripts.sql +++ b/sql/updates/2.4.3_updates/940_world_scripts.sql @@ -1,2 +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'; \ No newline at end of file +ALTER TABLE `script_texts` CHANGE COLUMN `emote` `emote` smallint(5) unsigned NOT NULL DEFAULT '0'; diff --git a/sql/updates/2.4.3_updates/945_world_scripts.sql b/sql/updates/2.4.3_updates/945_world_scripts.sql index a96e7cc1a6..28f82af12d 100644 --- a/sql/updates/2.4.3_updates/945_world_scripts.sql +++ b/sql/updates/2.4.3_updates/945_world_scripts.sql @@ -37,4 +37,4 @@ INSERT INTO `script_texts` (entry, content_default, emote, comment) VALUES (-1000231, 'Lady Vashj must answer for these atrocities. She must be brought to justice!', 0, 'SAY_PROGRESS4'), (-1000232, 'The tumultuous nature of the great waterways of Azeroth and Draenor are a direct result of tormented water spirits.', 0, 'SAY_PROGRESS5'), (-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'); \ No newline at end of file +(-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/2.4.3_updates/947_world_scripts.sql b/sql/updates/2.4.3_updates/947_world_scripts.sql index a62e3a2445..9686bd47bb 100644 --- a/sql/updates/2.4.3_updates/947_world_scripts.sql +++ b/sql/updates/2.4.3_updates/947_world_scripts.sql @@ -9,4 +9,4 @@ INSERT INTO `script_texts` (entry, content_default, type, emote, comment) VALUES (-1000241, 'I\'ve done it! I have harnessed the power of the stone into the goggles! Let\'s get out of here!', 0, 1, 'phizzlethorpe - SAY_PROGRESS_6'), (-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'); \ No newline at end of file +(-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/2.4.3_updates/948_world_scripts.sql b/sql/updates/2.4.3_updates/948_world_scripts.sql index 4828323f7e..727d1bf347 100644 --- a/sql/updates/2.4.3_updates/948_world_scripts.sql +++ b/sql/updates/2.4.3_updates/948_world_scripts.sql @@ -2,4 +2,4 @@ DELETE FROM `script_texts` WHERE `entry` BETWEEN -1000247 and -1000245; 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'); \ No newline at end of file +(-1000247, 'All right, you win! I surrender! Just don\'t hurt me!', 1, 'SAY_RIZZLE_FINAL'); diff --git a/sql/updates/2.4.3_updates/950_world_scripts.sql b/sql/updates/2.4.3_updates/950_world_scripts.sql index df7fda62a4..202bf6ad1d 100644 --- a/sql/updates/2.4.3_updates/950_world_scripts.sql +++ b/sql/updates/2.4.3_updates/950_world_scripts.sql @@ -20,4 +20,4 @@ INSERT INTO `script_texts` (entry, content_default, type, emote, comment) VALUES (-1000263, 'Relax? Do you know what Kael\'thas does to those that fail him, Geezle? Eternal suffering and pain... Do NOT screw this up, fool.', 0, 0, 'geezle - SPARK_SAY_5'), (-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'); \ No newline at end of file +(-1000266, 'picks up the naga flag.', 2, 0, 'geezle - EMOTE_SPARK'); diff --git a/sql/updates/2.4.3_updates/951_world_scripts.sql b/sql/updates/2.4.3_updates/951_world_scripts.sql index c0d7a80d58..d07443aa3a 100644 --- a/sql/updates/2.4.3_updates/951_world_scripts.sql +++ b/sql/updates/2.4.3_updates/951_world_scripts.sql @@ -13,4 +13,4 @@ INSERT INTO `script_texts` (entry, content_default, type, comment) VALUES (-1000276, 'Looks like we\'re out of woods, eh? Wonder what this does...', 0, 'shredder - SAY_PROGRESS_5'), (-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'); \ No newline at end of file +(-1000279, 'Hmm... I don\'t think this blinking red light is a good thing...', 0, 'shredder - SAY_PROGRESS_8'); diff --git a/sql/updates/2.4.3_updates/952_world_scripts.sql b/sql/updates/2.4.3_updates/952_world_scripts.sql index b252050d98..de9f01c58b 100644 --- a/sql/updates/2.4.3_updates/952_world_scripts.sql +++ b/sql/updates/2.4.3_updates/952_world_scripts.sql @@ -7,4 +7,4 @@ INSERT INTO `script_texts` (entry, content_default, type, language, comment) VAL (-1000283, 'releases the last of its energies into the nerarby runestone, succesfully reactivating it.', 2, 0, 'crystal - EMOTE'), (-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'); \ No newline at end of file +(-1000285, 'Objective acquired. Initiating security routines.', 0, 0, 'sentry - SAY_CONVERTED_1'); diff --git a/sql/updates/2.4.3_updates/953_world_scripts.sql b/sql/updates/2.4.3_updates/953_world_scripts.sql index 3f0f46fd8e..ec40eebb9b 100644 --- a/sql/updates/2.4.3_updates/953_world_scripts.sql +++ b/sql/updates/2.4.3_updates/953_world_scripts.sql @@ -6,4 +6,4 @@ INSERT INTO `script_texts` (entry, content_default, type, emote, comment) VALUES (-1000289, 'That\'s the first relic, but there are still two more. Follow me, $N.', 0, 0, 'clintar_spirit'), (-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'); \ No newline at end of file +(-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/2.4.3_updates/954_world_scripts.sql b/sql/updates/2.4.3_updates/954_world_scripts.sql index 70a5a377db..2240cb351f 100644 --- a/sql/updates/2.4.3_updates/954_world_scripts.sql +++ b/sql/updates/2.4.3_updates/954_world_scripts.sql @@ -16,4 +16,4 @@ INSERT INTO `script_texts` (entry, content_default, type, comment) VALUES (-1000303, 'is very weak', 2, 'mob_phase_hunter - EMOTE_WEAK'), (-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'); \ No newline at end of file +(-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/2.4.3_updates/955_world_scripts.sql b/sql/updates/2.4.3_updates/955_world_scripts.sql index 5978a4786a..b1c80e8736 100644 --- a/sql/updates/2.4.3_updates/955_world_scripts.sql +++ b/sql/updates/2.4.3_updates/955_world_scripts.sql @@ -56,4 +56,4 @@ 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'); \ No newline at end of file +(-1000349, 'Thank you for helping me. I know my way back from here.', 0, 'npc_kaya_flathoof - SAY_END'); diff --git a/sql/updates/2.4.3_updates/956_world_scripts.sql b/sql/updates/2.4.3_updates/956_world_scripts.sql index 8ac06a7ab9..57fb3b8fd3 100644 --- a/sql/updates/2.4.3_updates/956_world_scripts.sql +++ b/sql/updates/2.4.3_updates/956_world_scripts.sql @@ -21,4 +21,4 @@ INSERT INTO `script_texts` (entry, content_default, type, comment) VALUES (-1000362, 'Let\'s keep moving. We\'re not safe here!', 0, 'npc_kayra_longmane - SAY_PROGRESS_3'), (-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'); \ No newline at end of file +(-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/2.4.3_updates/957_world_scripts.sql b/sql/updates/2.4.3_updates/957_world_scripts.sql index 368bd1f557..8cae6b3fe8 100644 --- a/sql/updates/2.4.3_updates/957_world_scripts.sql +++ b/sql/updates/2.4.3_updates/957_world_scripts.sql @@ -33,4 +33,4 @@ INSERT INTO `waypoint_data`(`id`,`point`,`position_x`,`position_y`,`position_z`) ('2081','4','-1430','1705','112'), ('2081','5','-1393.5','1705.5','112'), ('2081','6','-1369.8','1724.5','112'), -('2081','7','-1377','1760','112'); \ No newline at end of file +('2081','7','-1377','1760','112'); diff --git a/sql/updates/2.4.3_updates/963_world_scripts.sql b/sql/updates/2.4.3_updates/963_world_scripts.sql index 9083b24306..32965bb5db 100644 --- a/sql/updates/2.4.3_updates/963_world_scripts.sql +++ b/sql/updates/2.4.3_updates/963_world_scripts.sql @@ -18,4 +18,4 @@ INSERT INTO `script_texts` (entry, content_default, type, comment) VALUES (-1000371, 'What manner of fool dares stand before Illidan Stormrage? Soldiers, destroy these insects!', 1, 'Quest: Battle of the crimson watch WavesInfo - First'), (-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'); \ No newline at end of file +(-1000374, 'Torloth your master calls!', 1, 'Quest: Battle of the crimson watch WavesInfo - Fourth'); diff --git a/sql/updates/2.4.3_updates/965_world_scripts.sql b/sql/updates/2.4.3_updates/965_world_scripts.sql index e3160223d5..9c93f78ec0 100644 --- a/sql/updates/2.4.3_updates/965_world_scripts.sql +++ b/sql/updates/2.4.3_updates/965_world_scripts.sql @@ -14,4 +14,4 @@ REPLACE INTO `spell_script_target` VALUES (21934,1,21934), (43144,1,23817), (12613,1,5843), -(9095,1,1200); \ No newline at end of file +(9095,1,1200); diff --git a/sql/updates/2.4.3_updates/966_world_scripts.sql b/sql/updates/2.4.3_updates/966_world_scripts.sql index f49411890f..757f2cb7a6 100644 --- a/sql/updates/2.4.3_updates/966_world_scripts.sql +++ b/sql/updates/2.4.3_updates/966_world_scripts.sql @@ -21,4 +21,4 @@ INSERT INTO `script_texts` (entry,content_default,sound,type,language,emote,comm (-1000392,'Threat level zero.',11349,1,0,0,'doomwalker SAY_SLAY_1'), (-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'); \ No newline at end of file +(-1000395,'System failure in five, f-o-u-r...',11352,1,0,0,'doomwalker SAY_DEATH'); diff --git a/sql/updates/2.4.3_updates/970_world_scripts.sql b/sql/updates/2.4.3_updates/970_world_scripts.sql index 5a9223cfc7..3394b71ab2 100644 --- a/sql/updates/2.4.3_updates/970_world_scripts.sql +++ b/sql/updates/2.4.3_updates/970_world_scripts.sql @@ -5,4 +5,4 @@ INSERT INTO `script_texts` (entry, content_default, type, language, comment) VAL (-1000398, 'Where shall I begin? I cannot bother myself with a worm such as yourself. There is a world to be conquered!', 0, 0, 'mobs_nether_Drake - SAY_NIHIL_3'), (-1000399, 'No doubt the fools that banished me are long dead. I shall take wing survey my demense. Pray to whatever gods you hold dear that we do not meet again.', 0, 0, 'mobs_nether_drake - SAY_NIHIL_4'), (-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'); \ No newline at end of file +(-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/3.0.9_old/1026_mangos_7113_01_characters_character_achievement_progress.sql b/sql/updates/3.0.9_old/1026_mangos_7113_01_characters_character_achievement_progress.sql index 6f125a6a2e..4d0d0b968e 100644 --- a/sql/updates/3.0.9_old/1026_mangos_7113_01_characters_character_achievement_progress.sql +++ b/sql/updates/3.0.9_old/1026_mangos_7113_01_characters_character_achievement_progress.sql @@ -1,3 +1,3 @@ /*ALTER TABLE character_db_version CHANGE COLUMN required_7100_01_characters_character_spell required_7113_01_characters_character_achievement_progress bit;*/ -DELETE FROM character_achievement_progress WHERE counter=0; \ No newline at end of file +DELETE FROM character_achievement_progress WHERE counter=0; diff --git a/sql/updates/3.0.9_old/1028_mangos_7141_01_world_instance_template.sql b/sql/updates/3.0.9_old/1028_mangos_7141_01_world_instance_template.sql index f86b9517a9..f50dc68b17 100644 --- a/sql/updates/3.0.9_old/1028_mangos_7141_01_world_instance_template.sql +++ b/sql/updates/3.0.9_old/1028_mangos_7141_01_world_instance_template.sql @@ -9,4 +9,4 @@ INSERT INTO instance_template VALUES (533,0,80,0,10,25,0,NULL,NULL,NULL,NULL,''), (615,0,80,0,10,25,0,NULL,NULL,NULL,NULL,''), (616,0,80,0,10,25,0,NULL,NULL,NULL,NULL,''), -(624,0,80,0,10,25,0,NULL,NULL,NULL,NULL,''); \ No newline at end of file +(624,0,80,0,10,25,0,NULL,NULL,NULL,NULL,''); diff --git a/sql/updates/3.0.9_old/1028_mangos_7147_01_world_creature_template.sql b/sql/updates/3.0.9_old/1028_mangos_7147_01_world_creature_template.sql index 385ec76915..ca36b1306b 100644 --- a/sql/updates/3.0.9_old/1028_mangos_7147_01_world_creature_template.sql +++ b/sql/updates/3.0.9_old/1028_mangos_7147_01_world_creature_template.sql @@ -1,4 +1,4 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7141_01_mangos_instance_template required_7147_01_mangos_creature_template bit;*/ UPDATE creature_template - SET family = 0 WHERE entry = 1; \ No newline at end of file + SET family = 0 WHERE entry = 1; diff --git a/sql/updates/3.0.9_old/1028_mangos_7150_01_world_playercreateinfo_spell.sql b/sql/updates/3.0.9_old/1028_mangos_7150_01_world_playercreateinfo_spell.sql index 6d4a5993e5..feb634e88a 100644 --- a/sql/updates/3.0.9_old/1028_mangos_7150_01_world_playercreateinfo_spell.sql +++ b/sql/updates/3.0.9_old/1028_mangos_7150_01_world_playercreateinfo_spell.sql @@ -7,4 +7,4 @@ INSERT INTO `playercreateinfo_spell` VALUES (2,9,58284,'Chaos Bolt Passive'), (5,9,58284,'Chaos Bolt Passive'), (7,9,58284,'Chaos Bolt Passive'), -(10,9,58284,'Chaos Bolt Passive'); \ No newline at end of file +(10,9,58284,'Chaos Bolt Passive'); diff --git a/sql/updates/3.0.9_old/1084_mangos_7168_01_world_command.sql b/sql/updates/3.0.9_old/1084_mangos_7168_01_world_command.sql index b9df9bca12..2f1b8f5012 100644 --- a/sql/updates/3.0.9_old/1084_mangos_7168_01_world_command.sql +++ b/sql/updates/3.0.9_old/1084_mangos_7168_01_world_command.sql @@ -3,4 +3,4 @@ DELETE FROM `command` WHERE `name` IN ('learn','unlearn'); INSERT INTO `command` VALUES ('learn',3,'Syntax: .learn #spell [all]\r\n\r\nSelected character learn a spell of id #spell. If \'all\' provided then all ranks learned.'), -('unlearn',3,'Syntax: .unlearn #spell [all]\r\n\r\nUnlearn for selected player a spell #spell. If \'all\' provided then all ranks unlearned.'); \ No newline at end of file +('unlearn',3,'Syntax: .unlearn #spell [all]\r\n\r\nUnlearn for selected player a spell #spell. If \'all\' provided then all ranks unlearned.'); diff --git a/sql/updates/3.0.9_old/1094_mangos_7193_01_world_trinity_string.sql b/sql/updates/3.0.9_old/1094_mangos_7193_01_world_trinity_string.sql index 44a390d20f..be6f241537 100644 --- a/sql/updates/3.0.9_old/1094_mangos_7193_01_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/1094_mangos_7193_01_world_trinity_string.sql @@ -1,3 +1,3 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7175_01_mangos_spell_proc_event required_7193_01_mangos_mangos_string bit;*/ -UPDATE mangos_string SET content_default = 'Unit Flags: %u.\nDynamic Flags: %u.\nFaction Template: %u.' WHERE entry = 542; \ No newline at end of file +UPDATE mangos_string SET content_default = 'Unit Flags: %u.\nDynamic Flags: %u.\nFaction Template: %u.' WHERE entry = 542; diff --git a/sql/updates/3.0.9_old/1108_mangos_7196_02_world_spell_bonus_data.sql b/sql/updates/3.0.9_old/1108_mangos_7196_02_world_spell_bonus_data.sql index 8f6fdbd146..13f8407dcf 100644 --- a/sql/updates/3.0.9_old/1108_mangos_7196_02_world_spell_bonus_data.sql +++ b/sql/updates/3.0.9_old/1108_mangos_7196_02_world_spell_bonus_data.sql @@ -230,4 +230,4 @@ INSERT INTO `spell_bonus_data` VALUES ('47817', '0.952', '0', '0', 'Warlock - Rain of Fire Triggered Rank 6'), ('47818', '0.952', '0', '0', 'Warlock - Rain of Fire Triggered Rank 7'), ('18220', '0.96', '0', '0', 'Warlock - Dark Pact'), -('6229', '0.3', '0', '0', 'Warlock - Shadow Ward'); \ No newline at end of file +('6229', '0.3', '0', '0', 'Warlock - Shadow Ward'); diff --git a/sql/updates/3.0.9_old/1108_mangos_7198_01_characters_characters.sql b/sql/updates/3.0.9_old/1108_mangos_7198_01_characters_characters.sql index 104a31359d..c7cff65e47 100644 --- a/sql/updates/3.0.9_old/1108_mangos_7198_01_characters_characters.sql +++ b/sql/updates/3.0.9_old/1108_mangos_7198_01_characters_characters.sql @@ -24,4 +24,4 @@ SET `t1`.`data` = CONCAT( IF (`t2`.`spellcharges_4` = 0, 0, IF (SUBSTRING_INDEX(SUBSTRING_INDEX(`t1`.`data`,' ',20),' ',-1) = 0, IF(`t2`.`spellcharges_4` < 0, 4294967295, 1), SUBSTRING_INDEX(SUBSTRING_INDEX(`t1`.`data`,' ',20),' ',-1))), ' ', IF (`t2`.`spellcharges_5` = 0, 0, IF (SUBSTRING_INDEX(SUBSTRING_INDEX(`t1`.`data`,' ',21),' ',-1) = 0, IF(`t2`.`spellcharges_5` < 0, 4294967295, 1), SUBSTRING_INDEX(SUBSTRING_INDEX(`t1`.`data`,' ',21),' ',-1))), ' ', SUBSTRING_INDEX(SUBSTRING_INDEX(`data`,' ',138),' ',-138+21),' ') -WHERE (`t2`.`spellid_1` = 55884) AND (SUBSTRING_INDEX(data,' ',138) = data AND SUBSTRING_INDEX(data,' ',138-1) <> data); \ No newline at end of file +WHERE (`t2`.`spellid_1` = 55884) AND (SUBSTRING_INDEX(data,' ',138) = data AND SUBSTRING_INDEX(data,' ',138-1) <> data); diff --git a/sql/updates/3.0.9_old/1108_mangos_7199_01_world_spell_bonus_data.sql b/sql/updates/3.0.9_old/1108_mangos_7199_01_world_spell_bonus_data.sql index 89bad64d3e..11793492b2 100644 --- a/sql/updates/3.0.9_old/1108_mangos_7199_01_world_spell_bonus_data.sql +++ b/sql/updates/3.0.9_old/1108_mangos_7199_01_world_spell_bonus_data.sql @@ -8,4 +8,4 @@ INSERT INTO `spell_bonus_data` VALUES ('53022', '0.14286', '0', '0', 'Priest - Mind Sear Trigger Rank 2'), ('18265', '0', '0.1', '0', 'Warlock - Siphon Life'), ('31117', '1.8', '0', '0', 'Warlock - Unstable Affliction Dispell'), -('28176', '0', '0', '0', 'Warlock - Fel Armor'); \ No newline at end of file +('28176', '0', '0', '0', 'Warlock - Fel Armor'); diff --git a/sql/updates/3.0.9_old/1135_mangos_7207_01_world_creature.sql b/sql/updates/3.0.9_old/1135_mangos_7207_01_world_creature.sql index 7566ba8707..1bba3c27df 100644 --- a/sql/updates/3.0.9_old/1135_mangos_7207_01_world_creature.sql +++ b/sql/updates/3.0.9_old/1135_mangos_7207_01_world_creature.sql @@ -1,4 +1,4 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7205_01_mangos_spell_chain required_7207_01_mangos_creature bit;*/ ALTER TABLE creature - ADD COLUMN `phaseMask` smallint(5) unsigned NOT NULL default '1' AFTER `spawnMask`; \ No newline at end of file + ADD COLUMN `phaseMask` smallint(5) unsigned NOT NULL default '1' AFTER `spawnMask`; diff --git a/sql/updates/3.0.9_old/1135_mangos_7207_02_world_gameobject.sql b/sql/updates/3.0.9_old/1135_mangos_7207_02_world_gameobject.sql index aef9f853f5..dc0ef64406 100644 --- a/sql/updates/3.0.9_old/1135_mangos_7207_02_world_gameobject.sql +++ b/sql/updates/3.0.9_old/1135_mangos_7207_02_world_gameobject.sql @@ -1,4 +1,4 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7207_01_mangos_creature required_7207_02_mangos_gameobject bit;*/ ALTER TABLE gameobject - ADD COLUMN `phaseMask` smallint(5) unsigned NOT NULL default '1' AFTER `spawnMask`; \ No newline at end of file + ADD COLUMN `phaseMask` smallint(5) unsigned NOT NULL default '1' AFTER `spawnMask`; diff --git a/sql/updates/3.0.9_old/1135_mangos_7207_03_characters_corpse.sql b/sql/updates/3.0.9_old/1135_mangos_7207_03_characters_corpse.sql index b1fa98e270..c33fd7e7d5 100644 --- a/sql/updates/3.0.9_old/1135_mangos_7207_03_characters_corpse.sql +++ b/sql/updates/3.0.9_old/1135_mangos_7207_03_characters_corpse.sql @@ -1,4 +1,4 @@ /*ALTER TABLE character_db_version CHANGE COLUMN required_7198_01_characters_characters required_7207_03_characters_corpse bit;*/ ALTER TABLE corpse - ADD COLUMN `phaseMask` smallint(5) unsigned NOT NULL default '1' AFTER `map`; \ No newline at end of file + ADD COLUMN `phaseMask` smallint(5) unsigned NOT NULL default '1' AFTER `map`; diff --git a/sql/updates/3.0.9_old/1140_mangos_7209_01_world_spell_bonus_data.sql b/sql/updates/3.0.9_old/1140_mangos_7209_01_world_spell_bonus_data.sql index d4863c5149..1d1c907afb 100644 --- a/sql/updates/3.0.9_old/1140_mangos_7209_01_world_spell_bonus_data.sql +++ b/sql/updates/3.0.9_old/1140_mangos_7209_01_world_spell_bonus_data.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_bonus_data` WHERE `entry` IN (53595); INSERT INTO `spell_bonus_data` VALUES -('53595', '0', '0', '0','Paladin - Hammer of the Righteous'); \ No newline at end of file +('53595', '0', '0', '0','Paladin - Hammer of the Righteous'); diff --git a/sql/updates/3.0.9_old/1185_mangos_7214_01_world_command.sql b/sql/updates/3.0.9_old/1185_mangos_7214_01_world_command.sql index 841d538fa4..09ad0f6807 100644 --- a/sql/updates/3.0.9_old/1185_mangos_7214_01_world_command.sql +++ b/sql/updates/3.0.9_old/1185_mangos_7214_01_world_command.sql @@ -5,4 +5,4 @@ INSERT INTO `command` VALUES ('gps',1,'Syntax: .gps [$name|$shift-link]\r\n\r\nDisplay the position information for a selected character or creature (also if player name $name provided then for named player, or if creature/gameobject shift-link provided then pointed creature/gameobject if it loaded). Position information includes X, Y, Z, and orientation, map Id and zone Id'), ('modify phase',3,'Syntax: .modify phase #phasemask\r\n\r\nSelected character phasemask changed to #phasemask with related world vision update. Change active until in game phase changed, or GM-mode enable/disable, or re-login. Character pts pasemask update to same value.'), ('npc phase',3,'Syntax: .npc phase #phasemask\r\n\r\nSelected unit or pet phasemask changed to #phasemask with related world vision update for players. In creature case state saved to DB and persistent. In pet case change active until in game phase changed for owner, owner re-login, or GM-mode enable/disable..'), -('gobject phase',3,'Syntax: .gobject phase #guid #phasemask\r\n\r\nGameobject with DB guid #guid phasemask changed to #phasemask with related world vision update for players. Gameobject state saved to DB and persistent.'); \ No newline at end of file +('gobject phase',3,'Syntax: .gobject phase #guid #phasemask\r\n\r\nGameobject with DB guid #guid phasemask changed to #phasemask with related world vision update for players. Gameobject state saved to DB and persistent.'); diff --git a/sql/updates/3.0.9_old/1185_mangos_7214_02_world_trinity_string.sql b/sql/updates/3.0.9_old/1185_mangos_7214_02_world_trinity_string.sql index 5595e331e0..0419b82b11 100644 --- a/sql/updates/3.0.9_old/1185_mangos_7214_02_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/1185_mangos_7214_02_world_trinity_string.sql @@ -2,4 +2,4 @@ DELETE FROM `trinity_string` WHERE entry = 101; INSERT INTO `trinity_string` VALUES -(101,'Map: %u (%s) Zone: %u (%s) Area: %u (%s) Phase: %u\nX: %f Y: %f Z: %f Orientation: %f\ngrid[%u,%u]cell[%u,%u] InstanceID: %u\n ZoneX: %f ZoneY: %f\nGroundZ: %f FloorZ: %f Have height data (Map: %u VMap: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(101,'Map: %u (%s) Zone: %u (%s) Area: %u (%s) Phase: %u\nX: %f Y: %f Z: %f Orientation: %f\ngrid[%u,%u]cell[%u,%u] InstanceID: %u\n ZoneX: %f ZoneY: %f\nGroundZ: %f FloorZ: %f Have height data (Map: %u VMap: %u)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/1207_world_scripts.sql b/sql/updates/3.0.9_old/1207_world_scripts.sql index 070a4af859..43885c696b 100644 --- a/sql/updates/3.0.9_old/1207_world_scripts.sql +++ b/sql/updates/3.0.9_old/1207_world_scripts.sql @@ -1,2 +1,2 @@ UPDATE `creature_template` SET `ScriptName`='npc_surristrasz' WHERE `entry`=24795; -UPDATE `creature_template` SET `ScriptName`='npc_tiare' WHERE `entry`=30051; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='npc_tiare' WHERE `entry`=30051; diff --git a/sql/updates/3.0.9_old/1237_mangos_7230_01_world_spell_bonus_data.sql b/sql/updates/3.0.9_old/1237_mangos_7230_01_world_spell_bonus_data.sql index 4b12bf6c54..db77548740 100644 --- a/sql/updates/3.0.9_old/1237_mangos_7230_01_world_spell_bonus_data.sql +++ b/sql/updates/3.0.9_old/1237_mangos_7230_01_world_spell_bonus_data.sql @@ -6,4 +6,4 @@ INSERT INTO `spell_bonus_data` VALUES ('18937', '0.96', '0', '0', 'Warlock - Dark Pact Rank 2'), ('18938', '0.96', '0', '0', 'Warlock - Dark Pact Rank 3'), ('27265', '0.96', '0', '0', 'Warlock - Dark Pact Rank 4'), -('59092', '0.96', '0', '0', 'Warlock - Dark Pact Rank 5'); \ No newline at end of file +('59092', '0.96', '0', '0', 'Warlock - Dark Pact Rank 5'); diff --git a/sql/updates/3.0.9_old/1248_mangos_7235_01_world_command.sql b/sql/updates/3.0.9_old/1248_mangos_7235_01_world_command.sql index 0a28f49fc6..e229773370 100644 --- a/sql/updates/3.0.9_old/1248_mangos_7235_01_world_command.sql +++ b/sql/updates/3.0.9_old/1248_mangos_7235_01_world_command.sql @@ -2,4 +2,4 @@ DELETE FROM `command` WHERE `name` = 'reset achievements'; INSERT INTO `command` VALUES -('reset achievements',3,'Syntax: .reset achievements [$playername]\r\n\r\nReset achievements data for selected or named (online or offline) character. Achievements for persistance progress data like completed quests/etc re-filled at reset. Achievements for events like kills/casts/etc will lost.'); \ No newline at end of file +('reset achievements',3,'Syntax: .reset achievements [$playername]\r\n\r\nReset achievements data for selected or named (online or offline) character. Achievements for persistance progress data like completed quests/etc re-filled at reset. Achievements for events like kills/casts/etc will lost.'); diff --git a/sql/updates/3.0.9_old/1288_mangos_7242_01_world_spell_bonus_data.sql b/sql/updates/3.0.9_old/1288_mangos_7242_01_world_spell_bonus_data.sql index 62ea0ef777..169584c973 100644 --- a/sql/updates/3.0.9_old/1288_mangos_7242_01_world_spell_bonus_data.sql +++ b/sql/updates/3.0.9_old/1288_mangos_7242_01_world_spell_bonus_data.sql @@ -4,4 +4,4 @@ DELETE FROM spell_bonus_data WHERE entry IN (34913, 43043, 43044); INSERT INTO spell_bonus_data VALUES (34913, 0, 0, 0, 'Mage - Molten Armor Triggered Rank 1'), (43043, 0, 0, 0, 'Mage - Molten Armor Triggered Rank 2'), - (43044, 0, 0, 0, 'Mage - Molten Armor Triggered Rank 3'); \ No newline at end of file + (43044, 0, 0, 0, 'Mage - Molten Armor Triggered Rank 3'); diff --git a/sql/updates/3.0.9_old/1293_mangos_7249_01_world_spell_proc_event.sql b/sql/updates/3.0.9_old/1293_mangos_7249_01_world_spell_proc_event.sql index dc4bab3247..80ec087197 100644 --- a/sql/updates/3.0.9_old/1293_mangos_7249_01_world_spell_proc_event.sql +++ b/sql/updates/3.0.9_old/1293_mangos_7249_01_world_spell_proc_event.sql @@ -1,3 +1,3 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7242_01_mangos_spell_bonus_data required_7249_01_mangos_spell_proc_event bit;*/ -DELETE FROM `spell_proc_event` WHERE `entry`='60200'; \ No newline at end of file +DELETE FROM `spell_proc_event` WHERE `entry`='60200'; diff --git a/sql/updates/3.0.9_old/1296_mangos_7252_01_world_command.sql b/sql/updates/3.0.9_old/1296_mangos_7252_01_world_command.sql index ffbdda8cfc..fdb0e558a1 100644 --- a/sql/updates/3.0.9_old/1296_mangos_7252_01_world_command.sql +++ b/sql/updates/3.0.9_old/1296_mangos_7252_01_world_command.sql @@ -3,4 +3,4 @@ DELETE FROM `command` WHERE `name` IN ('debug arena','debug bg'); INSERT INTO `command` VALUES ('debug arena',3,'Syntax: .debug arena\r\n\r\nToggle debug mode for arenas. In debug mode GM can start arena with single player.'), -('debug bg',3,'Syntax: .debug bg\r\n\r\nToggle debug mode for battlegrounds. In debug mode GM can start battleground with single player.'); \ No newline at end of file +('debug bg',3,'Syntax: .debug bg\r\n\r\nToggle debug mode for battlegrounds. In debug mode GM can start battleground with single player.'); diff --git a/sql/updates/3.0.9_old/1296_mangos_7252_02_world_trinity_string.sql b/sql/updates/3.0.9_old/1296_mangos_7252_02_world_trinity_string.sql index 021508502b..03e2b40bee 100644 --- a/sql/updates/3.0.9_old/1296_mangos_7252_02_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/1296_mangos_7252_02_world_trinity_string.sql @@ -11,4 +11,4 @@ INSERT INTO `trinity_string` VALUES (743,'Finished setting arena points for online players.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (744,'Modifying played count, arena points etc. for loaded arena teams, sending updated stats to online players...',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (745,'Modification done.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(746,'Done flushing Arena points.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(746,'Done flushing Arena points.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/1299_mangos_7255_01_characters_characters.sql b/sql/updates/3.0.9_old/1299_mangos_7255_01_characters_characters.sql index 236339bd5a..85ae09a34d 100644 --- a/sql/updates/3.0.9_old/1299_mangos_7255_01_characters_characters.sql +++ b/sql/updates/3.0.9_old/1299_mangos_7255_01_characters_characters.sql @@ -7,4 +7,4 @@ ALTER TABLE `characters` ADD COLUMN `bgx` float NOT NULL default '0' AFTER `bgmap`, ADD COLUMN `bgy` float NOT NULL default '0' AFTER `bgx`, ADD COLUMN `bgz` float NOT NULL default '0' AFTER `bgy`, - ADD COLUMN `bgo` float NOT NULL default '0' AFTER `bgz`; \ No newline at end of file + ADD COLUMN `bgo` float NOT NULL default '0' AFTER `bgz`; diff --git a/sql/updates/3.0.9_old/1312_world.sql b/sql/updates/3.0.9_old/1312_world.sql index 01a27d0fa4..7c985604cd 100644 --- a/sql/updates/3.0.9_old/1312_world.sql +++ b/sql/updates/3.0.9_old/1312_world.sql @@ -13,4 +13,4 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, -- REPLACE INTO `creature_template` (`entry`, `heroic_entry`, `modelid_A`, `modelid_A2`, `modelid_H`, `modelid_H2`, `name`, `subname`, `IconName`, `minlevel`, `maxlevel`, `minhealth`, `maxhealth`, `minmana`, `maxmana`, `armor`, `faction_A`, `faction_H`, `npcflag`, `speed`, `scale`, `rank`, `mindmg`, `maxdmg`, `dmgschool`, `attackpower`, `baseattacktime`, `rangeattacktime`, `unit_flags`, `dynamicflags`, `family`, `trainer_type`, `trainer_spell`, `class`, `race`, `minrangedmg`, `maxrangedmg`, `rangedattackpower`, `type`, `type_flags`, `lootid`, `pickpocketloot`, `skinloot`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `spell1`, `spell2`, `spell3`, `spell4`, `PetSpellDataId`, `mingold`, `maxgold`, `AIName`, `MovementType`, `InhabitType`, `RacialLeader`, `RegenHealth`, `equipment_id`, `mechanic_immune_mask`, `flags_extra`, `ScriptName`) VALUES -- (23953, 0, 25338, 0, 25338, 0, 'Prince Keleseth', NULL, NULL, 70, 80, 192200, 417056, 0, 0, 6700, 16, 16, 2, 1, 1, 0, 445, 1200, 0, 58, 2000, 2200, 0, 0, 0, 0, 0, 0, 0, 1, 2, 100, 6, 76, 23953, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 3, 3, 0, 0, 0, 0, 'boss_keleseth'), -- (23965, 0, 25865, 0, 25865, 0, 'Frost Tomb', NULL, NULL, 70, 80, 7345, 10465, 0, 0, 6700, 16, 16, 0, 1, 1, 0, 445, 1200, 0, 58, 2000, 2200, 0, 0, 0, 0, 0, 0, 0, 1, 2, 100, 10, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 3, 3, 0, 0, 0, 0, 'mob_frost_tomb'), --- (23970, 0, 27651, 0, 27651, 0, 'Vrykul Skeleton', NULL, NULL, 70, 80, 7345, 10465, 0, 0, 6700, 16, 16, 0, 1, 1, 0, 445, 1200, 0, 58, 2000, 2200, 0, 0, 0, 0, 0, 0, 0, 1, 2, 100, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 3, 3, 0, 716, 0, 0, '0'); \ No newline at end of file +-- (23970, 0, 27651, 0, 27651, 0, 'Vrykul Skeleton', NULL, NULL, 70, 80, 7345, 10465, 0, 0, 6700, 16, 16, 0, 1, 1, 0, 445, 1200, 0, 58, 2000, 2200, 0, 0, 0, 0, 0, 0, 0, 1, 2, 100, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '0', 0, 3, 3, 0, 716, 0, 0, '0'); diff --git a/sql/updates/3.0.9_old/1327_world.sql b/sql/updates/3.0.9_old/1327_world.sql index e792510286..61ae8ded68 100644 --- a/sql/updates/3.0.9_old/1327_world.sql +++ b/sql/updates/3.0.9_old/1327_world.sql @@ -1,4 +1,4 @@ ALTER TABLE `creature_template` ADD COLUMN `spell5` mediumint(8) unsigned NOT NULL default '0' AFTER `spell4`; ALTER TABLE `creature_template` ADD COLUMN `spell6` mediumint(8) unsigned NOT NULL default '0' AFTER `spell5`; ALTER TABLE `creature_template` ADD COLUMN `spell7` mediumint(8) unsigned NOT NULL default '0' AFTER `spell6`; -ALTER TABLE `creature_template` ADD COLUMN `spell8` mediumint(8) unsigned NOT NULL default '0' AFTER `spell7`; \ No newline at end of file +ALTER TABLE `creature_template` ADD COLUMN `spell8` mediumint(8) unsigned NOT NULL default '0' AFTER `spell7`; diff --git a/sql/updates/3.0.9_old/1351_world.sql b/sql/updates/3.0.9_old/1351_world.sql index a3b797f8a4..9f9c5690f1 100644 --- a/sql/updates/3.0.9_old/1351_world.sql +++ b/sql/updates/3.0.9_old/1351_world.sql @@ -781,4 +781,4 @@ INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `conte (10054, 'Give me the flag, I''ll take it to the central beacon for the glory of the Alliance!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (10055, 'Give me the flag, I''ll take it to the central beacon for the glory of the Horde!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (10056, 'You must be a member of the Horde to enter the Hall of Legends.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -(10057, 'You must be a member of the Alliance to enter the Champion''s Hall.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); \ No newline at end of file +(10057, 'You must be a member of the Alliance to enter the Champion''s Hall.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); diff --git a/sql/updates/3.0.9_old/1396_mangos_7267_01_characters_auctionhouse.sql b/sql/updates/3.0.9_old/1396_mangos_7267_01_characters_auctionhouse.sql index 7f9e975894..939c053882 100644 --- a/sql/updates/3.0.9_old/1396_mangos_7267_01_characters_auctionhouse.sql +++ b/sql/updates/3.0.9_old/1396_mangos_7267_01_characters_auctionhouse.sql @@ -1,4 +1,4 @@ /*ALTER TABLE character_db_version CHANGE COLUMN required_7255_01_characters_characters required_7267_01_characters_auctionhouse bit;*/ ALTER TABLE auctionhouse - DROP COLUMN location; \ No newline at end of file + DROP COLUMN location; diff --git a/sql/updates/3.0.9_old/1414_world_scripts.sql b/sql/updates/3.0.9_old/1414_world_scripts.sql index 3ee9245bc5..e78f03ff91 100644 --- a/sql/updates/3.0.9_old/1414_world_scripts.sql +++ b/sql/updates/3.0.9_old/1414_world_scripts.sql @@ -118,4 +118,4 @@ INSERT INTO `script_texts` (entry,content_default,sound,type,language,emote,comm (-1999922,'Normal select, guess you\'re not interested.',0,0,0,0,'example_gossip_codebox SAY_NOT_INTERESTED'), (-1999923,'Wrong!',0,0,0,0,'example_gossip_codebox SAY_WRONG'), (-1999924,'You\'re right, you are allowed to see my inner secrets.',0,0,0,0,'example_gossip_codebox SAY_CORRECT'), -(-1999925,'Hi!',0,0,0,0,'example_areatrigger SAY_HI'); \ No newline at end of file +(-1999925,'Hi!',0,0,0,0,'example_areatrigger SAY_HI'); diff --git a/sql/updates/3.0.9_old/1423_mangos_7290_01_world_command.sql b/sql/updates/3.0.9_old/1423_mangos_7290_01_world_command.sql index ededbe1f46..35f529ba76 100644 --- a/sql/updates/3.0.9_old/1423_mangos_7290_01_world_command.sql +++ b/sql/updates/3.0.9_old/1423_mangos_7290_01_world_command.sql @@ -2,4 +2,4 @@ DELETE FROM `command` WHERE `name` = 'npc setdeathstate'; INSERT INTO `command` VALUES -('npc setdeathstate',2,'Syntax: .npc setdeathstate on/off\r\n\r\nSet default death state (dead/alive) for npc at spawn.'); \ No newline at end of file +('npc setdeathstate',2,'Syntax: .npc setdeathstate on/off\r\n\r\nSet default death state (dead/alive) for npc at spawn.'); diff --git a/sql/updates/3.0.9_old/1426_mangos_7292_01_world_points_of_interest.sql b/sql/updates/3.0.9_old/1426_mangos_7292_01_world_points_of_interest.sql index be99745848..0dcd481baf 100644 --- a/sql/updates/3.0.9_old/1426_mangos_7292_01_world_points_of_interest.sql +++ b/sql/updates/3.0.9_old/1426_mangos_7292_01_world_points_of_interest.sql @@ -10,4 +10,4 @@ CREATE TABLE `points_of_interest` ( `data` mediumint(8) unsigned NOT NULL default '0', `icon_name` text NOT NULL, PRIMARY KEY (`entry`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; \ No newline at end of file +) ENGINE=MyISAM DEFAULT CHARSET=utf8; diff --git a/sql/updates/3.0.9_old/1426_mangos_7292_02_world_locales_points_of_interest.sql b/sql/updates/3.0.9_old/1426_mangos_7292_02_world_locales_points_of_interest.sql index 135fe1ce4d..2a1989ef0b 100644 --- a/sql/updates/3.0.9_old/1426_mangos_7292_02_world_locales_points_of_interest.sql +++ b/sql/updates/3.0.9_old/1426_mangos_7292_02_world_locales_points_of_interest.sql @@ -12,4 +12,4 @@ CREATE TABLE `locales_points_of_interest` ( `icon_name_loc7` text, `icon_name_loc8` text, PRIMARY KEY (`entry`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; \ No newline at end of file +) ENGINE=MyISAM DEFAULT CHARSET=utf8; diff --git a/sql/updates/3.0.9_old/1463_mangos_7303_01_world_pools.sql b/sql/updates/3.0.9_old/1463_mangos_7303_01_world_pools.sql index 39e45679df..ff25b33971 100644 --- a/sql/updates/3.0.9_old/1463_mangos_7303_01_world_pools.sql +++ b/sql/updates/3.0.9_old/1463_mangos_7303_01_world_pools.sql @@ -36,4 +36,4 @@ CREATE TABLE `game_event_pool` ( `pool_entry` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Id of the pool', `event` smallint(6) NOT NULL default '0' COMMENT 'Put negatives values to remove during event', PRIMARY KEY (`pool_entry`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; \ No newline at end of file +) ENGINE=MyISAM DEFAULT CHARSET=utf8; diff --git a/sql/updates/3.0.9_old/1470_world_scripts.sql b/sql/updates/3.0.9_old/1470_world_scripts.sql index f0f4277fe9..1d2d5baa5c 100644 --- a/sql/updates/3.0.9_old/1470_world_scripts.sql +++ b/sql/updates/3.0.9_old/1470_world_scripts.sql @@ -1,4 +1,4 @@ -- Remove script for quest 8346. Note support for this quest will be added in next ACID release(25) UPDATE `creature_template` SET `ScriptName`='' WHERE `entry` IN (15273,15274,15294,15298,15367); UPDATE `creature_template` SET `ScriptName`='mob_broggok_poisoncloud' WHERE `entry`=17662; --- UPDATE `creature_template` SET `ScriptName`='npc_draenei_survivor' WHERE `entry`=16483; \ No newline at end of file +-- UPDATE `creature_template` SET `ScriptName`='npc_draenei_survivor' WHERE `entry`=16483; diff --git a/sql/updates/3.0.9_old/1484_mangos_7307_01_characters_arena_team_member.sql b/sql/updates/3.0.9_old/1484_mangos_7307_01_characters_arena_team_member.sql index b58027b06e..749bedf09f 100644 --- a/sql/updates/3.0.9_old/1484_mangos_7307_01_characters_arena_team_member.sql +++ b/sql/updates/3.0.9_old/1484_mangos_7307_01_characters_arena_team_member.sql @@ -1,4 +1,4 @@ /*ALTER TABLE character_db_version CHANGE COLUMN required_7267_01_characters_auctionhouse required_7307_01_characters_arena_team_member bit;*/ ALTER TABLE arena_team_member - ADD PRIMARY KEY (arenateamid,guid); \ No newline at end of file + ADD PRIMARY KEY (arenateamid,guid); diff --git a/sql/updates/3.0.9_old/1495_mangos_7312_01_world_trinity_string.sql b/sql/updates/3.0.9_old/1495_mangos_7312_01_world_trinity_string.sql index ff873dc948..71979b7ad0 100644 --- a/sql/updates/3.0.9_old/1495_mangos_7312_01_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/1495_mangos_7312_01_world_trinity_string.sql @@ -2,4 +2,4 @@ DELETE FROM `trinity_string` WHERE `entry`=810; INSERT INTO `trinity_string` VALUES -(810,'|Hplayer:$N|h[$N]|h has earned the achievement $a!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(810,'|Hplayer:$N|h[$N]|h has earned the achievement $a!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/1497_mangos_7314_01_characters_guild_rank.sql b/sql/updates/3.0.9_old/1497_mangos_7314_01_characters_guild_rank.sql index 80aa49c21c..b1c07f4be7 100644 --- a/sql/updates/3.0.9_old/1497_mangos_7314_01_characters_guild_rank.sql +++ b/sql/updates/3.0.9_old/1497_mangos_7314_01_characters_guild_rank.sql @@ -1,3 +1,3 @@ /*ALTER TABLE character_db_version CHANGE COLUMN required_7307_01_characters_arena_team_member required_7314_01_characters_guild_rank bit;*/ -UPDATE guild_rank SET rights = rights & ~0x00020000; \ No newline at end of file +UPDATE guild_rank SET rights = rights & ~0x00020000; diff --git a/sql/updates/3.0.9_old/1525_world_scripts.sql b/sql/updates/3.0.9_old/1525_world_scripts.sql index 3eb373009d..6dedfd82d0 100644 --- a/sql/updates/3.0.9_old/1525_world_scripts.sql +++ b/sql/updates/3.0.9_old/1525_world_scripts.sql @@ -1,2 +1,2 @@ -- Script for Yrykul Skeleton - Prince Keleseth Event -UPDATE `creature_template` SET `ScriptName`='mob_vrykul_skeleton' WHERE `entry`=23970; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='mob_vrykul_skeleton' WHERE `entry`=23970; diff --git a/sql/updates/3.0.9_old/1531_mangos_7324_01_characters_character_spell.sql b/sql/updates/3.0.9_old/1531_mangos_7324_01_characters_character_spell.sql index 10c4317b45..2aaefe932b 100644 --- a/sql/updates/3.0.9_old/1531_mangos_7324_01_characters_character_spell.sql +++ b/sql/updates/3.0.9_old/1531_mangos_7324_01_characters_character_spell.sql @@ -10,4 +10,4 @@ DELETE FROM `character_spell` WHERE `spell` IN ('20616', '20617', '25272', '2527 /* Overpower is only one rank now, need to delete these zzOLDRank spells */ DELETE FROM `character_spell` WHERE `spell` IN ('7887', '11584', '11585'); /* Shield Bash is only one rank now, need to delete these zzOLDRank spells */ -DELETE FROM `character_spell` WHERE `spell` IN ('1671', '1672', '29704'); \ No newline at end of file +DELETE FROM `character_spell` WHERE `spell` IN ('1671', '1672', '29704'); diff --git a/sql/updates/3.0.9_old/1531_mangos_7324_02_characters_character_aura.sql b/sql/updates/3.0.9_old/1531_mangos_7324_02_characters_character_aura.sql index fd7e405f96..b3d741b5d8 100644 --- a/sql/updates/3.0.9_old/1531_mangos_7324_02_characters_character_aura.sql +++ b/sql/updates/3.0.9_old/1531_mangos_7324_02_characters_character_aura.sql @@ -10,4 +10,4 @@ DELETE FROM `character_aura` WHERE `spell` IN ('20616', '20617', '25272', '25275 /* Overpower is only one rank now, need to delete these zzOLDRank spells */ DELETE FROM `character_aura` WHERE `spell` IN ('7887', '11584', '11585'); /* Shield Bash is only one rank now, need to delete these zzOLDRank spells */ -DELETE FROM `character_aura` WHERE `spell` IN ('1671', '1672', '29704'); \ No newline at end of file +DELETE FROM `character_aura` WHERE `spell` IN ('1671', '1672', '29704'); diff --git a/sql/updates/3.0.9_old/1555_mangos_7331_01_world_command.sql b/sql/updates/3.0.9_old/1555_mangos_7331_01_world_command.sql index b85942b71a..064cffa535 100644 --- a/sql/updates/3.0.9_old/1555_mangos_7331_01_world_command.sql +++ b/sql/updates/3.0.9_old/1555_mangos_7331_01_world_command.sql @@ -62,4 +62,4 @@ INSERT INTO `command` VALUES ('reset talents',3,'Syntax: .reset talents [Playername]\r\n Removes all talents of the targeted player. Playername can be name of offline character.'), ('unban account',3,'Syntax: .unban account $Name\r\nUnban accounts for account name pattern.'), ('unban character',3,'Syntax: .unban character $Name\r\nUnban accounts for character name pattern.'), -('unban ip',3,'Syntax : .unban ip $Ip\r\nUnban accounts for IP pattern.'); \ No newline at end of file +('unban ip',3,'Syntax : .unban ip $Ip\r\nUnban accounts for IP pattern.'); diff --git a/sql/updates/3.0.9_old/1558_world.sql b/sql/updates/3.0.9_old/1558_world.sql index 667d1c998c..e9f34946f5 100644 --- a/sql/updates/3.0.9_old/1558_world.sql +++ b/sql/updates/3.0.9_old/1558_world.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = '44869' AND `spell_effe DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = '46019' AND `spell_effect` = '-45018'; INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES (44869, -45018, 1, 'Remove Arcane Buffet'), -(46019, -45018, 1, 'Remove Arcane Buffet'); \ No newline at end of file +(46019, -45018, 1, 'Remove Arcane Buffet'); diff --git a/sql/updates/3.0.9_old/1559_world.sql b/sql/updates/3.0.9_old/1559_world.sql index 4421d36e95..c3e70a4d3c 100644 --- a/sql/updates/3.0.9_old/1559_world.sql +++ b/sql/updates/3.0.9_old/1559_world.sql @@ -8,4 +8,4 @@ INSERT INTO `spell_proc_event` VALUES (47549, 0x00, 6, 0x00000000, 0x00000200, 0 DELETE FROM `spell_proc_event` WHERE `entry` IN (47551); INSERT INTO `spell_proc_event` VALUES (47551, 0x00, 6, 0x00000000, 0x00000200, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); DELETE FROM `spell_proc_event` WHERE `entry` IN (47552); -INSERT INTO `spell_proc_event` VALUES (47552, 0x00, 6, 0x00000000, 0x00000200, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +INSERT INTO `spell_proc_event` VALUES (47552, 0x00, 6, 0x00000000, 0x00000200, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/1576_mangos_7332_01_world_command.sql b/sql/updates/3.0.9_old/1576_mangos_7332_01_world_command.sql index 197934db8a..5d178fe6ba 100644 --- a/sql/updates/3.0.9_old/1576_mangos_7332_01_world_command.sql +++ b/sql/updates/3.0.9_old/1576_mangos_7332_01_world_command.sql @@ -2,4 +2,4 @@ DELETE FROM `command` WHERE `name` = 'distance'; INSERT INTO `command` VALUES -('distance',3,'Syntax: .distance [$name/$link]\r\n\r\nDisplay the distance from your character to the selected creature/player, or player with name $name, or player/creature/gameobject pointed to shift-link with guid.'); \ No newline at end of file +('distance',3,'Syntax: .distance [$name/$link]\r\n\r\nDisplay the distance from your character to the selected creature/player, or player with name $name, or player/creature/gameobject pointed to shift-link with guid.'); diff --git a/sql/updates/3.0.9_old/1605_mangos_7349_01_world_spell_area.sql b/sql/updates/3.0.9_old/1605_mangos_7349_01_world_spell_area.sql index 1e9e560412..f24dd96b2c 100644 --- a/sql/updates/3.0.9_old/1605_mangos_7349_01_world_spell_area.sql +++ b/sql/updates/3.0.9_old/1605_mangos_7349_01_world_spell_area.sql @@ -12,4 +12,4 @@ CREATE TABLE `spell_area` ( `gender` tinyint(1) unsigned NOT NULL default '2', `autocast` tinyint(1) unsigned NOT NULL default '0', PRIMARY KEY (`spell`,`area`,`quest_start`,`quest_start_active`,`aura_spell`,`racemask`,`gender`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8; \ No newline at end of file +) ENGINE=MyISAM DEFAULT CHARSET=utf8; diff --git a/sql/updates/3.0.9_old/1613_world_scripts.sql b/sql/updates/3.0.9_old/1613_world_scripts.sql index dae1af2bfe..4a106a1fef 100644 --- a/sql/updates/3.0.9_old/1613_world_scripts.sql +++ b/sql/updates/3.0.9_old/1613_world_scripts.sql @@ -1,3 +1,3 @@ -- Script for Skarvald and Dalronn UPDATE `creature_template` SET `ScriptName`= 'boss_skarvald_the_constructor' WHERE `entry` IN (24200,27390); -UPDATE `creature_template` SET `ScriptName`= 'boss_dalronn_the_controller' WHERE `entry` IN (24201,27389); \ No newline at end of file +UPDATE `creature_template` SET `ScriptName`= 'boss_dalronn_the_controller' WHERE `entry` IN (24201,27389); diff --git a/sql/updates/3.0.9_old/1614_characters_auctionhouse.sql b/sql/updates/3.0.9_old/1614_characters_auctionhouse.sql index d49ecbe2cb..79423f1402 100644 --- a/sql/updates/3.0.9_old/1614_characters_auctionhouse.sql +++ b/sql/updates/3.0.9_old/1614_characters_auctionhouse.sql @@ -21,4 +21,4 @@ ALTER TABLE `auctionhousebot` ADD COLUMN `maxstackorange` int(11) default '1' COMMENT 'Stack size limits for item qualities - a value of 0 will disable a maximum stack size for that quality, which will allow the bot to create items in stack as large as the item allows.' AFTER `maxstackpurple`, ADD COLUMN `maxstackyellow` int(11) default '1' COMMENT 'Stack size limits for item qualities - a value of 0 will disable a maximum stack size for that quality, which will allow the bot to create items in stack as large as the item allows.' AFTER `maxstackorange`, ADD COLUMN `buyerpriceorange` int(11) default '20' COMMENT 'Multiplier to vendorprice when buying orange items from auctionhouse' AFTER `buyerpricepurple`, - ADD COLUMN `buyerpriceyellow` int(11) default '22' COMMENT 'Multiplier to vendorprice when buying yellow items from auctionhouse' AFTER `buyerpriceorange`; \ No newline at end of file + ADD COLUMN `buyerpriceyellow` int(11) default '22' COMMENT 'Multiplier to vendorprice when buying yellow items from auctionhouse' AFTER `buyerpriceorange`; diff --git a/sql/updates/3.0.9_old/1618_world.sql b/sql/updates/3.0.9_old/1618_world.sql index a07dd31f63..0f08c98b6a 100644 --- a/sql/updates/3.0.9_old/1618_world.sql +++ b/sql/updates/3.0.9_old/1618_world.sql @@ -3,4 +3,4 @@ INSERT INTO `spell_proc_event` VALUES (55672, 0x00, 6, 0x00000001, 0x00000000, 0 -- Bloodsurge DELETE FROM `spell_proc_event` WHERE `entry` IN (46915); -INSERT INTO `spell_proc_event` VALUES (46915, 0x00, 4, 0x00000040, 0x00000404, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); \ No newline at end of file +INSERT INTO `spell_proc_event` VALUES (46915, 0x00, 4, 0x00000040, 0x00000404, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/1646_mangos_7369_01_world_quest_template.sql b/sql/updates/3.0.9_old/1646_mangos_7369_01_world_quest_template.sql index e3146993c0..3856e88ef9 100644 --- a/sql/updates/3.0.9_old/1646_mangos_7369_01_world_quest_template.sql +++ b/sql/updates/3.0.9_old/1646_mangos_7369_01_world_quest_template.sql @@ -4,4 +4,4 @@ ALTER TABLE quest_template DROP COLUMN ReqSourceRef1, DROP COLUMN ReqSourceRef2, DROP COLUMN ReqSourceRef3, - DROP COLUMN ReqSourceRef4; \ No newline at end of file + DROP COLUMN ReqSourceRef4; diff --git a/sql/updates/3.0.9_old/1657_world.sql b/sql/updates/3.0.9_old/1657_world.sql index 009a4079dd..bdd8c678c8 100644 --- a/sql/updates/3.0.9_old/1657_world.sql +++ b/sql/updates/3.0.9_old/1657_world.sql @@ -1,2 +1,2 @@ DELETE FROM `trinity_string` WHERE `entry`=1010; -INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES(1010, "| Account | Character | IP | GM | EXP |"); \ No newline at end of file +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES(1010, "| Account | Character | IP | GM | EXP |"); diff --git a/sql/updates/3.0.9_old/1661_world.sql b/sql/updates/3.0.9_old/1661_world.sql index a1a9932ffa..d8fcc0a088 100644 --- a/sql/updates/3.0.9_old/1661_world.sql +++ b/sql/updates/3.0.9_old/1661_world.sql @@ -1,2 +1,2 @@ -- Death Strike -INSERT INTO `spell_proc_event` VALUES (45469, 0x00, 15, 0x00000010, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +INSERT INTO `spell_proc_event` VALUES (45469, 0x00, 15, 0x00000010, 0x00000000, 0x00000000, 0x00000010, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/1663_mangos_7376_01_world_spell_area.sql b/sql/updates/3.0.9_old/1663_mangos_7376_01_world_spell_area.sql index 943d79d4b7..6a036cbde2 100644 --- a/sql/updates/3.0.9_old/1663_mangos_7376_01_world_spell_area.sql +++ b/sql/updates/3.0.9_old/1663_mangos_7376_01_world_spell_area.sql @@ -1,4 +1,4 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7369_01_mangos_quest_template required_7376_01_mangos_spell_area bit;*/ ALTER TABLE spell_area - CHANGE COLUMN `aura_spell` `aura_spell` mediumint(8) NOT NULL default '0'; \ No newline at end of file + CHANGE COLUMN `aura_spell` `aura_spell` mediumint(8) NOT NULL default '0'; diff --git a/sql/updates/3.0.9_old/1688_mangos_7382_01_world_creature_template.sql b/sql/updates/3.0.9_old/1688_mangos_7382_01_world_creature_template.sql index c4813b4771..6edbd5e65d 100644 --- a/sql/updates/3.0.9_old/1688_mangos_7382_01_world_creature_template.sql +++ b/sql/updates/3.0.9_old/1688_mangos_7382_01_world_creature_template.sql @@ -2,4 +2,4 @@ ALTER TABLE creature_template ADD COLUMN unk16 float NOT NULL default '1' AFTER InhabitType, - ADD COLUMN unk17 float NOT NULL default '1' AFTER unk16; \ No newline at end of file + ADD COLUMN unk17 float NOT NULL default '1' AFTER unk16; diff --git a/sql/updates/3.0.9_old/1693_world.sql b/sql/updates/3.0.9_old/1693_world.sql index 51bf45011b..d3b167561d 100644 --- a/sql/updates/3.0.9_old/1693_world.sql +++ b/sql/updates/3.0.9_old/1693_world.sql @@ -84,4 +84,4 @@ INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus` ('27813', '0', '0', '0', 'Priest - Blessed Recovery Rank 1'), ('27817', '0', '0', '0', 'Priest - Blessed Recovery Rank 2'), ('27818', '0', '0', '0', 'Priest - Blessed Recovery Rank 3'), -('33619', '0', '0', '0', 'Priest - Reflective Shield'); \ No newline at end of file +('33619', '0', '0', '0', 'Priest - Reflective Shield'); diff --git a/sql/updates/3.0.9_old/1694_world.sql b/sql/updates/3.0.9_old/1694_world.sql index 4702c66ad4..bfbb47a89d 100644 --- a/sql/updates/3.0.9_old/1694_world.sql +++ b/sql/updates/3.0.9_old/1694_world.sql @@ -13,4 +13,4 @@ INSERT INTO `spell_proc_event` VALUES (61618, 0x00, 0, 0x00000000, 0x00000000, -- Demonic Sacrifice DELETE FROM `spell_bonus_data` WHERE `entry` = 18790; INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`comments`) VALUES -('18790','0','0','0','Warlock - Fel Stamina'); \ No newline at end of file +('18790','0','0','0','Warlock - Fel Stamina'); diff --git a/sql/updates/3.0.9_old/1697_mangos_7388_01_world_trinity_string.sql b/sql/updates/3.0.9_old/1697_mangos_7388_01_world_trinity_string.sql index eefddb97e6..c452723b51 100644 --- a/sql/updates/3.0.9_old/1697_mangos_7388_01_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/1697_mangos_7388_01_world_trinity_string.sql @@ -3,4 +3,4 @@ DELETE FROM `trinity_string` WHERE `entry` IN (750,751); INSERT INTO `trinity_string` VALUES (750,'Not enough players. This game will close in %u mins.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(751,'Not enough players. This game will close in %u seconds.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(751,'Not enough players. This game will close in %u seconds.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/1703_world.sql b/sql/updates/3.0.9_old/1703_world.sql index f25085cf05..726c0b684c 100644 --- a/sql/updates/3.0.9_old/1703_world.sql +++ b/sql/updates/3.0.9_old/1703_world.sql @@ -137,4 +137,4 @@ UPDATE `instance_template` SET `access_id` = '48' WHERE `map` = '565'; UPDATE `instance_template` SET `access_id` = '49' WHERE `map` = '568'; UPDATE `instance_template` SET `access_id` = '50' WHERE `map` = '580'; UPDATE `instance_template` SET `access_id` = '51' WHERE `map` = '585'; -UPDATE `areatrigger_teleport` SET `access_id` = '52' WHERE `id` IN ('4352','4354'); \ No newline at end of file +UPDATE `areatrigger_teleport` SET `access_id` = '52' WHERE `id` IN ('4352','4354'); diff --git a/sql/updates/3.0.9_old/1709_mangos_7393_01_world_game_event.sql b/sql/updates/3.0.9_old/1709_mangos_7393_01_world_game_event.sql index 5dcdaf3ce0..8ea4ed9380 100644 --- a/sql/updates/3.0.9_old/1709_mangos_7393_01_world_game_event.sql +++ b/sql/updates/3.0.9_old/1709_mangos_7393_01_world_game_event.sql @@ -1,4 +1,4 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7390_01_mangos_areatrigger_teleport required_7393_01_mangos_game_event bit;*/ ALTER TABLE `game_event` - ADD COLUMN `holiday` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Client side holiday id' AFTER `length`; \ No newline at end of file + ADD COLUMN `holiday` mediumint(8) unsigned NOT NULL default '0' COMMENT 'Client side holiday id' AFTER `length`; diff --git a/sql/updates/3.0.9_old/1724_mangos_7399_01_world_trinity_string.sql b/sql/updates/3.0.9_old/1724_mangos_7399_01_world_trinity_string.sql index de0ac0ed77..cf98d1f6dd 100644 --- a/sql/updates/3.0.9_old/1724_mangos_7399_01_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/1724_mangos_7399_01_world_trinity_string.sql @@ -4,4 +4,4 @@ DELETE FROM `trinity_string` WHERE `entry` IN (753, 754, 755); INSERT INTO `trinity_string` VALUES (753,'The battle for Warsong Gulch begins in 2 minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (754,'The battle for Arathi Basin begins in 2 minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(755,'The battle for Eye of the Storm begins in 2 minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(755,'The battle for Eye of the Storm begins in 2 minutes.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/1727_world_script.sql b/sql/updates/3.0.9_old/1727_world_script.sql index b1bd036c9c..0c87218514 100644 --- a/sql/updates/3.0.9_old/1727_world_script.sql +++ b/sql/updates/3.0.9_old/1727_world_script.sql @@ -1,3 +1,3 @@ UPDATE `creature_template` SET `ScriptName`='boss_ingvar_the_plunderer' WHERE `entry`=23954; UPDATE `creature_template` SET `ScriptName`='mob_annhylde_the_caller' WHERE `entry`=24068; -UPDATE `creature_template` SET `ScriptName`='mob_ingvar_throw_dummy' WHERE `entry`=23997; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='mob_ingvar_throw_dummy' WHERE `entry`=23997; diff --git a/sql/updates/3.0.9_old/1729_world.sql b/sql/updates/3.0.9_old/1729_world.sql index 9691e1e705..6066bb5233 100644 --- a/sql/updates/3.0.9_old/1729_world.sql +++ b/sql/updates/3.0.9_old/1729_world.sql @@ -1,4 +1,4 @@ -- Judgements of the Wise REPLACE INTO `spell_proc_event` VALUES (31876, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); REPLACE INTO `spell_proc_event` VALUES (31877, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); -REPLACE INTO `spell_proc_event` VALUES (31878, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +REPLACE INTO `spell_proc_event` VALUES (31878, 0x00, 10, 0x20180400, 0x0000008, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/1730_world.sql b/sql/updates/3.0.9_old/1730_world.sql index 7bf2425186..615277e980 100644 --- a/sql/updates/3.0.9_old/1730_world.sql +++ b/sql/updates/3.0.9_old/1730_world.sql @@ -1,4 +1,4 @@ -- Faerie fire INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus`, `comments`) VALUES ('60089', '0', '0', '0.05', 'Druid - Faerie Fire (Bear Form)'); -- Glyph of Devastate -INSERT INTO `spell_proc_event` VALUES (58388, 0x00, 4, 0x00000040, 0x00000000, 0x00000000, 0x00000110, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +INSERT INTO `spell_proc_event` VALUES (58388, 0x00, 4, 0x00000040, 0x00000000, 0x00000000, 0x00000110, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/1732_world.sql b/sql/updates/3.0.9_old/1732_world.sql index f5aae9117c..c3ff759c29 100644 --- a/sql/updates/3.0.9_old/1732_world.sql +++ b/sql/updates/3.0.9_old/1732_world.sql @@ -4,4 +4,4 @@ INSERT INTO `spell_proc_event` VALUES (53181, 0x00, 9, 0x00000000, 268435456, 0x -- Guard Dog INSERT INTO `spell_proc_event` VALUES (53178, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); -INSERT INTO `spell_proc_event` VALUES (53179, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +INSERT INTO `spell_proc_event` VALUES (53179, 0x00, 9, 0x00000000, 268435456, 0x00000000, 0x00014010, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/1755_world.sql b/sql/updates/3.0.9_old/1755_world.sql index bd4bb50aad..2f2e30561e 100644 --- a/sql/updates/3.0.9_old/1755_world.sql +++ b/sql/updates/3.0.9_old/1755_world.sql @@ -9,4 +9,4 @@ INSERT INTO `spell_proc_event` VALUES (47539, 0x00, 6, 0x1800, 0x10000, 0x000000 INSERT INTO `spell_proc_event` VALUES (34074, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000003, 0.000000, 0.000000, 0); DELETE FROM `spell_bonus_data` WHERE entry=2944; -INSERT INTO `spell_bonus_data` VALUES ('2944', '0', '0.1849', '0', 'Priest - Devouring Plague'); \ No newline at end of file +INSERT INTO `spell_bonus_data` VALUES ('2944', '0', '0.1849', '0', 'Priest - Devouring Plague'); diff --git a/sql/updates/3.0.9_old/1764_world.sql b/sql/updates/3.0.9_old/1764_world.sql index 016066430b..b87a0488e9 100644 --- a/sql/updates/3.0.9_old/1764_world.sql +++ b/sql/updates/3.0.9_old/1764_world.sql @@ -6,4 +6,4 @@ REPLACE INTO `spell_proc_event` VALUES (20210, 0x00, 10, 3221225472, 0x00000000, REPLACE INTO `spell_proc_event` VALUES (20212, 0x00, 10, 3221225472, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); REPLACE INTO `spell_proc_event` VALUES (20213, 0x00, 10, 3221225472, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); REPLACE INTO `spell_proc_event` VALUES (20214, 0x00, 10, 3221225472, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); -REPLACE INTO `spell_proc_event` VALUES (20215, 0x00, 10, 3221225472, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); \ No newline at end of file +REPLACE INTO `spell_proc_event` VALUES (20215, 0x00, 10, 3221225472, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/1766_world.sql b/sql/updates/3.0.9_old/1766_world.sql index 7ef48e41ce..6ed4846c97 100644 --- a/sql/updates/3.0.9_old/1766_world.sql +++ b/sql/updates/3.0.9_old/1766_world.sql @@ -1,2 +1,2 @@ REPLACE INTO `spell_proc_event` VALUES (33182, 0x00, 6, 32, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0); -REPLACE INTO `spell_proc_event` VALUES (33174, 0x00, 6, 32, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +REPLACE INTO `spell_proc_event` VALUES (33174, 0x00, 6, 32, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/1791_mangos_7422_01_world_trinity_string.sql b/sql/updates/3.0.9_old/1791_mangos_7422_01_world_trinity_string.sql index c1394e16ad..5ac7aa3641 100644 --- a/sql/updates/3.0.9_old/1791_mangos_7422_01_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/1791_mangos_7422_01_world_trinity_string.sql @@ -6,4 +6,4 @@ INSERT INTO `trinity_string` VALUES (812,'Officer',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (813,'Veteran',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (814,'Member',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(815,'Initiate',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(815,'Initiate',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/1814_world.sql b/sql/updates/3.0.9_old/1814_world.sql index fa403b5ac8..2940f0606d 100644 --- a/sql/updates/3.0.9_old/1814_world.sql +++ b/sql/updates/3.0.9_old/1814_world.sql @@ -1,4 +1,4 @@ -- Improved Fire Nova Totem DELETE FROM `spell_proc_event` WHERE `entry` IN (16086, 16544); INSERT INTO `spell_proc_event` VALUES (16086, 0x00, 7, 0, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); -INSERT INTO `spell_proc_event` VALUES (16544, 0x00, 7, 0, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +INSERT INTO `spell_proc_event` VALUES (16544, 0x00, 7, 0, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/1828_world.sql b/sql/updates/3.0.9_old/1828_world.sql index 1b80fd3355..e984b8ef56 100644 --- a/sql/updates/3.0.9_old/1828_world.sql +++ b/sql/updates/3.0.9_old/1828_world.sql @@ -1,3 +1,3 @@ INSERT INTO `spell_linked_spell` VALUES (48265, 49772, 2, 'Unholy Presence'); INSERT INTO `spell_linked_spell` VALUES (49772, 55222, 2, 'Unholy Presence'); -INSERT INTO `spell_linked_spell` VALUES (48263, 61261, 2, 'Frost Presence'); \ No newline at end of file +INSERT INTO `spell_linked_spell` VALUES (48263, 61261, 2, 'Frost Presence'); diff --git a/sql/updates/3.0.9_old/1877_mangos_7439_01_world_trinity_string.sql b/sql/updates/3.0.9_old/1877_mangos_7439_01_world_trinity_string.sql index 3389ff73ef..4b278a49e9 100644 --- a/sql/updates/3.0.9_old/1877_mangos_7439_01_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/1877_mangos_7439_01_world_trinity_string.sql @@ -2,4 +2,4 @@ DELETE FROM `trinity_string` WHERE `entry` IN (175); INSERT INTO `trinity_string` VALUES -(175,'Liquid level: %f, ground: %f, type: %d, status: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(175,'Liquid level: %f, ground: %f, type: %d, status: %d',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/1886_world.sql b/sql/updates/3.0.9_old/1886_world.sql index 8dbac15963..d682101ff6 100644 --- a/sql/updates/3.0.9_old/1886_world.sql +++ b/sql/updates/3.0.9_old/1886_world.sql @@ -3,4 +3,4 @@ INSERT INTO `spell_linked_spell` VALUES (61846, 61848, 2, 'Aspect of te dragonha -- Glyph of Aspect of the Monkey REPLACE INTO `spell_proc_event` VALUES (13163, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000010, 0.000000, 0.000000, 0); -REPLACE INTO `spell_proc_event` VALUES (61848, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000010, 0.000000, 0.000000, 0); \ No newline at end of file +REPLACE INTO `spell_proc_event` VALUES (61848, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000010, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/1911_world.sql b/sql/updates/3.0.9_old/1911_world.sql index 9670819d7e..4a351fcaab 100644 --- a/sql/updates/3.0.9_old/1911_world.sql +++ b/sql/updates/3.0.9_old/1911_world.sql @@ -1,4 +1,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (44545, 44543); INSERT INTO `spell_proc_event` VALUES (44545, 0x00, 3, 1049120, 4096, 0x00000000, 0x0010000, 0x00000000, 15.000000, 0.000000, 0), -(44543, 0x00, 3, 1049120, 4096, 0x00000000, 0x0010000, 0x00000000, 7.000000, 0.000000, 0); \ No newline at end of file +(44543, 0x00, 3, 1049120, 4096, 0x00000000, 0x0010000, 0x00000000, 7.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/1912_world.sql b/sql/updates/3.0.9_old/1912_world.sql index 4c8afaea8d..defcec0ee7 100644 --- a/sql/updates/3.0.9_old/1912_world.sql +++ b/sql/updates/3.0.9_old/1912_world.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (53754, 53759); INSERT INTO `spell_proc_event` VALUES (53754, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0), -(53759, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0); \ No newline at end of file +(53759, 0x00, 5, 0x00000000, 1024, 0x00000000, 0x00000000, 0x0006000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/1957_word.sql b/sql/updates/3.0.9_old/1957_word.sql index acf7179f5a..83f7dcf810 100644 --- a/sql/updates/3.0.9_old/1957_word.sql +++ b/sql/updates/3.0.9_old/1957_word.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (46910, 46911); INSERT INTO `spell_proc_event` VALUES (46910, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000001, 5.5000000, 0.000000, 0), -(46911, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000001, 7.5000000, 0.000000, 0); \ No newline at end of file +(46911, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000001, 7.5000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/1962_mangos_7472_01_world_trinity_string.sql b/sql/updates/3.0.9_old/1962_mangos_7472_01_world_trinity_string.sql index ddb575590c..811291ae22 100644 --- a/sql/updates/3.0.9_old/1962_mangos_7472_01_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/1962_mangos_7472_01_world_trinity_string.sql @@ -24,4 +24,4 @@ INSERT INTO trinity_string VALUES (684,'The Alliance have captured the flag!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (685,'The Horde have captured the flag!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (686,'The flag has been dropped.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(687,'The flag has been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(687,'The flag has been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/2013_world.sql b/sql/updates/3.0.9_old/2013_world.sql index 1efc20f41e..ed898678a5 100644 --- a/sql/updates/3.0.9_old/2013_world.sql +++ b/sql/updates/3.0.9_old/2013_world.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (44745, 54787, 58426, 31221, 31222, 31223); INSERT INTO `spell_proc_event` VALUES (44745, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0002000, 0.000000, 0.000000, 0), -(54787, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0002000, 0.000000, 0.000000, 0); \ No newline at end of file +(54787, 0x00, 3, 0x00000000, 0x00000001, 0x00000000, 0x00008000, 0x0002000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/2021_world.sql b/sql/updates/3.0.9_old/2021_world.sql index 38e8684776..ab88db8bbd 100644 --- a/sql/updates/3.0.9_old/2021_world.sql +++ b/sql/updates/3.0.9_old/2021_world.sql @@ -3,4 +3,4 @@ INSERT INTO `spell_proc_event` VALUES -- Soul Leech (30293, 0x00, 5, 0x00000381, 0x200C0, 0x00000000, 0x0000000, 0x0000000, 0.000000, 0.000000, 0), (30295, 0x00, 5, 0x00000381, 0x200C0, 0x00000000, 0x0000000, 0x0000000, 0.000000, 0.000000, 0), -(30296, 0x00, 5, 0x00000381, 0x200C0, 0x00000000, 0x0000000, 0x0000000, 0.000000, 0.000000, 0); \ No newline at end of file +(30296, 0x00, 5, 0x00000381, 0x200C0, 0x00000000, 0x0000000, 0x0000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/2025_mangos_7493_01_world_command.sql b/sql/updates/3.0.9_old/2025_mangos_7493_01_world_command.sql index ec319bd272..f3c8db438f 100644 --- a/sql/updates/3.0.9_old/2025_mangos_7493_01_world_command.sql +++ b/sql/updates/3.0.9_old/2025_mangos_7493_01_world_command.sql @@ -4,4 +4,4 @@ DELETE FROM `command` WHERE `name` IN ('gobject near','gobject phase','gobject s INSERT INTO `command` VALUES ('gobject near',2,'Syntax: .gobject near [#distance]\r\n\r\nOutput gameobjects at distance #distance from player. Output gameobject guids and coordinates sorted by distance from character. If #distance not provided use 10 as default value.'), -('gobject setphase',2,'Syntax: .gobject setphase #guid #phasemask\r\n\r\nGameobject with DB guid #guid phasemask changed to #phasemask with related world vision update for players. Gameobject state saved to DB and persistent.'); \ No newline at end of file +('gobject setphase',2,'Syntax: .gobject setphase #guid #phasemask\r\n\r\nGameobject with DB guid #guid phasemask changed to #phasemask with related world vision update for players. Gameobject state saved to DB and persistent.'); diff --git a/sql/updates/3.0.9_old/2025_mangos_7495_01_world_trinity_string.sql b/sql/updates/3.0.9_old/2025_mangos_7495_01_world_trinity_string.sql index 29859083cb..76669519c5 100644 --- a/sql/updates/3.0.9_old/2025_mangos_7495_01_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/2025_mangos_7495_01_world_trinity_string.sql @@ -4,4 +4,4 @@ DELETE FROM `trinity_string` WHERE `entry` IN (276,277,524); INSERT INTO `trinity_string` VALUES (276,'Game Object |cffffffff|Hgameobject:%d|h[%s]|h|r (GUID: %u) turned',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (277,'Game Object |cffffffff|Hgameobject:%d|h[%s]|h|r (GUID: %u) moved',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(524,'Selected object:\n|cffffffff|Hgameobject:%d|h[%s]|h|r GUID: %u ID: %u\nX: %f Y: %f Z: %f MapId: %u\nOrientation: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(524,'Selected object:\n|cffffffff|Hgameobject:%d|h[%s]|h|r GUID: %u ID: %u\nX: %f Y: %f Z: %f MapId: %u\nOrientation: %f',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/2057_world.sql b/sql/updates/3.0.9_old/2057_world.sql index 0be46a1812..e6bfc96ff1 100644 --- a/sql/updates/3.0.9_old/2057_world.sql +++ b/sql/updates/3.0.9_old/2057_world.sql @@ -8,4 +8,4 @@ INSERT INTO `spell_bonus_data` VALUES (40972, 0, 0, 0, 'Heal'), (22845, 0, 0, 0, 'Frenzied Regeneration'), (33504, 0, 0, 0, 'Mark of Conquest'), -(34299, 0, 0, 0, 'Improved Leader of the Pack'); \ No newline at end of file +(34299, 0, 0, 0, 'Improved Leader of the Pack'); diff --git a/sql/updates/3.0.9_old/2064_world.sql b/sql/updates/3.0.9_old/2064_world.sql index f1d3c8a9eb..83004c25fd 100644 --- a/sql/updates/3.0.9_old/2064_world.sql +++ b/sql/updates/3.0.9_old/2064_world.sql @@ -4,4 +4,4 @@ INSERT INTO `trinity_string` VALUES (7524,'WORLD: Accepting connections.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); DELETE FROM `command` WHERE `name` IN ('server set closed'); -INSERT INTO `command` VALUES ('server set closed', 3, 'Syntax: server set closed on/off\r\n\r\nSets whether the world accepts new client connectsions.'); \ No newline at end of file +INSERT INTO `command` VALUES ('server set closed', 3, 'Syntax: server set closed on/off\r\n\r\nSets whether the world accepts new client connectsions.'); diff --git a/sql/updates/3.0.9_old/2080_mangos_7503_01_world_command.sql b/sql/updates/3.0.9_old/2080_mangos_7503_01_world_command.sql index 36627860a7..fbffcd1d02 100644 --- a/sql/updates/3.0.9_old/2080_mangos_7503_01_world_command.sql +++ b/sql/updates/3.0.9_old/2080_mangos_7503_01_world_command.sql @@ -12,4 +12,4 @@ INSERT INTO `command` VALUES ('npc addmove',2,'Syntax: .npc addmove #creature_guid [#waittime]\r\n\r\nAdd your current location as a waypoint for creature with guid #creature_guid. And optional add wait time.'), ('npc allowmove',3,'Syntax: .npc allowmove\r\n\r\nEnable or disable movement creatures in world. Not implemented.'), ('npc setphase',2,'Syntax: .npc setphase #phasemask\r\n\r\nSelected unit or pet phasemask changed to #phasemask with related world vision update for players. In creature case state saved to DB and persistent. In pet case change active until in game phase changed for owner, owner re-login, or GM-mode enable/disable..'), -('npc textemote',1,'Syntax: .npc textemote #emoteid\r\n\r\nMake the selected creature to do textemote with an emote of id #emoteid.'); \ No newline at end of file +('npc textemote',1,'Syntax: .npc textemote #emoteid\r\n\r\nMake the selected creature to do textemote with an emote of id #emoteid.'); diff --git a/sql/updates/3.0.9_old/2131_world.sql b/sql/updates/3.0.9_old/2131_world.sql index 0eec3a3d46..60b56178bd 100644 --- a/sql/updates/3.0.9_old/2131_world.sql +++ b/sql/updates/3.0.9_old/2131_world.sql @@ -19,4 +19,4 @@ INSERT INTO `command` VALUES ('wp mod move',2,'Syntax: .wp mod move\nChange selected waypoint coordinates to your position.'), ('wp mod move_flag',2,'Syntax: .wp mod move_flag\nSet move/run flag.'), ('wp mod action',2,'Syntax: .wp mod action\nAssign action (waypoint script id) to selected waypoint.'), -('wp mod action_chance',2,'Syntax: .wp mod action_chance\nAssign chance.'); \ No newline at end of file +('wp mod action_chance',2,'Syntax: .wp mod action_chance\nAssign chance.'); diff --git a/sql/updates/3.0.9_old/2138_world.sql b/sql/updates/3.0.9_old/2138_world.sql index 1d290154c3..c95ca63c25 100644 --- a/sql/updates/3.0.9_old/2138_world.sql +++ b/sql/updates/3.0.9_old/2138_world.sql @@ -3,4 +3,4 @@ INSERT INTO `spell_proc_event` VALUES -- Tidial Force (55198, 0x00, 11, 0x000001C0, 0x00000000, 0x00000000, 0x00004000, 0x00000002, 0.000000, 0.000000, 0), -- Kill Command -(34026, 0x00, 9, 0x00000000, 0x10000000, 0x00000000, 0x0000000, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +(34026, 0x00, 9, 0x00000000, 0x10000000, 0x00000000, 0x0000000, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/2139_script_waypoint.sql b/sql/updates/3.0.9_old/2139_script_waypoint.sql index 430366eafd..c289df1cc6 100644 --- a/sql/updates/3.0.9_old/2139_script_waypoint.sql +++ b/sql/updates/3.0.9_old/2139_script_waypoint.sql @@ -46,4 +46,4 @@ INSERT INTO `script_waypoint` VALUES (16295, 31, 7603.768066, -7667.000488, 153.997726, 0, ''), (16295, 32, 7603.768066, -7667.000488, 153.997726, 4000, 'SAY_END_1'), (16295, 33, 7603.768066, -7667.000488, 153.997726, 8000, 'SAY_END_2'), -(16295, 34, 7603.768066, -7667.000488, 153.997726, 0, ''); \ No newline at end of file +(16295, 34, 7603.768066, -7667.000488, 153.997726, 0, ''); diff --git a/sql/updates/3.0.9_old/2139_world.sql b/sql/updates/3.0.9_old/2139_world.sql index dd7217e9bf..af536a3c2e 100644 --- a/sql/updates/3.0.9_old/2139_world.sql +++ b/sql/updates/3.0.9_old/2139_world.sql @@ -1,2 +1,2 @@ UPDATE `gameobject_template` SET `ScriptName`='go_cat_figurine' WHERE `entry`=13873; -UPDATE `creature_template` SET `ScriptName`='npc_garments_of_quests' WHERE `entry` IN (12429,12423,12427,12430,12428); \ No newline at end of file +UPDATE `creature_template` SET `ScriptName`='npc_garments_of_quests' WHERE `entry` IN (12429,12423,12427,12430,12428); diff --git a/sql/updates/3.0.9_old/2139_world_script.sql b/sql/updates/3.0.9_old/2139_world_script.sql index 3d40c497ea..c9ef53ac5b 100644 --- a/sql/updates/3.0.9_old/2139_world_script.sql +++ b/sql/updates/3.0.9_old/2139_world_script.sql @@ -10,4 +10,4 @@ INSERT INTO `script_texts` (entry,content_default,sound,type,language,emote,comm (-1000171, 'Thank you! Thank you, $GPriest:Priestess;. Now I can take on those wendigo with the Light on my side!',0,0,7,1,'garments SAY_DOLF_THANKS'), (-1000172, 'Farewell to you, and may the Light be with you always.',0,0,7,3,'garments SAY_DOLF_GOODBYE'), (-1000173, 'Thank you! Thank you, $GPriest:Priestess;. Now I can take on those corrupt timberlings with Elune\'s power behind me!',0,0,2,1,'garments SAY_SHAYA_THANKS'), -(-1000174, 'Farewell to you, and may Elune be with you always.',0,0,2,3,'garments SAY_SHAYA_GOODBYE'); \ No newline at end of file +(-1000174, 'Farewell to you, and may Elune be with you always.',0,0,2,3,'garments SAY_SHAYA_GOODBYE'); diff --git a/sql/updates/3.0.9_old/2160_world.sql b/sql/updates/3.0.9_old/2160_world.sql index 40d2c9d1bb..e6560fb662 100644 --- a/sql/updates/3.0.9_old/2160_world.sql +++ b/sql/updates/3.0.9_old/2160_world.sql @@ -1,3 +1,3 @@ DELETE FROM `command` WHERE `name` LIKE "ahbotoption %"; DELETE FROM `command` WHERE `name` LIKE "ahbotoptions %"; -DELETE FROM `command` WHERE `name` IN ('gobject addtemp','npc addtemp'); \ No newline at end of file +DELETE FROM `command` WHERE `name` IN ('gobject addtemp','npc addtemp'); diff --git a/sql/updates/3.0.9_old/2161_world.sql b/sql/updates/3.0.9_old/2161_world.sql index 1e45d6b33e..a02e1b0e2a 100644 --- a/sql/updates/3.0.9_old/2161_world.sql +++ b/sql/updates/3.0.9_old/2161_world.sql @@ -1,2 +1,2 @@ DELETE FROM `command` WHERE `name` LIKE "wp mod %"; -DELETE FROM `command` WHERE `name` LIKE "wp event %"; \ No newline at end of file +DELETE FROM `command` WHERE `name` LIKE "wp event %"; diff --git a/sql/updates/3.0.9_old/2227_mangos_7544_01_world_uptime.sql b/sql/updates/3.0.9_old/2227_mangos_7544_01_world_uptime.sql index 0889d78c1a..6fb0fe5855 100644 --- a/sql/updates/3.0.9_old/2227_mangos_7544_01_world_uptime.sql +++ b/sql/updates/3.0.9_old/2227_mangos_7544_01_world_uptime.sql @@ -1,3 +1,3 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7536_01_mangos_spell_chain required_7544_01_mangos_uptime bit;*/ -DROP TABLE IF EXISTS `uptime`; \ No newline at end of file +DROP TABLE IF EXISTS `uptime`; diff --git a/sql/updates/3.0.9_old/2227_mangos_7546_02_realmd_uptime.sql b/sql/updates/3.0.9_old/2227_mangos_7546_02_realmd_uptime.sql index 6ba9b17dea..1e19b1cd23 100644 --- a/sql/updates/3.0.9_old/2227_mangos_7546_02_realmd_uptime.sql +++ b/sql/updates/3.0.9_old/2227_mangos_7546_02_realmd_uptime.sql @@ -12,4 +12,4 @@ CREATE TABLE `uptime` ( `uptime` bigint(20) unsigned NOT NULL default '0', `maxplayers` smallint(5) unsigned NOT NULL default '0', PRIMARY KEY (`realmid`,`starttime`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Uptime system'; \ No newline at end of file +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC COMMENT='Uptime system'; diff --git a/sql/updates/3.0.9_old/2254_world.sql b/sql/updates/3.0.9_old/2254_world.sql index 0ff79e5ca4..fef5b79a9f 100644 --- a/sql/updates/3.0.9_old/2254_world.sql +++ b/sql/updates/3.0.9_old/2254_world.sql @@ -10,4 +10,4 @@ INSERT INTO `command` VALUES ('wp event',2,'Syntax: .wp event $subcommand\nType .path event to see the list of possible subcommands or .help path event $subcommand to see info on subcommands.'), ('wp unload',2,'Syntax: .wp unload\nUnload path for selected creature.'), ('wp show',2,'Syntax: .wp show $option\nOptions:\non $pathid (or selected creature with loaded path) - Show path\noff - Hide path\ninfo $slected_waypoint - Show info for selected waypoint.'), -('wp mod',2,'Syntax: .wp mod\nType .path mod to see the list of possible subcommands or .help path mod $subcommand to see info on subcommands.'); \ No newline at end of file +('wp mod',2,'Syntax: .wp mod\nType .path mod to see the list of possible subcommands or .help path mod $subcommand to see info on subcommands.'); diff --git a/sql/updates/3.0.9_old/2274_mangos_7558_01_world_trinity_string.sql b/sql/updates/3.0.9_old/2274_mangos_7558_01_world_trinity_string.sql index a7776d74e3..ea2bbb346b 100644 --- a/sql/updates/3.0.9_old/2274_mangos_7558_01_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/2274_mangos_7558_01_world_trinity_string.sql @@ -6,4 +6,4 @@ INSERT INTO `trinity_string` VALUES (1124,'Wrong pet type',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (1125,'Your pet learned all talents',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (1126,'Your pet talents have been reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(1127,'Talents of %s\'s pet reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(1127,'Talents of %s\'s pet reset.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/2274_mangos_7558_02_world_command.sql b/sql/updates/3.0.9_old/2274_mangos_7558_02_world_command.sql index b5e4558cad..91665d8c06 100644 --- a/sql/updates/3.0.9_old/2274_mangos_7558_02_world_command.sql +++ b/sql/updates/3.0.9_old/2274_mangos_7558_02_world_command.sql @@ -2,4 +2,4 @@ DELETE FROM `command` WHERE `name` IN ('learn all_mypettalents'); INSERT INTO `command` VALUES -('learn all_mypettalents',3,'Syntax: .learn all_mypettalents\r\n\r\nLearn all talents for your pet available for his creature type (only for hunter pets).'); \ No newline at end of file +('learn all_mypettalents',3,'Syntax: .learn all_mypettalents\r\n\r\nLearn all talents for your pet available for his creature type (only for hunter pets).'); diff --git a/sql/updates/3.0.9_old/2276_mangos_7560_01_world_gameobject_template.sql b/sql/updates/3.0.9_old/2276_mangos_7560_01_world_gameobject_template.sql index dd99f3820e..f4fff3eee2 100644 --- a/sql/updates/3.0.9_old/2276_mangos_7560_01_world_gameobject_template.sql +++ b/sql/updates/3.0.9_old/2276_mangos_7560_01_world_gameobject_template.sql @@ -1,4 +1,4 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7558_02_mangos_command required_7560_01_mangos_gameobject_template bit;*/ ALTER TABLE gameobject_template - ADD COLUMN IconName varchar(100) NOT NULL default '' AFTER name; \ No newline at end of file + ADD COLUMN IconName varchar(100) NOT NULL default '' AFTER name; diff --git a/sql/updates/3.0.9_old/2280_mangos_7565_01_world_trinity_string.sql b/sql/updates/3.0.9_old/2280_mangos_7565_01_world_trinity_string.sql index c7ec3aaf72..8eb55d13dd 100644 --- a/sql/updates/3.0.9_old/2280_mangos_7565_01_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/2280_mangos_7565_01_world_trinity_string.sql @@ -6,4 +6,4 @@ INSERT INTO `trinity_string` VALUES (1011,'| | %20s | || |',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (1012,'===========================================================================',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (1013,'|%15s| %20s | %15s |%4d| %9d |',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(1014,'No online players.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(1014,'No online players.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/2284_mangos_7568_01_world_spell_proc_event.sql b/sql/updates/3.0.9_old/2284_mangos_7568_01_world_spell_proc_event.sql index 016b88eac2..114db529d4 100644 --- a/sql/updates/3.0.9_old/2284_mangos_7568_01_world_spell_proc_event.sql +++ b/sql/updates/3.0.9_old/2284_mangos_7568_01_world_spell_proc_event.sql @@ -46,4 +46,4 @@ INSERT INTO `spell_proc_event` VALUES (61356, 0x00, 0, 0x00000000, 0x00000000, 0 -- (24905) Moonkin Form (Passive) (Passive) DELETE FROM `spell_proc_event` WHERE `entry` IN (24905); -INSERT INTO `spell_proc_event` VALUES (24905, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 15.000000, 0.000000, 0); \ No newline at end of file +INSERT INTO `spell_proc_event` VALUES (24905, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 15.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/2296_world.sql b/sql/updates/3.0.9_old/2296_world.sql index 716d6be4b8..4e266e4369 100644 --- a/sql/updates/3.0.9_old/2296_world.sql +++ b/sql/updates/3.0.9_old/2296_world.sql @@ -1,2 +1,2 @@ ALTER TABLE creature_template - ADD COLUMN `VehicleId` mediumint(8) unsigned NOT NULL default '0' AFTER `PetSpellDataId`; \ No newline at end of file + ADD COLUMN `VehicleId` mediumint(8) unsigned NOT NULL default '0' AFTER `PetSpellDataId`; diff --git a/sql/updates/3.0.9_old/2339_world.sql b/sql/updates/3.0.9_old/2339_world.sql index 4b7f08394c..106de7326f 100644 --- a/sql/updates/3.0.9_old/2339_world.sql +++ b/sql/updates/3.0.9_old/2339_world.sql @@ -13,4 +13,4 @@ INSERT INTO `command`(`name`,`security`,`help`) VALUES ('ahbotoption maxstack', '3', '.Syntax: .ahbotoption maxstack $ahMapID $color $value Set maximum stacks for single item in auction. if set to 0 then item_template.stackable value will be considered $color: grey, white, green, blue, purple, orange, yellow.'), ('ahbotoption buyerprice', '3', '.Syntax: .ahbotoption buyerprice $ahMapID $color $value Set rate for which Ahbot will be allowed to buy an item. 1=item_template.sellprice, 2=2*item_template.sellprice... $color: grey, white, green, blue, purple, orange, yellow.'), ('ahbotoption bidinterval', '3', '.Syntax: .ahbotoption bidinterval $ahMapID $parameter Set number of minutes between bids'), -('ahbotoption bidsperinterval', '3', '.Syntax: .ahbotoption bidsperinterval $ahMapID $parameter Set number of bids to be made per cycle.'); \ No newline at end of file +('ahbotoption bidsperinterval', '3', '.Syntax: .ahbotoption bidsperinterval $ahMapID $parameter Set number of bids to be made per cycle.'); diff --git a/sql/updates/3.0.9_old/2343_world.sql b/sql/updates/3.0.9_old/2343_world.sql index 091ceb847e..4b2b5e6895 100644 --- a/sql/updates/3.0.9_old/2343_world.sql +++ b/sql/updates/3.0.9_old/2343_world.sql @@ -14,4 +14,4 @@ INSERT INTO `command`(`name`,`security`,`help`) VALUES ('ahbotoptions maxstack', '3', '.Syntax: .ahbotoptions maxstack $ahMapID $color $value Set maximum stacks for single item in auction. if set to 0 then item_template.stackable value will be considered $color: grey, white, green, blue, purple, orange, yellow.'), ('ahbotoptions buyerprice', '3', '.Syntax: .ahbotoptions buyerprice $ahMapID $color $value Set rate for which Ahbot will be allowed to buy an item. 1=item_template.sellprice, 2=2*item_template.sellprice... $color: grey, white, green, blue, purple, orange, yellow.'), ('ahbotoptions bidinterval', '3', '.Syntax: .ahbotoptions bidinterval $ahMapID $parameter Set number of minutes between bids'), -('ahbotoptions bidsperinterval', '3', '.Syntax: .ahbotoptions bidsperinterval $ahMapID $parameter Set number of bids to be made per cycle.'); \ No newline at end of file +('ahbotoptions bidsperinterval', '3', '.Syntax: .ahbotoptions bidsperinterval $ahMapID $parameter Set number of bids to be made per cycle.'); diff --git a/sql/updates/3.0.9_old/2346_world.sql b/sql/updates/3.0.9_old/2346_world.sql index 9bbe8d96d9..f3cb07b660 100644 --- a/sql/updates/3.0.9_old/2346_world.sql +++ b/sql/updates/3.0.9_old/2346_world.sql @@ -1,2 +1,2 @@ DELETE FROM `command` WHERE `name` LIKE "ahbotoption %"; -DELETE FROM `command` WHERE `name` LIKE "ahbotoptions %"; \ No newline at end of file +DELETE FROM `command` WHERE `name` LIKE "ahbotoptions %"; diff --git a/sql/updates/3.0.9_old/2412_characters.sql b/sql/updates/3.0.9_old/2412_characters.sql index e1f44c58ae..e93a2c752b 100644 --- a/sql/updates/3.0.9_old/2412_characters.sql +++ b/sql/updates/3.0.9_old/2412_characters.sql @@ -7,4 +7,4 @@ DELETE FROM `pet_aura` WHERE 'effect_index'>'1'; ALTER TABLE `pet_aura` CHANGE `effect_index` `effect_mask` INT( 11 ) UNSIGNED NOT NULL DEFAULT '0'; ALTER TABLE `pet_aura` CHANGE `amount` `amount0` INT( 11 ) NOT NULL DEFAULT '0'; ALTER TABLE `pet_aura` ADD `amount1` INT( 11 ) NOT NULL DEFAULT '0' AFTER `amount0`; - ALTER TABLE `pet_aura` ADD `amount2` INT( 11 ) NOT NULL DEFAULT '0' AFTER `amount1`; \ No newline at end of file + ALTER TABLE `pet_aura` ADD `amount2` INT( 11 ) NOT NULL DEFAULT '0' AFTER `amount1`; diff --git a/sql/updates/3.0.9_old/2412_world.sql b/sql/updates/3.0.9_old/2412_world.sql index c31c22b3d7..7200a24ee3 100644 --- a/sql/updates/3.0.9_old/2412_world.sql +++ b/sql/updates/3.0.9_old/2412_world.sql @@ -1,2 +1,2 @@ UPDATE `trinity_string` SET `content_default` = 'id: %d effmask: %d charges: %d stack: %d slot %d duration: %d maxduration: %d' WHERE `entry` =468; -UPDATE `trinity_string` SET `content_default` = 'id: %d eff: %d amount: %d' WHERE `trinity_string`.`entry` =470; \ No newline at end of file +UPDATE `trinity_string` SET `content_default` = 'id: %d eff: %d amount: %d' WHERE `trinity_string`.`entry` =470; diff --git a/sql/updates/3.0.9_old/2432_mangos_7615_01_world_command.sql b/sql/updates/3.0.9_old/2432_mangos_7615_01_world_command.sql index 0f1d14d852..b834d9b3e7 100644 --- a/sql/updates/3.0.9_old/2432_mangos_7615_01_world_command.sql +++ b/sql/updates/3.0.9_old/2432_mangos_7615_01_world_command.sql @@ -5,4 +5,4 @@ INSERT INTO `command` VALUES ('send items',3,'Syntax: .send items #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.'), ('send mail',1,'Syntax: .send mail #playername "#subject" "#text"\r\n\r\nSend a mail to a player. Subject and mail text must be in "".'), ('send message',3,'Syntax: .send message $playername $message\r\n\r\nSend screen message to player from ADMINISTRATOR.'), -('send money','3','Syntax: .send money #playername "#subject" "#text" #money\r\n\r\nSend mail with money to a player. Subject and mail text must be in "".'); \ No newline at end of file +('send money','3','Syntax: .send money #playername "#subject" "#text" #money\r\n\r\nSend mail with money to a player. Subject and mail text must be in "".'); diff --git a/sql/updates/3.0.9_old/2433_mangos_7616_01_world_trinity_string.sql b/sql/updates/3.0.9_old/2433_mangos_7616_01_world_trinity_string.sql index d358f72391..4450a6ac5e 100644 --- a/sql/updates/3.0.9_old/2433_mangos_7616_01_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/2433_mangos_7616_01_world_trinity_string.sql @@ -3,4 +3,4 @@ DELETE FROM `trinity_string` WHERE `entry` IN (1200,1201); INSERT INTO `trinity_string` VALUES (1200,'You try to view cinemitic %u but it doesn\'t exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(1201,'You try to view movie %u but it doesn\'t exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(1201,'You try to view movie %u but it doesn\'t exist.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/2433_mangos_7616_02_world_command.sql b/sql/updates/3.0.9_old/2433_mangos_7616_02_world_command.sql index 405415ac31..ec2e06fdf8 100644 --- a/sql/updates/3.0.9_old/2433_mangos_7616_02_world_command.sql +++ b/sql/updates/3.0.9_old/2433_mangos_7616_02_world_command.sql @@ -4,4 +4,4 @@ DELETE FROM `command` WHERE `name` IN ('debug playsound','debug play sound','deb INSERT INTO `command` VALUES ('debug play cinematic',1,'Syntax: .debug play cinematic #cinematicid\r\n\r\nPlay cinematic #cinematicid for you. You stay at place while your mind fly.\r\n'), ('debug play movie',1,'Syntax: .debug play movie #movieid\r\n\r\nPlay movie #movieid for you.'), -('debug play sound',1,'Syntax: .debug play sound #soundid\r\n\r\nPlay sound with #soundid.\r\nSound will be play only for you. Other players do not hear this.\r\nWarning: client may have more 5000 sounds...'); \ No newline at end of file +('debug play sound',1,'Syntax: .debug play sound #soundid\r\n\r\nPlay sound with #soundid.\r\nSound will be play only for you. Other players do not hear this.\r\nWarning: client may have more 5000 sounds...'); diff --git a/sql/updates/3.0.9_old/2444_world.sql b/sql/updates/3.0.9_old/2444_world.sql index 7eec5331e5..afacec5a72 100644 --- a/sql/updates/3.0.9_old/2444_world.sql +++ b/sql/updates/3.0.9_old/2444_world.sql @@ -1,3 +1,3 @@ DELETE FROM `command` WHERE `name` IN ('reload spell_linked_spell'); INSERT INTO `command` 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/3.0.9_old/2479_world.sql b/sql/updates/3.0.9_old/2479_world.sql index 28bb545b72..e5f0e2fb77 100644 --- a/sql/updates/3.0.9_old/2479_world.sql +++ b/sql/updates/3.0.9_old/2479_world.sql @@ -1,2 +1,2 @@ DELETE FROM `trinity_string` WHERE `entry` = 5007; -INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES (5007, 'You must be in a raid group to enter this instance.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); \ No newline at end of file +INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES (5007, 'You must be in a raid group to enter this instance.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); diff --git a/sql/updates/3.0.9_old/2492_mangos_7622_01_world_creature_ai_scripts.sql b/sql/updates/3.0.9_old/2492_mangos_7622_01_world_creature_ai_scripts.sql index a657e35992..7fd0ab98f0 100644 --- a/sql/updates/3.0.9_old/2492_mangos_7622_01_world_creature_ai_scripts.sql +++ b/sql/updates/3.0.9_old/2492_mangos_7622_01_world_creature_ai_scripts.sql @@ -26,4 +26,4 @@ CREATE TABLE `creature_ai_scripts` ( `action3_param3` int(11) signed NOT NULL default '0', `comment` varchar(255) NOT NULL default '' COMMENT 'Event Comment', PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='EventAI Scripts'; \ No newline at end of file +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='EventAI Scripts'; diff --git a/sql/updates/3.0.9_old/2492_mangos_7622_02_world_creature_ai_summons.sql b/sql/updates/3.0.9_old/2492_mangos_7622_02_world_creature_ai_summons.sql index e9d6a0a48e..e82691e177 100644 --- a/sql/updates/3.0.9_old/2492_mangos_7622_02_world_creature_ai_summons.sql +++ b/sql/updates/3.0.9_old/2492_mangos_7622_02_world_creature_ai_summons.sql @@ -10,4 +10,4 @@ CREATE TABLE `creature_ai_summons` ( `spawntimesecs` int(11) unsigned NOT NULL default '120', `comment` varchar(255) NOT NULL default '' COMMENT 'Summon Comment', PRIMARY KEY (`id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='EventAI Summoning Locations'; \ No newline at end of file +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='EventAI Summoning Locations'; diff --git a/sql/updates/3.0.9_old/2492_mangos_7622_03_world_creature_ai_texts.sql b/sql/updates/3.0.9_old/2492_mangos_7622_03_world_creature_ai_texts.sql index cdb4995367..1ff30b08b9 100644 --- a/sql/updates/3.0.9_old/2492_mangos_7622_03_world_creature_ai_texts.sql +++ b/sql/updates/3.0.9_old/2492_mangos_7622_03_world_creature_ai_texts.sql @@ -18,4 +18,4 @@ CREATE TABLE `creature_ai_texts` ( `emote` tinyint(3) unsigned NOT NULL DEFAULT '0', `comment` text, PRIMARY KEY (`entry`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Script Texts'; \ No newline at end of file +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Script Texts'; diff --git a/sql/updates/3.0.9_old/2515_world_scripts.sql b/sql/updates/3.0.9_old/2515_world_scripts.sql index e334e24158..9b2c26e9f9 100644 --- a/sql/updates/3.0.9_old/2515_world_scripts.sql +++ b/sql/updates/3.0.9_old/2515_world_scripts.sql @@ -19,4 +19,4 @@ UPDATE `creature_template` SET `equipment_id`='17888' WHERE `entry`=17888; UPDATE `creature_template` SET `equipment_id`='17921' WHERE `entry`=17921; /*DELETE FROM creature_equip_template WHERE `entry` IN (17888, 17921); INSERT INTO creature_equip_template () VALUES (17888, 45776, 0, 0, 33490946, 0, 0, 0, 0, 0); -INSERT INTO creature_equip_template () VALUES (17921, 20732, 0, 20732, 33489666, 0, 33489666, 26, 0, 26);*/ \ No newline at end of file +INSERT INTO creature_equip_template () VALUES (17921, 20732, 0, 20732, 33489666, 0, 33489666, 26, 0, 26);*/ diff --git a/sql/updates/3.0.9_old/2522_mangos_7627_01_world_achievement_criteria_data.sql b/sql/updates/3.0.9_old/2522_mangos_7627_01_world_achievement_criteria_data.sql index da2fecf897..e7701bf6b2 100644 --- a/sql/updates/3.0.9_old/2522_mangos_7627_01_world_achievement_criteria_data.sql +++ b/sql/updates/3.0.9_old/2522_mangos_7627_01_world_achievement_criteria_data.sql @@ -7,4 +7,4 @@ CREATE TABLE `achievement_criteria_data` ( `value1` mediumint(8) unsigned NOT NULL DEFAULT '0', `value2` mediumint(8) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`criteria_id`) -) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Achievment system'; \ No newline at end of file +) ENGINE=MyISAM DEFAULT CHARSET=utf8 ROW_FORMAT=FIXED COMMENT='Achievment system'; diff --git a/sql/updates/3.0.9_old/2528_mangos_7633_01_world_achievement_criteria_data.sql b/sql/updates/3.0.9_old/2528_mangos_7633_01_world_achievement_criteria_data.sql index 4cc035e316..3f59608809 100644 --- a/sql/updates/3.0.9_old/2528_mangos_7633_01_world_achievement_criteria_data.sql +++ b/sql/updates/3.0.9_old/2528_mangos_7633_01_world_achievement_criteria_data.sql @@ -2,4 +2,4 @@ ALTER TABLE `achievement_criteria_data` DROP PRIMARY KEY, - ADD PRIMARY KEY (`criteria_id`,`type`); \ No newline at end of file + ADD PRIMARY KEY (`criteria_id`,`type`); diff --git a/sql/updates/3.0.9_old/2551_world_spell_bonus_data.sql b/sql/updates/3.0.9_old/2551_world_spell_bonus_data.sql index 531f248a2e..ef40ff987e 100644 --- a/sql/updates/3.0.9_old/2551_world_spell_bonus_data.sql +++ b/sql/updates/3.0.9_old/2551_world_spell_bonus_data.sql @@ -1,4 +1,4 @@ -- Judgement DELETE FROM `spell_bonus_data` WHERE `entry` = 54158; INSERT INTO `spell_bonus_data` (`entry`,`direct_bonus`,`dot_bonus`,`ap_bonus`,`comments`) VALUES -('54158','0.25','0','0.16','Paladin - Unleashing spell for Seal of Wisdom, Justice and Light'); \ No newline at end of file +('54158','0.25','0','0.16','Paladin - Unleashing spell for Seal of Wisdom, Justice and Light'); diff --git a/sql/updates/3.0.9_old/2559_world_spell_proc_event.sql b/sql/updates/3.0.9_old/2559_world_spell_proc_event.sql index 50ebcb09e9..245f6dbe86 100644 --- a/sql/updates/3.0.9_old/2559_world_spell_proc_event.sql +++ b/sql/updates/3.0.9_old/2559_world_spell_proc_event.sql @@ -6,4 +6,4 @@ INSERT INTO `spell_proc_event` VALUES (44544, 0x00, 0x00000003, 0x00000000, 0x00 DELETE FROM `spell_proc_event` WHERE `entry` IN (29723, 29725, 29724); INSERT INTO `spell_proc_event` VALUES (29723, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); INSERT INTO `spell_proc_event` VALUES (29725, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); -INSERT INTO `spell_proc_event` VALUES (29724, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); \ No newline at end of file +INSERT INTO `spell_proc_event` VALUES (29724, 0x00, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/2565_world_SD2_scripts.sql b/sql/updates/3.0.9_old/2565_world_SD2_scripts.sql index 2b744ba549..b827a6b5a5 100644 --- a/sql/updates/3.0.9_old/2565_world_SD2_scripts.sql +++ b/sql/updates/3.0.9_old/2565_world_SD2_scripts.sql @@ -340,4 +340,4 @@ UPDATE `creature_template` SET `ScriptName`='npc_henry_stern' WHERE `entry`=8696 DELETE FROM `trinity_string` WHERE `entry` IN (59); INSERT INTO `trinity_string` VALUES -(59,'Using creature EventAI: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(59,'Using creature EventAI: %s',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/2570_world_spell_linked_spell.sql b/sql/updates/3.0.9_old/2570_world_spell_linked_spell.sql index 0d87bfc80e..6499d2d2b3 100644 --- a/sql/updates/3.0.9_old/2570_world_spell_linked_spell.sql +++ b/sql/updates/3.0.9_old/2570_world_spell_linked_spell.sql @@ -6,4 +6,4 @@ INSERT IGNORE INTO `spell_linked_spell` VALUES (17853, 54501, 2, 'Consume Shadow INSERT IGNORE INTO `spell_linked_spell` VALUES (17852, 54501, 2, 'Consume Shadows - Rank 4'); INSERT IGNORE INTO `spell_linked_spell` VALUES (17851, 54501, 2, 'Consume Shadows - Rank 3'); INSERT IGNORE INTO `spell_linked_spell` VALUES (17850, 54501, 2, 'Consume Shadows - Rank 2'); -INSERT IGNORE INTO `spell_linked_spell` VALUES (17767, 54501, 2, 'Consume Shadows - Rank 1'); \ No newline at end of file +INSERT IGNORE INTO `spell_linked_spell` VALUES (17767, 54501, 2, 'Consume Shadows - Rank 1'); diff --git a/sql/updates/3.0.9_old/2582_mangos_7644_01_characters_character_pet.sql b/sql/updates/3.0.9_old/2582_mangos_7644_01_characters_character_pet.sql index c9713aeb4b..fe0f8fd750 100644 --- a/sql/updates/3.0.9_old/2582_mangos_7644_01_characters_character_pet.sql +++ b/sql/updates/3.0.9_old/2582_mangos_7644_01_characters_character_pet.sql @@ -2,4 +2,4 @@ /* only hunter pets must be in stable */ UPDATE `character_pet` - SET slot = 100 WHERE PetType <> 1 AND slot >= 1 AND slot <= 4; \ No newline at end of file + SET slot = 100 WHERE PetType <> 1 AND slot >= 1 AND slot <= 4; diff --git a/sql/updates/3.0.9_old/2617_world_spell_linked_spell.sql b/sql/updates/3.0.9_old/2617_world_spell_linked_spell.sql index 392893de6d..b8b40c52fe 100644 --- a/sql/updates/3.0.9_old/2617_world_spell_linked_spell.sql +++ b/sql/updates/3.0.9_old/2617_world_spell_linked_spell.sql @@ -4,4 +4,4 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm (57635, 57636, 0, 'Disengage'), (60932, 60934, 0, 'Disengage'), (61507, 61508, 0, 'Disengage'), -(49576, 49560, 0, 'Death Grip'); \ No newline at end of file +(49576, 49560, 0, 'Death Grip'); diff --git a/sql/updates/3.0.9_old/2678_mangos_7662_01_world_spell_bonus_data.sql b/sql/updates/3.0.9_old/2678_mangos_7662_01_world_spell_bonus_data.sql index 7950f33681..8bdcf09ce2 100644 --- a/sql/updates/3.0.9_old/2678_mangos_7662_01_world_spell_bonus_data.sql +++ b/sql/updates/3.0.9_old/2678_mangos_7662_01_world_spell_bonus_data.sql @@ -3,4 +3,4 @@ DELETE FROM `spell_bonus_data` WHERE entry IN (50288, 50294); INSERT INTO `spell_bonus_data` VALUES (50288, 0.05, 0, 0, "Druid - Starfall"), -(50294, 0.012, 0, 0, "Druid - Starfall AOE"); \ No newline at end of file +(50294, 0.012, 0, 0, "Druid - Starfall AOE"); diff --git a/sql/updates/3.0.9_old/2682_world_SD2_scripts.sql b/sql/updates/3.0.9_old/2682_world_SD2_scripts.sql index 39ac367d09..b75da0b15d 100644 --- a/sql/updates/3.0.9_old/2682_world_SD2_scripts.sql +++ b/sql/updates/3.0.9_old/2682_world_SD2_scripts.sql @@ -43,4 +43,4 @@ INSERT INTO script_texts (entry,content_default,sound,type,language,emote,commen (-1033005,'There we go!',0,0,1,1,'prisoner adamant SAY_POST1_DOOR_AD'), (-1033006,'Good luck with Arugal. I must hurry back to Hadrec now.',0,0,1,1,'prisoner adamant SAY_POST2_DOOR_AD'), (-1033007,'About time someone killed the wretch.',0,0,1,1,'prisoner adamant SAY_BOSS_DIE_AD'), -(-1033008,'For once I agree with you... scum.',0,0,7,1,'prisoner ashcrombe SAY_BOSS_DIE_AS'); \ No newline at end of file +(-1033008,'For once I agree with you... scum.',0,0,7,1,'prisoner ashcrombe SAY_BOSS_DIE_AS'); diff --git a/sql/updates/3.0.9_old/2683_world_trinity_string.sql b/sql/updates/3.0.9_old/2683_world_trinity_string.sql index 856f105c53..ead79e05b6 100644 --- a/sql/updates/3.0.9_old/2683_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/2683_world_trinity_string.sql @@ -1,3 +1,3 @@ DELETE FROM `trinity_string` WHERE `entry`=2025; INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES -('2025','|cff00ff00Created|r:|cff00ccff %s ago|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +('2025','|cff00ff00Created|r:|cff00ccff %s ago|r ',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/2686_world_command.sql b/sql/updates/3.0.9_old/2686_world_command.sql index 5d25225dfe..4abdd7becf 100644 --- a/sql/updates/3.0.9_old/2686_world_command.sql +++ b/sql/updates/3.0.9_old/2686_world_command.sql @@ -1,3 +1,3 @@ DELETE FROM `command` WHERE `name` IN ('go ticket'); INSERT INTO `command` VALUES -('go ticket','1','Syntax: .go ticket #ticketid\r\nTeleports the user to the location where $ticketid was created.'); \ No newline at end of file +('go ticket','1','Syntax: .go ticket #ticketid\r\nTeleports the user to the location where $ticketid was created.'); diff --git a/sql/updates/3.0.9_old/2687_world_spell_proc_event.sql b/sql/updates/3.0.9_old/2687_world_spell_proc_event.sql index fd8960d271..4053afc55f 100644 --- a/sql/updates/3.0.9_old/2687_world_spell_proc_event.sql +++ b/sql/updates/3.0.9_old/2687_world_spell_proc_event.sql @@ -1,4 +1,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (44545, 44543); INSERT INTO `spell_proc_event` VALUES (44545, 0x00, 3, 1049120, 4096, 0, 65536, 0x0000000, 0.000000, 15.000000, 0), -(44543, 0x00, 3, 1049120, 4096, 0, 65536, 0x0000000, 0.000000, 7.000000, 0); \ No newline at end of file +(44543, 0x00, 3, 1049120, 4096, 0, 65536, 0x0000000, 0.000000, 7.000000, 0); diff --git a/sql/updates/3.0.9_old/2689_world_spell_linked_spell.sql b/sql/updates/3.0.9_old/2689_world_spell_linked_spell.sql index 8e077e70f0..057358854b 100644 --- a/sql/updates/3.0.9_old/2689_world_spell_linked_spell.sql +++ b/sql/updates/3.0.9_old/2689_world_spell_linked_spell.sql @@ -1,2 +1,2 @@ DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (51723); -INSERT INTO `spell_linked_spell` VALUES (51723, 52874, 0, 'Fan Of Knives'); \ No newline at end of file +INSERT INTO `spell_linked_spell` VALUES (51723, 52874, 0, 'Fan Of Knives'); diff --git a/sql/updates/3.0.9_old/2706_world_SD2_scripts.sql b/sql/updates/3.0.9_old/2706_world_SD2_scripts.sql index 71f9799746..b6072845de 100644 --- a/sql/updates/3.0.9_old/2706_world_SD2_scripts.sql +++ b/sql/updates/3.0.9_old/2706_world_SD2_scripts.sql @@ -1,4 +1,4 @@ UPDATE creature_template SET ScriptName='npc_kingdom_of_dalaran_quests' WHERE entry IN (29169,23729,26673,27158,29158,29161,26471,29155,29159,29160,29162); DELETE FROM spell_target_position WHERE id=53360; INSERT INTO spell_target_position VALUES -(53360, 571, 5807.829, 587.960, 660.939, 1.663); \ No newline at end of file +(53360, 571, 5807.829, 587.960, 660.939, 1.663); diff --git a/sql/updates/3.0.9_old/2715_TC1_1362_world_creature_linked_respawn.sql b/sql/updates/3.0.9_old/2715_TC1_1362_world_creature_linked_respawn.sql index 52adffa7bd..a6d786871d 100644 --- a/sql/updates/3.0.9_old/2715_TC1_1362_world_creature_linked_respawn.sql +++ b/sql/updates/3.0.9_old/2715_TC1_1362_world_creature_linked_respawn.sql @@ -7,4 +7,4 @@ CREATE TABLE `creature_linked_respawn` ( DELETE FROM `trinity_string` WHERE `entry` = '750'; INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES -('750', 'linkGUID: %u, Entry: %u (%s)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); \ No newline at end of file +('750', 'linkGUID: %u, Entry: %u (%s)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); diff --git a/sql/updates/3.0.9_old/2774_world_spell_proc_event.sql b/sql/updates/3.0.9_old/2774_world_spell_proc_event.sql index 9b91199f5d..05e6c17d7d 100644 --- a/sql/updates/3.0.9_old/2774_world_spell_proc_event.sql +++ b/sql/updates/3.0.9_old/2774_world_spell_proc_event.sql @@ -8,4 +8,4 @@ INSERT INTO `spell_proc_event` VALUES -- Master of subtlety (31221, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x0006001, 0.000000, 0.000000, 0), (31222, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x0006001, 0.000000, 0.000000, 0), -(31223, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x0006001, 0.000000, 0.000000, 0); \ No newline at end of file +(31223, 0x00, 8, 0x400000, 0x00000000, 0x00000000, 0x00014000, 0x0006001, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/2792_world_spell_bonus_data.sql b/sql/updates/3.0.9_old/2792_world_spell_bonus_data.sql index 166622d382..674a68fe60 100644 --- a/sql/updates/3.0.9_old/2792_world_spell_bonus_data.sql +++ b/sql/updates/3.0.9_old/2792_world_spell_bonus_data.sql @@ -1,3 +1,3 @@ DELETE FROM `spell_bonus_data` WHERE entry IN (33778); INSERT INTO `spell_bonus_data` VALUES -(33778, 0.6453, 0, 0, "Lifebloom- final effect"); \ No newline at end of file +(33778, 0.6453, 0, 0, "Lifebloom- final effect"); diff --git a/sql/updates/3.0.9_old/2792_world_spell_proc_event.sql b/sql/updates/3.0.9_old/2792_world_spell_proc_event.sql index 4c1ec0b4fe..c2db051fda 100644 --- a/sql/updates/3.0.9_old/2792_world_spell_proc_event.sql +++ b/sql/updates/3.0.9_old/2792_world_spell_proc_event.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (16180, 16198, 16196); INSERT INTO `spell_proc_event` VALUES (16180, 0x00, 11, 0x000000C0, 0x00000000, 0x00000010, 0x00000000, 0x0000002, 0.000000, 0.000000, 0), (16198, 0x00, 11, 0x000000C0, 0x00000000, 0x00000010, 0x00000000, 0x0000002, 0.000000, 0.000000, 0), -(16196, 0x00, 11, 0x000000C0, 0x00000000, 0x00000010, 0x00000000, 0x0000002, 0.000000, 0.000000, 0); \ No newline at end of file +(16196, 0x00, 11, 0x000000C0, 0x00000000, 0x00000010, 0x00000000, 0x0000002, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/2793_world_spell_proc_event.sql b/sql/updates/3.0.9_old/2793_world_spell_proc_event.sql index abb186aa1e..ac52b418d8 100644 --- a/sql/updates/3.0.9_old/2793_world_spell_proc_event.sql +++ b/sql/updates/3.0.9_old/2793_world_spell_proc_event.sql @@ -1,3 +1,3 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (54754); INSERT INTO `spell_proc_event` VALUES -(54754, 0x00, 7, 0x00000010, 0x00000000, 0x00000000, 0x00000000, 0x0000000, 0.000000, 0.000000, 0); \ No newline at end of file +(54754, 0x00, 7, 0x00000010, 0x00000000, 0x00000000, 0x00000000, 0x0000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/2794_world_spell_proc_event.sql b/sql/updates/3.0.9_old/2794_world_spell_proc_event.sql index abb186aa1e..ac52b418d8 100644 --- a/sql/updates/3.0.9_old/2794_world_spell_proc_event.sql +++ b/sql/updates/3.0.9_old/2794_world_spell_proc_event.sql @@ -1,3 +1,3 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (54754); INSERT INTO `spell_proc_event` VALUES -(54754, 0x00, 7, 0x00000010, 0x00000000, 0x00000000, 0x00000000, 0x0000000, 0.000000, 0.000000, 0); \ No newline at end of file +(54754, 0x00, 7, 0x00000010, 0x00000000, 0x00000000, 0x00000000, 0x0000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/2798_world_SD2_scripts.sql b/sql/updates/3.0.9_old/2798_world_SD2_scripts.sql index 2ac36a6451..34c6c6faf3 100644 --- a/sql/updates/3.0.9_old/2798_world_SD2_scripts.sql +++ b/sql/updates/3.0.9_old/2798_world_SD2_scripts.sql @@ -1,2 +1,2 @@ UPDATE gameobject_template SET ScriptName='go_tele_to_dalaran_crystal' WHERE entry=191230; -UPDATE gameobject_template SET ScriptName='go_tele_to_violet_stand' WHERE entry=191229; \ No newline at end of file +UPDATE gameobject_template SET ScriptName='go_tele_to_violet_stand' WHERE entry=191229; diff --git a/sql/updates/3.0.9_old/2802_world_SD2_scripts.sql b/sql/updates/3.0.9_old/2802_world_SD2_scripts.sql index bb3cc76c7b..150e6bb0a8 100644 --- a/sql/updates/3.0.9_old/2802_world_SD2_scripts.sql +++ b/sql/updates/3.0.9_old/2802_world_SD2_scripts.sql @@ -139,4 +139,4 @@ INSERT INTO script_waypoint VALUES (9503, 4, 856.139587, -194.652756, -43.703655, 5000,'b4'), (9503, 5, 851.878906, -196.928131, -43.703655, 15000,'b5'), (9503, 6, 877.035217, -187.048080, -43.703655, 0,''), -(9503, 7, 891.198000, -197.924000, -43.620400, 0,'home'); \ No newline at end of file +(9503, 7, 891.198000, -197.924000, -43.620400, 0,'home'); diff --git a/sql/updates/3.0.9_old/2813_world_SD2_scripts.sql b/sql/updates/3.0.9_old/2813_world_SD2_scripts.sql index f0f6d9694e..7d349d75a8 100644 --- a/sql/updates/3.0.9_old/2813_world_SD2_scripts.sql +++ b/sql/updates/3.0.9_old/2813_world_SD2_scripts.sql @@ -24,4 +24,4 @@ INSERT INTO script_waypoint VALUES (12430, 1, 140.71, -4813.56, 17.04, 0, ''); UPDATE script_texts SET emote=20 WHERE entry=-1000231; -UPDATE script_texts SET emote=4 WHERE entry IN (-1000232, -1000256, -1000258, -1000260, -1000262); \ No newline at end of file +UPDATE script_texts SET emote=4 WHERE entry IN (-1000232, -1000256, -1000258, -1000260, -1000262); diff --git a/sql/updates/3.0.9_old/2813_world_scripts.sql b/sql/updates/3.0.9_old/2813_world_scripts.sql index 6d7f031779..70d7219b1a 100644 --- a/sql/updates/3.0.9_old/2813_world_scripts.sql +++ b/sql/updates/3.0.9_old/2813_world_scripts.sql @@ -1,3 +1,3 @@ UPDATE `creature_template` SET `ScriptName` = 'boss_elder_nadox' WHERE `entry` = 29309; UPDATE `creature_template` SET `ScriptName` = 'mob_ahnkahar_nerubian' WHERE `entry` in (30176,30178); -UPDATE `instance_template` SET `script`= 'instance_ahnkahet' WHERE `map` = 619; \ No newline at end of file +UPDATE `instance_template` SET `script`= 'instance_ahnkahet' WHERE `map` = 619; diff --git a/sql/updates/3.0.9_old/2814_world_spell_linked_spell.sql b/sql/updates/3.0.9_old/2814_world_spell_linked_spell.sql index 2d72e74395..4986c2a7e3 100644 --- a/sql/updates/3.0.9_old/2814_world_spell_linked_spell.sql +++ b/sql/updates/3.0.9_old/2814_world_spell_linked_spell.sql @@ -3,4 +3,4 @@ INSERT INTO `spell_linked_spell` VALUES (32386, 60448, 2, 'Shadow Embrace Rank1' INSERT INTO `spell_linked_spell` VALUES (32388, 60465, 2, 'Shadow Embrace Rank2'); INSERT INTO `spell_linked_spell` VALUES (32389, 60466, 2, 'Shadow Embrace Rank3'); INSERT INTO `spell_linked_spell` VALUES (32390, 60467, 2, 'Shadow Embrace Rank4'); -INSERT INTO `spell_linked_spell` VALUES (32391, 60468, 2, 'Shadow Embrace Rank5'); \ No newline at end of file +INSERT INTO `spell_linked_spell` VALUES (32391, 60468, 2, 'Shadow Embrace Rank5'); diff --git a/sql/updates/3.0.9_old/2828_world_spell_proc_event.sql b/sql/updates/3.0.9_old/2828_world_spell_proc_event.sql index cd168bf6a6..23c436533c 100644 --- a/sql/updates/3.0.9_old/2828_world_spell_proc_event.sql +++ b/sql/updates/3.0.9_old/2828_world_spell_proc_event.sql @@ -1,4 +1,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (16544, 16086); INSERT INTO `spell_proc_event` VALUES (16544, 0x00, 11, 0x00000000, 0x00040000, 0x00000000, 0x00000000, 0x0000000, 0.000000, 0.000000, 0), -(16086, 0x00, 11, 0x00000000, 0x00040000, 0x00000000, 0x00000000, 0x0000000, 0.000000, 0.000000, 0); \ No newline at end of file +(16086, 0x00, 11, 0x00000000, 0x00040000, 0x00000000, 0x00000000, 0x0000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3.0.9_old/2885_world_spell_proc_event.sql b/sql/updates/3.0.9_old/2885_world_spell_proc_event.sql index 0fad491b7c..46a56f9dc5 100644 --- a/sql/updates/3.0.9_old/2885_world_spell_proc_event.sql +++ b/sql/updates/3.0.9_old/2885_world_spell_proc_event.sql @@ -5,4 +5,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (34456); INSERT INTO `spell_proc_event` VALUES (19615, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x0000002, 0.000000, 0.000000, 0); -INSERT INTO trinity_string (entry, content_default)VALUES (6616 , "Pet spells will reset for all players at login. Strongly recommend re-login!"); \ No newline at end of file +INSERT INTO trinity_string (entry, content_default)VALUES (6616 , "Pet spells will reset for all players at login. Strongly recommend re-login!"); diff --git a/sql/updates/3.0.9_old/2907_mangos_7705_01_world_command.sql b/sql/updates/3.0.9_old/2907_mangos_7705_01_world_command.sql index b711be1445..d1b40e1ba4 100644 --- a/sql/updates/3.0.9_old/2907_mangos_7705_01_world_command.sql +++ b/sql/updates/3.0.9_old/2907_mangos_7705_01_world_command.sql @@ -8,4 +8,4 @@ INSERT INTO `command` VALUES ('account password',0,'Syntax: .account password $old_password $new_password $new_password\r\n\r\nChange your account password.'), ('character customize',2,'Syntax: .character customize [$name]\r\n\r\nMark selected in game or by $name in command character for customize at next login.'), ('character delete',4,'Syntax: .character delete $name\r\n\r\nDelete character $name.'), -('character rename',2,'Syntax: .character rename [$name]\r\n\r\nMark selected in game or by $name in command character for rename at next login.'); \ No newline at end of file +('character rename',2,'Syntax: .character rename [$name]\r\n\r\nMark selected in game or by $name in command character for rename at next login.'); diff --git a/sql/updates/3.0.9_old/2907_mangos_7706_01_world_command.sql b/sql/updates/3.0.9_old/2907_mangos_7706_01_world_command.sql index d966127688..4e17f116fa 100644 --- a/sql/updates/3.0.9_old/2907_mangos_7706_01_world_command.sql +++ b/sql/updates/3.0.9_old/2907_mangos_7706_01_world_command.sql @@ -2,4 +2,4 @@ DELETE FROM `command` WHERE `name` IN ('plimit','server plimit'); INSERT INTO `command` VALUES -('server plimit',3,'Syntax: .server plimit [#num|-1|-2|-3|reset|player|moderator|gamemaster|administrator]\r\n\r\nWithout arg show current player amount and security level limitations for login to server, with arg set player linit ($num > 0) or securiti limitation ($num < 0 or security leme name. With `reset` sets player limit to the one in the config file'); \ No newline at end of file +('server plimit',3,'Syntax: .server plimit [#num|-1|-2|-3|reset|player|moderator|gamemaster|administrator]\r\n\r\nWithout arg show current player amount and security level limitations for login to server, with arg set player linit ($num > 0) or securiti limitation ($num < 0 or security leme name. With `reset` sets player limit to the one in the config file'); diff --git a/sql/updates/3.0.9_old/2923_world_spell_proc_event.sql b/sql/updates/3.0.9_old/2923_world_spell_proc_event.sql index c49c8b643a..8317889919 100644 --- a/sql/updates/3.0.9_old/2923_world_spell_proc_event.sql +++ b/sql/updates/3.0.9_old/2923_world_spell_proc_event.sql @@ -1,4 +1,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (47569, 47570); INSERT INTO `spell_proc_event` VALUES (47569, 0x00, 6, 0x00004000, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 50.000000, 0), -(47570, 0x00, 6, 0x00004000, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 100.000000, 0); \ No newline at end of file +(47570, 0x00, 6, 0x00004000, 0x00000000, 0x00000000, 0x00004000, 0x00000000, 0.000000, 100.000000, 0); diff --git a/sql/updates/3.0.9_old/2932_mangos_7714_01_world_command.sql b/sql/updates/3.0.9_old/2932_mangos_7714_01_world_command.sql index 15de76894b..58880bc44e 100644 --- a/sql/updates/3.0.9_old/2932_mangos_7714_01_world_command.sql +++ b/sql/updates/3.0.9_old/2932_mangos_7714_01_world_command.sql @@ -2,4 +2,4 @@ DELETE FROM `command` WHERE `name` IN ('character level'); INSERT INTO `command` VALUES -('character level',3,'Syntax: .character level [$playername] [#level]\r\n\r\nSet the level of character with $playername (or the selected if not name provided) by #numberoflevels Or +1 if no #numberoflevels provided). If #numberoflevels is omitted, the level will be increase by 1. If #numberoflevels is 0, the same level will be restarted. If no character is selected and name not provided, increase your level. Command can be used for offline character. All stats and dependent values recalculated. At level decrease talents can be reset if need. Also at level decrease equipped items with greater level requirement can be lost.'); \ No newline at end of file +('character level',3,'Syntax: .character level [$playername] [#level]\r\n\r\nSet the level of character with $playername (or the selected if not name provided) by #numberoflevels Or +1 if no #numberoflevels provided). If #numberoflevels is omitted, the level will be increase by 1. If #numberoflevels is 0, the same level will be restarted. If no character is selected and name not provided, increase your level. Command can be used for offline character. All stats and dependent values recalculated. At level decrease talents can be reset if need. Also at level decrease equipped items with greater level requirement can be lost.'); diff --git a/sql/updates/3.0.9_old/2938_mangos_7720_01_world_trinity_string.sql b/sql/updates/3.0.9_old/2938_mangos_7720_01_world_trinity_string.sql index 67907163fe..73a03296bd 100644 --- a/sql/updates/3.0.9_old/2938_mangos_7720_01_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/2938_mangos_7720_01_world_trinity_string.sql @@ -4,4 +4,4 @@ DELETE FROM trinity_string WHERE entry IN(557,558,559); INSERT INTO trinity_string VALUES (557,'%s level up you to (%i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (558,'%s level down you to (%i)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(559,'%s reset your level progress.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(559,'%s reset your level progress.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/2949_world_creature_template.sql b/sql/updates/3.0.9_old/2949_world_creature_template.sql index 00bfea086c..3a69b87adf 100644 --- a/sql/updates/3.0.9_old/2949_world_creature_template.sql +++ b/sql/updates/3.0.9_old/2949_world_creature_template.sql @@ -7,4 +7,4 @@ ON DUPLICATE KEY UPDATE spell1 = VALUES(spell1), spell2 = VALUES(spell2), spell3 = VALUES(spell3), -spell4 = VALUES(spell4); \ No newline at end of file +spell4 = VALUES(spell4); diff --git a/sql/updates/3.0.9_old/2955_world_scripts_naxx.sql b/sql/updates/3.0.9_old/2955_world_scripts_naxx.sql index ae3f932475..33ea44ab21 100644 --- a/sql/updates/3.0.9_old/2955_world_scripts_naxx.sql +++ b/sql/updates/3.0.9_old/2955_world_scripts_naxx.sql @@ -4,4 +4,4 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm UPDATE creature_template SET spell1 = 28158, spell2 = 54362, flags_extra = 128 WHERE entry = 16363; -UPDATE creature_template SET scriptname = 'boss_grobbulus' WHERE entry = 15931; \ No newline at end of file +UPDATE creature_template SET scriptname = 'boss_grobbulus' WHERE entry = 15931; diff --git a/sql/updates/3.0.9_old/2963_world_spell_proc_event.sql b/sql/updates/3.0.9_old/2963_world_spell_proc_event.sql index aad391944e..84550fb374 100644 --- a/sql/updates/3.0.9_old/2963_world_spell_proc_event.sql +++ b/sql/updates/3.0.9_old/2963_world_spell_proc_event.sql @@ -5,4 +5,4 @@ INSERT INTO `spell_proc_event` VALUES (25899, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000070, 0.000000, 0.000000, 0); DELETE FROM `spell_required` WHERE `spell_id` IN (25899); -INSERT INTO spell_required VALUES (25899, 20911); \ No newline at end of file +INSERT INTO spell_required VALUES (25899, 20911); diff --git a/sql/updates/3.0.9_old/2986_TC1_world.sql b/sql/updates/3.0.9_old/2986_TC1_world.sql index 520455f3f5..fd0d6b310a 100644 --- a/sql/updates/3.0.9_old/2986_TC1_world.sql +++ b/sql/updates/3.0.9_old/2986_TC1_world.sql @@ -154,4 +154,4 @@ UPDATE `creature_template` SET `ScriptName`='npc_dark_fiend' WHERE `entry`=25744 UPDATE `creature_template` SET `ScriptName`='boss_muru' WHERE `entry`=25741; UPDATE `creature_template` SET `ScriptName`='boss_entropius' WHERE `entry`=25840; UPDATE `creature_template` SET `ScriptName`='npc_muru_portal' WHERE `entry`=25770; -UPDATE `creature_template` SET `AIName`='EventAI' WHERE `entry`=25798; \ No newline at end of file +UPDATE `creature_template` SET `AIName`='EventAI' WHERE `entry`=25798; diff --git a/sql/updates/3.0.9_old/2996_world_trinity_string.sql b/sql/updates/3.0.9_old/2996_world_trinity_string.sql index 5bc66239ba..761ad5d99e 100644 --- a/sql/updates/3.0.9_old/2996_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/2996_world_trinity_string.sql @@ -42,4 +42,4 @@ INSERT INTO `trinity_string` VALUES (1329, 'The Alliance Team is running out of reinforcements!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1330, 'The Horde Team is running out of reinforcements!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (1331, 'The Frostwolf General is Dead!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -(1332, 'The Stormpike General is Dead!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); \ No newline at end of file +(1332, 'The Stormpike General is Dead!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); diff --git a/sql/updates/3.0.9_old/2997_world_trinity_string.sql b/sql/updates/3.0.9_old/2997_world_trinity_string.sql index e27f7d1fd9..51a3547ec3 100644 --- a/sql/updates/3.0.9_old/2997_world_trinity_string.sql +++ b/sql/updates/3.0.9_old/2997_world_trinity_string.sql @@ -1,3 +1,3 @@ DELETE FROM `trinity_string` WHERE `entry` = 5010; INSERT INTO `trinity_string` VALUES -(5010,'linkGUID: %u, Entry: %u (%s)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(5010,'linkGUID: %u, Entry: %u (%s)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3.0.9_old/805_world_scripts.sql b/sql/updates/3.0.9_old/805_world_scripts.sql index 743984d3ad..be57e9c157 100644 --- a/sql/updates/3.0.9_old/805_world_scripts.sql +++ b/sql/updates/3.0.9_old/805_world_scripts.sql @@ -120,4 +120,4 @@ INSERT INTO `script_texts` (`entry`,`content_default`,`sound`,`type`,`language`, (-1533108,'Fools, you have spread your powers too thin. Be free, my minions!',14482,1,0,'kelthuzad SAY_SPECIAL2_DISPELL'); UPDATE `script_texts` SET `sound`=8902 WHERE `entry`=-1533055; -UPDATE `script_texts` SET `sound`=8901 WHERE `entry`=-1533056; \ No newline at end of file +UPDATE `script_texts` SET `sound`=8901 WHERE `entry`=-1533056; diff --git a/sql/updates/3.0.9_old/875_mangos_7047_01_characters_character_spell.sql b/sql/updates/3.0.9_old/875_mangos_7047_01_characters_character_spell.sql index b74900cfdb..686869e5fd 100644 --- a/sql/updates/3.0.9_old/875_mangos_7047_01_characters_character_spell.sql +++ b/sql/updates/3.0.9_old/875_mangos_7047_01_characters_character_spell.sql @@ -7,4 +7,4 @@ INSERT INTO character_spell SELECT characters.guid as guid, 59543, 1, 0 FROM `c INSERT INTO character_spell SELECT characters.guid as guid, 59544, 1, 0 FROM `characters` WHERE characters.race=11 AND characters.class = 5; INSERT INTO character_spell SELECT characters.guid as guid, 59545, 1, 0 FROM `characters` WHERE characters.race=11 AND characters.class = 6; INSERT INTO character_spell SELECT characters.guid as guid, 59547, 1, 0 FROM `characters` WHERE characters.race=11 AND characters.class = 7; -INSERT INTO character_spell SELECT characters.guid as guid, 59548, 1, 0 FROM `characters` WHERE characters.race=11 AND characters.class = 8; \ No newline at end of file +INSERT INTO character_spell SELECT characters.guid as guid, 59548, 1, 0 FROM `characters` WHERE characters.race=11 AND characters.class = 8; diff --git a/sql/updates/3.0.9_old/875_mangos_7059_01_characters_pet_spell.sql b/sql/updates/3.0.9_old/875_mangos_7059_01_characters_pet_spell.sql index 11f1063ebc..04257a3a2e 100644 --- a/sql/updates/3.0.9_old/875_mangos_7059_01_characters_pet_spell.sql +++ b/sql/updates/3.0.9_old/875_mangos_7059_01_characters_pet_spell.sql @@ -1,4 +1,4 @@ /*ALTER TABLE character_db_version CHANGE COLUMN required_7059_01_characters_character_spell required_7059_02_characters_pet_spell bit;*/ ALTER TABLE pet_spell - DROP slot; \ No newline at end of file + DROP slot; diff --git a/sql/updates/3018_spell_linked_spell.sql b/sql/updates/3018_spell_linked_spell.sql index 6f9610cf8c..f1d928192b 100644 --- a/sql/updates/3018_spell_linked_spell.sql +++ b/sql/updates/3018_spell_linked_spell.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 38528; INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES ( 38528,-31984, 2, 'Protection of Elune - Finger of Death'), -( 38528,-32111, 2, 'Protection of Elune - Finger of Death'); \ No newline at end of file +( 38528,-32111, 2, 'Protection of Elune - Finger of Death'); diff --git a/sql/updates/3030_world_scripts.sql b/sql/updates/3030_world_scripts.sql index 301e13244a..a0a4d9a577 100644 --- a/sql/updates/3030_world_scripts.sql +++ b/sql/updates/3030_world_scripts.sql @@ -1,3 +1,3 @@ UPDATE `creature_template` SET `ScriptName`='npc_unworthy_initiate' WHERE `entry` IN (29519,29520,29565,29566,29567); UPDATE `creature_template` SET `ScriptName`='npc_unworthy_initiate_anchor' WHERE `entry`=29521; -UPDATE `gameobject_template` SET `ScriptName`='go_acherus_soul_prison' WHERE `entry` IN (191577,191580,191581,191582,191583,191584,191585,191586,191587,191588,191589,191590); \ No newline at end of file +UPDATE `gameobject_template` SET `ScriptName`='go_acherus_soul_prison' WHERE `entry` IN (191577,191580,191581,191582,191583,191584,191585,191586,191587,191588,191589,191590); diff --git a/sql/updates/3039_world_spell_linked_spell.sql b/sql/updates/3039_world_spell_linked_spell.sql index cc5bbc139a..1cf6cf51af 100644 --- a/sql/updates/3039_world_spell_linked_spell.sql +++ b/sql/updates/3039_world_spell_linked_spell.sql @@ -1,3 +1,3 @@ DELETE FROM `spell_linked_spell` WHERE `spell_trigger` = 38528 AND `spell_effect` = -32124; INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES -(38528, -32124, 2, 'Protection of Elune - Denouement Wisp'); \ No newline at end of file +(38528, -32124, 2, 'Protection of Elune - Denouement Wisp'); diff --git a/sql/updates/3070_TC1_1463_world_scripts.sql b/sql/updates/3070_TC1_1463_world_scripts.sql index cccf264f9e..de973cc502 100644 --- a/sql/updates/3070_TC1_1463_world_scripts.sql +++ b/sql/updates/3070_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/3070_world_spell_proc_event.sql b/sql/updates/3070_world_spell_proc_event.sql index 3835a8c6aa..c382b00429 100644 --- a/sql/updates/3070_world_spell_proc_event.sql +++ b/sql/updates/3070_world_spell_proc_event.sql @@ -12,4 +12,4 @@ INSERT INTO `spell_proc_event` VALUES (32387, 0x00, 5, 0x00000001, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0), (32392, 0x00, 5, 0x00000001, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0), (32393, 0x00, 5, 0x00000001, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0), -(32394, 0x00, 5, 0x00000001, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +(32394, 0x00, 5, 0x00000001, 0x00040000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3089_world_trinity_string.sql b/sql/updates/3089_world_trinity_string.sql index e3eaa557c2..7c9862edee 100644 --- a/sql/updates/3089_world_trinity_string.sql +++ b/sql/updates/3089_world_trinity_string.sql @@ -1,3 +1,3 @@ DELETE FROM `trinity_string` WHERE `entry` IN (101); INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`) VALUES -(101, 'Map: %u (%s) Zone: %u (%s) Area: %u (%s) Phase: %u\nX: %f Y: %f Z: %f Orientation: %f\ngrid[%u,%u]cell[%u,%u] InstanceID: %u\n ZoneX: %f ZoneY: %f\nGroundZ: %f FloorZ: %f Have height data (Map: %u VMap: %u)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); \ No newline at end of file +(101, 'Map: %u (%s) Zone: %u (%s) Area: %u (%s) Phase: %u\nX: %f Y: %f Z: %f Orientation: %f\ngrid[%u,%u]cell[%u,%u] InstanceID: %u\n ZoneX: %f ZoneY: %f\nGroundZ: %f FloorZ: %f Have height data (Map: %u VMap: %u)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); diff --git a/sql/updates/3148_mangos_7776_01_world_npc_spellclick_spells.sql b/sql/updates/3148_mangos_7776_01_world_npc_spellclick_spells.sql index 9fe7042bdd..eff8fd5790 100644 --- a/sql/updates/3148_mangos_7776_01_world_npc_spellclick_spells.sql +++ b/sql/updates/3148_mangos_7776_01_world_npc_spellclick_spells.sql @@ -5,4 +5,4 @@ CREATE TABLE `npc_spellclick_spells` ( `spell_id` INT UNSIGNED NOT NULL COMMENT 'spell which should be casted ', `quest_id` INT UNSIGNED NOT NULL COMMENT 'reference to quest_template', `cast_flags` TINYINT UNSIGNED NOT NULL COMMENT 'first bit defines caster: 1=player, 0=creature; second bit defines target, same mapping as caster bit' -) ENGINE = MYISAM DEFAULT CHARSET=utf8; \ No newline at end of file +) ENGINE = MYISAM DEFAULT CHARSET=utf8; diff --git a/sql/updates/3178_mangos_7777_01_world_spell_proc_event.sql b/sql/updates/3178_mangos_7777_01_world_spell_proc_event.sql index e441a9099f..9c689d996f 100644 --- a/sql/updates/3178_mangos_7777_01_world_spell_proc_event.sql +++ b/sql/updates/3178_mangos_7777_01_world_spell_proc_event.sql @@ -3,4 +3,4 @@ DELETE FROM spell_proc_event WHERE entry IN (30299,30301,30302); INSERT INTO spell_proc_event VALUES (30299, 0x0000007E, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); INSERT INTO spell_proc_event VALUES (30301, 0x0000007E, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); -INSERT INTO spell_proc_event VALUES (30302, 0x0000007E, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +INSERT INTO spell_proc_event VALUES (30302, 0x0000007E, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3204_mangos_7796_01_world_command.sql b/sql/updates/3204_mangos_7796_01_world_command.sql index 547ccea849..4d87bf0ba3 100644 --- a/sql/updates/3204_mangos_7796_01_world_command.sql +++ b/sql/updates/3204_mangos_7796_01_world_command.sql @@ -3,4 +3,4 @@ DELETE FROM `command` WHERE `name` IN ('go taxinode','lookup taxinode'); INSERT INTO `command` VALUES ('go taxinode',1,'Syntax: .go taxinode #taxinode\r\n\r\nTeleport player to taxinode coordinates. You can look up zone using .lookup taxinode $namepart'), -('lookup taxinode',3,'Syntax: .lookup taxinode $substring\r\n\r\nSearch and output all taxinodes with provide $substring in name.'); \ No newline at end of file +('lookup taxinode',3,'Syntax: .lookup taxinode $substring\r\n\r\nSearch and output all taxinodes with provide $substring in name.'); diff --git a/sql/updates/3204_mangos_7796_02_world_trinity_string.sql b/sql/updates/3204_mangos_7796_02_world_trinity_string.sql index d97f1ccfbd..a1c0e3218a 100644 --- a/sql/updates/3204_mangos_7796_02_world_trinity_string.sql +++ b/sql/updates/3204_mangos_7796_02_world_trinity_string.sql @@ -5,4 +5,4 @@ INSERT INTO trinity_string VALUES (347,'TaxiNode ID %u not found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (466,'No taxinodes found!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (1128,'%d - |cffffffff|Htaxinode:%u|h[%s %s]|h|r (Map:%u X:%f Y:%f Z:%f)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(1129,'%d - %s %s (Map:%u X:%f Y:%f Z:%f)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(1129,'%d - %s %s (Map:%u X:%f Y:%f Z:%f)',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3210_mangos_7802_01_characters_character_achievement.sql b/sql/updates/3210_mangos_7802_01_characters_character_achievement.sql index b79de37a58..4039b5a970 100644 --- a/sql/updates/3210_mangos_7802_01_characters_character_achievement.sql +++ b/sql/updates/3210_mangos_7802_01_characters_character_achievement.sql @@ -3,4 +3,4 @@ ALTER TABLE character_achievement CHANGE COLUMN guid guid int(11) unsigned NOT NULL, CHANGE COLUMN achievement achievement int(11) unsigned NOT NULL, - CHANGE COLUMN date date bigint(11) unsigned NOT NULL default '0'; \ No newline at end of file + CHANGE COLUMN date date bigint(11) unsigned NOT NULL default '0'; diff --git a/sql/updates/3210_mangos_7802_02_characters_character_achievement_progress.sql b/sql/updates/3210_mangos_7802_02_characters_character_achievement_progress.sql index fd5718ddb2..6e525f8331 100644 --- a/sql/updates/3210_mangos_7802_02_characters_character_achievement_progress.sql +++ b/sql/updates/3210_mangos_7802_02_characters_character_achievement_progress.sql @@ -4,4 +4,4 @@ ALTER TABLE character_achievement_progress CHANGE COLUMN guid guid int(11) unsigned NOT NULL, CHANGE COLUMN criteria criteria int(11) unsigned NOT NULL, CHANGE COLUMN counter counter int(11) unsigned NOT NULL, - CHANGE COLUMN date date bigint(11) unsigned NOT NULL default '0'; \ No newline at end of file + CHANGE COLUMN date date bigint(11) unsigned NOT NULL default '0'; diff --git a/sql/updates/3233_world_scripts_naxx.sql b/sql/updates/3233_world_scripts_naxx.sql index bb437c2966..ddb18bd3c1 100644 --- a/sql/updates/3233_world_scripts_naxx.sql +++ b/sql/updates/3233_world_scripts_naxx.sql @@ -110,4 +110,4 @@ spell4 = VALUES(spell4), spell5 = VALUES(spell5), spell6 = VALUES(spell6), spell7 = VALUES(spell7), -spell8 = VALUES(spell8); \ No newline at end of file +spell8 = VALUES(spell8); diff --git a/sql/updates/3235_characters.sql b/sql/updates/3235_characters.sql index c99cfb01db..814b2dda67 100644 --- a/sql/updates/3235_characters.sql +++ b/sql/updates/3235_characters.sql @@ -1,4 +1,4 @@ DELETE FROM `character_action` WHERE `type` = 0 AND `action` = 28734; DELETE FROM `character_aura` WHERE `spell` = 28734; DELETE FROM `character_spell` WHERE `spell` = 28734; -DELETE FROM `character_spell_cooldown` WHERE `spell` = 28734; \ No newline at end of file +DELETE FROM `character_spell_cooldown` WHERE `spell` = 28734; diff --git a/sql/updates/3235_world.sql b/sql/updates/3235_world.sql index 719530b415..fea9efee91 100644 --- a/sql/updates/3235_world.sql +++ b/sql/updates/3235_world.sql @@ -2,4 +2,4 @@ DELETE FROM `playercreateinfo_action` WHERE `type` = 0 AND `action` = 28734; DELETE FROM `playercreateinfo_spell` WHERE `spell` = 28734; DELETE FROM `playercreateinfo_spell_custom` WHERE `spell` = 28734; UPDATE `playercreateinfo_action` SET `button` = 3 WHERE `race` = 10 AND `class` IN (2, 3, 5, 8, 9) AND `action` = 28730 AND `type` = 0; -UPDATE `playercreateinfo_action` SET `button` = 4 WHERE `race` = 10 AND `class` = 4 AND `action` = 25046 AND `type` = 0; \ No newline at end of file +UPDATE `playercreateinfo_action` SET `button` = 4 WHERE `race` = 10 AND `class` = 4 AND `action` = 25046 AND `type` = 0; diff --git a/sql/updates/3257_world_waypoint_data_converter.sql b/sql/updates/3257_world_waypoint_data_converter.sql index 4a620ad73f..7da23dcd96 100644 --- a/sql/updates/3257_world_waypoint_data_converter.sql +++ b/sql/updates/3257_world_waypoint_data_converter.sql @@ -12,4 +12,4 @@ UPDATE waypoint_scripts SET datalong = 1343801 WHERE id = 515; ALTER TABLE waypoint_data DROP COLUMN id_old; ALTER TABLE `creature_addon` DROP INDEX `path_id` ; -ALTER TABLE waypoint_data DROP INDEX `id`; \ No newline at end of file +ALTER TABLE waypoint_data DROP INDEX `id`; diff --git a/sql/updates/3258_world_creature_addon_(waypoint).sql b/sql/updates/3258_world_creature_addon_(waypoint).sql index 1398baf1cc..69937b2243 100644 --- a/sql/updates/3258_world_creature_addon_(waypoint).sql +++ b/sql/updates/3258_world_creature_addon_(waypoint).sql @@ -1,2 +1,2 @@ ALTER TABLE creature_template_addon DROP COLUMN path_id; -ALTER TABLE creature_addon DROP COLUMN path_id; \ No newline at end of file +ALTER TABLE creature_addon DROP COLUMN path_id; diff --git a/sql/updates/3263_world_scripts_missing_in_full.sql b/sql/updates/3263_world_scripts_missing_in_full.sql index 942ffd1ccf..aab3dea708 100644 --- a/sql/updates/3263_world_scripts_missing_in_full.sql +++ b/sql/updates/3263_world_scripts_missing_in_full.sql @@ -11,4 +11,4 @@ UPDATE creature_template SET scriptname = 'boss_sathrovarr' WHERE entry = 24892; UPDATE creature_template SET scriptname = 'boss_kalec' WHERE entry = 24891; UPDATE creature_template SET scriptname = 'npc_blackhole' WHERE entry = 25855; UPDATE creature_template SET scriptname = 'boss_archavon' WHERE entry = 31125; -UPDATE creature_template SET scriptname = 'mob_archavon_warder' WHERE entry = 32353; \ No newline at end of file +UPDATE creature_template SET scriptname = 'mob_archavon_warder' WHERE entry = 32353; diff --git a/sql/updates/3314_mangos_7823_01_world_item_template.sql b/sql/updates/3314_mangos_7823_01_world_item_template.sql index 4916a7b604..eb2b40adf7 100644 --- a/sql/updates/3314_mangos_7823_01_world_item_template.sql +++ b/sql/updates/3314_mangos_7823_01_world_item_template.sql @@ -1,4 +1,4 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7796_02_mangos_mangos_string required_7823_01_mangos_item_template bit;*/ ALTER TABLE item_template -CHANGE COLUMN ScalingStatValue ScalingStatValue int(6) unsigned NOT NULL default '0'; \ No newline at end of file +CHANGE COLUMN ScalingStatValue ScalingStatValue int(6) unsigned NOT NULL default '0'; diff --git a/sql/updates/3320_worldspell_enchant_proc_data.sql b/sql/updates/3320_worldspell_enchant_proc_data.sql index fa08461a35..7f5df5edf1 100644 --- a/sql/updates/3320_worldspell_enchant_proc_data.sql +++ b/sql/updates/3320_worldspell_enchant_proc_data.sql @@ -14,4 +14,4 @@ INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procE INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES (2635, 0, 8.8,0); INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES (3782, 0, 8.8,0); INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES (3783, 0, 8.8,0); -INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES (3784, 0, 8.8,0); \ No newline at end of file +INSERT INTO spell_enchant_proc_data (`entry`, `customChance`, `PPMChance`,`procEx`) VALUES (3784, 0, 8.8,0); diff --git a/sql/updates/3323_world_spell_proc_event.sql b/sql/updates/3323_world_spell_proc_event.sql index ab87f8b0e5..e1ed164999 100644 --- a/sql/updates/3323_world_spell_proc_event.sql +++ b/sql/updates/3323_world_spell_proc_event.sql @@ -1,4 +1,4 @@ -- Glyph of Ice Block -- DELETE FROM `spell_proc_event` WHERE `entry` = 56372; INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES -(56372, 0x00, 3, 0x00000000, 0x00000080, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +(56372, 0x00, 3, 0x00000000, 0x00000080, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3331_world_spell.sql b/sql/updates/3331_world_spell.sql index f28dca0850..bbad1797eb 100644 --- a/sql/updates/3331_world_spell.sql +++ b/sql/updates/3331_world_spell.sql @@ -3,4 +3,4 @@ DELETE FROM spell_proc_event WHERE entry in (19615); UPDATE creature_template SET spell2 = 0 WHERE entry IN (16474,30000); UPDATE gameobject_template SET scriptname = 'go_najentus_spine' WHERE entry = 185584; -UPDATE gameobject_template SET scriptname = 'go_bridge_console' WHERE entry = 184568; \ No newline at end of file +UPDATE gameobject_template SET scriptname = 'go_bridge_console' WHERE entry = 184568; diff --git a/sql/updates/3359_world_spell_linked_spell.sql b/sql/updates/3359_world_spell_linked_spell.sql index a8d73d3705..284320a794 100644 --- a/sql/updates/3359_world_spell_linked_spell.sql +++ b/sql/updates/3359_world_spell_linked_spell.sql @@ -1,3 +1,3 @@ DELETE FROM `spell_linked_spell` WHERE spell_trigger = 33206; INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES -( 33206, 44416, 2, 'Pain Suppression (threat)'); \ No newline at end of file +( 33206, 44416, 2, 'Pain Suppression (threat)'); diff --git a/sql/updates/3373_world_spell.sql b/sql/updates/3373_world_spell.sql index cbe123889a..23fe9bac84 100644 --- a/sql/updates/3373_world_spell.sql +++ b/sql/updates/3373_world_spell.sql @@ -1,2 +1,2 @@ DELETE FROM spell_linked_spell WHERE `spell_trigger` IN (38528); -DELETE FROM spell_proc_event WHERE `entry` IN (31785, 33776); \ No newline at end of file +DELETE FROM spell_proc_event WHERE `entry` IN (31785, 33776); diff --git a/sql/updates/3375_mangos_7839_01_world_trinity_string.sql b/sql/updates/3375_mangos_7839_01_world_trinity_string.sql index f519c2d3f5..6c7c9b44ed 100644 --- a/sql/updates/3375_mangos_7839_01_world_trinity_string.sql +++ b/sql/updates/3375_mangos_7839_01_world_trinity_string.sql @@ -1,4 +1,4 @@ DELETE FROM `trinity_string` WHERE `entry` IN (283,171,5011); INSERT INTO `trinity_string` VALUES (171,'You can\'t teleport self to self!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(5011,'You can\'t teleport self to self!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); \ No newline at end of file +(5011,'You can\'t teleport self to self!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL); diff --git a/sql/updates/3375_mangos_7839_02_world_command.sql b/sql/updates/3375_mangos_7839_02_world_command.sql index 597f5fd6cf..f8c09af2e1 100644 --- a/sql/updates/3375_mangos_7839_02_world_command.sql +++ b/sql/updates/3375_mangos_7839_02_world_command.sql @@ -19,4 +19,4 @@ INSERT INTO `command` VALUES ('mute',1,'Syntax: .mute [$playerName] $timeInMinutes\r\n\r\nDisible chat messaging for any character from account of character $playerName (or currently selected) at $timeInMinutes minutes. Player can be offline.'), ('namego',1,'Syntax: .namego [$charactername]\r\n\r\nTeleport the given character to you. Character can be offline.'), ('tele name',1,'Syntax: .tele name [#playername] #location\r\n\r\nTeleport the given character to a given location. Character can be offline.'), -('unmute',1,'Syntax: .unmute [$playerName]\r\n\r\nRestore chat messaging for any character from account of character $playerName (or selected). Character can be ofline.'); \ No newline at end of file +('unmute',1,'Syntax: .unmute [$playerName]\r\n\r\nRestore chat messaging for any character from account of character $playerName (or selected). Character can be ofline.'); diff --git a/sql/updates/3392_world_spell_proc_event.sql b/sql/updates/3392_world_spell_proc_event.sql index 6358fe166a..d0965c1a7a 100644 --- a/sql/updates/3392_world_spell_proc_event.sql +++ b/sql/updates/3392_world_spell_proc_event.sql @@ -17,4 +17,4 @@ VALUES (60529, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 45), (60717, 0x00, 7, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 100.000000, 0), (62147, 0x00, 15, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0), -(57907, 0x00, 7, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +(57907, 0x00, 7, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3394_world_spell_bonus_data.sql b/sql/updates/3394_world_spell_bonus_data.sql index 9c4443b0a1..d960ae5ca0 100644 --- a/sql/updates/3394_world_spell_bonus_data.sql +++ b/sql/updates/3394_world_spell_bonus_data.sql @@ -7,4 +7,4 @@ INSERT INTO `spell_bonus_data` (`entry`, `direct_bonus`, `dot_bonus`, `ap_bonus` (53194, 0.05, 0, 0, 'Druid - Starfall rank 3'), (53189, 0.012, 0, 0, 'Druid - Starfall AOE rank 3'), (53195, 0.05, 0, 0, 'Druid - Starfall rank 4'), -(53190, 0.012, 0, 0, 'Druid - Starfall AOE rank 4'); \ No newline at end of file +(53190, 0.012, 0, 0, 'Druid - Starfall AOE rank 4'); diff --git a/sql/updates/3409_world_spell_proc_event.sql b/sql/updates/3409_world_spell_proc_event.sql index 9e78b36bae..da24f66a7a 100644 --- a/sql/updates/3409_world_spell_proc_event.sql +++ b/sql/updates/3409_world_spell_proc_event.sql @@ -5,4 +5,4 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell (31878, 0, 10, 8388608, 0, 0, 0, 0, 0, 0, 0), (46913, 0, 4, 0, 1024, 0, 0, 0, 0, 0, 0), (46914, 0, 4, 0, 1024, 0, 0, 0, 0, 0, 0), -(46915, 0, 4, 0, 1024, 0, 0, 0, 0, 0, 0); \ No newline at end of file +(46915, 0, 4, 0, 1024, 0, 0, 0, 0, 0, 0); diff --git a/sql/updates/3410_world_SD2_scripts.sql b/sql/updates/3410_world_SD2_scripts.sql index 57e8f4d37c..9a54cea49d 100644 --- a/sql/updates/3410_world_SD2_scripts.sql +++ b/sql/updates/3410_world_SD2_scripts.sql @@ -28,4 +28,4 @@ INSERT INTO `script_texts` (`entry`, `content_default`, `sound`, `type`, `langua (-1000403, 'We showed that one!', 0, 0, 7, 0, 'stilwell SAY_DS_DOWN_1'), (-1000404, 'One more down!', 0, 0, 7, 0, 'stilwell SAY_DS_DOWN_2'), (-1000405, 'We\'ve done it! We won!', 0, 0, 7, 0, 'stilwell SAY_DS_DOWN_3'), -(-1000406, 'Meet me down by the orchard--I just need to put my gun away.', 0, 0, 7, 0, 'stilwell SAY_DS_PROLOGUE'); \ No newline at end of file +(-1000406, 'Meet me down by the orchard--I just need to put my gun away.', 0, 0, 7, 0, 'stilwell SAY_DS_PROLOGUE'); diff --git a/sql/updates/3414_mangos_7850_01_world_command.sql b/sql/updates/3414_mangos_7850_01_world_command.sql index b4bc7ce12b..4a985433f1 100644 --- a/sql/updates/3414_mangos_7850_01_world_command.sql +++ b/sql/updates/3414_mangos_7850_01_world_command.sql @@ -3,4 +3,4 @@ DELETE FROM `command` WHERE `name` IN ('character reputation','pinfo'); INSERT INTO `command` VALUES ('pinfo',2,'Syntax: .pinfo [$player_name]\r\n\r\nOutput account information for selected player or player find by $player_name.'), -('character reputation',2,'Syntax: .character reputation [$player_name]\r\n\r\nShow reputation information for selected player or player find by $player_name.'); \ No newline at end of file +('character reputation',2,'Syntax: .character reputation [$player_name]\r\n\r\nShow reputation information for selected player or player find by $player_name.'); diff --git a/sql/updates/3416_mangos_7855_01_world_pools.sql b/sql/updates/3416_mangos_7855_01_world_pools.sql index 6a9d879d72..b692233aaa 100644 --- a/sql/updates/3416_mangos_7855_01_world_pools.sql +++ b/sql/updates/3416_mangos_7855_01_world_pools.sql @@ -10,4 +10,4 @@ ALTER TABLE pool_pool ADD COLUMN description varchar(255) NOT NULL AFTER chance; ALTER TABLE pool_template - ADD COLUMN description varchar(255) NOT NULL AFTER max_limit; \ No newline at end of file + ADD COLUMN description varchar(255) NOT NULL AFTER max_limit; diff --git a/sql/updates/3419_world_SD2_scripts.sql b/sql/updates/3419_world_SD2_scripts.sql index ba0fcc5344..5cccad6bce 100644 --- a/sql/updates/3419_world_SD2_scripts.sql +++ b/sql/updates/3419_world_SD2_scripts.sql @@ -48,4 +48,4 @@ INSERT INTO `script_texts` (`entry`, `content_default`, `content_loc1`, `content (-1060003, 'CLUCK! Sensors detect spatial anomaly -- danger imminent! CLUCK', NULL, NULL, 'GLUCK! Sensoren haben räumliche Anomalie entdeckt - Gefahr im Verzug! GLUCK!', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'oox17 SAY_AMBUSH'), (-1060002, 'Threat analyzed! Activating combat plan beta! CLUCK!', NULL, NULL, 'Bedrohung analysiert! Gefechtsplan Beta wird aktiviert! GLUCK!', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'oox17 SAY_AGGRO2'), (-1060001, 'Physical threat detected! Evasive action! CLUCK!', NULL, NULL, 'Körperliche Bedrohung entdeckt! Ausweichmanöver! GLUCK!', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'oox17 SAY_AGGRO1'), -(-1060000, 'Emergency power activated! Initializing ambulatory motor! CLUCK!', NULL, NULL, 'Notfallenergie aktiviert! Ambulatorenantrieb wird gestartet! GLUCK!', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'oox17 SAY_START'); \ No newline at end of file +(-1060000, 'Emergency power activated! Initializing ambulatory motor! CLUCK!', NULL, NULL, 'Notfallenergie aktiviert! Ambulatorenantrieb wird gestartet! GLUCK!', NULL, NULL, NULL, NULL, NULL, 0, 0, 0, 0, 'oox17 SAY_START'); diff --git a/sql/updates/3427_world_scripts_naxx.sql b/sql/updates/3427_world_scripts_naxx.sql index bb437c2966..ddb18bd3c1 100644 --- a/sql/updates/3427_world_scripts_naxx.sql +++ b/sql/updates/3427_world_scripts_naxx.sql @@ -110,4 +110,4 @@ spell4 = VALUES(spell4), spell5 = VALUES(spell5), spell6 = VALUES(spell6), spell7 = VALUES(spell7), -spell8 = VALUES(spell8); \ No newline at end of file +spell8 = VALUES(spell8); diff --git a/sql/updates/3451_world_spell_proc_event.sql b/sql/updates/3451_world_spell_proc_event.sql index 8989913de5..480fcf425c 100644 --- a/sql/updates/3451_world_spell_proc_event.sql +++ b/sql/updates/3451_world_spell_proc_event.sql @@ -8,4 +8,4 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (50720); INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES -( 50720, 59665, 0, 'Vigilance (redirect threat)'); \ No newline at end of file +( 50720, 59665, 0, 'Vigilance (redirect threat)'); diff --git a/sql/updates/3466_world_scripts_wintergrasp.sql b/sql/updates/3466_world_scripts_wintergrasp.sql index ac757d126d..b514fb3aea 100644 --- a/sql/updates/3466_world_scripts_wintergrasp.sql +++ b/sql/updates/3466_world_scripts_wintergrasp.sql @@ -16,4 +16,4 @@ update creature_template set maxhealth = 50000, minhealth = 50000, speed = 1.6, update creature_template set maxhealth = 75000, minhealth = 75000, speed = 1, spell1=51678, VehicleId = 117 where entry IN (28312,32627); update creature_template set maxhealth = 50000, minhealth = 50000, spell1=51362, VehicleId = 116 where entry IN (28319,32629); -update creature_template set scriptname = "npc_demolisher_engineerer" where entry in (30400,30499); \ No newline at end of file +update creature_template set scriptname = "npc_demolisher_engineerer" where entry in (30400,30499); diff --git a/sql/updates/3467_world_spellclick_dk.sql b/sql/updates/3467_world_spellclick_dk.sql index 52cc8eb445..a3f3ac90b4 100644 --- a/sql/updates/3467_world_spellclick_dk.sql +++ b/sql/updates/3467_world_spellclick_dk.sql @@ -5,4 +5,3 @@ DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN ('29501', '29488'); INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `quest_id`, `quest_status`, `cast_flags`) VALUES ('29488', '54568', '12670', '1', '3'), ('29501', '54575', '12670', '1', '3'); - diff --git a/sql/updates/3498_world_scripts.sql b/sql/updates/3498_world_scripts.sql index de9d9903bb..2a39f2b29b 100644 --- a/sql/updates/3498_world_scripts.sql +++ b/sql/updates/3498_world_scripts.sql @@ -9,4 +9,4 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm DELETE FROM `spell_script_target` WHERE entry IN (58672); INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES -(58672, 1, 31125); \ No newline at end of file +(58672, 1, 31125); diff --git a/sql/updates/3500_mangos_7879_01_world_spell_proc_event.sql b/sql/updates/3500_mangos_7879_01_world_spell_proc_event.sql index 66d712860a..9a216e3488 100644 --- a/sql/updates/3500_mangos_7879_01_world_spell_proc_event.sql +++ b/sql/updates/3500_mangos_7879_01_world_spell_proc_event.sql @@ -3,4 +3,4 @@ DELETE FROM spell_proc_event WHERE entry IN (31571, 31572); INSERT INTO spell_proc_event VALUES (31571, 0x00, 3, 0x00000000, 0x00000022, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0), -(31572, 0x00, 3, 0x00000000, 0x00000022, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +(31572, 0x00, 3, 0x00000000, 0x00000022, 0x00000000, 0x00004000, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/3508_mangos_7886_01_world_petcreateinfo_spell.sql b/sql/updates/3508_mangos_7886_01_world_petcreateinfo_spell.sql index 13fbf2d57c..6adcc12a39 100644 --- a/sql/updates/3508_mangos_7886_01_world_petcreateinfo_spell.sql +++ b/sql/updates/3508_mangos_7886_01_world_petcreateinfo_spell.sql @@ -1,3 +1,3 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7884_02_mangos_playercreateinfo_action required_7886_01_mangos_petcreateinfo_spell bit;*/ -DROP TABLE IF EXISTS `petcreateinfo_spell`; \ No newline at end of file +DROP TABLE IF EXISTS `petcreateinfo_spell`; diff --git a/sql/updates/3508_mangos_7887_01_characters_character_pet.sql b/sql/updates/3508_mangos_7887_01_characters_character_pet.sql index 8b1a3bed56..4b0052cbed 100644 --- a/sql/updates/3508_mangos_7887_01_characters_character_pet.sql +++ b/sql/updates/3508_mangos_7887_01_characters_character_pet.sql @@ -1,4 +1,4 @@ /*ALTER TABLE character_db_version CHANGE COLUMN required_7884_05_characters_character_action required_7887_01_characters_character_pet bit;*/ ALTER TABLE `character_pet` - DROP TeachSpelldata; \ No newline at end of file + DROP TeachSpelldata; diff --git a/sql/updates/3535_TC1_1509_world_scripts.sql b/sql/updates/3535_TC1_1509_world_scripts.sql index 91b84c2b5f..1dcf1500f5 100644 --- a/sql/updates/3535_TC1_1509_world_scripts.sql +++ b/sql/updates/3535_TC1_1509_world_scripts.sql @@ -1,2 +1,2 @@ UPDATE `gameobject_template` SET `ScriptName` = 'kalecgos_teleporter' WHERE `entry`=187055; -UPDATE `creature_template` SET `ScriptName` = 'boss_kalecgos_kj' WHERE `entry`=25319; \ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = 'boss_kalecgos_kj' WHERE `entry`=25319; diff --git a/sql/updates/3576_world_spell_script_target.sql b/sql/updates/3576_world_spell_script_target.sql index f895c41b80..37d786bc12 100644 --- a/sql/updates/3576_world_spell_script_target.sql +++ b/sql/updates/3576_world_spell_script_target.sql @@ -5,4 +5,4 @@ INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES (54699,1,0), (54725,1,0), (54744,1,0), -(54746,1,0); \ No newline at end of file +(54746,1,0); diff --git a/sql/updates/3577_world_spell_target_position.sql b/sql/updates/3577_world_spell_target_position.sql index d61f079d29..35190cdaca 100644 --- a/sql/updates/3577_world_spell_target_position.sql +++ b/sql/updates/3577_world_spell_target_position.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_target_position` WHERE `id` IN (54744,54746); INSERT INTO `spell_target_position` (`id`, `target_map`, `target_position_x`, `target_position_y`, `target_position_z`, `target_orientation`) VALUES (54744, 0, 2418.67, -5621.41, 420.644, 3.89597), -(54746, 0, 2402.15, -5633.74, 377.021, 3.65249); \ No newline at end of file +(54746, 0, 2402.15, -5633.74, 377.021, 3.65249); diff --git a/sql/updates/3587_mangos_7893_01_world_command.sql b/sql/updates/3587_mangos_7893_01_world_command.sql index 2009ca5d90..8212b0743b 100644 --- a/sql/updates/3587_mangos_7893_01_world_command.sql +++ b/sql/updates/3587_mangos_7893_01_world_command.sql @@ -4,4 +4,4 @@ DELETE FROM `command` WHERE `name` IN ('guild create','guild delete','guild invi INSERT INTO `command` VALUES ('guild create',2,'Syntax: .guild create [$GuildLeaderName] "$GuildName"\r\n\r\nCreate a guild named $GuildName with the player $GuildLeaderName (or selected) as leader. Guild name must in quotes.'), ('guild invite',2,'Syntax: .guild invite [$CharacterName] "$GuildName"\r\n\r\nAdd player $CharacterName (or selected) into a guild $GuildName. Guild name must in quotes.'), -('guild delete',2,'Syntax: .guild delete "$GuildName"\r\n\r\nDelete guild $GuildName. Guild name must in quotes.'); \ No newline at end of file +('guild delete',2,'Syntax: .guild delete "$GuildName"\r\n\r\nDelete guild $GuildName. Guild name must in quotes.'); diff --git a/sql/updates/3592_world_spell_dk.sql b/sql/updates/3592_world_spell_dk.sql index 4f7c4e294a..7089309059 100644 --- a/sql/updates/3592_world_spell_dk.sql +++ b/sql/updates/3592_world_spell_dk.sql @@ -5,4 +5,4 @@ INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES (51859, 1, 28543), (51859, 1, 28544); UPDATE `creature_template` SET `spell5`=51890 WHERE `entry`=28511; -- Eye of Acherus flight -UPDATE `creature_template` SET `minlevel`=50,`maxlevel`=52,`minhealth`=2215,`maxhealth`=2317,`faction_A`=2084,`faction_H`=2084,`mindmg`=50,`maxdmg`=50 WHERE `entry`=28528; -- ghoul \ No newline at end of file +UPDATE `creature_template` SET `minlevel`=50,`maxlevel`=52,`minhealth`=2215,`maxhealth`=2317,`faction_A`=2084,`faction_H`=2084,`mindmg`=50,`maxdmg`=50 WHERE `entry`=28528; -- ghoul diff --git a/sql/updates/3593_world_spellclick_dk.sql b/sql/updates/3593_world_spellclick_dk.sql index c0550f03c6..d8baab52f2 100644 --- a/sql/updates/3593_world_spellclick_dk.sql +++ b/sql/updates/3593_world_spellclick_dk.sql @@ -1,4 +1,4 @@ DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN ('29501', '29488'); INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `quest_id`, `quest_status`, `cast_flags`) VALUES ('29488', '54568', '12670', '1', '3'), -('29501', '54575', '12670', '1', '3'); \ No newline at end of file +('29501', '54575', '12670', '1', '3'); diff --git a/sql/updates/3601_world.sql b/sql/updates/3601_world.sql index e156c1944a..1b1eab149c 100644 --- a/sql/updates/3601_world.sql +++ b/sql/updates/3601_world.sql @@ -5,4 +5,4 @@ DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (28605,28606,28607); INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `quest_id`, `quest_status`, `cast_flags`) VALUES (28605, 52263, 12680, 3, 1), (28606, 52263, 12680, 3, 1), -(28607, 52263, 12680, 3, 1); \ No newline at end of file +(28607, 52263, 12680, 3, 1); diff --git a/sql/updates/3603_mangos_7896_01_world_creature_template.sql b/sql/updates/3603_mangos_7896_01_world_creature_template.sql index 4d4ff6d6c6..22342e8505 100644 --- a/sql/updates/3603_mangos_7896_01_world_creature_template.sql +++ b/sql/updates/3603_mangos_7896_01_world_creature_template.sql @@ -1,4 +1,4 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7893_01_mangos_command required_7896_01_mangos_creature_template bit;*/ ALTER TABLE creature_template CHANGE COLUMN class trainer_class tinyint(3) unsigned NOT NULL default '0'; -ALTER TABLE creature_template CHANGE COLUMN race trainer_race tinyint(3) unsigned NOT NULL default '0'; \ No newline at end of file +ALTER TABLE creature_template CHANGE COLUMN race trainer_race tinyint(3) unsigned NOT NULL default '0'; diff --git a/sql/updates/3609_mangos_7902_01_world_pool_creature.sql b/sql/updates/3609_mangos_7902_01_world_pool_creature.sql index 84aa4d90f9..ec1d63a48b 100644 --- a/sql/updates/3609_mangos_7902_01_world_pool_creature.sql +++ b/sql/updates/3609_mangos_7902_01_world_pool_creature.sql @@ -1,4 +1,4 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7896_01_mangos_creature_template required_7902_01_mangos_pool_creature bit;*/ ALTER TABLE `pool_creature` - ADD INDEX `idx_guid`(`guid`); \ No newline at end of file + ADD INDEX `idx_guid`(`guid`); diff --git a/sql/updates/3609_mangos_7902_02_world_pool_gameobject.sql b/sql/updates/3609_mangos_7902_02_world_pool_gameobject.sql index 27911828e5..3935a14bc2 100644 --- a/sql/updates/3609_mangos_7902_02_world_pool_gameobject.sql +++ b/sql/updates/3609_mangos_7902_02_world_pool_gameobject.sql @@ -1,4 +1,4 @@ /*ALTER TABLE db_version CHANGE COLUMN required_7902_01_mangos_pool_creature required_7902_02_mangos_pool_gameobject bit;*/ ALTER TABLE `pool_gameobject` - ADD INDEX `idx_guid`(`guid`); \ No newline at end of file + ADD INDEX `idx_guid`(`guid`); diff --git a/sql/updates/3612_world_spell_dk.sql b/sql/updates/3612_world_spell_dk.sql index 62f8a9b8b7..80d7e240af 100644 --- a/sql/updates/3612_world_spell_dk.sql +++ b/sql/updates/3612_world_spell_dk.sql @@ -1,4 +1,4 @@ DELETE FROM `spell_script_target` WHERE entry IN (52124); INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES (52124, 1, 28655); -UPDATE `creature_template` SET spell1=52372,spell2=52373,spell3=52374,spell4=52375 WHERE `entry`=28406; \ No newline at end of file +UPDATE `creature_template` SET spell1=52372,spell2=52373,spell3=52374,spell4=52375 WHERE `entry`=28406; diff --git a/sql/updates/3618_mangos_7903_01_characters_character_pet.sql b/sql/updates/3618_mangos_7903_01_characters_character_pet.sql index 7dd9089101..952ec786d8 100644 --- a/sql/updates/3618_mangos_7903_01_characters_character_pet.sql +++ b/sql/updates/3618_mangos_7903_01_characters_character_pet.sql @@ -1,4 +1,4 @@ /*ALTER TABLE character_db_version CHANGE COLUMN required_7887_01_characters_character_pet required_7903_01_characters_character_pet bit;*/ ALTER TABLE `character_pet` - DROP `talentpoints`; \ No newline at end of file + DROP `talentpoints`; diff --git a/sql/updates/3619_mangos_7904_01_world_creature_template.sql b/sql/updates/3619_mangos_7904_01_world_creature_template.sql index 4d577e0048..dd66056155 100644 --- a/sql/updates/3619_mangos_7904_01_world_creature_template.sql +++ b/sql/updates/3619_mangos_7904_01_world_creature_template.sql @@ -6,4 +6,4 @@ ALTER TABLE creature_template UPDATE creature_template SET mindmg = round(mindmg + attackpower / 14); UPDATE creature_template SET maxdmg = round(maxdmg + attackpower / 14); UPDATE creature_template SET attackpower = round((maxdmg + mindmg) * 0.3); -UPDATE creature_template SET mindmg = round(mindmg * 0.7), maxdmg = round(maxdmg * 0.7); \ No newline at end of file +UPDATE creature_template SET mindmg = round(mindmg * 0.7), maxdmg = round(maxdmg * 0.7); diff --git a/sql/updates/3632_mangos_7908_world_creature_template.sql b/sql/updates/3632_mangos_7908_world_creature_template.sql index 34d87f6617..8d54029095 100644 --- a/sql/updates/3632_mangos_7908_world_creature_template.sql +++ b/sql/updates/3632_mangos_7908_world_creature_template.sql @@ -18,4 +18,4 @@ ALTER TABLE creature_addon DROP COLUMN bytes0; ALTER TABLE creature_template_addon - DROP COLUMN bytes0; \ No newline at end of file + DROP COLUMN bytes0; diff --git a/sql/updates/3637_world_spell.sql b/sql/updates/3637_world_spell.sql index 71a3e06f90..c2fe66a5df 100644 --- a/sql/updates/3637_world_spell.sql +++ b/sql/updates/3637_world_spell.sql @@ -4,4 +4,4 @@ INSERT INTO `playercreateinfo_spell` (`race`, `class`, `Spell`, `Note`) VALUES DELETE FROM `spell_proc_event` WHERE `entry`=56816; INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES -(56816, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000030, 0, 0, 0); -- Rune Strike \ No newline at end of file +(56816, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000030, 0, 0, 0); -- Rune Strike diff --git a/sql/updates/3643_world_wintergrasp.sql b/sql/updates/3643_world_wintergrasp.sql index 5813788379..e5c365d175 100644 --- a/sql/updates/3643_world_wintergrasp.sql +++ b/sql/updates/3643_world_wintergrasp.sql @@ -9,4 +9,4 @@ INSERT INTO `game_event` (`entry`, `description`, `world_event`) VALUES DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (54643); INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES -( 54643,-54643, 2, 'Wintergrasp Defender Teleport'); \ No newline at end of file +( 54643,-54643, 2, 'Wintergrasp Defender Teleport'); diff --git a/sql/updates/3648_world_trinity_string_full.sql b/sql/updates/3648_world_trinity_string_full.sql index 29bc4b6a15..00b14ab46b 100644 --- a/sql/updates/3648_world_trinity_string_full.sql +++ b/sql/updates/3648_world_trinity_string_full.sql @@ -798,4 +798,4 @@ INSERT INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `conte (1201, 'You try to view movie %u but it doesn''t exist.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (347, 'TaxiNode ID %u not found!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (171, 'You can''t teleport self to self!', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -(1200, 'You try to view cinemitic %u but it doesn''t exist.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); \ No newline at end of file +(1200, 'You try to view cinemitic %u but it doesn''t exist.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); diff --git a/sql/updates/3649_world.sql b/sql/updates/3649_world.sql index 4d1948c753..a75ebe7b15 100644 --- a/sql/updates/3649_world.sql +++ b/sql/updates/3649_world.sql @@ -3,4 +3,4 @@ UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_stasis' WHERE `entr UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_stasis' WHERE `entry` = 184595; UPDATE `gameobject_template` SET `ScriptName` = 'go_ethereum_stasis' WHERE `entry` BETWEEN 185461 AND 185464; -UPDATE `creature_template` SET `ScriptName` = 'npc_engineering_tele_trinket' WHERE `entry` IN (14742, 14743, 21493, 21494); \ No newline at end of file +UPDATE `creature_template` SET `ScriptName` = 'npc_engineering_tele_trinket' WHERE `entry` IN (14742, 14743, 21493, 21494); diff --git a/sql/updates/3689_TC1_1534_world.sql b/sql/updates/3689_TC1_1534_world.sql index 774e0f7ec1..cde0c50bf3 100644 --- a/sql/updates/3689_TC1_1534_world.sql +++ b/sql/updates/3689_TC1_1534_world.sql @@ -1,2 +1,2 @@ UPDATE `creature_template` SET `ScriptName` = 'mob_ethereal_apprentice' WHERE `entry` = 18430; -DELETE FROM `creature` WHERE `id` = 18431; \ No newline at end of file +DELETE FROM `creature` WHERE `id` = 18431; diff --git a/sql/updates/3691_TC1_919_world.sql b/sql/updates/3691_TC1_919_world.sql index 02e35d5a42..644daa2776 100644 --- a/sql/updates/3691_TC1_919_world.sql +++ b/sql/updates/3691_TC1_919_world.sql @@ -1,2 +1,2 @@ ALTER TABLE version - ADD `core_revision` varchar(120) AFTER `core_version`; \ No newline at end of file + ADD `core_revision` varchar(120) AFTER `core_version`; diff --git a/sql/updates/3715_mangos_7932_01_characters_character_pet.sql b/sql/updates/3715_mangos_7932_01_characters_character_pet.sql index 7f272c9200..f4ecf2b15e 100644 --- a/sql/updates/3715_mangos_7932_01_characters_character_pet.sql +++ b/sql/updates/3715_mangos_7932_01_characters_character_pet.sql @@ -5,4 +5,4 @@ UPDATE character_pet UPDATE character_pet SET abdata = SUBSTRING_INDEX(SUBSTRING_INDEX(abdata,' ',(10-3)*2),' ',-(10-3-3)*2) - WHERE length(SUBSTRING_INDEX(abdata, ' ', 20)) < length(abdata) and length(SUBSTRING_INDEX(abdata, ' ', 21)) >= length(abdata); \ No newline at end of file + WHERE length(SUBSTRING_INDEX(abdata, ' ', 20)) < length(abdata) and length(SUBSTRING_INDEX(abdata, ' ', 21)) >= length(abdata); diff --git a/sql/updates/3724_world.sql b/sql/updates/3724_world.sql index 36c8a75c3d..1269925e0e 100644 --- a/sql/updates/3724_world.sql +++ b/sql/updates/3724_world.sql @@ -7,4 +7,4 @@ UPDATE creature_template SET `ScriptName`='npc_ros_dark_rider' WHERE `entry`=287 -- Spellclick spell to mount deathcharger DELETE FROM npc_spellclick_spells WHERE `npc_entry`=28782; INSERT INTO npc_spellclick_spells (`npc_entry`, `spell_id`, `quest_id`, `quest_status`, `cast_flags`) VALUES -(28782, 52280, 12687, 3, 1); \ No newline at end of file +(28782, 52280, 12687, 3, 1); diff --git a/sql/updates/3729_mangos_7938_01_realmd_account.sql b/sql/updates/3729_mangos_7938_01_realmd_account.sql index 01c16d0b0b..05fde4e7eb 100644 --- a/sql/updates/3729_mangos_7938_01_realmd_account.sql +++ b/sql/updates/3729_mangos_7938_01_realmd_account.sql @@ -1,4 +1,4 @@ /*ALTER TABLE realmd_db_version CHANGE COLUMN required_7867_01_realmd_account required_7938_01_realmd_account bit;*/ ALTER TABLE account - CHANGE id id int(11) unsigned NOT NULL auto_increment COMMENT 'Identifier'; \ No newline at end of file + CHANGE id id int(11) unsigned NOT NULL auto_increment COMMENT 'Identifier'; diff --git a/sql/updates/3736_world_spell_dk.sql b/sql/updates/3736_world_spell_dk.sql index 4aa0c6b557..c4097fef37 100644 --- a/sql/updates/3736_world_spell_dk.sql +++ b/sql/updates/3736_world_spell_dk.sql @@ -1,3 +1,3 @@ DELETE FROM spell_area WHERE spell = 52693; INSERT INTO spell_area (`spell`, `area`, `quest_start`, `quest_start_active`, `quest_end`, `aura_spell`, `racemask`, `gender`, `autocast`) VALUES -(52693, 4298, 12687, 1, 12687, 0, 0, 0, 1); \ No newline at end of file +(52693, 4298, 12687, 1, 12687, 0, 0, 0, 1); diff --git a/sql/updates/3851_world_spell.sql b/sql/updates/3851_world_spell.sql index 4475c24f0e..ed10e84808 100644 --- a/sql/updates/3851_world_spell.sql +++ b/sql/updates/3851_world_spell.sql @@ -5,4 +5,4 @@ INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES ('48714', '2', '27235'), ('48714', '2', '27234'), ('48714', '2', '27236'), -('57806', '2', '31043'); \ No newline at end of file +('57806', '2', '31043'); diff --git a/sql/updates/3877_world_spell_script_target.sql b/sql/updates/3877_world_spell_script_target.sql index 9778be5246..57392c547d 100644 --- a/sql/updates/3877_world_spell_script_target.sql +++ b/sql/updates/3877_world_spell_script_target.sql @@ -1,3 +1,3 @@ DELETE FROM `spell_script_target` WHERE `entry` IN (48743); INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES -('48743', '1', '26125'); \ No newline at end of file +('48743', '1', '26125'); diff --git a/sql/updates/3886_world_script_nexus.sql b/sql/updates/3886_world_script_nexus.sql index 7495a5f61c..e02e67a689 100644 --- a/sql/updates/3886_world_script_nexus.sql +++ b/sql/updates/3886_world_script_nexus.sql @@ -77,4 +77,3 @@ REPLACE INTO `script_texts` (`entry`, `content_default`, `sound`, `type`, `langu (-1576043,'Dragonqueen... Life-Binder... preserve... me.',13454,1,0,0,'keristrasza SAY_DEATH'), (-1576044,'Stay. Enjoy your final moments.',13451,1,0,0,'keristrasza SAY_CRYSTAL_NOVA'); - diff --git a/sql/updates/3899_world_spell_proc_event.sql b/sql/updates/3899_world_spell_proc_event.sql index 968c82ec29..bc8b159bd9 100644 --- a/sql/updates/3899_world_spell_proc_event.sql +++ b/sql/updates/3899_world_spell_proc_event.sql @@ -1,4 +1,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (18096, 18073); INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES (18096, 0x00, 5, 0x00000060, 0x00800080, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Pyroclasm (Rank 1) -(18073, 0x00, 5, 0x00000060, 0x00800080, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Pyroclasm (Rank 2) \ No newline at end of file +(18073, 0x00, 5, 0x00000060, 0x00800080, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Pyroclasm (Rank 2) diff --git a/sql/updates/3901_world_spell_proc_event.sql b/sql/updates/3901_world_spell_proc_event.sql index 4f333311d2..ab534ece0a 100644 --- a/sql/updates/3901_world_spell_proc_event.sql +++ b/sql/updates/3901_world_spell_proc_event.sql @@ -1,3 +1,3 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (56249); INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES -(56249, 0x00, 5, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0x00000000, 0, 0, 0); -- Glyph of Felhunter \ No newline at end of file +(56249, 0x00, 5, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0x00000000, 0, 0, 0); -- Glyph of Felhunter diff --git a/sql/updates/3927_world_spell_proc_event.sql b/sql/updates/3927_world_spell_proc_event.sql index a5ae39bc18..3f93e662dc 100644 --- a/sql/updates/3927_world_spell_proc_event.sql +++ b/sql/updates/3927_world_spell_proc_event.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (59088, 59089, 58388, 56374); INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES (59088, 0x00, 4, 0x00000000, 0x00000002, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0), -- Improved Spell Reflection (59089, 0x00, 4, 0x00000000, 0x00000002, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0), -- Improved Spell Reflection -(56374, 0x00, 3, 0x00000000, 0x00004000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0); -- Glyph of icy veins \ No newline at end of file +(56374, 0x00, 3, 0x00000000, 0x00004000, 0x00000000, 0x00004000, 0x00000000, 0, 0, 0); -- Glyph of icy veins diff --git a/sql/updates/3943_world_spell_proc_event.sql b/sql/updates/3943_world_spell_proc_event.sql index 5776d41199..7d4c96caef 100644 --- a/sql/updates/3943_world_spell_proc_event.sql +++ b/sql/updates/3943_world_spell_proc_event.sql @@ -5,4 +5,4 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell DELETE FROM `spell_linked_spell` WHERE `spell_trigger` IN (52610, -52610); INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comment`) VALUES ( 52610, 62071, 0, 'Savage Roar'), -( -52610, -62071, 0, 'Savage Roar'); \ No newline at end of file +( -52610, -62071, 0, 'Savage Roar'); diff --git a/sql/updates/3947_world_spell_proc_event.sql b/sql/updates/3947_world_spell_proc_event.sql index 620e46603c..6859fc9504 100644 --- a/sql/updates/3947_world_spell_proc_event.sql +++ b/sql/updates/3947_world_spell_proc_event.sql @@ -1,3 +1,3 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (53397); INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES -(53397, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0); -- Invigoration \ No newline at end of file +(53397, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0); -- Invigoration diff --git a/sql/updates/3951_world_spell_proc_event.sql b/sql/updates/3951_world_spell_proc_event.sql index d2f6a2c799..ec0d9d960d 100644 --- a/sql/updates/3951_world_spell_proc_event.sql +++ b/sql/updates/3951_world_spell_proc_event.sql @@ -1,3 +1,3 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (53646); INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES -(53646, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0); -- Demonic Pact \ No newline at end of file +(53646, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0, 0, 0); -- Demonic Pact diff --git a/sql/updates/3954_world_spell_bonus_data.sql b/sql/updates/3954_world_spell_bonus_data.sql index c116d67661..d4731936bf 100644 --- a/sql/updates/3954_world_spell_bonus_data.sql +++ b/sql/updates/3954_world_spell_bonus_data.sql @@ -7,4 +7,4 @@ INSERT INTO `spell_bonus_data` VALUES (53719, 0, 0, 0, "Paladin - Seal of the Martyr Proc Enemy"), (53718, 0, 0, 0, "Paladin - Seal of the Martyr Proc Self"), (53726, 0.25, 0, 0.16, "Paladin - Judgement of the Martyr Enemy"), -(53725, 0.0833, 0, 0.0533, "Paladin - Judgement of the Martyr Self"); \ No newline at end of file +(53725, 0.0833, 0, 0.0533, "Paladin - Judgement of the Martyr Self"); diff --git a/sql/updates/3968_world_spell_proc_event.sql b/sql/updates/3968_world_spell_proc_event.sql index fcefd99dbd..bca25a6ebe 100644 --- a/sql/updates/3968_world_spell_proc_event.sql +++ b/sql/updates/3968_world_spell_proc_event.sql @@ -39,4 +39,4 @@ INSERT INTO `spell_proc_event`(`entry`, `SchoolMask`, `SpellFamilyName`, `SpellF (33297, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Quagmirrans Eye (38299, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 15), -- Fel Reavers Piston (59630, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 45), -- Black Magic -(61356, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000002A8, 0x00000002, 0, 0, 90); -- Invigorating Earthsiege Diamond \ No newline at end of file +(61356, 0x00, 0, 0x00000000, 0x00000000, 0x00000000, 0x000002A8, 0x00000002, 0, 0, 90); -- Invigorating Earthsiege Diamond diff --git a/sql/updates/3991_world_spell_proc_event.sql b/sql/updates/3991_world_spell_proc_event.sql index 149f92ad7e..6998b68612 100644 --- a/sql/updates/3991_world_spell_proc_event.sql +++ b/sql/updates/3991_world_spell_proc_event.sql @@ -27,4 +27,4 @@ INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `Spell ( 47535, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00000400, 0x00002000, 0, 0, 12), -- Rapture (Rank 1) ( 47536, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00000400, 0x00002000, 0, 0, 12), -- Rapture (Rank 2) ( 47537, 0x00, 6, 0x00000001, 0x00000000, 0x00000000, 0x00000400, 0x00002000, 0, 0, 12), -- Rapture (Rank 3) -( 63108, 0x00, 5, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Siphon Life \ No newline at end of file +( 63108, 0x00, 5, 0x00000002, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Siphon Life diff --git a/sql/updates/4016_world_spell_dk.sql b/sql/updates/4016_world_spell_dk.sql index c88b70b827..205b579bae 100644 --- a/sql/updates/4016_world_spell_dk.sql +++ b/sql/updates/4016_world_spell_dk.sql @@ -2,4 +2,3 @@ DELETE FROM `spell_script_target` WHERE entry IN (53110); INSERT INTO `spell_script_target` (`entry`, `type`, `targetEntry`) VALUES (53110,1,28940); - diff --git a/sql/updates/4023_world_spell_proc_event.sql b/sql/updates/4023_world_spell_proc_event.sql index caa53b3c11..4a9c17edfd 100644 --- a/sql/updates/4023_world_spell_proc_event.sql +++ b/sql/updates/4023_world_spell_proc_event.sql @@ -1,4 +1,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (51521, 51522); INSERT INTO `spell_proc_event` (`entry`, `SchoolMask`, `SpellFamilyName`, `SpellFamilyMask0`, `SpellFamilyMask1`, `SpellFamilyMask2`, `procFlags`, `procEx`, `ppmRate`, `CustomChance`, `Cooldown`) VALUES ( 51521, 0x00, 11, 0x00000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0), -- Improved Stormspike -( 51522, 0x00, 11, 0x00000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Improved Stormspike \ No newline at end of file +( 51522, 0x00, 11, 0x00000000, 0x01000000, 0x00000000, 0x00000000, 0x00000000, 0, 0, 0); -- Improved Stormspike diff --git a/sql/updates/4043_world_npc_spellclick_spells.sql b/sql/updates/4043_world_npc_spellclick_spells.sql index 2e1895a25f..52b731f581 100644 --- a/sql/updates/4043_world_npc_spellclick_spells.sql +++ b/sql/updates/4043_world_npc_spellclick_spells.sql @@ -25,4 +25,4 @@ DELETE FROM `npc_spellclick_spells` WHERE `npc_entry` IN (29912); INSERT INTO `npc_spellclick_spells` (`npc_entry`, `spell_id`, `quest_start`, `quest_start_active`, `quest_end`, `cast_flags`) VALUES (29912, 55479, 0, 0, 0, 3); # Obedience Crystal - Force Obedience -REPLACE into `spell_target_position` values (51852, 609, 2361.21, -5660.45, 503.828, 4.49); \ No newline at end of file +REPLACE into `spell_target_position` values (51852, 609, 2361.21, -5660.45, 503.828, 4.49); diff --git a/sql/updates/4045_world_spell_proc_event.sql b/sql/updates/4045_world_spell_proc_event.sql index 6104f0d078..fc1034ec74 100644 --- a/sql/updates/4045_world_spell_proc_event.sql +++ b/sql/updates/4045_world_spell_proc_event.sql @@ -2,4 +2,4 @@ DELETE FROM `spell_proc_event` WHERE `entry` IN (51483,51485,51486); INSERT INTO `spell_proc_event` VALUES (51483, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0.000000, 0.000000, 0), (51485, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0.000000, 0.000000, 0), -(51486, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0.000000, 0.000000, 0); \ No newline at end of file +(51486, 0x00000001, 11, 0x20000000, 0x00000000, 0x00000000, 0x00000400, 0x00000000, 0.000000, 0.000000, 0); diff --git a/sql/updates/4063_TC1_1569_world_scripts.sql b/sql/updates/4063_TC1_1569_world_scripts.sql index afe0759e71..5fc2287a85 100644 --- a/sql/updates/4063_TC1_1569_world_scripts.sql +++ b/sql/updates/4063_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/updates/4081_world.sql b/sql/updates/4081_world.sql index 4eb5898681..7f6528c6eb 100644 --- a/sql/updates/4081_world.sql +++ b/sql/updates/4081_world.sql @@ -12,4 +12,4 @@ INSERT INTO `spell_linked_spell` (`spell_trigger`, `spell_effect`, `type`, `comm (57482,57484,2,'Kindred Spirits'), (57453,57483,2,'Kindred Spirits'), (57457,57482,2,'Kindred Spirits'), -(57458,57475,2,'Kindred Spirits'); \ No newline at end of file +(57458,57475,2,'Kindred Spirits'); diff --git a/sql/updates/4105_8030_01_characters_character_spell.sql b/sql/updates/4105_8030_01_characters_character_spell.sql index 332d0e4d07..5d65fce8ff 100644 --- a/sql/updates/4105_8030_01_characters_character_spell.sql +++ b/sql/updates/4105_8030_01_characters_character_spell.sql @@ -4,4 +4,4 @@ UPDATE IGNORE character_spell SET spell = 64901 WHERE spell = 64904; -DELETE FROM character_spell WHERE spell = 64904; \ No newline at end of file +DELETE FROM character_spell WHERE spell = 64904; diff --git a/sql/updates/4105_8030_03_mangos_npc_trainer.sql b/sql/updates/4105_8030_03_mangos_npc_trainer.sql index ce6c39f8ef..2b6f04b25e 100644 --- a/sql/updates/4105_8030_03_mangos_npc_trainer.sql +++ b/sql/updates/4105_8030_03_mangos_npc_trainer.sql @@ -1,4 +1,3 @@ -- ALTER TABLE db_version CHANGE COLUMN required_8021_01_mangos_spell_proc_event required_8030_03_mangos_npc_trainer bit; DELETE FROM npc_trainer WHERE spell = 64904; - diff --git a/sql/updates/4115_world_sd2.sql b/sql/updates/4115_world_sd2.sql index 19cfd191d7..ede0c591d5 100644 --- a/sql/updates/4115_world_sd2.sql +++ b/sql/updates/4115_world_sd2.sql @@ -4,4 +4,3 @@ UPDATE creature_template SET ScriptName='boss_leotheras_the_blind_demonform' WHE UPDATE script_texts SET content_default='Finally, my banishment ends!' WHERE entry=-1548009; UPDATE script_texts SET content_default='Be gone, trifling elf. I am in control now!' WHERE entry=-1548010; UPDATE script_texts SET content_default='No... no! What have you done? I am the master! Do you hear me? I am... aaggh! Can\'t... contain him...' WHERE entry=-1548018; -