diff options
author | Anubisss <none@none> | 2009-08-15 01:25:52 +0200 |
---|---|---|
committer | Anubisss <none@none> | 2009-08-15 01:25:52 +0200 |
commit | 45c2334a285f46c49510ae015061a9bcd1001999 (patch) | |
tree | 6ca2686f15c35452319e30c0dfaa46a85cc1b53b | |
parent | 227a1dc0be7861afdd51ede368b4943198ada473 (diff) |
*Add a missing sql from the previous rev.
*Thanks to Aokromes for the reminder. :)
--HG--
branch : trunk
-rw-r--r-- | sql/updates/5029_world_trinity_string.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/5029_world_trinity_string.sql b/sql/updates/5029_world_trinity_string.sql new file mode 100644 index 00000000000..65817b00172 --- /dev/null +++ b/sql/updates/5029_world_trinity_string.sql @@ -0,0 +1 @@ +UPDATE `trinity_string` SET `content_default` = 'Race: %s Class: %s Played time: %s Level: %u Money: %ug%us%uc' WHERE `entry` = 549; |