Core/PacketIO: Updated SMSG_CHAR_ENUM data content (bag info)

This commit is contained in:
Shauren
2011-04-15 19:31:21 +02:00
parent 3a2fb99f1f
commit ea5dd86f29
3 changed files with 81 additions and 88 deletions

View File

@@ -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;