@@ -1928,6 +1928,10 @@ namespace MySystem
{
AfterLevel = 5;
}
+ else if(BeforeLevel > 5)
+ {
+ AfterLevel = 5;
+ }
else
upFlag = false;