From 6f2df23e43e79e94d54a852c03442194709dda7a Mon Sep 17 00:00:00 2001
From: Foereaper <Foereaper@users.noreply.github.com>
Date: Mon, 28 Jul 2014 22:57:46 +0200
Subject: [PATCH] [Eluna] Fix default script folder

---
 src/mangosd/mangosd.conf.dist.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in
index 52f30d773..ebbdedac0 100644
--- a/src/mangosd/mangosd.conf.dist.in
+++ b/src/mangosd/mangosd.conf.dist.in
@@ -1572,4 +1572,4 @@ CharDelete.KeepDays = 30
 ###################################################################################################################
 
 Eluna.Enabled = 1
-Eluna.ScriptPath = ""
+Eluna.ScriptPath = "lua_scripts"