diff options
author | Drahy <none@none> | 2009-03-27 17:35:41 +0100 |
---|---|---|
committer | Drahy <none@none> | 2009-03-27 17:35:41 +0100 |
commit | adf25d2db6a65772d778fb7b8e52be2a709f229f (patch) | |
tree | 6c85d3fb8ce209dc20c7316f5e46b6ea9c2dbe84 /src | |
parent | 74d88025cbb1568e9359354d3a51f2d3033c7ac0 (diff) |
* Used trinity sql coding style
* Remember to use 2227_mangos_7546_02_realmd_uptime to your realm database
* Be careful 2227_mangos_7544_01_world_uptime will wipe all your data in uptime table
* Added 2254_world for correction in command table
* Fixed linux compile
--HG--
branch : trunk
Diffstat (limited to 'src')
-rw-r--r-- | src/game/CMakeLists.txt | 5 | ||||
-rw-r--r-- | src/shared/Database/CMakeLists.txt | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/src/game/CMakeLists.txt b/src/game/CMakeLists.txt index 57ffa238e6c..5e84c28ebb8 100644 --- a/src/game/CMakeLists.txt +++ b/src/game/CMakeLists.txt @@ -77,6 +77,11 @@ SET(game_STAT_SRCS Creature.h CreatureGroups.cpp CreatureGroups.h + DBCEnums.h + DBCStores.cpp + DBCStores.h + DBCStructure.h + DBCfmt.h Debugcmds.cpp DestinationHolder.cpp DestinationHolder.h diff --git a/src/shared/Database/CMakeLists.txt b/src/shared/Database/CMakeLists.txt index 78cc48436e7..b2f97760a9d 100644 --- a/src/shared/Database/CMakeLists.txt +++ b/src/shared/Database/CMakeLists.txt @@ -1,8 +1,6 @@ SET(trinitydatabase_STAT_SRCS - DBCStores.cpp - DBCStores.h - DBCStructure.h - DBCfmt.cpp + DBCFileLoader.h + DBCStore.h Database.cpp Database.h DatabaseEnv.h @@ -30,8 +28,6 @@ SET(trinitydatabase_STAT_SRCS SqlDelayThread.h SqlOperations.cpp SqlOperations.h - dbcfile.cpp - dbcfile.h ) add_library(trinitydatabase STATIC ${trinitydatabase_STAT_SRCS}) |