From fbb2b1650fb4239c00712e4b1475873f9c30c338 Mon Sep 17 00:00:00 2001 From: Gogs Date: Sun, 17 Dec 2017 19:11:06 +0100 Subject: Core/Accounts: prevent existing account ban from being updated Signed-off-by: jackpoz --- sql/updates/world/3.3.5/2017_12_16_04_world.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 sql/updates/world/3.3.5/2017_12_16_04_world.sql (limited to 'sql') 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'); -- cgit v1.2.3