From eb384c025fc179b71f3c256522e07acb16d94de5 Mon Sep 17 00:00:00 2001 From: Sorvani Date: Tue, 4 Mar 2014 20:45:36 -0800 Subject: [PATCH] added remove_from_instance and reomve_all_from_instance --- Lua-General-Functions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Lua-General-Functions.md b/Lua-General-Functions.md index 1e46518..205bb46 100644 --- a/Lua-General-Functions.md +++ b/Lua-General-Functions.md @@ -122,6 +122,8 @@ HashTable get_characters_in_instance(Integer instance_id); Void assign_to_instance(Integer instance_id); Void assign_group_to_instance(Integer instance_id); Void assign_raid_to_instance(Integer instance_id); +Void remove_from_instance(Integer instance_id); +Void remove_all_from_instance(Integer instance_id); Void flag_instance_by_group_leader(Integer zone, Integer version); Void flag_instance_by_raid_leader(Integer zone, Integer version); Void fly_mode(Integer flymode);