From f67767f28eecc6c68e6dfeffeb80003a81227d94 Mon Sep 17 00:00:00 2001 From: Kinglykrab <89047260+Kinglykrab@users.noreply.github.com> Date: Sun, 20 Nov 2022 09:59:59 -0500 Subject: [PATCH] [Cleanup] Extra Space in NPC::AISpellsList(). (#2555) --- zone/mob_ai.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/mob_ai.cpp b/zone/mob_ai.cpp index af9a97204..9101cb04f 100644 --- a/zone/mob_ai.cpp +++ b/zone/mob_ai.cpp @@ -2916,7 +2916,7 @@ void NPC::AISpellsList(Client *c) c->Message( Chat::White, fmt::format( - "Spell {} | Resist Adjust : {}", + "Spell {} | Resist Adjust: {}", spell_slot, ai_spell.resist_adjust ).c_str()