From 76812e20511c1e940d50c7c22fb208742084868f Mon Sep 17 00:00:00 2001 From: Neckkola Date: Thu, 25 Mar 2021 21:10:45 -0300 Subject: [PATCH] Fix for GENERIC_9_STRINGS --- zone/client.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zone/client.cpp b/zone/client.cpp index 96e18dcd9..8ad656506 100644 --- a/zone/client.cpp +++ b/zone/client.cpp @@ -3163,7 +3163,7 @@ void Client::MessageString(uint32 type, uint32 string_id, const char* message1, int i = 0, argcount = 0, length = 0; char *bufptr = nullptr; - const char *message_arg[9] = {0}; + const char *message_arg[10] = {0}; if(type==Chat::Emote) type=4; @@ -3299,7 +3299,7 @@ void Client::FilteredMessageString(Mob *sender, uint32 type, eqFilterType filter int i = 0, argcount = 0, length = 0; char *bufptr = nullptr; - const char *message_arg[9] = {0}; + const char *message_arg[10] = {0}; if (type == Chat::Emote) type = 4;