Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
conan513 committed Dec 2, 2024
1 parent eba38bd commit 84b8563
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions modules/mod-auctionator/src/AuctionatorBidder.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include "AuctionatorBidder.h"
#include "Auctionator.h"
#include "ObjectMgr.h"
#include "QueryResult.h"
#include <random>


Expand Down
3 changes: 2 additions & 1 deletion modules/mod-auctionator/src/AuctionatorSeller.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "Item.h"
#include "DatabaseEnv.h"
#include "PreparedStatement.h"
#include "QueryResult.h"
#include <random>


Expand Down Expand Up @@ -206,4 +207,4 @@ uint32 AuctionatorSeller::GetRandomNumber(uint32 min, uint32 max)
std::mt19937 gen(rd());
std::uniform_int_distribution<> dis(min, max);
return dis(gen);
}
}
Binary file modified modules/mod-eluna/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified modules/mod-eluna/src/LuaEngine/docs/Eluna.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.

0 comments on commit 84b8563

Please sign in to comment.