diff options
Diffstat (limited to 'npc/015-1/boss.txt')
-rw-r--r-- | npc/015-1/boss.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/npc/015-1/boss.txt b/npc/015-1/boss.txt index 1591e05f5..943e1a8e9 100644 --- a/npc/015-1/boss.txt +++ b/npc/015-1/boss.txt @@ -16,12 +16,7 @@ OnInit: OnBossDeath: initnpctimer; - .@party=getcharid(1); - if (.@party > 0) { - mapannounce getmap(), "Boss deafeated by Party: " + getpartyname(.@party), bc_all; - } else { - mapannounce getmap(), "Boss deafeated by: " + strcharinfo(0), bc_all; - } + announce_bosskill(getmap(), SpiderQueen); fix_mobkill(SpiderQueen); end; |