fix linker error.

This commit is contained in:
Venugh
2012-04-09 17:17:31 +02:00
parent 9ac2255fbc
commit d06c092712

View File

@@ -28,6 +28,11 @@
// These make the linker happy.
LoginDatabaseWorkerPool LoginDatabase;
uint32 GetLiquidFlags(uint32 liquidType)
{
return 0;
}
#include "DisableMgr.h"
namespace DisableMgr
{