Originally Posted by
Motivet262
I've searched didnt found the SQL or whatever it is.
When i try to open the Table "items" It says something about ItemExtendedCost
I know i can remove this on all the Custom items to get them work but...
Maybe someone have an SQL?
I need to know how to add in column ItemExtendedCost into my Table items if anyone can help me
+Rep x1
add ItemExtendedCost column to items table?
Code:
alter table items add column ItemExtendedCost int(30) default NULL after GemProperties;