diff options
Diffstat (limited to 'npc/042-11/boss.txt')
-rw-r--r-- | npc/042-11/boss.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/042-11/boss.txt b/npc/042-11/boss.txt index 5457d6804..5cc3b6578 100644 --- a/npc/042-11/boss.txt +++ b/npc/042-11/boss.txt @@ -161,6 +161,7 @@ OnKillBoss: // Player Reward for completing this stage getitem GuildCoin, 10; getexp $KAMELOT_MX[.@g]*150, $KAMELOT_MX[.@g]*30; + specialeffect(FX_FANFARE, AREA, getcharid(3)); } else { explode(.@map$, .map$, "@"); .@g=atoi(.@map$[1]); |