生物SQL
update creature_template set subname = entry;
如果你想保留生物的原有subname 请用下一个
update creature_template set subname =(subname,'|n',entry);
spell.dbc转化成数据库模式进行修改
用WDBX导出到数据库
技能SQL:
update db_spell_5875 set nameSubtext5 = id;
这个列是写你的法术等级描述的,如果你有强迫症,那么用下一个
update db_spell_5875 set name1 = subname =(name1, '|n', id);
改完需要打补丁。