Log in

View Full Version : Help Disabling Lore On Items


Elite1717
08-18-2016, 01:16 PM
Hi all. I just finished getting a private server up and running with the awesome installer provided. I was curious what the steps are to disable Lore on items? I'm still pretty new to all the MySQL stuff and had to rely on the installer to create the server for me. Any help or direction would be greatly appreciated. Thank you in advance!

ghanja
08-18-2016, 01:45 PM
UPDATE items SET loregroup = 0 WHERE loregroup <> 0;