I was wonder, you all know that in patch 2.3 there are new flying mounts, the flying machines, but for some reason, i can't get my engineering to 375 so is there any way to make it so you dont have to have engneering?
TY will+Rep
I was wonder, you all know that in patch 2.3 there are new flying mounts, the flying machines, but for some reason, i can't get my engineering to 375 so is there any way to make it so you dont have to have engneering?
TY will+Rep
.learn 44151 will work
i think you can click the item's table find item 34061
dind the column RequiredSkill set it to 0
RequiredSkillRank set it to 0
Last edited by Dryice; 12-09-2007 at 11:26 AM.
try running this query:
change the red number to the ID of the mountCode:update items set requiredskill = 0, requiredskillrank = 0 where (entry =2411);
edit : if you IDs match wowhead then here i did it for you :
grtzCode:update items set requiredskill = 0, requiredskillrank = 0 where (entry =34060); update items set requiredskill = 0, requiredskillrank = 0 where (entry =34061);![]()
Last edited by latruwski; 12-09-2007 at 12:06 PM.