npc_spells_effects_entries
Relationships
erDiagram
npc_spells_effects_entries {
int npc_spells_effects_id
}
npc_spells_effects {
intunsigned id
}
npc_spells_effects_entries ||--o{ npc_spells_effects : "One-to-One"
Relationship Type |
Local Key |
Relates to Table |
Foreign Key |
One-to-One |
npc_spells_effects_id |
npc_spells_effects |
id |
Schema
Column |
Data Type |
Description |
id |
int |
Unique Spell Effect Entry Identifier |
npc_spells_effects_id |
int |
NPC Spells Effects Identifier |
spell_effect_id |
smallint |
Spell Effect Identifier |
minlevel |
tinyint |
Minimum Level |
maxlevel |
tinyint |
Maximum Level |
se_base |
int |
Spell Effect Base |
se_limit |
int |
Spell Effect Limit |
se_max |
int |
Spell Effect Maximum |