mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-16 07:30:42 +01:00
Core/Commands: .pinfo improvements
- Allow .pinfo <guid> - Add map/zone/subzone/phase to output
This commit is contained in:
6
sql/updates/world/2011_08_13_00_world_trinity_string.sql
Normal file
6
sql/updates/world/2011_08_13_00_world_trinity_string.sql
Normal file
@@ -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');
|
||||
2
sql/updates/world/2011_08_13_01_world_command.sql
Normal file
2
sql/updates/world/2011_08_13_01_world_command.sql
Normal file
@@ -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.');
|
||||
Reference in New Issue
Block a user