mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
5 lines
161 B
Lua
5 lines
161 B
Lua
function event_death_complete(e)
|
|
if not eq.get_entity_list():IsMobSpawnedByNpcTypeID(365246) then
|
|
eq.signal(365290,80); -- NPC: #Taskmaster_XVII
|
|
end
|
|
end
|