mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-21 12:47:07 +00:00
feat(CI/Codestyle): added codestyle check (#3668)
This commit is contained in:
@@ -191,7 +191,6 @@ class GridMap
|
||||
uint8 _liquidWidth;
|
||||
uint8 _liquidHeight;
|
||||
|
||||
|
||||
bool loadAreaData(FILE* in, uint32 offset, uint32 size);
|
||||
bool loadHeightData(FILE* in, uint32 offset, uint32 size);
|
||||
bool loadLiquidData(FILE* in, uint32 offset, uint32 size);
|
||||
@@ -666,7 +665,6 @@ private:
|
||||
uint32 _defaultLight;
|
||||
};
|
||||
|
||||
|
||||
enum InstanceResetMethod
|
||||
{
|
||||
INSTANCE_RESET_ALL, // reset all option under portrait, resets only normal 5-mans
|
||||
|
||||
Reference in New Issue
Block a user