summaryrefslogtreecommitdiff
path: root/npc/018-5-3
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-06-09 11:33:50 -0300
committerJesusaves <cpntb1@ymail.com>2019-06-09 11:33:50 -0300
commit43ff326623144dc74d04c1d0dc6deebdafc5af7d (patch)
treecbc471c30770aeeb8f310db98c07f9b8ae8c3968 /npc/018-5-3
parent2593113bb29838985dc3895b21b860d6a3c347b6 (diff)
downloadserverdata-43ff326623144dc74d04c1d0dc6deebdafc5af7d.tar.gz
serverdata-43ff326623144dc74d04c1d0dc6deebdafc5af7d.tar.bz2
serverdata-43ff326623144dc74d04c1d0dc6deebdafc5af7d.tar.xz
serverdata-43ff326623144dc74d04c1d0dc6deebdafc5af7d.zip
Fix several scripted mob death with fix_mobkill(Pinkie)
Diffstat (limited to 'npc/018-5-3')
-rw-r--r--npc/018-5-3/shaabty.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/npc/018-5-3/shaabty.txt b/npc/018-5-3/shaabty.txt
index f35db6fc9..3defb5de2 100644
--- a/npc/018-5-3/shaabty.txt
+++ b/npc/018-5-3/shaabty.txt
@@ -141,8 +141,7 @@ OnKillSnake:
if (! (.@q2+1) % 10)
dispbottom l("@@ @@ killed.", .@q2+1, getmonsterlink(MountainSnake));
}
- killedrid=MountainSnake;
- doevent "#mobptsys::OnNPCKillEvent";
+ fix_mobkill(MountainSnake);
end;
OnInit: