View Single Post
  #2  
Old 11-25-2004, 05:21 AM
Aich
Fire Beetle
 
Join Date: Sep 2004
Posts: 5
Default Thanks

Thanks to ur post I was able to make my adjustments I was looking for to my database.

Code:
UPDATE items SET gmflag=1 WHERE lore LIKE '*guide item%'
UPDATE items SET gmflag=1 WHERE lore LIKE 'guide item%'
Matches 25 items in the PEG_Kunark Database.
Another useful one is
Code:
UPDATE items SET gmflag=1 WHERE damage >=100;
Reply With Quote