Log in

View Full Version : AXDB Spells Table


Grundy
09-17-2008, 08:13 PM
So whats up with the spells table in AXDB? It looks pretty friggen pointless when you run a query like:

SLECT * FROM spells WHERE name like 'Elementalkin:%'

It returns the 4 spells you would expect: Elementalkin: Earth, Elementalkin: Air, Elementalkin: Fire, Elementalkin: Water

But what you would not expect, all 4 of theses rows are completely identical except for spellid and name. So this table must be useless. It obviously doesn't define the spells in the game because there is clearly no column for which pet is summoned. Is there any reason to have this table at all?

trevius
09-17-2008, 09:55 PM
Spells table isn't used by the server. It is only in some databases because some of the custom tools can use it like peqeditor, etc.