diff options
| author | blub <Vincent_Michael@gmx.de> | 2013-07-24 11:04:26 -0700 |
|---|---|---|
| committer | blub <Vincent_Michael@gmx.de> | 2013-07-24 11:04:26 -0700 |
| commit | fecc9268bb1292b382a813eb673b4ad7d8eccab3 (patch) | |
| tree | 15cd26cb9c8bd2fe788ca94b2a13b99e026a8a74 /sql | |
| parent | 516e33f94cc7d8da4f0343c1f7076faaee387cbc (diff) | |
| parent | 5a9810ec08d87a0c6af531033c9c02a8d7bf5a25 (diff) | |
Merge pull request #10350 from Ascathor/master
Core/Commands: Added the rank id to .pinfo for guild data
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2013_07_24_02_world_trinity_strings.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/2013_07_24_02_world_trinity_strings.sql b/sql/updates/world/2013_07_24_02_world_trinity_strings.sql new file mode 100644 index 00000000000..b14e60c2c9d --- /dev/null +++ b/sql/updates/world/2013_07_24_02_world_trinity_strings.sql @@ -0,0 +1,3 @@ +DELETE FROM `trinity_string` WHERE entry = 850; +INSERT INTO `trinity_string` (entry, content_default, content_loc1, content_loc2, content_loc3, content_loc4, content_loc5, content_loc6, content_loc7, content_loc8) VALUES +(850, '├─ Rank: %s (ID: %u)', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |
