diff options
Diffstat (limited to 'npc/010-1-1')
-rw-r--r-- | npc/010-1-1/boss.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/010-1-1/boss.txt b/npc/010-1-1/boss.txt index 3ee49d753..3e9449f6d 100644 --- a/npc/010-1-1/boss.txt +++ b/npc/010-1-1/boss.txt @@ -22,9 +22,9 @@ OnBossDeath: initnpctimer; .@party=getcharid(1); if (.@party > 0) { - mapannounce getmap(), "Boss deafeated by Party: " + getpartyname(.@party), bc_all; + mapannounce getmap(), "Giant Cave Maggot defeated by Party: " + getpartyname(.@party), bc_all; } else { - mapannounce getmap(), "Boss deafeated by: " + strcharinfo(0), bc_all; + mapannounce getmap(), "Giant Cave Maggot defeated by: " + strcharinfo(0), bc_all; } fix_mobkill(GiantCaveMaggot); end; |