* 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
|
||
|---|---|---|
| .. | ||
| brewfest.cpp | ||
| childrens_week.cpp | ||
| events_script_loader.cpp | ||
| hallows_end.cpp | ||
| love_in_air.cpp | ||
| midsummer.cpp | ||
| pilgrims_bounty.cpp | ||
| winter_veil.cpp | ||