blocked_spells¶
Info
This page was last generated 2023.04.23
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | spellid | spells_new | id |
One-to-One | zoneid | zone | zoneidnumber |
Schema¶
Column | Data Type | Description |
---|---|---|
id | int | Unique Blocked Spells Identifier |
spellid | mediumint | Spell Identifier |
type | tinyint | Blocked Spell Type |
zoneid | int | Zone Identifier |
x | float | X Coordinate |
y | float | Y Coordinate |
z | float | Z Coordinate |
x_diff | float | X Radius |
y_diff | float | Y Radius |
z_diff | float | Z Radius |
message | varchar | Message when blocked |
description | varchar | Blocked spells description |