fix so getEffectType returns byte 0
This commit is contained in:
parent
14593786d0
commit
72061d42f0
|
@ -331,5 +331,6 @@ char getEffectType(int i) {
|
|||
case 163: return 'A';
|
||||
case 172: return 'U';
|
||||
case 180: return 'J';
|
||||
default: return 0x00;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user