View Single Post
  #1  
Old 07-13-2017, 02:19 PM
Fridgecritter
Hill Giant
 
Join Date: Feb 2008
Posts: 188
Default Adding an augment slot to armor pieces

I am still learning SQL context and queries, and hoping someone can teach me something here. I want to run a query on the database in the ITEMS table that:
  • Adds a second augment slot if one is not present, but only adds the second slot to armor pieces with a required level of 55 or higher.
  • Adds a third augment slot if one is not present, but only to armor pieces with required level of 65 or higher

I figure once I know how to format this query, I can make my own for other solutions. Thanks a ton in advance.
Reply With Quote