diff options
| author | Shocker <shocker@freakz.ro> | 2011-05-09 18:00:42 +0300 |
|---|---|---|
| committer | Shocker <shocker@freakz.ro> | 2011-05-09 18:00:42 +0300 |
| commit | 2703c6a38be44dd79b046648e4d3b6569aba50aa (patch) | |
| tree | 4f2f691c276be6363bafce48145c1de062a02cfa /sql | |
| parent | 3fa651ce199e3e9fe65328c5c8fb9b916eb5647b (diff) | |
Core/Commands: Include mute/ban info in .pinfo command
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/base/world_database.sql | 2 | ||||
| -rw-r--r-- | sql/updates/world/2011_05_09_00_trinity_string.sql | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sql/base/world_database.sql b/sql/base/world_database.sql index 8dda19d69ca..e2a337bc9a4 100644 --- a/sql/base/world_database.sql +++ b/sql/base/world_database.sql @@ -27356,7 +27356,7 @@ INSERT INTO `trinity_string` (`entry`,`content_default`,`content_loc1`,`content_ (547, 'InstanceID: %u', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (548, 'Player%s %s (guid: %u) Account: %s (id: %u) Email: %s GMLevel: %u Last IP: %s Last login: %s Latency: %ums', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (549, 'Race: %s Class: %s Played time: %s Level: %u Money: %ug%us%uc', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), -(550, 'Command .pinfo doesn''t support ''rep'' option for offline players.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), +(550, 'Mute time remaining: %s, Ban time remaining: %s', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (551, '%s has explored all zones now.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (552, '%s has no more explored zones.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), (553, '%s has explored all zones for you.', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL), diff --git a/sql/updates/world/2011_05_09_00_trinity_string.sql b/sql/updates/world/2011_05_09_00_trinity_string.sql new file mode 100644 index 00000000000..4050d1e600b --- /dev/null +++ b/sql/updates/world/2011_05_09_00_trinity_string.sql @@ -0,0 +1 @@ +UPDATE `trinity_string` SET `content_default` = 'Mute time remaining: %s, Ban time remaining: %s' WHERE `entry` = 550; |
