[10007] Fix wrongly initialized value

This commit is contained in:
Laise 2010-05-30 23:38:38 +03:00
parent b98691501b
commit 6551671f6d
8 changed files with 13 additions and 8 deletions

View file

@ -1,6 +1,6 @@
#ifndef __REVISION_SQL_H__
#define __REVISION_SQL_H__
#define REVISION_DB_CHARACTERS "required_9974_01_characters_group"
#define REVISION_DB_MANGOS "required_9990_01_mangos_spell_chain"
#define REVISION_DB_REALMD "required_9748_01_realmd_realmlist"
#define REVISION_DB_CHARACTERS "required_10007_01_characters_pet_aura"
#define REVISION_DB_MANGOS "required_09990_01_mangos_spell_chain"
#define REVISION_DB_REALMD "required_09748_01_realmd_realmlist"
#endif // __REVISION_SQL_H__