View Single Post
  #25  
Old 08-26-2009, 10:19 AM
GeorgeS
Forum Guide
 
Join Date: Sep 2003
Location: California
Posts: 1,475
Default

ok so it looks like what appears to be simple sql fails. Can you try and see which of these work?

Code:
UPDATE items SET range="0" WHERE id='1079' 
UPDATE items SET range='0' WHERE id='1079'
One thing I can tell is that by the time range fails, many other fields using this query work, so it could boil down to the field struct - or something similar

Later
GeorgeS
__________________
Your source for EQ database tools
Toolshop is open for business


http://www.georgestools.chrsschb.com//
Reply With Quote