mirror of
https://github.com/brighton-chi/mod-aoe-loot.git
synced 2026-02-07 20:51:10 +00:00
Update aoe_loot.cpp
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
#include "World.h"
|
#include "World.h"
|
||||||
#include "LootMgr.h"
|
#include "LootMgr.h"
|
||||||
#include "ServerScript.h"
|
#include "ServerScript.h"
|
||||||
#include "WorldSession.h" // Include for HandleAutostoreLootItemOpcode
|
#include "WorldSession.h"
|
||||||
#include "WorldPacket.h"
|
#include "WorldPacket.h"
|
||||||
#include "Player.h"
|
#include "Player.h"
|
||||||
#include "Chat.h"
|
#include "Chat.h"
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
#include "Config.h"
|
#include "Config.h"
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
#include "Map.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;
|
using namespace Acore::ChatCommands;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user