目录

spell_ranks 表


<-返回:World 数据库

Table used by the core to group different ranks of spells (the gray text seen on ranked spells) into one “spell stem”. This partly involves checks for aura stacking (e.g. different levels of the same spell). One spell can not be linked to multiple rank chains (they are “unique”).

表结构

FieldTypeAttributesKeyNullDefaultExtraComment
first_spell_idINTUNSIGNEDPRINO0
spell_idINTUNSIGNED NO0
rankTINYINTUNSIGNEDPRINO0

字段说明


first_spell_id

SpellId from Spell.dbc which is first rank of spell rank chain. It identifies the whole chain.

spell_id

SpellId from Spell.dbc.

rank

An integer which ranks the spell within the chain of spell ranks for the given `spell_id`. It can differ from the rank text in game (for example, some ranks in client start with level 0, while the server always starts from level 1 onward). Several conditions have to be fulfilled: