Merge branch 'develop' into feature/storage
This commit is contained in:
@@ -1533,8 +1533,8 @@ namespace BrewMonster
|
||||
Info.weapon = (iReason == 5) ? (int)pWeapon.GetDBMajorType().id : 0; }
|
||||
else
|
||||
{
|
||||
|
||||
Info.weapon = (int)pWeapon.GetDBMajorType().id; }
|
||||
Info.weapon = (int)pWeapon.GetDBMajorType().id;
|
||||
}
|
||||
|
||||
//BMLogger.LogError(GetName() + " CheckSkillCastCondition: Weapon major type ID = " + Info.weapon);
|
||||
// Get remaining arrow number
|
||||
|
||||
Reference in New Issue
Block a user