aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/1657_world.sql
diff options
context:
space:
mode:
authorDrahy <none@none>2009-03-04 09:19:13 +0100
committerDrahy <none@none>2009-03-04 09:19:13 +0100
commit19ce0bb39ff3d4d5568410e29fa5372623735fbb (patch)
tree7b6fa2ec26e07ff769451425e1a319f2f6ce0f15 /sql/updates/1657_world.sql
parent7a44a9fb93da026a8e639084c76c7ca0696a6a07 (diff)
* Fixed sql updates, renamed and cleaned up
--HG-- branch : trunk
Diffstat (limited to 'sql/updates/1657_world.sql')
-rw-r--r--sql/updates/1657_world.sql4
1 files changed, 2 insertions, 2 deletions
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