mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-29 12:47:54 +00:00
Regression fixes, support for new lua arguments for many events
This commit is contained in:
@@ -70,6 +70,9 @@ public:
|
||||
int GetMaxEvolveLvl();
|
||||
uint32 GetKillsNeeded(int current_level);
|
||||
Lua_ItemInst Clone();
|
||||
void SetTimer(std::string name, uint32 time);
|
||||
void StopTimer(std::string name);
|
||||
void ClearTimers();
|
||||
|
||||
private:
|
||||
bool cloned_;
|
||||
|
||||
Reference in New Issue
Block a user