From b490dce8b427dd8c767b6785524e0f938d8af2cb Mon Sep 17 00:00:00 2001 From: Emagi Date: Mon, 22 Jul 2024 09:01:06 -0400 Subject: [PATCH] no lua sub dir for include --- source/WorldServer/LuaFunctions.h | 2 +- source/WorldServer/LuaInterface.h | 2 +- source/WorldServer/Spells.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/source/WorldServer/LuaFunctions.h b/source/WorldServer/LuaFunctions.h index 8aa49c3..eb67495 100644 --- a/source/WorldServer/LuaFunctions.h +++ b/source/WorldServer/LuaFunctions.h @@ -20,7 +20,7 @@ #ifndef LUA_FUNCTIONS_H #define LUA_FUNCTIONS_H -#include +#include #include #include #include diff --git a/source/WorldServer/LuaInterface.h b/source/WorldServer/LuaInterface.h index 1367d84..8bd5966 100644 --- a/source/WorldServer/LuaInterface.h +++ b/source/WorldServer/LuaInterface.h @@ -30,7 +30,7 @@ #include "zoneserver.h" #include "client.h" -#include +#include using namespace std; diff --git a/source/WorldServer/Spells.h b/source/WorldServer/Spells.h index 6908487..a3b2af8 100644 --- a/source/WorldServer/Spells.h +++ b/source/WorldServer/Spells.h @@ -31,7 +31,7 @@ #include "../common/Mutex.h" #include "AltAdvancement/AltAdvancement.h" -#include +#include #define SPELL_TARGET_SELF 0 #define SPELL_TARGET_ENEMY 1