find command uses new pathing system now which loads .nav files saved by map_edit, still in initial stages of testing. Fixed a bug where find might cause a desync in some cases as well.

This commit is contained in:
KimLS
2016-01-12 18:33:00 -08:00
parent c6e9fbc878
commit e61e2e7f02
57 changed files with 25463 additions and 653 deletions
+1 -3
View File
@@ -33,7 +33,6 @@ SET(zone_sources
horse.cpp
inventory.cpp
loottables.cpp
lua_behavior_interface.cpp
lua_bit.cpp
lua_corpse.cpp
lua_client.cpp
@@ -151,7 +150,6 @@ SET(zone_headers
guild_mgr.h
hate_list.h
horse.h
lua_behavior_interface.h
lua_bit.h
lua_client.h
lua_corpse.h
@@ -227,7 +225,7 @@ INSTALL(TARGETS zone RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX})
ADD_DEFINITIONS(-DZONE)
TARGET_LINK_LIBRARIES(zone common debug ${MySQL_LIBRARY_DEBUG} optimized ${MySQL_LIBRARY_RELEASE} ${ZLIB_LIBRARY})
TARGET_LINK_LIBRARIES(zone common debug ${MySQL_LIBRARY_DEBUG} optimized ${MySQL_LIBRARY_RELEASE} ${ZLIB_LIBRARY} recast_navigation)
IF(EQEMU_BUILD_PERL)
TARGET_LINK_LIBRARIES(zone ${PERL_LIBRARY})