mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-11 12:41:30 +00:00
fir for lua get_spawn_condition
This commit is contained in:
parent
36e12110d5
commit
c216ece72c
@ -1,5 +1,7 @@
|
||||
EQEMu Changelog (Started on Sept 24, 2003 15:50)
|
||||
-------------------------------------------------------
|
||||
== 07/15/2013 ==
|
||||
Sorvani: fix for lua_general.cpp funtion get_spawn_condition
|
||||
|
||||
== 07/13/2013 ==
|
||||
KLS: Added packet class and helper functions to Lua.
|
||||
|
||||
@ -343,8 +343,8 @@ void lua_spawn_condition(const char *zone, uint32 instance_id, int condition_id,
|
||||
quest_manager.spawn_condition(zone, instance_id, condition_id, value);
|
||||
}
|
||||
|
||||
void lua_get_spawn_condition(const char *zone, uint32 instance_id, int condition_id) {
|
||||
quest_manager.get_spawn_condition(zone, instance_id, condition_id);
|
||||
int lua_get_spawn_condition(const char *zone, uint32 instance_id, int condition_id) {
|
||||
return quest_manager.get_spawn_condition(zone, instance_id, condition_id);
|
||||
}
|
||||
|
||||
void lua_toggle_spawn_event(int event_id, bool enable, bool reset) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user