mirror of
https://github.com/liyunfan1223/azerothcore-wotlk.git
synced 2026-08-08 15:58:04 +00:00
fix(Core/Clang): make it work with clang 10 (#3104)
This commit is contained in:
@@ -44,7 +44,6 @@ class NGrid
|
|||||||
}
|
}
|
||||||
|
|
||||||
uint32 GetGridId(void) const { return i_gridId; }
|
uint32 GetGridId(void) const { return i_gridId; }
|
||||||
void SetGridId(const uint32 id) const { i_gridId = id; }
|
|
||||||
int32 getX() const { return i_x; }
|
int32 getX() const { return i_x; }
|
||||||
int32 getY() const { return i_y; }
|
int32 getY() const { return i_y; }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user