blob: 31e075e03570eb90ad55e8cf4fb93c911af8376a (
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 |
|