mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 19:37:02 +00:00
[7003] Fixed *nix build of previous commit
This commit is contained in:
parent
420331b2ae
commit
c08ed13497
2 changed files with 3 additions and 3 deletions
|
|
@ -108,7 +108,7 @@ pkgdata_DATA = \
|
|||
6976_01_realmd_realmd_db_version.sql \
|
||||
6976_02_characters_character_db_version.sql \
|
||||
7002_01_mangos_spell_chain \
|
||||
README \
|
||||
README
|
||||
|
||||
## Additional files to include when running 'make dist'
|
||||
# SQL update files, to upgrade database schema from older revisions
|
||||
|
|
@ -196,4 +196,4 @@ EXTRA_DIST = \
|
|||
6976_01_realmd_realmd_db_version.sql \
|
||||
6976_02_characters_character_db_version.sql \
|
||||
7002_01_mangos_spell_chain \
|
||||
README \
|
||||
README
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#ifndef __REVISION_NR_H__
|
||||
#define __REVISION_NR_H__
|
||||
#define REVISION_NR "7002"
|
||||
#define REVISION_NR "7003"
|
||||
#endif // __REVISION_NR_H__
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue