Thread
:
disable lore flag on items
View Single Post
#
2
04-05-2012, 12:51 PM
lerxst2112
Demi-God
Join Date: Aug 2010
Posts: 1,742
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.
lerxst2112
View Public Profile
Send a private message to lerxst2112
Find all posts by lerxst2112