[8462] Fix database table to allow emote id bigger than 255

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
Athor 2009-09-04 02:26:03 +02:00 committed by NoFantasy
parent 26a104a05a
commit 7f444189c6
5 changed files with 9 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#ifndef __REVISION_SQL_H__
#define __REVISION_SQL_H__
#define REVISION_DB_CHARACTERS "required_8433_01_characters_character_account_data"
#define REVISION_DB_MANGOS "required_8451_01_mangos_spell_proc_event"
#define REVISION_DB_MANGOS "required_8462_01_mangos_creature_ai_texts"
#define REVISION_DB_REALMD "required_8332_01_realmd_realmcharacters"
#endif // __REVISION_SQL_H__