mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-21 09:44:45 +01:00
*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:
5
sql/updates/5804_characters.sql
Normal file
5
sql/updates/5804_characters.sql
Normal 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;
|
||||
*/
|
||||
Reference in New Issue
Block a user