mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Eluna classic support
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user