From adf25d2db6a65772d778fb7b8e52be2a709f229f Mon Sep 17 00:00:00 2001 From: Drahy Date: Fri, 27 Mar 2009 17:35:41 +0100 Subject: * 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 --- src/game/CMakeLists.txt | 5 +++++ src/shared/Database/CMakeLists.txt | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'src') 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}) -- cgit v1.2.3