Skip to content

Commit

Permalink
Try to fix linux build.
Browse files Browse the repository at this point in the history
  • Loading branch information
ratkosrb committed Jan 13, 2025
1 parent 94f0523 commit f5f4f6d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/game/ObjectMgr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@ void IdGenerator<T>::SetMaxUsedGuid(T val, char const* guidType)
template uint32 IdGenerator<uint32>::Generate();
template uint64 IdGenerator<uint64>::Generate();

template void IdGenerator<uint32>::SetMaxUsedGuid(uint32, char const*);
template void IdGenerator<uint64>::SetMaxUsedGuid(uint64, char const*);

ObjectMgr::ObjectMgr() :
m_GuildIds("Guild ids"),
m_MailIds("Mail ids"),
Expand Down

0 comments on commit f5f4f6d

Please sign in to comment.