View Single Post
  #1  
Old 11-22-2004, 04:02 PM
Dvinn
Fire Beetle
 
Join Date: Nov 2004
Location: The Emerald City, Oz
Posts: 20
Default HOWTO: Fixing the PEQ database ARTIFACT flags

Toying around with modifying the LORE flag for the purposes of another thread, I discovered that the PEQ database (as of the PEQ_Kunark_RC1 version anyway) is not up to the current standard for flagging artifacts properly. Thus, no items have the artifact flag in that database. Here's a MySQL query you can run to fix your artifacts:

Code:
UPDATE items SET artifactflag=1 WHERE lore LIKE '#%";
Reply With Quote