From e7b1bdb6a964aced824141b69add07b4bdcde8ee Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Mon, 2 Jun 2014 16:14:19 +0300 Subject: [PATCH] Eluna fix typo --- LuaEngine.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LuaEngine.h b/LuaEngine.h index 0b3bd0f..6213ad4 100644 --- a/LuaEngine.h +++ b/LuaEngine.h @@ -145,7 +145,7 @@ typedef ThreatContainer::StorageType ThreatList; #endif #endif #ifndef CLASSIC -typedef OpcodesList Opcodes +typedef Opcodes OpcodesList; #endif class Eluna;