Maybe I have to mod it from MySQL instead of the text file.....
SQL
To update:
Code:
UPDATE `peq`.`spells_new` SET `effect_base_value1` = '454' WHERE `spells_new`.`id` =585;
to reverse:
Code:
UPDATE `peq`.`spells_new` SET `effect_base_value1` = '14' WHERE `spells_new`.`id` =585;
//Testing above now.
And it does work!
I am epic levels of happy now <3