diff options
| author | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-08-29 21:08:34 +0200 |
|---|---|---|
| committer | Vincent-Michael <Vincent_Michael@gmx.de> | 2014-08-29 21:09:06 +0200 |
| commit | e8d0de67782eb7773d6c10172ba0ab0b458d777f (patch) | |
| tree | 01577505d1c7fc4ef1c80f8f2a33a6f4e84f3ada /sql | |
| parent | 9597b1526c3a9d3c9423a19978840fed5fe09fd7 (diff) | |
Scripts/Commands: Added for guild info guild level output
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/2014_08_29_00_world_trinity_string_434.sql | 4 |
1 files changed, 4 insertions, 0 deletions
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'); |
