|
@@ -6237,12 +6237,12 @@ void Client::DisplayQuestComplete(Quest* quest, bool tempReward, std::string cus
|
|
|
if (packet) {
|
|
|
packet->setDataByName("title", "Quest Reward!");
|
|
|
packet->setDataByName("name", quest->GetName());
|
|
|
- if(customDescription.size() > 0)
|
|
|
+ if(tempReward)
|
|
|
{
|
|
|
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());
|