diff options
| author | Roc13x <roc13x@gmail.com> | 2018-04-18 11:32:37 +0100 |
|---|---|---|
| committer | Aokromes <Aokromes@users.noreply.github.com> | 2018-04-18 12:32:37 +0200 |
| commit | e27d7c8e8f45f87fc58886c9e7a8caf4b4c61fa1 (patch) | |
| tree | a7d0676f971c848226aad56473b78c5731f1e962 /sql | |
| parent | 95475fed2e18cbba57ea7731924e28f2d80e76dd (diff) | |
Core/Accounts: prevent existing account ban from being updated (#21836)
Cherry-picked from fbb2b165
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/world/master/9999_99_99_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/9999_99_99_00_world.sql b/sql/updates/world/master/9999_99_99_00_world.sql new file mode 100644 index 00000000000..a2d5b686b65 --- /dev/null +++ b/sql/updates/world/master/9999_99_99_00_world.sql @@ -0,0 +1,2 @@ +DELETE FROM `trinity_string` WHERE `entry`=1191; +INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES (1191, 'Ban exists'); |
