数据库导入 UPDATE item_template SET bonding = 0 where class = 4; 装备 UPDATE item_template SET bonding = 0 where class = 2; 武器 所有装备永不绑定 UPDATE item_template SET bonding = 2 where class = 4; 装备 UPDATE item_template SET bonding = 2 where class = 2; 武器 所有装备变装备后绑定,副本掉的也一样