mirror of
https://github.com/noisiver/mod-weekendbonus.git
synced 2026-01-13 00:58:36 +00:00
Fixes
I renamed the recruit a friend module to refer a friend. Changed the config options to fit the module.
This commit is contained in:
@@ -69,8 +69,8 @@ class WeekendBonusConfig : WorldScript
|
||||
|
||||
void OnAfterConfigLoad(bool /*reload*/) override
|
||||
{
|
||||
multiplierExperience = sConfigMgr->GetOption<int32>("Multiplier.Experience", 1);
|
||||
multiplierReputation = sConfigMgr->GetOption<int32>("Multiplier.Reputation", 1);
|
||||
multiplierExperience = sConfigMgr->GetOption<int32>("WeekendBonus.Multiplier.Experience", 1);
|
||||
multiplierReputation = sConfigMgr->GetOption<int32>("WeekendBonus.Multiplier.Reputation", 1);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user