Core/Gameobject: Revert bad delete

This commit is contained in:
Aokromes
2016-11-02 06:21:20 +01:00
parent 8b5acac9fa
commit cdccb459bd

View File

@@ -576,6 +576,7 @@ struct GameObjectTemplateAddon
};
// Benchmarked: Faster than std::map (insert/find)
typedef std::unordered_map<uint32, GameObjectTemplate> GameObjectTemplateContainer;
typedef std::unordered_map<uint32, GameObjectTemplateAddon> GameObjectTemplateAddonContainer;
class OPvPCapturePoint;