aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authorclick <none@none>2010-07-19 03:49:15 +0200
committerclick <none@none>2010-07-19 03:49:15 +0200
commita4d0542f192240841da11982d85ed6cd27a1f864 (patch)
tree68b56a8b561ebd6dc73981b2fdfc5aa4dbe4d0ed /sql/updates
parente4a120b0adbd2be24a39699c8c11d2341b5c2731 (diff)
Clean up level0.cpp and return proper errormessages (fix by ogeraisi)
Closes issue #286 --HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/8915_world_trinity_string.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql/updates/8915_world_trinity_string.sql b/sql/updates/8915_world_trinity_string.sql
new file mode 100644
index 00000000000..49676b0870a
--- /dev/null
+++ b/sql/updates/8915_world_trinity_string.sql
@@ -0,0 +1,4 @@
+-- UPDATE so we don't kill customized locale strings if user has any
+UPDATE `trinity_string` SET `content_default`='The old password is wrong' WHERE `entry`=27;
+-- INSERT as this string has not been used before
+INSERT INTO `trinity_string` VALUES (62, 'One on more parameters have incorrect values', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);