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/031-0 | |
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/031-0')
-rw-r--r-- | npc/031-0/boss.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/031-0/boss.txt b/npc/031-0/boss.txt index 0dce5ffd8..efd24256b 100644 --- a/npc/031-0/boss.txt +++ b/npc/031-0/boss.txt @@ -24,6 +24,7 @@ OnBossDeath: mapannounce getmap(), "Boss deafeated by: " + strcharinfo(0), bc_all; } getexp 0, 1000+BaseLevel*8+JobLevel; + fix_mobkill(Tengu); end; } |