From e8d0de67782eb7773d6c10172ba0ab0b458d777f Mon Sep 17 00:00:00 2001 From: Vincent-Michael Date: Fri, 29 Aug 2014 21:08:34 +0200 Subject: Scripts/Commands: Added for guild info guild level output --- sql/updates/world/2014_08_29_00_world_trinity_string_434.sql | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 sql/updates/world/2014_08_29_00_world_trinity_string_434.sql (limited to 'sql/updates') diff --git a/sql/updates/world/2014_08_29_00_world_trinity_string_434.sql b/sql/updates/world/2014_08_29_00_world_trinity_string_434.sql new file mode 100644 index 00000000000..547cca013bd --- /dev/null +++ b/sql/updates/world/2014_08_29_00_world_trinity_string_434.sql @@ -0,0 +1,4 @@ +-- .guild info command strings +DELETE FROM `trinity_string` WHERE `entry`=1184; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES +(1184, '| Guild Level: %u'); -- cgit v1.2.3