mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-02-05 08:28:57 +01:00
Core/Accounts: prevent existing account ban from being updated
Signed-off-by: jackpoz <giacomopoz@gmail.com>
This commit is contained in:
2
sql/updates/world/3.3.5/2017_12_16_04_world.sql
Normal file
2
sql/updates/world/3.3.5/2017_12_16_04_world.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
DELETE FROM `trinity_string` WHERE `entry`=1188;
|
||||
INSERT INTO `trinity_string` (`entry`, `content_default`) VALUES (1188, 'Ban exists');
|
||||
Reference in New Issue
Block a user