From 9926aed1a68e4906bbb3e42deff57fe42a853870 Mon Sep 17 00:00:00 2001 From: Anubisss Date: Fri, 19 Jun 2009 11:06:30 +0200 Subject: *Move a SQL for the correct directory. Thanks Aokromes. --HG-- branch : trunk --- sql/4176_world.sql | 2 -- sql/updates/4176_world.sql | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 sql/4176_world.sql create mode 100644 sql/updates/4176_world.sql (limited to 'sql') diff --git a/sql/4176_world.sql b/sql/4176_world.sql deleted file mode 100644 index 3ba9e7a8ae1..00000000000 --- a/sql/4176_world.sql +++ /dev/null @@ -1,2 +0,0 @@ -UPDATE `trinity_string` SET `content_default` = '[Raid reset time: %s]' WHERE `entry` = 5017; -UPDATE `trinity_string` SET `content_default` = '[Heroic reset time: %s]' WHERE `entry` = 5018; diff --git a/sql/updates/4176_world.sql b/sql/updates/4176_world.sql new file mode 100644 index 00000000000..3ba9e7a8ae1 --- /dev/null +++ b/sql/updates/4176_world.sql @@ -0,0 +1,2 @@ +UPDATE `trinity_string` SET `content_default` = '[Raid reset time: %s]' WHERE `entry` = 5017; +UPDATE `trinity_string` SET `content_default` = '[Heroic reset time: %s]' WHERE `entry` = 5018; -- cgit v1.2.3