[7074] Update playercreateinfo_spell for old classes.

Signed-off-by: Neo2003 <Neo2003@getmangos.com>
This commit is contained in:
Seize 2009-01-13 00:42:48 +03:00 committed by VladimirMangos
parent bdac9e6e8f
commit f1b8c677fc
4 changed files with 3082 additions and 130 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -132,6 +132,7 @@ pkgdata_DATA = \
7067_01_mangos_playercreateinfo_spell.sql \
7067_02_mangos_spell_learn_spell.sql \
7067_03_characters_character_spell.sql \
7074_01_mangos_playercreateinfo_spell.sql \
README
## Additional files to include when running 'make dist'
@ -244,4 +245,5 @@ EXTRA_DIST = \
7067_01_mangos_playercreateinfo_spell.sql \
7067_02_mangos_spell_learn_spell.sql \
7067_03_characters_character_spell.sql \
7074_01_mangos_playercreateinfo_spell.sql \
README

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "7073"
#define REVISION_NR "7074"
#endif // __REVISION_NR_H__