mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 07:26:36 +00:00
Base data for hp/mana/end calcs, mostly but not completely correct
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
||||
|
||||
SET(shared_memory_sources
|
||||
base_data.cpp
|
||||
items.cpp
|
||||
loot.cpp
|
||||
main.cpp
|
||||
@@ -10,6 +11,7 @@ SET(shared_memory_sources
|
||||
)
|
||||
|
||||
SET(shared_memory_headers
|
||||
base_data.h
|
||||
items.h
|
||||
loot.h
|
||||
npc_faction.h
|
||||
|
||||
Reference in New Issue
Block a user