diff options
| author | KingPin <KingPin@Trinitycore.org> | 2009-03-06 19:18:01 -0600 |
|---|---|---|
| committer | KingPin <KingPin@Trinitycore.org> | 2009-03-06 19:18:01 -0600 |
| commit | 544ff30daea497869132a70b597bbc0b5bcdc2ba (patch) | |
| tree | 77296f7846d214d183f8bc039f200528ad79e28a | |
| parent | 6cf72985dde6b2ee1899a4e7fdd15ed41f65566e (diff) | |
added sql to cmakelist
--HG--
branch : trunk
| -rw-r--r-- | sql/updates/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/updates/CMakeLists.txt b/sql/updates/CMakeLists.txt index 750ed6a455b..86cd4a440d4 100644 --- a/sql/updates/CMakeLists.txt +++ b/sql/updates/CMakeLists.txt @@ -1,5 +1,4 @@ INSTALL(FILES -XXX_characters_auctionhouse.sql 11_characters.sql 45_characters.sql 54_world.sql @@ -173,4 +172,5 @@ XXX_characters_auctionhouse.sql 1142_world.sql 1159_world.sql 1160_world.sql +1164_characters.sql DESTINATION share/trinity/sql/updates) |
