diff options
author | Aokromes <jipr@hotmail.com> | 2013-06-03 00:04:20 -0700 |
---|---|---|
committer | Aokromes <jipr@hotmail.com> | 2013-06-03 00:04:20 -0700 |
commit | ce914361401548e4ac8adf67cfaeb05059b9ad5e (patch) | |
tree | 8ce8bd66d85cb89ace9c9fadd3aa7d11231a9258 | |
parent | 8266fe9b86ed8552a3201d68acf2164fb4c92bb4 (diff) | |
parent | 15f856ae1eb7a6e3cf6a720baeaa4d863ab9efa5 (diff) |
Merge pull request #9934 from LeGuybrush/RemoveBOM
Update 2013_05_26_00_world_trinity_string.sql
-rw-r--r-- | sql/updates/world/2013_05_26_00_world_trinity_string.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/world/2013_05_26_00_world_trinity_string.sql b/sql/updates/world/2013_05_26_00_world_trinity_string.sql index 591021a5f84..80ad953b3b7 100644 --- a/sql/updates/world/2013_05_26_00_world_trinity_string.sql +++ b/sql/updates/world/2013_05_26_00_world_trinity_string.sql @@ -1,4 +1,4 @@ -DELETE FROM `trinity_string` WHERE `entry`=854 LIMIT 1; +DELETE FROM `trinity_string` WHERE `entry`=854 LIMIT 1; INSERT INTO `trinity_string` (`entry`, `content_default`, content_loc1, content_loc2, content_loc3, content_loc4, content_loc5, content_loc6, content_loc7, content_loc8) VALUES (854, '└ Mails: %d Read/%u Total', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |