Eluna classic support

This commit is contained in:
Rochet2
2014-03-23 21:48:29 +02:00
committed by Foereaper
parent a04de5b194
commit fee6f42e2d
15 changed files with 184 additions and 59 deletions

View File

@@ -21,11 +21,13 @@ namespace LuaQuest
return 1;
}
#ifndef CLASSIC
int IsDaily(lua_State* L, Quest* quest)
{
sEluna->Push(L, quest->IsDaily());
return 1;
}
#endif
int IsRepeatable(lua_State* L, Quest* quest)
{