From c7191a2781b8df6c0bfcb786e02ee760e66d246c Mon Sep 17 00:00:00 2001 From: gumi Date: Mon, 29 Jan 2018 14:53:51 -0500 Subject: fix another crash --- world/map/npc/magic/level2-summon-wickedmushroom.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'world/map/npc/magic/level2-summon-wickedmushroom.txt') diff --git a/world/map/npc/magic/level2-summon-wickedmushroom.txt b/world/map/npc/magic/level2-summon-wickedmushroom.txt index 3b8b9cfc..280303a4 100644 --- a/world/map/npc/magic/level2-summon-wickedmushroom.txt +++ b/world/map/npc/magic/level2-summon-wickedmushroom.txt @@ -29,6 +29,7 @@ OnCast: end; OnSummon: + if (!isloggedin(.master)) destroy; if(get(Hp, .master) < 1) destroy; // destroy if master is missing if(getmap(.master) != strnpcinfo(3)) destroy; // destroy if master left the map specialeffect FX_PENTAGRAM_BURST; -- cgit v1.2.3-60-g2f50