[6804] [sql/updates/2008_11_07_03_characters_guild_bank_tab.sql sql/updates/2008_11_07_04_realmd_account.sql] Not use varchar(L) with L > 255 for compatibility with mysql version < 5.0.3.

This commit is contained in:
VladimirMangos 2008-11-08 06:03:44 +03:00
parent 7e10e20810
commit d5b713e9c0
6 changed files with 18 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6803"
#define REVISION_NR "6804"
#endif // __REVISION_NR_H__