Update Jeplak_Lord_of_Srerendi.lua

This commit is contained in:
huffin 2021-01-27 11:39:07 -06:00 committed by GitHub
parent 7ee2334e15
commit 91bef260ea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,7 +52,7 @@ function activate(mob)
end
function trash_check() --iterate through related spawnpoints for both Jeplak camps
local spawn_table = {35744,35742,35783,35740,35739,35741,35737,35736,35771,35756,35755,35773,35772,35425,35753,35749,35750,35751,35748,35745,35747,35424,35752,35512,35505,35514,35513,35897,35507,35506,35509,35511,35508,35510};
local spawn_table = {35744,35742,35783,35740,35739,35741,35737,35736,35771,35756,35755,35773,35772,35425,35753,35749,35750,35751,35748,35745,35747,35424};
for _,spawns in pairs(spawn_table) do
local giant = eq.get_entity_list():GetNPCBySpawnID(spawns);