ok this takes the level for mounts and riding skils to 6 - 13 - 19 for twink funservers and changes the price to 50 100 500 1000 gold for the trainings
Code:
update items set RequiredSkillRank = '75' where entry = '5874';
update items set requiredlevel = '13' where entry = '21176';
update items set flags = '64' where entry = '21218';
update items set flags = '64' where entry = '21176';
update items set flags = '64' where entry = '21321';
update items set flags = '64' where entry = '21323';
update items set flags = '64' where entry = '21324';
update items set RequiredFaction = '0' where Requiredskill = '762';
update items set RequiredFactionStanding = '0' where Requiredskill = '762';
update items set Requiredlevel = '6' where Requiredskill = '762' and RequiredSkillRank = '75';
update items set Requiredlevel = '13' where Requiredskill = '762' and RequiredSkillRank = '150';
update items set Requiredlevel = '13' where Requiredskill = '762' and RequiredSkillRank = '225';
update items set Requiredlevel = '19' where Requiredskill = '762' and RequiredSkillRank = '300';
update items set allowableclass = '-1' where Requiredskill = '762';
update items set allowablerace = '-1' where Requiredskill = '762';
update trainer_spells set spellcost = '500000' where cast_spell = '33389';
update trainer_spells set spellcost = '1000000' where cast_spell = '33392';
update trainer_spells set spellcost = '5000000' where cast_spell = '34092';
update trainer_spells set spellcost = '10000000' where cast_spell = '34093';
update trainer_spells set reqlevel = '6' where cast_spell = '33389';
update trainer_spells set reqlevel = '13' where cast_spell = '33392';
update trainer_spells set reqlevel = '13' where cast_spell = '34092';
update trainer_spells set reqlevel = '19' where cast_spell = '34093';