EverWrath/src/server/scripts/Spells
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
..
spell_dk.cpp refactor(Core/Object): getLevel() -> GetLevel() (#14122) 2022-12-31 17:39:23 +01:00
spell_druid.cpp Revert "fix(Core/Spells): Ignite and Revitalize should not prelong co… (#14513) 2023-01-05 23:14:56 -03:00
spell_generic.cpp fix (core): macos12 depreciation workflow error / security CWE-120 (#14746) 2023-01-23 06:13:27 -05:00
spell_hunter.cpp refactor(Core/Object): getLevel() -> GetLevel() (#14122) 2022-12-31 17:39:23 +01:00
spell_item.cpp fix(Script/Item): Elixir of Shadows for pets (#14514) 2023-01-07 23:08:19 +01:00
spell_mage.cpp Revert "fix(Core/Spells): Ignite and Revitalize should not prelong co… (#14513) 2023-01-05 23:14:56 -03:00
spell_paladin.cpp refactor(Core/Object): getLevel() -> GetLevel() (#14122) 2022-12-31 17:39:23 +01:00
spell_priest.cpp refactor(Core/Object): getLevel() -> GetLevel() (#14122) 2022-12-31 17:39:23 +01:00
spell_quest.cpp fix(core/quest): improved egg collection (#12640) 2022-09-25 10:46:24 -03:00
spell_rogue.cpp fix(Core/Units): Fixed uninitialized m_cleanDamage variable after e390087 (#13485) 2022-10-29 07:16:26 -03:00
spell_shaman.cpp Revert "fix(Core/Spells): Ignite and Revitalize should not prelong co… (#14513) 2023-01-05 23:14:56 -03:00
spell_warlock.cpp fix(Core/Spells): Fixed Glyph of Kilrogg. (#13802) 2022-11-16 01:26:05 -03:00
spell_warrior.cpp Revert "fix(Core/Spells): Ignite and Revitalize should not prelong co… (#14513) 2023-01-05 23:14:56 -03:00
spells_script_loader.cpp feat(License): add new headers information about license (#7941) 2021-09-30 13:40:52 +07:00