Git Product home page Git Product logo

Comments (2)

ajgration avatar ajgration commented on July 19, 2024 1

I can answer this one. This is intentional as it was a catch-up mechanic added later. You'll notice the vanilla vendors have simple flour removed too.

Line 34 in "professions.sql"
-- Make Spice Bread learnable for completion's sake, but only after reaching a level when it will no longer allow skipping early cooking
UPDATE npc_trainer SET ReqSkillRank = 200 WHERE SpellID = 37836;

You can change it to "SET ReqSkillRank = 1" if you'd like to revert it, but you'd have to update vendors to have simple flour again too. Those changes are in "vanilla_vendors.sql".

from mod-individual-progression.

StraysFromPath avatar StraysFromPath commented on July 19, 2024

I can answer this one. This is intentional as it was a catch-up mechanic added later. You'll notice the vanilla vendors have simple flour removed too.

Line 34 in "professions.sql" -- Make Spice Bread learnable for completion's sake, but only after reaching a level when it will no longer allow skipping early cooking UPDATE npc_trainer SET ReqSkillRank = 200 WHERE SpellID = 37836;

You can change it to "SET ReqSkillRank = 1" if you'd like to revert it, but you'd have to update vendors to have simple flour again too. Those changes are in "vanilla_vendors.sql".

Ah thank you for this very informed reply. I checked the wiki and you are right spiced bread recipe was added in 2.0.1 even though it is in wow classic.

As it is part of thanksgiving world event it can be a little awkward for lvl 1 recipe to require lvl 200 recipe so I will run your SQL thank you.

https://www.wowhead.com/wotlk/item=44837/spice-bread-stuffing

from mod-individual-progression.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.