From e1a8e1b2c9fd951665ca06a771cdf27a7be363de Mon Sep 17 00:00:00 2001 From: Spp Date: Fri, 12 Mar 2010 20:43:46 +0100 Subject: Fix compile after 7548. Also reorder the columns of account onlinelist command --HG-- branch : trunk --- sql/updates/7548_world_trinity_string.sql | 6 ------ sql/updates/7551_world_trinity_string.sql | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 sql/updates/7548_world_trinity_string.sql create mode 100644 sql/updates/7551_world_trinity_string.sql (limited to 'sql') diff --git a/sql/updates/7548_world_trinity_string.sql b/sql/updates/7548_world_trinity_string.sql deleted file mode 100644 index 5d6165f2125..00000000000 --- a/sql/updates/7548_world_trinity_string.sql +++ /dev/null @@ -1,6 +0,0 @@ -DELETE FROM `trinity_string` WHERE `entry` in (1010,1012,1013,1015); -INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES -(1010, '[ Account][ Character][ IP][GMLev][Expansion][Map][Zone]'), -(1012, '=============================================================================='), -(1013, '-[%16s][%12s][%15s][%5d][%9d][%3d][%4d]'), -(1015, '============================== Characters Online ============================='); \ No newline at end of file diff --git a/sql/updates/7551_world_trinity_string.sql b/sql/updates/7551_world_trinity_string.sql new file mode 100644 index 00000000000..3fe54f47dca --- /dev/null +++ b/sql/updates/7551_world_trinity_string.sql @@ -0,0 +1,6 @@ +DELETE FROM `trinity_string` WHERE `entry` in (1010,1012,1013,1015); +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(1010, '-[ Account][ Character][ IP][Map][Zone][Exp][GMLev]-'), +(1012, '-==================================================================-'), +(1013, '-[%16s][%12s][%15s][%3d][%4d][%d][%d]-'), +(1015, '-======================== Characters Online =======================-'); \ No newline at end of file -- cgit v1.2.3