Jump to content

xoum89

Members
  • Posts

    13
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by xoum89

  1. Thx for your patch.

    but i have errors

    error: patch failed: src/game/GroupHandler.cpp:197

    error: src/game/GroupHandler.cpp: patch does not apply

    can you help me ?

    if i change your patch

    by

    diff --git a/src/game/GroupHandler.cpp b/src/game/GroupHandler.cpp

    old mode 100644

    new mode 100755

    index d1de13a..0778c92

    --- a/src/game/GroupHandler.cpp

    +++ b/src/game/GroupHandler.cpp

    @@ -197,6 +197,14 @@ void WorldSession::HandleGroupAcceptOpcode( WorldPacket & /*recv_data*/ )

    return;

    + uint8 subgroup = group->GetMemberGroup(GetPlayer()->GetGUID());

    +// Monkey

    + bool allowTwoSideGroup = sWorld.getConfig(CONFIG_ALLOW_TWO_SIDE_INTERACTION_GROUP);

    + if ( allowTwoSideGroup )

    + {

    + GetPlayer()->SetGroup(group, subgroup); // Defunct line added for test

    + group->BroadcastGroupUpdate();

    + }

    +// Monkey

    }

    fatal: corrupt patch at line 91

×
×
  • Create New...

Important Information

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. Privacy Policy Terms of Use