mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-26 11:52:32 +01:00
Core/PacketIO: Updated SMSG_CHAR_ENUM data content (bag info)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- append extra zeros, only if the string is properly formatted (has 38 tokens)
|
||||
UPDATE `characters` SET `equipmentCache`=CONCAT(`equipmentCache`,"0 0 0 0 0 0 0 0 ") WHERE (CHAR_LENGTH(`equipmentCache`) - CHAR_LENGTH(REPLACE(`equipmentCache`, ' ', ''))) = 38;
|
||||
Reference in New Issue
Block a user