From 03a42543976a9b2483544bf46e080015d66a5c8a Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sat, 23 May 2020 22:34:32 -0500 Subject: [PATCH] Post merge fix [skip ci] --- world/client.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/world/client.h b/world/client.h index 379272b86..d05655d82 100644 --- a/world/client.h +++ b/world/client.h @@ -1,5 +1,5 @@ -/* EQEMu: Everquest Server Emulator - Copyright (C) 2001-2002 EQEMu Development Team (http://eqemu.org) +/* EQ::: Everquest Server Emulator + Copyright (C) 2001-2002 EQ:: Development Team (http://EQ::.org) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -75,7 +75,7 @@ public: bool StoreCharacter( uint32 account_id, PlayerProfile_Struct *p_player_profile_struct, - EQEmu::InventoryProfile *p_inventory_profile + EQ::::InventoryProfile *p_inventory_profile ); private: