diff --git a/source/WorldServer/Combat.cpp b/source/WorldServer/Combat.cpp index 46228aa..85d799f 100644 --- a/source/WorldServer/Combat.cpp +++ b/source/WorldServer/Combat.cpp @@ -807,7 +807,7 @@ int8 Entity::DetermineHit(Spawn* victim, int8 type, int8 damage_type, float ToHi if(is_caster_spell && lua_spell) { if(lua_spell->spell->GetSpellData()->resistibility > 0) { - float pivot = 0.6f; // Central resistibility point (we seem to have .65 - .75 for our resistability usually) + float pivot = 0.7f; // Central resistibility point (we seem to have .65 - .75 for our resistability usually) float scale_factor = 2.0f; // steepness control // Clamps to avoid extreme values