With the new ascent revisions, one of the sql's removed the item extended cost
Im trying to remove all the honor, tokens requirments from items for my server..
how would I do this? +Rep
With the new ascent revisions, one of the sql's removed the item extended cost
Im trying to remove all the honor, tokens requirments from items for my server..
how would I do this? +Rep
run this on your world database.:
truncate items_extendedcost
Or just easily empty the table named items_extendedcost =P I think it's the same as wtfomgpwnd15 wrote. Never seen truncate beforeSomething new for me.