mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-22 05:06:24 +00:00
chore(Core/Logging): replace most server loggers (#5726)
* chore(Core/Logging): replace most server loggers Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
This commit is contained in:
@@ -79,4 +79,4 @@ public:
|
||||
wdt_MWMO* wmo;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -35,4 +35,4 @@ public:
|
||||
int X;
|
||||
int Y;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -23,4 +23,4 @@ public:
|
||||
FILE* Stream;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -24,4 +24,4 @@ public:
|
||||
std::vector<Chunk*> Chunks;
|
||||
FILE* Stream;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -61,4 +61,4 @@ public:
|
||||
static const int TilesPerMap;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -56,4 +56,4 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -26,4 +26,4 @@ public:
|
||||
std::vector<Triangle<uint32>> Triangles;
|
||||
bool Transform;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -24,4 +24,4 @@ public:
|
||||
private:
|
||||
void HandleNewLiquid();
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -40,4 +40,4 @@ private:
|
||||
};
|
||||
|
||||
extern MPQManager* MPQHandler;
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -27,4 +27,4 @@ public:
|
||||
std::vector<Triangle<uint8>> Triangles;
|
||||
int32 Index;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -26,4 +26,4 @@ public:
|
||||
FILE* Stream;
|
||||
bool IsBad;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -18,4 +18,4 @@ public:
|
||||
virtual void ProcessInternal(MapChunk* data) = 0;
|
||||
ADT* Source;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -37,4 +37,4 @@ public:
|
||||
uint32 DataSize;
|
||||
ContinentBuilder* cBuilder;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -32,4 +32,4 @@ private:
|
||||
void ReadTileTable();
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -41,4 +41,4 @@ private:
|
||||
void ReadHeader();
|
||||
void ReadBatches();
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -50,4 +50,4 @@ private:
|
||||
std::vector<WorldModelDefinition>* _definitions;
|
||||
std::vector<std::string>* _paths;
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -30,4 +30,4 @@ private:
|
||||
void ReadDoodadInstances();
|
||||
void ReadHeader();
|
||||
};
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user