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

@@ -196,6 +196,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/Northrend/DraktharonKeep/boss_dred.cpp
)
AC_ADD_SCRIPT_LOADER("Northrend" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
AC_ADD_SCRIPT_LOADER("Northrend" "ScriptLoader.h")
message(" -> Prepared: Northrend")