From a100b4c6b106de2c398bf5eff061899a61550be9 Mon Sep 17 00:00:00 2001 From: Spp Date: Sat, 10 Apr 2010 19:06:50 +0200 Subject: Fix a typo in sql file name --HG-- branch : trunk --- sql/updates/7748_word_scriptname.sql | 10 ---------- sql/updates/7748_world_scriptname.sql | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 sql/updates/7748_word_scriptname.sql create mode 100644 sql/updates/7748_world_scriptname.sql (limited to 'sql') diff --git a/sql/updates/7748_word_scriptname.sql b/sql/updates/7748_word_scriptname.sql deleted file mode 100644 index 55649c12668..00000000000 --- a/sql/updates/7748_word_scriptname.sql +++ /dev/null @@ -1,10 +0,0 @@ -DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5284,5285,5286,5287,4871,4872,4873,5108); -INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES -(5284, 'at_aldurthar_gate'), -(5285, 'at_aldurthar_gate'), -(5286, 'at_aldurthar_gate'), -(5287, 'at_aldurthar_gate'), -(4871, 'at_warsong_farms'), -(4872, 'at_warsong_farms'), -(4873, 'at_warsong_farms'), -(5108, 'at_stormwright_shelf'); diff --git a/sql/updates/7748_world_scriptname.sql b/sql/updates/7748_world_scriptname.sql new file mode 100644 index 00000000000..55649c12668 --- /dev/null +++ b/sql/updates/7748_world_scriptname.sql @@ -0,0 +1,10 @@ +DELETE FROM `areatrigger_scripts` WHERE `entry` IN (5284,5285,5286,5287,4871,4872,4873,5108); +INSERT INTO `areatrigger_scripts` (`entry`,`ScriptName`) VALUES +(5284, 'at_aldurthar_gate'), +(5285, 'at_aldurthar_gate'), +(5286, 'at_aldurthar_gate'), +(5287, 'at_aldurthar_gate'), +(4871, 'at_warsong_farms'), +(4872, 'at_warsong_farms'), +(4873, 'at_warsong_farms'), +(5108, 'at_stormwright_shelf'); -- cgit v1.2.3