From 975955324975f016a9315601f7521895842fe70f Mon Sep 17 00:00:00 2001 From: TerraByte Date: Sun, 6 Apr 2025 23:03:45 -0500 Subject: [PATCH] Update aoe_loot.cpp --- mod-aoe-loot/src/aoe_loot.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod-aoe-loot/src/aoe_loot.cpp b/mod-aoe-loot/src/aoe_loot.cpp index aecd69d..d7dcce7 100644 --- a/mod-aoe-loot/src/aoe_loot.cpp +++ b/mod-aoe-loot/src/aoe_loot.cpp @@ -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 // Make sure to include this if you're using fmt::format +#include using namespace Acore::ChatCommands;