diff --git a/src/game/World.cpp b/src/game/World.cpp index 00aef87a4..1ec37502a 100644 --- a/src/game/World.cpp +++ b/src/game/World.cpp @@ -507,9 +507,9 @@ void World::LoadConfigSettings(bool reload) setConfigPos(CONFIG_FLOAT_RATE_DURABILITY_LOSS_PARRY, "DurabilityLossChance.Parry", 0.05f); setConfigPos(CONFIG_FLOAT_RATE_DURABILITY_LOSS_BLOCK, "DurabilityLossChance.Block", 0.05f); - setConfigPos(CONFIG_FLOAT_LISTEN_RANGE_SAY, "ListenRange.Say", 25.0f); + setConfigPos(CONFIG_FLOAT_LISTEN_RANGE_SAY, "ListenRange.Say", 40.0f); setConfigPos(CONFIG_FLOAT_LISTEN_RANGE_YELL, "ListenRange.Yell", 300.0f); - setConfigPos(CONFIG_FLOAT_LISTEN_RANGE_TEXTEMOTE, "ListenRange.TextEmote", 25.0f); + setConfigPos(CONFIG_FLOAT_LISTEN_RANGE_TEXTEMOTE, "ListenRange.TextEmote", 40.0f); setConfigPos(CONFIG_FLOAT_GROUP_XP_DISTANCE, "MaxGroupXPDistance", 74.0f); setConfigPos(CONFIG_FLOAT_SIGHT_GUARDER, "GuarderSight", 50.0f); diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index a1329cbf3..89e55f916 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -947,11 +947,11 @@ TalentsInspecting = 1 # # ListenRange.Say # Distance from player to listen text that creature (or other world object) say -# Default: 25 +# Default: 40 # # ListenRange.TextEmote # Distance from player to listen textemote that creature (or other world object) say -# Default: 25 +# Default: 40 # # ListenRange.Yell # Distance from player to listen text that creature (or other world object) yell diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index c703a90f0..2c1b37017 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11899" + #define REVISION_NR "11900" #endif // __REVISION_NR_H__