Browse Source

fix accidental override of completed description when constructing quest pointer for player

Emagi 1 year ago
parent
commit
0af4a538c7
1 changed files with 0 additions and 1 deletions
  1. 0 1
      EQ2/source/WorldServer/Quests.cpp

+ 0 - 1
EQ2/source/WorldServer/Quests.cpp

@@ -388,7 +388,6 @@ Quest::Quest(Quest* old_quest){
 	quest_state_temporary = false;
 	tmp_reward_status = 0;
 	tmp_reward_coins = 0;
-	completed_description = string("");
 	quest_temporary_description = string("");
 }