aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorSpp <none@none>2010-03-12 20:43:46 +0100
committerSpp <none@none>2010-03-12 20:43:46 +0100
commite1a8e1b2c9fd951665ca06a771cdf27a7be363de (patch)
treee6a6364f4b783ec7e9d6f7181fc6abae5f2d1b95 /sql
parentcb72277769ec596b87b1d9a18536093b72c60278 (diff)
Fix compile after 7548.
Also reorder the columns of account onlinelist command --HG-- branch : trunk
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/7548_world_trinity_string.sql6
-rw-r--r--sql/updates/7551_world_trinity_string.sql6
2 files changed, 6 insertions, 6 deletions
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