mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 16:46:37 +00:00
[Quest API] Add Item Link Methods to Perl/Lua (#4359)
This commit is contained in:
@@ -90,6 +90,7 @@ public:
|
||||
void ItemSay(const char* text);
|
||||
void ItemSay(const char* text, uint8 language_id);
|
||||
luabind::object GetAugmentIDs(lua_State* L);
|
||||
std::string GetItemLink();
|
||||
|
||||
private:
|
||||
bool cloned_;
|
||||
|
||||
Reference in New Issue
Block a user