We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cc4477 commit 92a786aCopy full SHA for 92a786a
ElunaMgr.cpp
@@ -57,7 +57,7 @@ void ElunaMgr::Destroy(ElunaInfo const& info)
57
58
ElunaInfoKey::ElunaInfoKey(uint32 mapId, uint32 instanceId)
59
{
60
- value = MakeKey(mapId, instanceId);
+ value = MakeKey(mapId, instanceId).value;
61
}
62
63
bool ElunaInfoKey::operator==(const ElunaInfoKey& other) const
0 commit comments