fix compile error, blame @moonheart08
This commit is contained in:
parent
a76afb0bfc
commit
711d15fe0c
@ -132,7 +132,7 @@ int Element_PROT::update(UPDATE_FUNC_ARGS)
|
||||
else if (parts[i].tmp > 420)
|
||||
element = PT_URAN;
|
||||
else if (parts[i].tmp > 310)
|
||||
element = PT_POLO
|
||||
element = PT_POLO;
|
||||
else if (parts[i].tmp > 250)
|
||||
element = PT_PLSM;
|
||||
else if (parts[i].tmp > 100)
|
||||
|
Reference in New Issue
Block a user