Преглед изворни кода

Fixed a mistake with dispbottom in hunting_missions.txt

Atemo пре 9 година
родитељ
комит
14d93ff996
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      npc/custom/quests/hunting_missions.txt

+ 1 - 1
npc/custom/quests/hunting_missions.txt

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