Hey guys,
I'm discovered a very strange problem with my weapon costumes,
If I travel/logout/change character while equipping them, the core crashes, If I just wear them without doing any of the previous, nothing happens
I've tried to know the source of the problem but with no luck
the best I could do is that the core crashes when it try to do:
M2_DELETE(ch);
in CHARACTER_MANAGER::DestroyCharacter (char_maanger.cpp)
as I understand, this command deletes the pointer to the character , I don't understand why would wearing a weapon costume may affect that!