mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
[7521] Update Rate.Reputation.LowLevel.Kill default value to expected for 3.0.9
This commit is contained in:
parent
50c0bc6aac
commit
f4030f9dff
3 changed files with 4 additions and 4 deletions
|
|
@ -470,7 +470,7 @@ void World::LoadConfigSettings(bool reload)
|
|||
rate_values[RATE_XP_QUEST] = sConfig.GetFloatDefault("Rate.XP.Quest", 1.0f);
|
||||
rate_values[RATE_XP_EXPLORE] = sConfig.GetFloatDefault("Rate.XP.Explore", 1.0f);
|
||||
rate_values[RATE_REPUTATION_GAIN] = sConfig.GetFloatDefault("Rate.Reputation.Gain", 1.0f);
|
||||
rate_values[RATE_REPUTATION_LOWLEVEL_KILL] = sConfig.GetFloatDefault("Rate.Reputation.LowLevel.Kill", 0.2f);
|
||||
rate_values[RATE_REPUTATION_LOWLEVEL_KILL] = sConfig.GetFloatDefault("Rate.Reputation.LowLevel.Kill", 1.0f);
|
||||
rate_values[RATE_REPUTATION_LOWLEVEL_QUEST] = sConfig.GetFloatDefault("Rate.Reputation.LowLevel.Quest", 1.0f);
|
||||
rate_values[RATE_CREATURE_NORMAL_DAMAGE] = sConfig.GetFloatDefault("Rate.Creature.Normal.Damage", 1.0f);
|
||||
rate_values[RATE_CREATURE_ELITE_ELITE_DAMAGE] = sConfig.GetFloatDefault("Rate.Creature.Elite.Elite.Damage", 1.0f);
|
||||
|
|
|
|||
|
|
@ -1006,7 +1006,7 @@ Visibility.Distance.Grey.Object = 10
|
|||
#
|
||||
# Rate.Reputation.LowLevel.Kill
|
||||
# Reputation Gain form low level kill (grey creture)
|
||||
# Default: 0.2
|
||||
# Default: 1
|
||||
#
|
||||
# Rate.Reputation.LowLevel.Quest
|
||||
# Reputation Gain rate
|
||||
|
|
@ -1104,7 +1104,7 @@ Rate.Mining.Amount = 1
|
|||
Rate.Mining.Next = 1
|
||||
Rate.Talent = 1
|
||||
Rate.Reputation.Gain = 1
|
||||
Rate.Reputation.LowLevel.Kill = 0.2
|
||||
Rate.Reputation.LowLevel.Kill = 1
|
||||
Rate.Reputation.LowLevel.Quest = 1
|
||||
|
||||
Rate.InstanceResetTime = 1
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7520"
|
||||
#define REVISION_NR "7521"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue