blob: e8aea9ea670adc0863cd63a58caffe799d1b8043 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
[Database Structure](Database-Structure) > [World-Database](World-Database) > [creature_loot_template](creature_loot_template)
Column | Type | Description
--- | --- | ---
Entry | mediumint(8) unsigned |
Item | mediumint(8) unsigned |
ChanceOrQuestChance | float |
Lootmode | smallint(5) unsigned |
Groupid | tinyint(3) unsigned |
MincountOrRef | mediumint(8) |
Maxcount | tinyint(3) unsigned |
|