Warning fix

This commit is contained in:
Trisjdc
2014-06-04 19:12:02 +01:00
parent 409a19e623
commit 2a6d3fa67c

View File

@@ -5964,6 +5964,8 @@ void Player::ApplyRatingMod(CombatRating cr, int32 value, bool apply)
ApplyCastTimePercentMod(oldVal, false);
ApplyCastTimePercentMod(newVal, true);
break;
default: // shut up compiler warnings
break;
}
}