From 91a3bfe42a611519c1df2f9901acaa1aa600dc31 Mon Sep 17 00:00:00 2001 From: leak Date: Sat, 13 Aug 2011 13:00:38 +0200 Subject: Core/Commands: .pinfo improvements - Allow .pinfo - Add map/zone/subzone/phase to output --- sql/updates/world/2011_08_13_00_world_trinity_string.sql | 6 ++++++ sql/updates/world/2011_08_13_01_world_command.sql | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 sql/updates/world/2011_08_13_00_world_trinity_string.sql create mode 100644 sql/updates/world/2011_08_13_01_world_command.sql (limited to 'sql') diff --git a/sql/updates/world/2011_08_13_00_world_trinity_string.sql b/sql/updates/world/2011_08_13_00_world_trinity_string.sql new file mode 100644 index 00000000000..7d6f8f465ad --- /dev/null +++ b/sql/updates/world/2011_08_13_00_world_trinity_string.sql @@ -0,0 +1,6 @@ +DELETE FROM `trinity_string` WHERE `entry` IN (453, 550, 714, 716); +INSERT INTO `trinity_string` (`entry`,`content_default`) VALUES +(453,'Ban time remaining: %s, Banned by: %s, Reason: %s'), +(550,'Mute time remaining: %s'), +(716,'Map: %s, Area: %s'), +(714,'Map: %s, Area: %s, Zone: %s, Phase: %u'); diff --git a/sql/updates/world/2011_08_13_01_world_command.sql b/sql/updates/world/2011_08_13_01_world_command.sql new file mode 100644 index 00000000000..850ccb335d4 --- /dev/null +++ b/sql/updates/world/2011_08_13_01_world_command.sql @@ -0,0 +1,2 @@ +DELETE FROM `command` WHERE `name` = 'pinfo'; +INSERT INTO `command` (`name`, `security`, `help`) VALUES ('pinfo','2','Syntax: .pinfo [$player_name/#GUID]\r\n\r\nOutput account information for selected player or player find by $player_name or #GUID.'); -- cgit v1.2.3