aboutsummaryrefslogtreecommitdiff
path: root/src/server/shared
diff options
context:
space:
mode:
authorShauren <shauren.trinity@gmail.com>2011-03-19 12:50:17 +0100
committerShauren <shauren.trinity@gmail.com>2011-03-19 12:50:17 +0100
commit873b22662f1d663a6f827f4c44dd21cfa079c450 (patch)
tree8a90ee058a28d8bc81b4370dff98a3a0d4f1eb9e /src/server/shared
parentfdc8de26a03f3357be7d2add3c44b7bc5fe61225 (diff)
Fixed build without PCH
Diffstat (limited to 'src/server/shared')
-rwxr-xr-xsrc/server/shared/DataStores/DBCFileLoader.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/shared/DataStores/DBCFileLoader.cpp b/src/server/shared/DataStores/DBCFileLoader.cpp
index 305aeabce81..d6fbbc1b86a 100755
--- a/src/server/shared/DataStores/DBCFileLoader.cpp
+++ b/src/server/shared/DataStores/DBCFileLoader.cpp
@@ -21,6 +21,7 @@
#include <string.h>
#include "DBCFileLoader.h"
+#include "Errors.h"
DBCFileLoader::DBCFileLoader()
{
@@ -162,7 +163,6 @@ uint32 DBCFileLoader::GetFormatRecordSize(const char* format, int32* index_pos)
ASSERT(false && "Attempted to load DBC files that do not have field types that match what is in the core. Check DBCfmt.h or your DBC files.");
break;
default:
- sLog->outErrorDb("%c", format[x]);
ASSERT(false && "Unknown field format character in DBCfmt.h");
break;
}