Crash in on HE:F?/?/?/?/1 command.
Crash is in combo artifact handling, which hero wears. Like some plugin extends wog table incorrectly.
Code:
Byte ArtSlots[]={
// номер,+атака,+защита,+сила,+знания, занятые слоты ...
0x81,21,21,21,21, 0,2,4,5,7,
0x82,0,0,0,0, 2,7,
0x83,0,0,0,0, 6,6,
0x84,3,3,2,2, 0,3,4,
0x85,0,0,0,0, 8,8,8,8,
0x86,16,16,16,16, 0,1,2,3,4,6,6,7,
0x87,9,9,8,8, 0,4,5,
0x88,0,0,0,0, 2,
0x89,0,0,0,0, 8,8,
0x8A,0,0,0,0, 8,8,
0x8B,0,0,0,0, 1,2,
0x8C,0,0,0,0, 1,6,6,
0x99 // последний
};
Table position is huge in code. It means either 0x99 value was overwritten by plugin or the whole table is corrupted.
I tried a few times, but no crash. Cannot reproduce.