mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 13:37:05 +00:00
[7074] Update playercreateinfo_spell for old classes.
Signed-off-by: Neo2003 <Neo2003@getmangos.com>
This commit is contained in:
parent
bdac9e6e8f
commit
f1b8c677fc
4 changed files with 3082 additions and 130 deletions
411
sql/mangos.sql
411
sql/mangos.sql
File diff suppressed because it is too large
Load diff
2797
sql/updates/7074_01_mangos_playercreateinfo_spell.sql
Normal file
2797
sql/updates/7074_01_mangos_playercreateinfo_spell.sql
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -132,6 +132,7 @@ pkgdata_DATA = \
|
||||||
7067_01_mangos_playercreateinfo_spell.sql \
|
7067_01_mangos_playercreateinfo_spell.sql \
|
||||||
7067_02_mangos_spell_learn_spell.sql \
|
7067_02_mangos_spell_learn_spell.sql \
|
||||||
7067_03_characters_character_spell.sql \
|
7067_03_characters_character_spell.sql \
|
||||||
|
7074_01_mangos_playercreateinfo_spell.sql \
|
||||||
README
|
README
|
||||||
|
|
||||||
## Additional files to include when running 'make dist'
|
## Additional files to include when running 'make dist'
|
||||||
|
|
@ -244,4 +245,5 @@ EXTRA_DIST = \
|
||||||
7067_01_mangos_playercreateinfo_spell.sql \
|
7067_01_mangos_playercreateinfo_spell.sql \
|
||||||
7067_02_mangos_spell_learn_spell.sql \
|
7067_02_mangos_spell_learn_spell.sql \
|
||||||
7067_03_characters_character_spell.sql \
|
7067_03_characters_character_spell.sql \
|
||||||
|
7074_01_mangos_playercreateinfo_spell.sql \
|
||||||
README
|
README
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
#ifndef __REVISION_NR_H__
|
#ifndef __REVISION_NR_H__
|
||||||
#define __REVISION_NR_H__
|
#define __REVISION_NR_H__
|
||||||
#define REVISION_NR "7073"
|
#define REVISION_NR "7074"
|
||||||
#endif // __REVISION_NR_H__
|
#endif // __REVISION_NR_H__
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue