Skip to content

Commit

Permalink
Fixed a mistake with dispbottom in hunting_missions.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Atemo committed Jun 18, 2016
1 parent dfd9bde commit 14d93ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npc/custom/quests/hunting_missions.txt
Expand Up @@ -298,7 +298,7 @@ OnNPCKillEvent:
if (strmobinfo(1,.@mob) == strmobinfo(1,.@my_mob_id)) {
if (.@my_count < .@Mission_Count) {
setd "Mission"+.@j+"_", (.@my_count+1), $@partymembercid[.@i];
dispbottom "[Hunting Mission] Killed " + (.@my_count+1) + " of " + .@Mission_Count + " " + strmobinfo(1,.@mob) + ".";
dispbottom "[Hunting Mission] Killed " + (.@my_count+1) + " of " + .@Mission_Count + " " + strmobinfo(1,.@mob) + ".", 0x777777, $@partymembercid[.@i];
break;
}
}
Expand Down

0 comments on commit 14d93ff

Please sign in to comment.