aboutsummaryrefslogtreecommitdiff
path: root/sql/updates
diff options
context:
space:
mode:
authormaximius <none@none>2009-09-05 14:36:57 -0700
committermaximius <none@none>2009-09-05 14:36:57 -0700
commit5e13c487fd8821035bbd1505e08718e6d82fd931 (patch)
tree185309e6343367e65e65df50e1e9e88c123cb6bb /sql/updates
parent4aef6801bfd57de89f78d03f5dfa4698c6ba099f (diff)
*Fix a typo in trinity strings
--HG-- branch : trunk
Diffstat (limited to 'sql/updates')
-rw-r--r--sql/updates/5579_world_trinity_string.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/5579_world_trinity_string.sql b/sql/updates/5579_world_trinity_string.sql
new file mode 100644
index 00000000000..06b8f43c036
--- /dev/null
+++ b/sql/updates/5579_world_trinity_string.sql
@@ -0,0 +1,3 @@
+
+REPLACE INTO `trinity_string` (`entry`, `content_default`, `content_loc1`, `content_loc2`, `content_loc3`, `content_loc4`, `content_loc5`, `content_loc6`, `content_loc7`, `content_loc8`)
+VALUES (326, 'Faction %s (%u) can''nt have reputation.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL);