Versiones comparadas

Clave

  • Se ha añadido esta línea.
  • Se ha eliminado esta línea.
  • El formato se ha cambiado.

Back-to:World

The `spell_ranks` table

Table used by the core for grouping ranked spells in spellbook, aura stacking checks, some tables data loading, in one word everywhere where spell ranks(gray text you see in game in ranked spells) are used. In this table spell rank chain has linear structure (there can be only one rank 2 of a spell), and one spell cannot belong to 2 different rank chains.

...

Field

Type

Attributes

Key

Null

Default

Extra

Comment first_spell_id

Spell ranks tc2

int(10)

unsigned

PRI

NO

0

 

  spell_id

Spell ranks tc2

int(10)

unsigned

 

NO

0

 

  rank

Spell ranks tc2

tinyint(3)

unsigned

PRI

NO

0

 

 

...