diff options
author | QAston <none@none> | 2009-08-18 18:47:20 +0200 |
---|---|---|
committer | QAston <none@none> | 2009-08-18 18:47:20 +0200 |
commit | ea986991874369f4b244676001f39767efdf4f32 (patch) | |
tree | 0aa455d75c6fca9f9d1305cbe2e07f5b82fcdd9e /src/shared/Database/DBCFileLoader.h | |
parent | 84bb5022f5bec20c34940a09ba25054625130afb (diff) |
*Fix a typo in xp bonus auras.
--HG--
branch : trunk
Diffstat (limited to 'src/shared/Database/DBCFileLoader.h')
-rw-r--r-- | src/shared/Database/DBCFileLoader.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Database/DBCFileLoader.h b/src/shared/Database/DBCFileLoader.h index 13562148dfc..ebdfef4523c 100644 --- a/src/shared/Database/DBCFileLoader.h +++ b/src/shared/Database/DBCFileLoader.h @@ -41,7 +41,7 @@ class DBCFileLoader DBCFileLoader(); ~DBCFileLoader(); - bool Load(const char *filename, const char *fmt); + bool Load(const char *filename, const char *fmt, uint32 customEntriesCount = 0); class Record { |