summaryrefslogtreecommitdiff
path: root/src/server/scripts/Commands
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2024-09-29 13:20:21 +0200
committerGitHub <noreply@github.com>2024-09-29 13:20:21 +0200
commit5a96ce283dcb4bc74a8f3bf8ca599c478e6ae5b2 (patch)
tree04f21508d0fbaac7c88d738aef9c5706931f8c51 /src/server/scripts/Commands
parenta4721c28212bb2e73cdae0062e68cdae0340a86b (diff)
refactor(Scripts): remove unused imports (#20086)
Diffstat (limited to 'src/server/scripts/Commands')
-rw-r--r--src/server/scripts/Commands/cs_character.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/server/scripts/Commands/cs_character.cpp b/src/server/scripts/Commands/cs_character.cpp
index 8e5311a65c..6aa610ef56 100644
--- a/src/server/scripts/Commands/cs_character.cpp
+++ b/src/server/scripts/Commands/cs_character.cpp
@@ -28,7 +28,6 @@ EndScriptData */
#include "CommandScript.h"
#include "DBCStores.h"
#include "DatabaseEnv.h"
-#include "Log.h"
#include "ObjectAccessor.h"
#include "ObjectMgr.h"
#include "Player.h"