Urand fix

This commit is contained in:
Dustin Hendrickson
2025-10-18 14:36:06 -05:00
parent 4205db2b0f
commit ba34ee7908

View File

@@ -21,6 +21,10 @@
#include <string> #include <string>
#include "Player.h" #include "Player.h"
using namespace Acore::ChatCommands;
using ChatCommandTable = std::vector<Acore::ChatCommands::ChatCommandBuilder>;
// Forward declarations. // Forward declarations.
class Guild; class Guild;
static bool IsAlliancePlayerBot(Player* bot); static bool IsAlliancePlayerBot(Player* bot);