SpellEffect.dbc - correction to format string

Correction made to the format string of SpellEffect.dbc
This commit is contained in:
Charles A Edwards 2016-08-22 15:15:54 +01:00 committed by Antz
parent eef77eadb9
commit b75ccd56a9
3 changed files with 3 additions and 4 deletions

View file

@ -201,11 +201,11 @@ class DBCFileLoader
char* AutoProduceStringsArrayHolders(const char* fmt, char* dataTable);
char* AutoProduceStrings(const char* fmt, char* dataTable, LocaleConstant loc);
/**
* @brief
* @brief This works out the total amount of memory required by the types specified within the format string
*
* @param format
* @param index_pos
* @return uint32
* @return uint32 the total amount of memory required for all the data types
*/
static uint32 GetFormatRecordSize(const char* format, int32* index_pos = NULL);
static uint32 GetFormatStringsFields(const char * format);