From 5d9de352b2e261c3cb6d132d5447008610decb48 Mon Sep 17 00:00:00 2001 From: Elson Costa Date: Mon, 8 Apr 2024 11:20:19 -0300 Subject: [PATCH] resolving crash. --- src/server/network/protocol/protocolgame.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/network/protocol/protocolgame.cpp b/src/server/network/protocol/protocolgame.cpp index 6a15d5f81f4..6dbb9d3019e 100644 --- a/src/server/network/protocol/protocolgame.cpp +++ b/src/server/network/protocol/protocolgame.cpp @@ -7219,7 +7219,7 @@ void ProtocolGame::AddCreature(NetworkMessage &msg, std::shared_ptr cr } } else { static Outfit_t outfit; - AddOutfit(msg, outfit, false); + AddOutfit(msg, outfit); } LightInfo lightInfo = creature->getCreatureLight();