From a8a57f853050e312aca7496d2ab3e83dddff9526 Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Wed, 26 Mar 2014 22:52:21 +0200 Subject: [PATCH] Eluna fix mangos tbc --- LuaEngine.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/LuaEngine.h b/LuaEngine.h index 4638178..2aa3c01 100644 --- a/LuaEngine.h +++ b/LuaEngine.h @@ -97,8 +97,10 @@ typedef std::set LoadedScripts; typedef TemporarySummon TempSummon; #ifndef CLASSIC #define PLAYER_FIELD_LIFETIME_HONORABLE_KILLS PLAYER_FIELD_LIFETIME_HONORBALE_KILLS +#ifndef TBC typedef VehicleInfo Vehicle; #endif +#endif #define MAX_TALENT_SPECS MAX_TALENT_SPEC_COUNT #define GUID_ENPART(guid) ObjectGuid(guid).GetEntry() #define GUID_LOPART(guid) ObjectGuid(guid).GetCounter()