Added SQL update which should remove \' from guild names
git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@8423 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
parent
6d6d0f4000
commit
c96183c9d4
@ -4,6 +4,7 @@ AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO
|
||||
IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK.
|
||||
|
||||
2006/08/22
|
||||
* Added SQL update which should remove \' from guild names [Toms]
|
||||
* Added option to disable character deletion of certain levels [Lupus]
|
||||
check char_athena.conf for this option format
|
||||
2006/08/21
|
||||
|
1
sql-files/upgrade_svn8423.sql
Normal file
1
sql-files/upgrade_svn8423.sql
Normal file
@ -0,0 +1 @@
|
||||
update guild set name=REPLACE(name,'\\\'','\'');
|
Loading…
x
Reference in New Issue
Block a user