diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2024-07-04 19:30:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-04 14:30:59 -0300 |
commit | bd29e9e1b37380bf5207d3e280dfa40ec3a692c9 (patch) | |
tree | d0af4cd1d10805de88c17133b59592f9f8c9dc63 /src/common/Logging/enuminfo_LogCommon.cpp | |
parent | aebb99ecdac9d398495806384bad233cadaab637 (diff) |
fix(Core/Spell): Implement SPELL_ATTR1_AURA_STAYS_AFTER_COMBAT (#19254)
feat(Core/Spell): Implement SPELL_ATTR1_AURA_STAYS_AFTER_COMBAT
* closes https://github.com/azerothcore/azerothcore-wotlk/issues/19248
Diffstat (limited to 'src/common/Logging/enuminfo_LogCommon.cpp')
-rw-r--r-- | src/common/Logging/enuminfo_LogCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Logging/enuminfo_LogCommon.cpp b/src/common/Logging/enuminfo_LogCommon.cpp index e1750cb3f8..2e42655635 100644 --- a/src/common/Logging/enuminfo_LogCommon.cpp +++ b/src/common/Logging/enuminfo_LogCommon.cpp @@ -15,8 +15,8 @@ * with this program. If not, see <http://www.gnu.org/licenses/>. */ -#include "Define.h" #include "LogCommon.h" +#include "Define.h" #include "SmartEnum.h" #include <stdexcept> |