diff options
Diffstat (limited to 'npc/031-0/boss.txt')
-rw-r--r-- | npc/031-0/boss.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/031-0/boss.txt b/npc/031-0/boss.txt index efd24256b..003d22b49 100644 --- a/npc/031-0/boss.txt +++ b/npc/031-0/boss.txt @@ -2,7 +2,7 @@ // Author: // Jesusalva // Description: -// Spider Queen Boss +// Tengu Boss 031-0,0,0,0 script #BossCtrl_031-0 NPC_HIDDEN,{ end; @@ -19,9 +19,9 @@ OnBossDeath: initnpctimer; .@party=getcharid(1); if (.@party > 0) { - mapannounce getmap(), "Boss deafeated by Party: " + getpartyname(.@party), bc_all; + mapannounce getmap(), "Tengu defeated by Party: " + getpartyname(.@party), bc_all; } else { - mapannounce getmap(), "Boss deafeated by: " + strcharinfo(0), bc_all; + mapannounce getmap(), "Tengu defeated by: " + strcharinfo(0), bc_all; } getexp 0, 1000+BaseLevel*8+JobLevel; fix_mobkill(Tengu); |