feat(Core/DBC): rework load DBC (#3002)

* Move DBC load system from TC
* Add db tables for all dbc
* Support override data from db
* Support override spells from db (#2994)
This commit is contained in:
Kargatum
2020-07-22 13:43:16 +07:00
committed by GitHub
parent 3cce44469a
commit 833611f1c5
19 changed files with 13497 additions and 843 deletions

View File

@@ -60,7 +60,6 @@ target_include_directories(worldserver
target_link_libraries(worldserver
PRIVATE
game-interface
scripts-interface
PUBLIC
game
shared