I can't seem to remove the generals units upkeep. I recently changed Casse's general to Ryecalawre. I set it's upkeep in the EDU to 0 on both the Ryec and the Chariot it was using

Old general unit

Code:
;18
type             celtic chariot cidainh bodyguards
dictionary       celtic_chariot_cidainh      ; Cidainh
category         cavalry
class            heavy
voice_type       General_1
soldier          celtic_charioteer, 10, 5, 1
mount            celtic heavy chariot
mount_effect     elephant -5, horse -2
attributes       sea_faring, general_unit, hide_forest, frighten_foot, command, very_hardy, power_charge
formation        7, 9, 15, 15, 2, square
stat_health      2, 2
stat_pri         5, 50, javelin, 57.8, 25, thrown, simple, piercing, spear, 10 ,1
stat_pri_attr    thrown
stat_sec         12, 50, no, 0, 0, melee, blade, slashing, none, 0 ,1
stat_sec_attr    ap, launching, area
stat_pri_armour  7, 13, 4, flesh
stat_sec_armour  10, 7, flesh
stat_heat        3
stat_ground      0, 0, -4, -2
stat_mental      16, impetuous, trained
stat_charge_dist 30
stat_fire_delay  0
stat_food        60, 300
stat_cost        1, 1675, 0, 20, 196, 1675
ownership        britons, slave
New general unit

Code:
;72
type             celtic infantry rycalawre
dictionary       celtic_infantry_rycalawre      ; Rycalawre
category         infantry
class            heavy
voice_type       General_1
soldier          celtic_infantry_arjos_rycalawre_solduros_kuarothoroi, 30, 0, 1.2
officer          ebofficer_celtic_standardbearer
mount_effect     elephant -4
attributes       sea_faring, hide_forest, command, very_hardy, general_unit
formation        0.85, 1.2, 1.8, 2.6, 3, square
stat_health      1, 1
stat_pri         13, 8, no, 0, 0, melee, blade, slashing, sword, 0 ,0.225
stat_pri_attr    no
stat_sec         18, 8, no, 0, 0, melee, simple, piercing, spear, 0 ,0.13
stat_sec_attr    light_spear
stat_pri_armour  12, 12, 4, metal
stat_sec_armour  0, 0, flesh
stat_heat        5
stat_ground      0, 0, -1, -2
stat_mental      18, disciplined, highly_trained
stat_charge_dist 30
stat_fire_delay  0
stat_food        60, 300
stat_cost        1, 3193, 0, 80, 130, 3193
ownership        britons, slave
Upkeep is at 798, like the normal unit would be. How can I remove this? What am I forgetting?