Jump to content

spalc

Members
  • Posts

    1
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by spalc

  1. Hi man. Sorry bad engl. For extract vmap i use vmapextract_v2.exe vmap_assembler.exe from mangos REVISION_NR "6989" and client 3.0.3 use Generator.exe 0 51 29 1 and i has crash ( null point access error ) pNode.valueArray no valid void MoveMapContainer::countMoveMapBoxesAndNode (AABSPTree<MoveMapBox*>::Node& pNode, int& nBoxes, int& nNodes) { nBoxes += pNode.valueArray.size (); // pNode.valueArray no valid ++nNodes; if (pNode.child[0] != 0) { countMoveMapBoxesAndNode (*pNode.child[0], nBoxes, nNodes); } if (pNode.child[1] != 0) { countMoveMapBoxesAndNode (*pNode.child[1], nBoxes, nNodes); } } How fix it?
×
×
  • 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