How to change delay Time of drop item on the Ground
please help
thank you so much
please help
thank you so much
#ifdef __WORLDSERVER
if( g_eLocal.GetState( EVE_SCHOOL ) )
return;
if( (int)g_tmCurrent - (int)m_dwDropTime > MIN( 3 ) )
Delete();
#endif // __WORLDSERVER