From fb14cb7e4fbf338a8d5cf8c3f74bb7f991105557 Mon Sep 17 00:00:00 2001 From: treeston Date: Thu, 31 Dec 2015 21:54:52 +0100 Subject: Rename update sql to proper name. Oops! --- sql/updates/world/2015_12_27_instancerevive.sql | 4 ---- sql/updates/world/2015_12_31_01_world.sql | 4 ++++ 2 files changed, 4 insertions(+), 4 deletions(-) delete mode 100644 sql/updates/world/2015_12_27_instancerevive.sql create mode 100644 sql/updates/world/2015_12_31_01_world.sql (limited to 'sql') diff --git a/sql/updates/world/2015_12_27_instancerevive.sql b/sql/updates/world/2015_12_27_instancerevive.sql deleted file mode 100644 index 3bee62963ef..00000000000 --- a/sql/updates/world/2015_12_27_instancerevive.sql +++ /dev/null @@ -1,4 +0,0 @@ --- -DELETE FROM `trinity_string` WHERE `entry`=11014; -INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES -(11014,"You are already locked to %s."); diff --git a/sql/updates/world/2015_12_31_01_world.sql b/sql/updates/world/2015_12_31_01_world.sql new file mode 100644 index 00000000000..3bee62963ef --- /dev/null +++ b/sql/updates/world/2015_12_31_01_world.sql @@ -0,0 +1,4 @@ +-- +DELETE FROM `trinity_string` WHERE `entry`=11014; +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(11014,"You are already locked to %s."); -- cgit v1.2.3