mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
SpellEffect.dbc - correction to format string
Correction made to the format string of SpellEffect.dbc
This commit is contained in:
parent
eef77eadb9
commit
b75ccd56a9
3 changed files with 3 additions and 4 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue