summaryrefslogtreecommitdiff
path: root/npc/015-6/boss.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/015-6/boss.txt')
-rw-r--r--npc/015-6/boss.txt7
1 files changed, 1 insertions, 6 deletions
diff --git a/npc/015-6/boss.txt b/npc/015-6/boss.txt
index 0fe8ee6b9..845bc72ba 100644
--- a/npc/015-6/boss.txt
+++ b/npc/015-6/boss.txt
@@ -19,12 +19,7 @@ OnInit:
OnBossDeath:
initnpctimer;
- .@party=getcharid(1);
- if (.@party > 0) {
- mapannounce "015-6", "Terranite King defeated by Party: " + getpartyname(.@party), bc_all;
- } else {
- mapannounce "015-6", "Terranite King defeated by: " + strcharinfo(0), bc_all;
- }
+ announce_bosskill(getmap(), TerraniteKing);
fix_mobkill(TerraniteKing);
end;