Thread: Rec/Req levels
View Single Post
  #4  
Old 06-12-2015, 05:23 PM
Shendare
Dragon
 
Join Date: Apr 2009
Location: California
Posts: 814
Default

So, pretending you're attempting to make Item 50153 available at full stats to characters of any level, you changed both reclevel and reqlevel to 0, and restarted the server, but they're still showing as required and recommended levels for that item in-game?

Relevant SQL code would be:

Code:
UPDATE `items` SET `reclevel`=0, `reqlevel`=0 WHERE `id`=50153;
Reply With Quote