Skip to content

Commit

Permalink
Fix Hunter base stats
Browse files Browse the repository at this point in the history
Fixes #342.
  • Loading branch information
Veluria authored Sep 18, 2020
1 parent 5df9bc9 commit 0ee7b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Class/Hunter/Hunter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Hunter::Hunter(Race* race_, EquipmentDb* equipment_db, SimSettings* sim_settings
cstats->increase_stamina(70);
cstats->increase_intellect(45);
cstats->increase_spirit(50);
cstats->increase_ranged_ap(160);
cstats->increase_ranged_ap(100);

this->hunter_spells = new HunterSpells(this);
this->spells = hunter_spells;
Expand Down

0 comments on commit 0ee7b7f

Please sign in to comment.