mirror of
https://github.com/mangosfour/server.git
synced 2025-12-13 22:37:03 +00:00
Multi-locale DBC extracting
Signed-off-by: Foks <Foks@mangos.ru> Small related code fixed and cleanups. Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
parent
ef8e864008
commit
cdb2c08e3f
7 changed files with 101 additions and 75 deletions
|
|
@ -199,7 +199,7 @@ int libmpq_archive_info(mpq_archive *mpq_a, unsigned int infotype) {
|
|||
/*
|
||||
* This function returns some useful file information.
|
||||
*/
|
||||
int libmpq_file_info(mpq_archive *mpq_a, unsigned int infotype, const int number) {
|
||||
int libmpq_file_info(mpq_archive *mpq_a, unsigned int infotype, const unsigned int number) {
|
||||
int blockindex = number; //-1;
|
||||
int i = 0;
|
||||
mpq_block *mpq_b = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue