Fixed a mistake with dispbottom in hunting_missions.txt

This commit is contained in:
Atemo 2016-06-18 17:15:25 +02:00
parent dfd9bdef63
commit 14d93ff996

View File

@ -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;
}
}