mirror of
https://github.com/ProjectEQ/projecteqquests
synced 2026-08-12 00:26:10 -04:00
7 lines
220 B
Lua
7 lines
220 B
Lua
-- npc id: 294626 (Ikkinz, Chambers of Twin Struggles group trial 2 named)
|
|
function event_death_complete(e)
|
|
local dz = eq.get_expedition()
|
|
if dz.valid then
|
|
dz:AddReplayLockoutDuration(eq.seconds("7h"))
|
|
end
|
|
end
|