aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2011_08_13_00_world_trinity_string.sql6
-rw-r--r--sql/updates/world/2011_08_13_01_world_command.sql2
2 files changed, 8 insertions, 0 deletions
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.');