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

Async creation of subages (thanks to all the people whose Delins/Tsogals I randomly popped in on)

This commit is contained in:
2011-04-23 20:12:16 -04:00
parent 22440541ea
commit 7a1c977ded
4 changed files with 121 additions and 17 deletions

View File

@ -45,7 +45,9 @@ public:
kUnRegisteredOwnedAge = plNetCommon::VaultTasks::kUnRegisterOwnedAge,
kUnRegisteredVisitAge = plNetCommon::VaultTasks::kUnRegisterVisitAge,
kPublicAgeCreated,
kPublicAgeRemoved
kPublicAgeRemoved,
kRegisteredSubAgeLink,
kRegisteredChildAgeLink,
};
plVaultNotifyMsg();