CreateAngel world crash

02/26/2017 12:23 iHellsBlade#1
Hello,

Anyone know the exploit to crash world server at this line of code ?
Code:
		if( itemset[i].extracount < 0 || itemset[i].extracount > pItemElem->m_nItemNum )
		{
			Error("OnCreateAngel Hacking attempt(1) %d: %s", itemset[i].extracount, pUser->GetName() );
			return;
		}

Thanks!
02/26/2017 12:36 Blouflash#2
pItemElem could be null so it can't get the m_nItemNum -> crash.