aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorZabustak <Zabustak@gmail.com>2014-01-02 22:34:04 +0100
committerAokromes <aokromes@gmail.com>2014-01-17 12:23:36 +0100
commit101cad1f2872a87be925b74b9d17760381bb9808 (patch)
tree0153a3f442f8bc9efbf1259d50b09c50109bafd6 /sql
parentc1a468365b6a312c5efdf30a63c5cd2b1a2d35ef (diff)
Show Kick, Mute and Ban in world
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/2014_01_02_00_trinity_string.sql9
1 files changed, 9 insertions, 0 deletions
diff --git a/sql/updates/world/2014_01_02_00_trinity_string.sql b/sql/updates/world/2014_01_02_00_trinity_string.sql
new file mode 100644
index 00000000000..ae9943de179
--- /dev/null
+++ b/sql/updates/world/2014_01_02_00_trinity_string.sql
@@ -0,0 +1,9 @@
+
+DELETE FROM trinity_string where entry in (11002, 11003, 11004, 11005, 11006, 11007);
+INSERT INTO `trinity_string` VALUES
+('11002', 'Server: %s has kicked %s, reason: %s', '', '', '', '', '', '', '', ''),
+('11003', 'Server: %s has muted %s for %u minutes, reason: %s', '', '', '', '', '', '', '', ''),
+('11004', 'Server: %s has banned character %s for %s, reason: %s', '', '', '', '', '', '', '', ''),
+('11005', 'Server: %s has banned character %s permanetly, reason: %s', '', '', '', '', '', '', '', ''),
+('11006', 'Server: %s has banned %s for %s, reason: %s', '', '', '', '', '', '', '', ''),
+('11007', 'Server: %s has banned %s permanetly, reason: %s', '', '', '', '', '', '', '', '');