
->Updated the docs with more information on flag 4 skills Please remember to run the SQL upgrade file to fix your skill tables git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@17256 54d463be-8e91-2dee-dedb-b68131a5f0ec
2 lines
81 B
SQL
2 lines
81 B
SQL
UPDATE `skill` SET `flag` = 0 WHERE `flag` = 4 AND `id` != 2535 AND `id` != 681;
|