aboutsummaryrefslogtreecommitdiff
path: root/src/shared/Database/DBCFileLoader.h
diff options
context:
space:
mode:
authorQAston <none@none>2009-08-18 20:17:06 +0200
committerQAston <none@none>2009-08-18 20:17:06 +0200
commit5ffa85c858fb721fb5d663431712d173d6b62a15 (patch)
tree2344baec6dfc3bf569b9318d6b278ae02d3c5b9a /src/shared/Database/DBCFileLoader.h
parentd3d2eb91bbac388f9ffc1e89147c4129e7bcf9af (diff)
*Fix server startup error from 5184.
--HG-- branch : trunk
Diffstat (limited to 'src/shared/Database/DBCFileLoader.h')
-rw-r--r--src/shared/Database/DBCFileLoader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/Database/DBCFileLoader.h b/src/shared/Database/DBCFileLoader.h
index ebdfef4523c..13562148dfc 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, uint32 customEntriesCount = 0);
+ bool Load(const char *filename, const char *fmt);
class Record
{