From 01d1752d44bdb65a4942e30671b6d7e8cdf7e286 Mon Sep 17 00:00:00 2001 From: kookroach <62265045+kookroach@users.noreply.github.com> Date: Wed, 14 Apr 2021 23:43:05 +0200 Subject: [PATCH] wage change --- ReallifeGamemode.Server/Job/BusDriverJob.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ReallifeGamemode.Server/Job/BusDriverJob.cs b/ReallifeGamemode.Server/Job/BusDriverJob.cs index f7355388..4aa735e2 100644 --- a/ReallifeGamemode.Server/Job/BusDriverJob.cs +++ b/ReallifeGamemode.Server/Job/BusDriverJob.cs @@ -35,7 +35,7 @@ namespace ReallifeGamemode.Server.Job public const int WAGE_BEGINNER = 400; public const int WAGE_INTERMEDIATE = 600; - public const int WAGE_PROFESSIOAL = 800; + public const int WAGE_PROFESSIOAL = 900; public const string BEGINNER = "Anfänger"; public const string INTERMEDIATE = "Fortgeschrittener";