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

@@ -164,6 +164,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/EasternKingdoms/TheStockade/instance_the_stockade.cpp
)
AC_ADD_SCRIPT_LOADER("EasternKingdoms" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
AC_ADD_SCRIPT_LOADER("EasternKingdoms" "ScriptLoader.h")
message(" -> Prepared: Eastern Kingdoms")

View File

@@ -9,6 +9,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/Events/midsummer.cpp
)
AC_ADD_SCRIPT_LOADER("Event" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
AC_ADD_SCRIPT_LOADER("Event" "ScriptLoader.h")
message(" -> Prepared: Events")

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")

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")

View File

@@ -26,6 +26,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/OutdoorPvP/OutdoorPvPGH.h
)
AC_ADD_SCRIPT_LOADER("OutdoorPvP" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
AC_ADD_SCRIPT_LOADER("OutdoorPvP" "ScriptLoader.h")
message(" -> Prepared: Outdoor PVP Zones")

View File

@@ -109,6 +109,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/Outland/zone_zangarmarsh.cpp
)
AC_ADD_SCRIPT_LOADER("Outland" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
AC_ADD_SCRIPT_LOADER("Outland" "ScriptLoader.h")
message(" -> Prepared: Outland")

View File

@@ -18,6 +18,6 @@ set(scripts_STAT_SRCS
${AC_SCRIPTS_DIR}/Pet/pet_shaman.cpp
)
AC_ADD_SCRIPT_LOADER("Pet" "${AC_SCRIPTS_DIR}/ScriptLoader.h")
AC_ADD_SCRIPT_LOADER("Pet" "ScriptLoader.h")
message(" -> Prepared: Pet")