mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-04 11:33:48 +00:00
feat: Allow Float Rep Values (#15818)
This commit is contained in:
@@ -563,9 +563,9 @@ struct ReputationOnKillEntry
|
||||
uint32 RepFaction1;
|
||||
uint32 RepFaction2;
|
||||
uint32 ReputationMaxCap1;
|
||||
int32 RepValue1;
|
||||
float RepValue1;
|
||||
uint32 ReputationMaxCap2;
|
||||
int32 RepValue2;
|
||||
float RepValue2;
|
||||
bool IsTeamAward1;
|
||||
bool IsTeamAward2;
|
||||
bool TeamDependent;
|
||||
|
||||
Reference in New Issue
Block a user