Eluna fix mangos build (missing enum from player)

This commit is contained in:
Rochet2
2014-07-16 22:16:28 +03:00
parent a3359062e5
commit c479607104

View File

@@ -13,6 +13,9 @@
#include "Group.h"
#include "Item.h"
#ifndef TRINITY
#include "Player.h"
#endif
#include "Weather.h"
#include "World.h"
#include "HookMgr.h"