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

Commit

Permalink
My Bad (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
fryguy503 authored Jan 31, 2025
1 parent a4c219f commit daf0d86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jaggedpine/encounters/jpfwar.lua
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ function WarTimer(e)
end
elseif gnollcount == 37 then
gnoll33 = GnollSpawnLocation(spn);
assassin3 = eq.spawn2(,0,0,1794,1042,-12,0);
assassin3 = eq.spawn2(assassin_id,0,0,1794,1042,-12,0);
if gnoll32 ~= nil and eq.get_entity_list():IsMobSpawnedByEntityID(gnoll32:GetID()) then
gnoll32:CastToNPC():MoveTo(1892,1053,-10,0,true);
end
Expand All @@ -324,7 +324,7 @@ function WarTimer(e)
end
elseif gnollcount == 38 then
gnoll34 = GnollSpawnLocation(spn);
assassin4 = eq.spawn2(,0,0,2031,1148,-12,0);
assassin4 = eq.spawn2(assassin_id,0,0,2031,1148,-12,0);
if gnoll33 ~= nil and eq.get_entity_list():IsMobSpawnedByEntityID(gnoll33:GetID()) then
gnoll33:CastToNPC():MoveTo(2059,1055,-11,0,true);
end
Expand Down

0 comments on commit daf0d86

Please sign in to comment.