Removed absolute path from some script loaders

This commit is contained in:
Yehonal
2016-08-30 22:19:30 +02:00
parent e113eeec5d
commit 12d3aeacbd
7 changed files with 7 additions and 7 deletions

View File

@@ -105,6 +105,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/Kalimdor/DireMaul/dire_maul.h
)
AC_ADD_SCRIPT_LOADER("Kalimdor" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
AC_ADD_SCRIPT_LOADER("Kalimdor" "ScriptLoader.h")
message(" -> Prepared: Kalimdor")