Skip to content

Commit

Permalink
Merge pull request #6578 from SlashingTangents/Cargo_Crab_ColinPH_Fix
Browse files Browse the repository at this point in the history
[lua] Cargo Crab Colin - PH Fix
  • Loading branch information
zach2good authored Dec 23, 2024
2 parents 71887f9 + e3927bc commit 4ef2583
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/zones/Korroloka_Tunnel/mobs/Clipper.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ local entity = {}

local colinPHTable =
{
[ID.mob.CARGO_CRAB_COLIN + 22] = ID.mob.CARGO_CRAB_COLIN, -- -30.384 1.000 -33.277
[ID.mob.CARGO_CRAB_COLIN + 115] = ID.mob.CARGO_CRAB_COLIN, -- -85.000 -0.500 -37.000
[ID.mob.CARGO_CRAB_COLIN + 22] = ID.mob.CARGO_CRAB_COLIN, -- -30.384 1.000 -33.277
[ID.mob.CARGO_CRAB_COLIN + 24] = ID.mob.CARGO_CRAB_COLIN, -- -95.359 1.000 -34.375
}

entity.onMobDeath = function(mob, player, optParams)
Expand Down

0 comments on commit 4ef2583

Please sign in to comment.