*New SQL to fix broken data blobs, if any. Must be run manually.

*Cleanup, fix some typos, and fix the final heal of Lifebloom. Thanks ogeraisi.

--HG--
branch : trunk
This commit is contained in:
maximius
2009-10-02 02:40:35 -07:00
parent 2b555a1ab9
commit a73b03b7ea
4 changed files with 139 additions and 129 deletions

View File

@@ -0,0 +1,5 @@
/*
-- Broken character data blobs lately? Run this!
-- UPDATE `characters` SET `data`=CONCAT(SUBSTRING_INDEX(`data`,' ',1248), ' ',SUBSTRING_INDEX(`data`,' ',-(1295-1248))) WHERE SUBSTRING_INDEX(SUBSTRING_INDEX(`data`,' ',1295+1),' ',-1) IS NOT NULL;
*/