gcc compilation fix (VS ftl)

This commit is contained in:
3ndos
2016-12-11 10:33:33 -05:00
parent 6ebd04b452
commit 650b15bdbe
3 changed files with 13 additions and 12 deletions

View File

@@ -17,7 +17,7 @@
#include "ObjectMgr.h"
#include "Chat.h"
#include "AnticheatMgr.h"
#include "Configuration\Config.h"
#include "Configuration/Config.h"
class anticheat_commandscript : public CommandScript
{