mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
[Tasks] Make Task Selector Cooldown Optional (#2420)
Some live npcs ignore the request cooldown timer (tutorialb) A separate function had to be used for perl because the apis use an array instead of array reference which won't allow a bool overload This also replaces the fixed array and count args with a vector
This commit is contained in:
@@ -437,6 +437,7 @@ public:
|
||||
void SetPrimaryWeaponOrnamentation(uint32 model_id);
|
||||
void SetSecondaryWeaponOrnamentation(uint32 model_id);
|
||||
void TaskSelector(luabind::adl::object table);
|
||||
void TaskSelector(luabind::adl::object table, bool ignore_cooldown);
|
||||
|
||||
void SetClientMaxLevel(uint8 max_level);
|
||||
uint8 GetClientMaxLevel();
|
||||
|
||||
Reference in New Issue
Block a user