mirror of
https://github.com/mangosfour/server.git
synced 2026-01-01 07:37:07 +00:00
Many fixes made to get the server to run again
Many, many fixes had to be made due to server failing to start up after last major implementation of cmangos comits.
This commit is contained in:
parent
b75ccd56a9
commit
cb8c076be9
15 changed files with 132 additions and 154 deletions
|
|
@ -201,9 +201,9 @@ class DBCFileLoader
|
|||
char* AutoProduceStringsArrayHolders(const char* fmt, char* dataTable);
|
||||
char* AutoProduceStrings(const char* fmt, char* dataTable, LocaleConstant loc);
|
||||
/**
|
||||
* @brief This works out the total amount of memory required by the types specified within the format string
|
||||
* Calculate and return the total amount of memory required by the types specified within the format string
|
||||
*
|
||||
* @param format
|
||||
* @param format the format string passed to it (see DBCfmt.h)
|
||||
* @param index_pos
|
||||
* @return uint32 the total amount of memory required for all the data types
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue