ike3 / mangosbot

This is a modification of MaNGOS (Zero, One, R2, Trinity) server which brings a number of bots online and available for any player. Also allows you to use your account/guild characters as bots.
http://ike3.github.io/mangosbot-docs/
GNU General Public License v2.0
184 stars 79 forks source link

Core/cmake: filename revision.h in CMakeLists.txt #54

Closed ghost closed 8 years ago

ghost commented 8 years ago

The cmake config uses the filename revision_data.h while CMakeLists.txt contain the filename revision.h

Changing the filename in cmake config is not effective. Renaming the filenames inside CMakeLists.txt instead.

Files affected:

Code style : replaced Tabs with spaces in /src/plugins/CMakeLists.txt

Closes #47