Thread: Food
View Single Post
  #6  
Old 02-01-2008, 10:45 AM
AndMetal
Developer
 
Join Date: Mar 2007
Location: Ohio
Posts: 648
Default

Quote:
Originally Posted by ChaosSlayer View Post
oh do you know what is a diffirence bewten: "casttime" and "casttime_"?
At first look, they look to be the same (read: redundant). Just to double check, I ran this query:
Code:
SELECT id, name, casttime, casttime_ FROM items WHERE casttime != casttime_
And got no results. Therefore, it is redundant. However, the question then becomes, which is required? That, unfortunately, I don't know.
__________________
GM-Impossible of 'A work in progress'
A non-legit PEQ DB server
How to create your own non-legit server

My Contributions to the Wiki
Reply With Quote