EverWrath/src
M'Dic 437d93926f
fix (core): macos12 depreciation workflow error / security CWE-120 (#14746)
* fix (core): macos12 depreciation workflow error

Fix workflow error message:
azerothcore-wotlk/src/common/Utilities/Util.cpp:558:9: fatal error: 'sprintf' is deprecated: This function is provided for compatibility reasons only.  Due to security concerns inherent in the design of sprintf(3), it is highly recommended that you use snprintf(3) instead. [-Wdeprecated-declarations]
        sprintf(buffer, "%02X", bytes[i]);

* Update BattlegroundAV.cpp

* more macos12 fixit

* Update spell_generic.cpp
2023-01-23 06:13:27 -05:00
..
cmake fix(Cmake/Build): correct build single app (#12202) 2023-01-15 15:22:53 +01:00
common fix (core): macos12 depreciation workflow error / security CWE-120 (#14746) 2023-01-23 06:13:27 -05:00
genrev feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00
server fix (core): macos12 depreciation workflow error / security CWE-120 (#14746) 2023-01-23 06:13:27 -05:00
test refactor(DB): Handle SQL files in a new way (#11494) 2022-04-28 14:37:37 -03:00
tools fix(MMAP/core/PathGenerator): Try to fix more water creatures (#13705) 2023-01-02 22:26:12 +01:00
CMakeLists.txt refactor(Cmake): add support build selected applications and tools (#11836) 2022-05-31 17:05:39 +07:00