diff options
| author | Anubisss <none@none> | 2009-07-05 00:37:05 +0200 |
|---|---|---|
| committer | Anubisss <none@none> | 2009-07-05 00:37:05 +0200 |
| commit | d78c917effceb3a5624ce5410a6b396511efb444 (patch) | |
| tree | 0d5b3dee7c633453fddec2f069adeab9822fdd0e /sql | |
| parent | 07e441fe577b2e82662db83d94912ba20046ec98 (diff) | |
*Print the account's email in command pinfo. Based on Charlie's patch.
--HG--
branch : trunk
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/4363_world_trinity_string.sql | 1 | ||||
| -rw-r--r-- | sql/world.sql | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sql/updates/4363_world_trinity_string.sql b/sql/updates/4363_world_trinity_string.sql new file mode 100644 index 00000000000..949b337f589 --- /dev/null +++ b/sql/updates/4363_world_trinity_string.sql @@ -0,0 +1 @@ +UPDATE `trinity_string` SET `content_default` = 'Player%s %s (guid: %u) Account: %s (id: %u) Email: %s GMLevel: %u Last IP: %s Last login: %s Latency: %ums' WHERE `entry` = 548; diff --git a/sql/world.sql b/sql/world.sql index 8f45d916ec1..a1863baad78 100644 --- a/sql/world.sql +++ b/sql/world.sql @@ -15112,7 +15112,7 @@ INSERT INTO `trinity_string` VALUES (545,'*** Is a vendor!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (546,'*** Is a trainer!',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), (547,'InstanceID: %u',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), -(548,'Player%s %s (guid: %u) Account: %s (id: %u) GMLevel: %u Last IP: %s Last login: %s Latency: %ums',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,'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), (551,'%s has explored all zones now.',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL), |
