From 8838ca9b2b7d2d87e9204aaf11fc8b4404b6e942 Mon Sep 17 00:00:00 2001 From: Emagi Date: Sun, 27 Jul 2025 17:39:28 -0400 Subject: [PATCH] Don't send message to players when we can't update shop window --- source/WorldServer/client.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/source/WorldServer/client.cpp b/source/WorldServer/client.cpp index 2029683..ba94b3e 100644 --- a/source/WorldServer/client.cpp +++ b/source/WorldServer/client.cpp @@ -12577,7 +12577,6 @@ void Client::SetItemSaleStatus(int64 unique_id, bool status) { void Client::OpenShopWindow(Spawn* interaction, bool sendAlways, int8 saleLogOnly) { if (GetCurrentZone()->GetInstanceType() == PERSONAL_HOUSE_INSTANCE && !HasOwnerOrEditAccess()) { - SimpleMessage(CHANNEL_COLOR_RED, "This is not your home!"); return; }