mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
Rebase resync
This commit is contained in:
parent
a0797532e8
commit
1997c1e903
3106 changed files with 11118 additions and 627576 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/**
|
||||
* This code is part of MaNGOS. Contributor & Copyright details are in AUTHORS/THANKS.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify
|
||||
|
|
@ -23,7 +23,7 @@
|
|||
#include "Common.h"
|
||||
#include <cassert>
|
||||
|
||||
/*enum
|
||||
/*enum FieldFormat
|
||||
{
|
||||
FT_NA = 'x', // ignore/ default, 4 byte size, in Source String means field is ignored, in Dest String means field is filled with default value
|
||||
FT_NA_BYTE = 'X', // ignore/ default, 1 byte size, see above
|
||||
|
|
@ -83,7 +83,6 @@ class DBCFileLoader
|
|||
DBCFileLoader& file;
|
||||
|
||||
friend class DBCFileLoader;
|
||||
|
||||
};
|
||||
|
||||
// Get record by id
|
||||
|
|
@ -101,6 +100,7 @@ class DBCFileLoader
|
|||
static uint32 GetFormatStringsFields(const char * format);
|
||||
|
||||
private:
|
||||
|
||||
uint32 recordSize;
|
||||
uint32 recordCount;
|
||||
uint32 fieldCount;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue