Merge branch 'master' into Playerbot

This commit is contained in:
Yunfan Li
2025-08-09 15:02:41 +08:00
92 changed files with 1095 additions and 752 deletions

View File

@@ -35,7 +35,6 @@
template<class OBJECT>
struct ContainerMapList
{
//std::map<OBJECT_HANDLE, OBJECT *> _element;
GridRefMgr<OBJECT> _element;
};