diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-18 19:54:28 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-18 19:54:28 -0300 |
commit | e7359a605e9b63aada134f635c5e81d49bd6313a (patch) | |
tree | 3571c5e835954fef965998c5da00f8b8735ef84b /npc/015-6 | |
parent | 71c64da6c57087c2bb244966b07024594fc53f03 (diff) | |
download | serverdata-e7359a605e9b63aada134f635c5e81d49bd6313a.tar.gz serverdata-e7359a605e9b63aada134f635c5e81d49bd6313a.tar.bz2 serverdata-e7359a605e9b63aada134f635c5e81d49bd6313a.tar.xz serverdata-e7359a605e9b63aada134f635c5e81d49bd6313a.zip |
Eldrin, the flip side of Kreist.
Getting the [Bounty Hunter Helmet] is now 50% easier! ...Sort of.
Diffstat (limited to 'npc/015-6')
-rw-r--r-- | npc/015-6/boss.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/015-6/boss.txt b/npc/015-6/boss.txt index 8345351a4..d8434968c 100644 --- a/npc/015-6/boss.txt +++ b/npc/015-6/boss.txt @@ -25,6 +25,7 @@ OnBossDeath: } else { mapannounce "015-6", "Boss deafeated by: " + strcharinfo(0), bc_all; } + fix_mobkill(TerraniteKing); end; } |