Eluna fix TC wotlk - was missing the include for opcodes

This commit is contained in:
Rochet2
2014-06-02 21:05:03 +03:00
committed by Foereaper
parent e7b1bdb6a9
commit b7c00ae18f

View File

@@ -30,6 +30,7 @@ extern "C"
#endif #endif
#include "Group.h" #include "Group.h"
#include "Item.h" #include "Item.h"
#include "Opcodes.h"
#include "Weather.h" #include "Weather.h"
#include "World.h" #include "World.h"