mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 12:36:36 +00:00
Partial work on loot tables (non-compiling)
This commit is contained in:
@@ -2,6 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
|
||||
|
||||
SET(shared_memory_sources
|
||||
items.cpp
|
||||
loot.cpp
|
||||
main.cpp
|
||||
spells.cpp
|
||||
skill_caps.cpp
|
||||
@@ -9,6 +10,7 @@ SET(shared_memory_sources
|
||||
|
||||
SET(shared_memory_headers
|
||||
items.h
|
||||
loot.h
|
||||
spells.h
|
||||
skill_caps.h
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user