Create #Zov_Thall_Xakra.lua

This commit is contained in:
huffin 2016-12-01 07:01:15 -06:00 committed by GitHub
parent 8db8f597d7
commit e75f1524e8

View file

@ -0,0 +1,9 @@
function event_spawn(e)
eq.set_timer("depop", 2220 * 1000);
end
function event_timer(e)
if(e.timer=="depop") then
eq.depop();
end
end