mirror of
https://github.com/noisiver/mod-weekendbonus.git
synced 2026-01-13 00:58:36 +00:00
Derp
This commit is contained in:
@@ -40,7 +40,7 @@ void WeekendBonus::LoadDefaultValues()
|
||||
DefaultReputationMultiplier = sWorld->getRate(RATE_REPUTATION_GAIN);
|
||||
DefaultProficienciesMultiplier[0] = sWorld->getIntConfig(CONFIG_SKILL_GAIN_DEFENSE);
|
||||
DefaultProficienciesMultiplier[1] = sWorld->getIntConfig(CONFIG_SKILL_GAIN_WEAPON);
|
||||
DefaultHonorMultiplier = sWorld->getFloatConfig(RATE_HONOR);
|
||||
DefaultHonorMultiplier = sWorld->getRate(RATE_HONOR);
|
||||
|
||||
CheckFrequency = 10s;
|
||||
AnnouncementFrequency = 1h;
|
||||
|
||||
Reference in New Issue
Block a user