From a1683f20dc91851af2b85c5b4f4f82dbc2eb877b Mon Sep 17 00:00:00 2001 From: Machiavelli Date: Mon, 19 Dec 2011 11:17:52 +0100 Subject: Fix SQL file name after pull request, and fix compile on linux. --- sql/updates/world/2011_12_18_04_world_conditions.sql | 7 ------- sql/updates/world/2011_12_19_00_world_conditions.sql | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 sql/updates/world/2011_12_18_04_world_conditions.sql create mode 100644 sql/updates/world/2011_12_19_00_world_conditions.sql (limited to 'sql') diff --git a/sql/updates/world/2011_12_18_04_world_conditions.sql b/sql/updates/world/2011_12_18_04_world_conditions.sql deleted file mode 100644 index a56151a9f8f..00000000000 --- a/sql/updates/world/2011_12_18_04_world_conditions.sql +++ /dev/null @@ -1,7 +0,0 @@ -UPDATE spell_dbc SET EffectImplicitTargetA1 = 22, EffectImplicitTargetB1 = 7 WHERE Id = 58630; - -DELETE FROM conditions WHERE SourceTypeOrReferenceId = 13 AND SourceEntry IN (61863, 68663); -INSERT INTO conditions (SourceTypeOrReferenceId, SourceEntry, ConditionTypeOrReference, ConditionValue1, Comment) VALUES -(13, 61863, 18, 1, 'The Prophet Tharon''ja - Achievement Check'), -(13, 68663, 18, 1, 'The Black Knight - Kill Credit'), -(13, 58630, 18, 1, 'Mal''Ganis - Kill Credit'); diff --git a/sql/updates/world/2011_12_19_00_world_conditions.sql b/sql/updates/world/2011_12_19_00_world_conditions.sql new file mode 100644 index 00000000000..a56151a9f8f --- /dev/null +++ b/sql/updates/world/2011_12_19_00_world_conditions.sql @@ -0,0 +1,7 @@ +UPDATE spell_dbc SET EffectImplicitTargetA1 = 22, EffectImplicitTargetB1 = 7 WHERE Id = 58630; + +DELETE FROM conditions WHERE SourceTypeOrReferenceId = 13 AND SourceEntry IN (61863, 68663); +INSERT INTO conditions (SourceTypeOrReferenceId, SourceEntry, ConditionTypeOrReference, ConditionValue1, Comment) VALUES +(13, 61863, 18, 1, 'The Prophet Tharon''ja - Achievement Check'), +(13, 68663, 18, 1, 'The Black Knight - Kill Credit'), +(13, 58630, 18, 1, 'Mal''Ganis - Kill Credit'); -- cgit v1.2.3