summaryrefslogtreecommitdiff
path: root/src/common/Logging/enuminfo_LogCommon.cpp
diff options
context:
space:
mode:
authorKitzunu <24550914+Kitzunu@users.noreply.github.com>2024-07-04 19:30:59 +0200
committerGitHub <noreply@github.com>2024-07-04 14:30:59 -0300
commitbd29e9e1b37380bf5207d3e280dfa40ec3a692c9 (patch)
treed0af4cd1d10805de88c17133b59592f9f8c9dc63 /src/common/Logging/enuminfo_LogCommon.cpp
parentaebb99ecdac9d398495806384bad233cadaab637 (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.cpp2
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>