From dca0e737deadddc97eca775937058c5cbdb45527 Mon Sep 17 00:00:00 2001 From: Nay Date: Sun, 4 Sep 2011 23:44:01 +0100 Subject: Core/Quests: Fix quests with RepObjective2 set. Closes #2901. Misc: Correct a file name, move a spell error to error log and a small typo in trinity_string --- sql/updates/world/2011_09_03_02_spell_script_names.sql | 10 ---------- sql/updates/world/2011_09_03_02_world_spell_script_names.sql | 10 ++++++++++ sql/updates/world/2011_09_04_02_world_trinity_string.sql | 1 + 3 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 sql/updates/world/2011_09_03_02_spell_script_names.sql create mode 100644 sql/updates/world/2011_09_03_02_world_spell_script_names.sql create mode 100644 sql/updates/world/2011_09_04_02_world_trinity_string.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2011_09_03_02_spell_script_names.sql b/sql/updates/world/2011_09_03_02_spell_script_names.sql deleted file mode 100644 index b7b6907b7f1..00000000000 --- a/sql/updates/world/2011_09_03_02_spell_script_names.sql +++ /dev/null @@ -1,10 +0,0 @@ -DELETE FROM `spell_script_names` WHERE `spell_id` IN (65879,65916,67244,67245,67246,67248,67249,67250); -INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES -(65879, 'spell_power_of_the_twins'), -(65916, 'spell_power_of_the_twins'), -(67244, 'spell_power_of_the_twins'), -(67245, 'spell_power_of_the_twins'), -(67246, 'spell_power_of_the_twins'), -(67248, 'spell_power_of_the_twins'), -(67249, 'spell_power_of_the_twins'), -(67250, 'spell_power_of_the_twins'); diff --git a/sql/updates/world/2011_09_03_02_world_spell_script_names.sql b/sql/updates/world/2011_09_03_02_world_spell_script_names.sql new file mode 100644 index 00000000000..b7b6907b7f1 --- /dev/null +++ b/sql/updates/world/2011_09_03_02_world_spell_script_names.sql @@ -0,0 +1,10 @@ +DELETE FROM `spell_script_names` WHERE `spell_id` IN (65879,65916,67244,67245,67246,67248,67249,67250); +INSERT INTO `spell_script_names` (`spell_id`,`ScriptName`) VALUES +(65879, 'spell_power_of_the_twins'), +(65916, 'spell_power_of_the_twins'), +(67244, 'spell_power_of_the_twins'), +(67245, 'spell_power_of_the_twins'), +(67246, 'spell_power_of_the_twins'), +(67248, 'spell_power_of_the_twins'), +(67249, 'spell_power_of_the_twins'), +(67250, 'spell_power_of_the_twins'); diff --git a/sql/updates/world/2011_09_04_02_world_trinity_string.sql b/sql/updates/world/2011_09_04_02_world_trinity_string.sql new file mode 100644 index 00000000000..36722947feb --- /dev/null +++ b/sql/updates/world/2011_09_04_02_world_trinity_string.sql @@ -0,0 +1 @@ +UPDATE `trinity_string` SET `content_default`='Faction %s (%u) can''t have reputation.' WHERE `entry`=326; -- can'nt -> can't -- cgit v1.2.3