mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-25 02:08:23 +00:00
[Cleanup] Extra Space in NPC::AISpellsList(). (#2555)
This commit is contained in:
+1
-1
@@ -2916,7 +2916,7 @@ void NPC::AISpellsList(Client *c)
|
|||||||
c->Message(
|
c->Message(
|
||||||
Chat::White,
|
Chat::White,
|
||||||
fmt::format(
|
fmt::format(
|
||||||
"Spell {} | Resist Adjust : {}",
|
"Spell {} | Resist Adjust: {}",
|
||||||
spell_slot,
|
spell_slot,
|
||||||
ai_spell.resist_adjust
|
ai_spell.resist_adjust
|
||||||
).c_str()
|
).c_str()
|
||||||
|
|||||||
Reference in New Issue
Block a user