mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-07 22:27:17 +00:00
Created character_buffs (markdown)
@@ -0,0 +1,19 @@
|
||||
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||
-----|-----|-----|-----|-----|-----
|
||||
character\_id|int(10) unsigned|NO|PRI| |
|
||||
slot\_id|tinyint(3) unsigned|NO|PRI| |
|
||||
spell\_id|smallint(10) unsigned|NO| | |
|
||||
caster\_level|tinyint(3) unsigned|NO| | |
|
||||
caster\_name|varchar(64)|NO| | |
|
||||
ticsremaining|int(11)|NO| | |
|
||||
counters|int(10) unsigned|NO| | |
|
||||
numhits|int(10) unsigned|NO| | |
|
||||
melee\_rune|int(10) unsigned|NO| | |
|
||||
magic\_rune|int(10) unsigned|NO| | |
|
||||
persistent|tinyint(3) unsigned|NO| | |
|
||||
dot\_rune|int(10)|NO| |0|
|
||||
caston\_x|int(10)|NO| |0|
|
||||
caston\_y|int(10)|NO| |0|
|
||||
caston\_z|int(10)|NO| |0|
|
||||
ExtraDIChance|int(10)|NO| |0|
|
||||
instrument\_mod|int(10)|NO| |10|
|
||||
Reference in New Issue
Block a user