blob: 715f9cbb174cbd0ae6893e84ff8ba64609d2a7b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Database Structure](Database-Structure) > [World-Database](World-Database) > [creature_onkill_reputation](creature_onkill_reputation)
Column | Type | Description
--- | --- | ---
Creature_id | mediumint(8) unsigned |
RewOnKillRepFaction1 | smallint(6) |
RewOnKillRepFaction2 | smallint(6) |
MaxStanding1 | tinyint(4) |
IsTeamAward1 | tinyint(4) |
RewOnKillRepValue1 | mediumint(8) |
MaxStanding2 | tinyint(4) |
IsTeamAward2 | tinyint(4) |
RewOnKillRepValue2 | mediumint(9) |
TeamDependent | tinyint(3) unsigned |
|