diff options
author | gumi <git@gumi.ca> | 2018-01-29 14:53:51 -0500 |
---|---|---|
committer | gumi <git@gumi.ca> | 2018-01-29 14:53:51 -0500 |
commit | c7191a2781b8df6c0bfcb786e02ee760e66d246c (patch) | |
tree | 477e403324df631d3224bbeb81c5826a6ba43c84 /world/map/npc/magic/level1-summon-maggots.txt | |
parent | 532363909f291f7e7aa102c34a82615aec92cf8f (diff) | |
download | serverdata-c7191a2781b8df6c0bfcb786e02ee760e66d246c.tar.gz serverdata-c7191a2781b8df6c0bfcb786e02ee760e66d246c.tar.bz2 serverdata-c7191a2781b8df6c0bfcb786e02ee760e66d246c.tar.xz serverdata-c7191a2781b8df6c0bfcb786e02ee760e66d246c.zip |
fix another crash
Diffstat (limited to 'world/map/npc/magic/level1-summon-maggots.txt')
-rw-r--r-- | world/map/npc/magic/level1-summon-maggots.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/world/map/npc/magic/level1-summon-maggots.txt b/world/map/npc/magic/level1-summon-maggots.txt index 28e99a87..89811abf 100644 --- a/world/map/npc/magic/level1-summon-maggots.txt +++ b/world/map/npc/magic/level1-summon-maggots.txt @@ -27,6 +27,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; |