*Set player combat reach from 1.5 to 0.4.

--HG--
branch : trunk
This commit is contained in:
megamage
2008-11-27 12:00:46 -06:00
parent 1c5fc7f5d6
commit 813b750b01
2 changed files with 2 additions and 2 deletions

View File

@@ -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, 1.5f );
player->SetFloatValue(UNIT_FIELD_COMBATREACH, DEFAULT_WORLD_OBJECT_SIZE );
player->setFactionForRace(player->getRace());