Ohad

Results 6 issues of Ohad

This struct: ``` typedef struct __TABLE_UPC_SKILL_TYPE_4 { uint32_t dwID; // 일련번호 int iBuffType; // 버프타입 //int iIDK0; int iIDK1; int iDuration; int iAttackSpeed; // 공격속도 int iMoveSpeed; // 이동속도 int...

Can be reproduced by activating the Lever in Delos. Happens since `pKnightSiegewars` is NULL in `CUser::GateLeverObjectEvent`.

Hi, ARN class should implement __hash__ for ARN uniqueness, so it will be possible to use it as dict key and also to compare. I'll submit small PR.