diff --git a/src/game/Item.cpp b/src/game/Item.cpp index b1a0d59b8..645ce8b65 100644 --- a/src/game/Item.cpp +++ b/src/game/Item.cpp @@ -502,7 +502,7 @@ bool Item::LoadFromDB(uint32 guidLow, Field* fields, ObjectGuid ownerGuid) std::ostringstream ss; for (uint16 i = 0; i < m_valuesCount; ++i) - ss << GetUInt32Value(i) << ""; + ss << GetUInt32Value(i) << " "; stmt.addString(ss); stmt.addUInt32(GetOwnerGuid().GetCounter()); diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 9fa047b34..faef1a138 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "11620" + #define REVISION_NR "11621" #endif // __REVISION_NR_H__