aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorGogs <gogs@fake.local>2017-12-17 19:11:06 +0100
committerjackpoz <giacomopoz@gmail.com>2017-12-17 19:11:06 +0100
commitfbb2b1650fb4239c00712e4b1475873f9c30c338 (patch)
treeed4336d75f49c28fe8f64b637f33b5767f315a09 /sql
parent657683df7e1a861a158adc0c022d053e14146bf4 (diff)
Core/Accounts: prevent existing account ban from being updated
Signed-off-by: jackpoz <giacomopoz@gmail.com>
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/3.3.5/2017_12_16_04_world.sql2
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2017_12_16_04_world.sql b/sql/updates/world/3.3.5/2017_12_16_04_world.sql
new file mode 100644
index 00000000000..d12014e054e
--- /dev/null
+++ b/sql/updates/world/3.3.5/2017_12_16_04_world.sql
@@ -0,0 +1,2 @@
+DELETE FROM `trinity_string` WHERE `entry`=1188;
+INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES (1188, 'Ban exists');