From b7c00ae18f21aa1ba9b0b289765adcb196cbde29 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Mon, 2 Jun 2014 21:05:03 +0300 Subject: [PATCH] Eluna fix TC wotlk - was missing the include for opcodes --- LuaEngine.h | 1 + 1 file changed, 1 insertion(+) diff --git a/LuaEngine.h b/LuaEngine.h index 6213ad4..2acbe30 100644 --- a/LuaEngine.h +++ b/LuaEngine.h @@ -30,6 +30,7 @@ extern "C" #endif #include "Group.h" #include "Item.h" +#include "Opcodes.h" #include "Weather.h" #include "World.h"