Jump to content

game.core (ClearAffect)


Recommended Posts

Hello everyone

I died in the spider dungeon and said start in the city and there was a core crash.

 

Here are a few pictures.

Core Picture:

spacer.png

 

Affect.cpp 25 line -> affect_pool.free(p) 

void CAffect::Release(CAffect* p)
{
#ifndef DEBUG_ALLOC
	affect_pool.free(p); ------------- 25 line
#else
	M2_DELETE(p);
#endif
}

 

char_affect.cpp 274 line

		CAffect::Release(pkAff);

 

char.cpp 1049 line

	ClearAffect();

 

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.