mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
0a5d8711e5
be pushing DB content. We will no longer have a seperate DB repo.
5 lines
254 B
SQL
5 lines
254 B
SQL
/*
|
|
-- 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;
|
|
*/
|