mirror of
https://github.com/brighton-chi/mod-aoe-loot.git
synced 2026-01-13 00:58:34 +00:00
Update aoe_loot.cpp
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include "World.h"
|
||||
#include "LootMgr.h"
|
||||
#include "ServerScript.h"
|
||||
#include "WorldSession.h" // Include for HandleAutostoreLootItemOpcode
|
||||
#include "WorldSession.h"
|
||||
#include "WorldPacket.h"
|
||||
#include "Player.h"
|
||||
#include "Chat.h"
|
||||
@@ -14,7 +14,7 @@
|
||||
#include "Config.h"
|
||||
#include "Log.h"
|
||||
#include "Map.h"
|
||||
#include <fmt/format.h> // Make sure to include this if you're using fmt::format
|
||||
#include <fmt/format.h>
|
||||
|
||||
using namespace Acore::ChatCommands;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user