mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-22 12:18:27 +00:00
[Quest API] Add GetSpawn() to Perl and Lua (#4702)
* [Quest API] Add GetSpawn() to Perl and Lua * Push * Update npc.h
This commit is contained in:
@@ -10,6 +10,7 @@ class Lua_NPC;
|
||||
class Lua_Client;
|
||||
struct Lua_NPC_Loot_List;
|
||||
class Lua_Inventory;
|
||||
class Lua_Spawn;
|
||||
|
||||
namespace luabind {
|
||||
struct scope;
|
||||
@@ -196,6 +197,7 @@ public:
|
||||
luabind::adl::object items_table
|
||||
);
|
||||
void ReturnHandinItems(Lua_Client c);
|
||||
Lua_Spawn GetSpawn(lua_State* L);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user