EQEmulator Forums

EQEmulator Forums (https://www.eqemulator.org/forums/index.php)
-   Development::Database/World Building (https://www.eqemulator.org/forums/forumdisplay.php?f=596)
-   -   HOWTO: Fixing the PEQ database ARTIFACT flags (https://www.eqemulator.org/forums/showthread.php?t=17134)

Dvinn 11-22-2004 04:02 PM

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 '#%";


All times are GMT -4. The time now is 03:25 AM.

Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.