fix:1、修复bug。 2、1.0.8版本提审
This commit is contained in:
@@ -365,8 +365,8 @@ namespace BallKingdomCrush
|
||||
|
||||
|
||||
// return false;
|
||||
return true;
|
||||
bool b = GetLoginModel().IsMagic;
|
||||
// return true;
|
||||
// bool b = GetLoginModel().IsMagic;
|
||||
|
||||
return GetLoginModel().IsMagic;
|
||||
}
|
||||
@@ -582,6 +582,7 @@ namespace BallKingdomCrush
|
||||
|
||||
var currentIndex = GetValueIndex(currentRmLevel);
|
||||
|
||||
Debug.Log($"GetRewardValue type:{type} currentIndex:{currentIndex}");
|
||||
if (currentIndex != -1)
|
||||
{
|
||||
if (type == 0)
|
||||
|
||||
Reference in New Issue
Block a user