View Single Post
  #2  
Old 04-05-2012, 12:51 PM
lerxst2112
Demi-God
 
Join Date: Aug 2010
Posts: 1,742
Default

Two ways:

Add a variable named disablelore and set it to 1 in the variables table in your database.

update items set loregroup = 0;

The first is probably better as it isn't a permanent data change in case you should want to enable it again later.
Reply With Quote