Additional fixups.

This commit is contained in:
E Spause
2017-03-16 13:27:58 -04:00
parent 3c9e6d913a
commit a3f21cc9ea
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ int32 EQEmu::skills::GetBaseDamage(SkillType skill)
{
switch (skill) {
case SkillBash:
return 1;
return 2;
case SkillDragonPunch:
return 12;
case SkillEagleStrike: