From 75bf08c08144892ff6c7351d2602af2046a47db7 Mon Sep 17 00:00:00 2001 From: click Date: Sun, 27 Mar 2011 00:44:14 +0100 Subject: Core/SQL: Fix naming of an old updatefile to reflect correct database relation --- sql/old/3.3.5a/2011_02_11_3_creature_involvedrelation.sql | 2 -- sql/old/3.3.5a/2011_02_11_3_world_creature_involvedrelation.sql | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 sql/old/3.3.5a/2011_02_11_3_creature_involvedrelation.sql create mode 100644 sql/old/3.3.5a/2011_02_11_3_world_creature_involvedrelation.sql (limited to 'sql') diff --git a/sql/old/3.3.5a/2011_02_11_3_creature_involvedrelation.sql b/sql/old/3.3.5a/2011_02_11_3_creature_involvedrelation.sql deleted file mode 100644 index c98af05803d..00000000000 --- a/sql/old/3.3.5a/2011_02_11_3_creature_involvedrelation.sql +++ /dev/null @@ -1,2 +0,0 @@ --- Update quest-link turn in for quest The Call to Command (Bragor Bloodfist, not Varimathras) -UPDATE `creature_involvedrelation` SET `id`=36273 WHERE `quest`=6144; diff --git a/sql/old/3.3.5a/2011_02_11_3_world_creature_involvedrelation.sql b/sql/old/3.3.5a/2011_02_11_3_world_creature_involvedrelation.sql new file mode 100644 index 00000000000..c98af05803d --- /dev/null +++ b/sql/old/3.3.5a/2011_02_11_3_world_creature_involvedrelation.sql @@ -0,0 +1,2 @@ +-- Update quest-link turn in for quest The Call to Command (Bragor Bloodfist, not Varimathras) +UPDATE `creature_involvedrelation` SET `id`=36273 WHERE `quest`=6144; -- cgit v1.2.3