Removed absolute path from some script loaders
This commit is contained in:
parent
e113eeec5d
commit
12d3aeacbd
7 changed files with 7 additions and 7 deletions
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue