Fixed warning

This commit is contained in:
Yehonal 2017-12-21 15:23:25 +01:00 committed by GitHub
parent 6d5d44c164
commit ce412ec7dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -175,7 +175,7 @@ class instance_steam_vault : public InstanceMapScript
OUT_SAVE_INST_DATA;
std::ostringstream stream;
stream << "S V " << m_auiEncounter[0] << ' ' << m_auiEncounter[1] << ' ' << m_auiEncounter[2] << ' ' << m_auiEncounter[3];
stream << "S V " << m_auiEncounter[0] << ' ' << m_auiEncounter[1] << ' ' << m_auiEncounter[2];
OUT_SAVE_INST_DATA_COMPLETE;
return stream.str();