mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 07:16:37 +00:00
[Combat] Basic Combat Recording (#2090)
* Basic combat recording * Update combat_record.h
This commit is contained in:
+4
-2
@@ -19,6 +19,7 @@ SET(zone_sources
|
||||
client_mods.cpp
|
||||
client_packet.cpp
|
||||
client_process.cpp
|
||||
combat_record.cpp
|
||||
command.cpp
|
||||
corpse.cpp
|
||||
data_bucket.cpp
|
||||
@@ -162,7 +163,7 @@ SET(zone_sources
|
||||
zone_reload.cpp
|
||||
zone_store.cpp
|
||||
zoning.cpp
|
||||
)
|
||||
)
|
||||
|
||||
SET(zone_headers
|
||||
aa.h
|
||||
@@ -179,6 +180,7 @@ SET(zone_headers
|
||||
cheat_manager.h
|
||||
client.h
|
||||
client_packet.h
|
||||
combat_record.h
|
||||
command.h
|
||||
common.h
|
||||
corpse.h
|
||||
@@ -283,7 +285,7 @@ SET(zone_headers
|
||||
zonedump.h
|
||||
zone_reload.h
|
||||
zone_store.h
|
||||
)
|
||||
)
|
||||
|
||||
|
||||
ADD_EXECUTABLE(zone ${zone_sources} ${zone_headers})
|
||||
|
||||
Reference in New Issue
Block a user