mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2025-11-29 17:38:24 +08:00
Fix compile error related to last commit (#776)
This commit is contained in:
@@ -319,7 +319,7 @@ class Object
|
||||
DynamicObject* ToDynObject() { if (GetTypeId() == TYPEID_DYNAMICOBJECT) return reinterpret_cast<DynamicObject*>(this); else return NULL; }
|
||||
DynamicObject const* ToDynObject() const { if (GetTypeId() == TYPEID_DYNAMICOBJECT) return reinterpret_cast<DynamicObject const*>(this); else return NULL; }
|
||||
|
||||
DataMap DataMap;
|
||||
DataMap CustomData;
|
||||
|
||||
protected:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user