diff --git a/Source/msg.cpp b/Source/msg.cpp index b67a56da1..f4fa0f35a 100644 --- a/Source/msg.cpp +++ b/Source/msg.cpp @@ -1279,7 +1279,7 @@ DWORD OnKillGolem(TCmd *pCmd, int pnum) else if (pnum != MyPlayerId) { if (currlevel == p->wParam1) M_SyncStartKill(pnum, { p->x, p->y }, pnum); - delta_kill_monster(pnum, { p->x, p->y }, Players[pnum].plrlevel); + delta_kill_monster(pnum, { p->x, p->y }, p->wParam1); } return sizeof(*p);