فهرست منبع

Quest reward was not using completed description

Emagi 1 سال پیش
والد
کامیت
371b1ce86a
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      EQ2/source/WorldServer/client.cpp

+ 1 - 1
EQ2/source/WorldServer/client.cpp

@@ -6242,7 +6242,7 @@ void Client::DisplayQuestComplete(Quest* quest, bool tempReward, std::string cus
 			packet->setDataByName("description", customDescription.c_str());
 		}
 		else
-			packet->setDataByName("description", quest->GetDescription());
+			packet->setDataByName("description", quest->GetCompletedDescription());
 		
 		packet->setDataByName("level", quest->GetLevel());
 		packet->setDataByName("encounter_level", quest->GetEncounterLevel());