diff options
Diffstat (limited to 'npc/031-0/boss.txt')
-rw-r--r-- | npc/031-0/boss.txt | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/npc/031-0/boss.txt b/npc/031-0/boss.txt index 003d22b49..8ef2b1fa7 100644 --- a/npc/031-0/boss.txt +++ b/npc/031-0/boss.txt @@ -18,11 +18,7 @@ OnInit: OnBossDeath: initnpctimer; .@party=getcharid(1); - if (.@party > 0) { - mapannounce getmap(), "Tengu defeated by Party: " + getpartyname(.@party), bc_all; - } else { - mapannounce getmap(), "Tengu defeated by: " + strcharinfo(0), bc_all; - } + announce_bosskill(getmap(), Tengu); getexp 0, 1000+BaseLevel*8+JobLevel; fix_mobkill(Tengu); end; |