From d36672cd7e4ae3d328f30c020c5421668ad4cb5e Mon Sep 17 00:00:00 2001 From: megamage Date: Thu, 4 Dec 2008 23:00:35 -0600 Subject: *Update spell range calculation. Original patch by QAston. --HG-- branch : trunk --- src/game/Level3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/Level3.cpp') diff --git a/src/game/Level3.cpp b/src/game/Level3.cpp index 42aa9393399..51b9a092ba3 100644 --- a/src/game/Level3.cpp +++ b/src/game/Level3.cpp @@ -4406,7 +4406,7 @@ static bool HandleResetStatsOrLevelHelper(Player* player) player->m_form = FORM_NONE; player->SetFloatValue(UNIT_FIELD_BOUNDINGRADIUS, DEFAULT_WORLD_OBJECT_SIZE ); - player->SetFloatValue(UNIT_FIELD_COMBATREACH, DEFAULT_WORLD_OBJECT_SIZE ); + player->SetFloatValue(UNIT_FIELD_COMBATREACH, DEFAULT_COMBAT_REACH ); player->setFactionForRace(player->getRace()); -- cgit v1.2.3