We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7370ed commit 18f0c16Copy full SHA for 18f0c16
ElunaMgr.h
@@ -20,8 +20,8 @@ struct ElunaInfo
20
~ElunaInfo();
21
22
public:
23
- static constexpr uint32 MakeKey(uint32 mapId, uint32 instanceId);
24
- static constexpr uint32 MakeGlobalKey(uint32 instanceId);
+ static constexpr uint64 MakeKey(uint32 mapId, uint32 instanceId);
+ static constexpr uint64 MakeGlobalKey(uint32 instanceId);
25
26
bool IsValid() const;
27
bool IsGlobal() const;
0 commit comments