Jump to content
TrinityCore

Leaderboard

Popular Content

Showing content with the highest reputation on 01/08/16 in all areas

  1. I did while I was working on things... It worked normally. Nowadays, I have no times for anything. That's why I even stopped submitting fixes for active branches. RL is a bitch. I'd like to thank @Aokromes, @Killyana and everyone else that are keeping Legacy repo "up to date" by backporting things pushed to active (supported) branches.
    1 point
  2. First. your structure of CriteriaTree has fields in wrong order - m_ID, m_criteriaID, m_amount, m_operator, m_parent, m_flags, m_description_lang, m_orderIndex This is how you get to Criteria.db2 id Take the id of CriteriaTree (16658) and find all CriteriaTree where m_parent = 16658, this gets us CriteriaTree 16659 with m_criteriaID = 12909 (repeat this until you run out of criteria trees) 12909 is your id.
    1 point
×
×
  • Create New...