AXDB Spells Table
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?
|