Update update.sql

This commit is contained in:
Cloudhax23 2017-03-19 21:21:03 -05:00 committed by GitHub
parent b7dd6f0823
commit cbd75d2440

View File

@ -1,3 +1,4 @@
SET SQL_SAFE_UPDATES=0;
UPDATE (player) SET name = REPLACE(name, '"', '');
UPDATE (clan) SET name = REPLACE(name, '"', '');
UPDATE (account) SET name = REPLACE(name, '"', '');