diff options
| author | Francesco Borzì <borzifrancesco@gmail.com> | 2024-09-29 13:20:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-29 13:20:21 +0200 |
| commit | 5a96ce283dcb4bc74a8f3bf8ca599c478e6ae5b2 (patch) | |
| tree | 04f21508d0fbaac7c88d738aef9c5706931f8c51 /src/server/scripts/Commands | |
| parent | a4721c28212bb2e73cdae0062e68cdae0340a86b (diff) | |
refactor(Scripts): remove unused imports (#20086)
Diffstat (limited to 'src/server/scripts/Commands')
| -rw-r--r-- | src/server/scripts/Commands/cs_character.cpp | 1 |
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" |
