From 19ce0bb39ff3d4d5568410e29fa5372623735fbb Mon Sep 17 00:00:00 2001 From: Drahy Date: Wed, 4 Mar 2009 09:19:13 +0100 Subject: * Fixed sql updates, renamed and cleaned up --HG-- branch : trunk --- sql/updates/1657_world.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sql/updates/1657_world.sql') diff --git a/sql/updates/1657_world.sql b/sql/updates/1657_world.sql index ca31075612f..009a4079ddb 100644 --- a/sql/updates/1657_world.sql +++ b/sql/updates/1657_world.sql @@ -1,2 +1,2 @@ -DELETE FROM trinity_string where entry=1010; -INSERT INTO trinity_string (entry, content_default) VALUES(1010, "| Account | Character | IP | GM | EXP |"); +DELETE FROM `trinity_string` WHERE `entry`=1010; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES(1010, "| Account | Character | IP | GM | EXP |"); \ No newline at end of file -- cgit v1.2.3