aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorNay <dnpd.dd@gmail.com>2013-01-26 21:31:48 +0000
committerNay <dnpd.dd@gmail.com>2013-01-26 21:33:13 +0000
commit1b551cc157a3324e0523abca55138fd7af10b2ca (patch)
tree26b643b1eb72023f07b0a1cc0ae306e21d9d2ff8 /sql
parente591f886ff4646adca822c11503c3b783b30d36e (diff)
Scripts/Commands: Add guild info to .pinfo
Original patch by @secharles, modified Closes #8946
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2013_01_26_05_world_misc_pinfo.sql5
1 files changed, 5 insertions, 0 deletions
diff --git a/sql/updates/world/2013_01_26_05_world_misc_pinfo.sql b/sql/updates/world/2013_01_26_05_world_misc_pinfo.sql
new file mode 100644
index 00000000000..2c0a28066d4
--- /dev/null
+++ b/sql/updates/world/2013_01_26_05_world_misc_pinfo.sql
@@ -0,0 +1,5 @@
+DELETE FROM `trinity_string` WHERE `entry`=749;
+INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES
+(749, 'Guild: %s (%u) Rank: %s Note: %s OffNote: %s');
+
+UPDATE `command` SET `help`='Syntax: .pinfo [$player_name/#GUID]\r\n\r\nOutput account information and guild information for selected player or player find by $player_name or #GUID.' WHERE `name`='pinfo';