Fix create 2 cores in channels

  • Hello everybody
    Some work on 2 cores in channel 1


    Note this repair if you installed this system in advance : ENABLE_MESSENGER_BLOCK


    When entering the game with two accounts put an account in the first city and the second moved to the map number in the core 2
    He opens the private conversation between them and the caller loses contact with the 2 cores or the core crach 2



    Here is the solution


    C: input_main.cpp
    1. else if (MessengerManager::instance().IsBlocked_Target(ch->GetName(), pkChr->GetName()))

    Replace To




    prChr is NULL, that's why it crashes.
    so, to fix it:

    C: input_main.cpp
    1. else if (pkChr && MessengerManager::instance().IsBlocked_Target(ch->GetName(), pkChr->GetName()))


    He apologized for my weak language <3


    his fix By @Bitte melden Sie sich an, um diesen Link zu sehen.

    2 Mal editiert, zuletzt von xRooT ()

  • Dieses Thema enthält 3 weitere Beiträge, die nur für registrierte Benutzer sichtbar sind, bitte registrieren Sie sich oder melden Sie sich an um diese lesen zu können.