Jump to content

Blacky96

Inactive Member
  • Posts

    2
  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Blacky96

  1. On 8/13/2023 at 5:27 PM, MT2Dev said:

    Thanks for the fix, i think after that we need gonna add extra check for possible dupe problems we will face in the future.

     

    input_main.cpp

     

    Find;

    case HEADER_CG_ITEM_MOVE:

    Add Under;

    			if (ch->m_pkTimedEvent)   // DevFix 74
    			{
    				ch->ChatPacket (CHAT_TYPE_INFO, LC_TEXT ("취소 되었습니다."));
    				event_cancel (&ch->m_pkTimedEvent);
    			}

     

    I don't remember the exact time but WebZen add this check for almost all actions few years ago, this is not a "fix" exactly but extra check always needed, best regards. (PS; You can add this check for other actions, if you want tho.)

    this not work

    • Think 1
×
×
  • 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.