Skip to content
This repository was archived by the owner on Feb 5, 2025. It is now read-only.

Commit daf0d86

Browse files
authored
My Bad (#136)
1 parent a4c219f commit daf0d86

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jaggedpine/encounters/jpfwar.lua

+2-2
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ function WarTimer(e)
314314
end
315315
elseif gnollcount == 37 then
316316
gnoll33 = GnollSpawnLocation(spn);
317-
assassin3 = eq.spawn2(,0,0,1794,1042,-12,0);
317+
assassin3 = eq.spawn2(assassin_id,0,0,1794,1042,-12,0);
318318
if gnoll32 ~= nil and eq.get_entity_list():IsMobSpawnedByEntityID(gnoll32:GetID()) then
319319
gnoll32:CastToNPC():MoveTo(1892,1053,-10,0,true);
320320
end
@@ -324,7 +324,7 @@ function WarTimer(e)
324324
end
325325
elseif gnollcount == 38 then
326326
gnoll34 = GnollSpawnLocation(spn);
327-
assassin4 = eq.spawn2(,0,0,2031,1148,-12,0);
327+
assassin4 = eq.spawn2(assassin_id,0,0,2031,1148,-12,0);
328328
if gnoll33 ~= nil and eq.get_entity_list():IsMobSpawnedByEntityID(gnoll33:GetID()) then
329329
gnoll33:CastToNPC():MoveTo(2059,1055,-11,0,true);
330330
end

0 commit comments

Comments
 (0)