2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Last minute fixes

This commit is contained in:
2011-04-23 22:37:34 -04:00
parent a921f766d1
commit 6fefaa11d9
2 changed files with 9 additions and 5 deletions

View File

@ -4819,7 +4819,7 @@ namespace _VaultCreateChildAge {
// Add the children to the right places
VaultAddChildNode(node->nodeId, *p->fAgeInfoId, 0, nil, nil);
VaultAddChildNode(*p->fChildAgesFldr, *p->fAgeInfoId, 0, nil, nil);
VaultAddChildNode(*p->fChildAgesFldr, node->nodeId, 0, nil, nil);
// Send the VaultNotify that the plNetLinkingMgr wants...
plVaultNotifyMsg * msg = NEWZERO(plVaultNotifyMsg);