Commit a1f4103d authored by nanahira's avatar nanahira

patch db

parent b89bf5a3
No preview for this file type
update datas set setcode = (setcode | 0x1017) where setcode & 0xffff = 0x17;
update datas set setcode = (setcode | 0x10170000) where setcode & 0xffff0000 = 0x170000;
update datas set setcode = (setcode | 0x101700000000) where setcode & 0xffff00000000 = 0x1700000000;
update datas set setcode = (setcode | 0x1017000000000000) where setcode & 0xffff000000000000 = 0x17000000000000;
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment