Przeglądaj źródła

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

Emagi 1 rok temu
rodzic
commit
0af4a538c7
1 zmienionych plików z 0 dodań i 1 usunięć
  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("");
 }