Index: globals/crafting.lua =================================================================== --- globals/crafting.lua (revision 4005) +++ globals/crafting.lua (working copy) @@ -127,7 +127,7 @@ Rank == 8 and skillLvL >= 2503 or Rank == 9 and skillLvL >= 2824 or Rank == 10 and skillLvL >= 3145) then - if(Rank < 6 or Rank == 6 and hasAlreadyArtisanRank(player,craftID) == 0) then + if(Rank < 6 or Rank >= 6 and hasAlreadyArtisanRank(player,craftID) == 0) then canGet = 1; end end