mirror of
https://github.com/EQEmu/Server.git
synced 2026-07-06 08:57:15 +00:00
Created lootdrop_entries (markdown)
@@ -0,0 +1,11 @@
|
|||||||
|
**Field**|**Type**|**Null**|**Key**|**Default**|**Notes**
|
||||||
|
-----|-----|-----|-----|-----|-----
|
||||||
|
lootdrop\_id|int(11) unsigned|NO|PRI|0|
|
||||||
|
item\_id|int(11)|NO|PRI|0|
|
||||||
|
item\_charges|smallint(2) unsigned|NO| |1|
|
||||||
|
equip\_item|tinyint(2) unsigned|NO| |0|
|
||||||
|
chance|float|NO| |1|
|
||||||
|
disabled\_chance|float|NO| |0|
|
||||||
|
minlevel|tinyint(3)|NO| |0|
|
||||||
|
maxlevel|tinyint(3)|NO| |127|
|
||||||
|
multiplier|tinyint(2) unsigned|NO| |1|
|
||||||
Reference in New Issue
Block a user