搜索：

    public boolean isFourthJob() {
        switch (id) { // I guess imma make an sql table to store these, so that we could max them all out.
            case 3220010: //10
            case 3120011: //10
            case 33120010://10
            case 5220014:
            case 23120011://20
            case 23121008://5
            case 33121005:
            case 32120009:
            case 5321006:

替換：

    public boolean isFourthJob() {
        switch (id) { // I guess imma make an sql table to store these, so that we could max them all out.
            case 3220010: //10
            case 3120011: //10
            case 33120010://10
            case 5220014:
            case 23120011://20
            //case 23121008://注釋掉，否則無法加點-精靈遊俠楓葉淨化
            case 33121005:
            //case 32120009://注釋掉，否則無法加點-勁能
            //case 5321006://注釋掉，否則無法加點-重砲指揮官楓葉淨化
