Skip to content

Commit

Permalink
Update CItem.cpp
Browse files Browse the repository at this point in the history
sphereTABLES.scp

[Spell 0]
NAME=of Magic

better way
  • Loading branch information
x-77-x authored Dec 24, 2023
1 parent fd5efb1 commit 5305ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GraySvr/CItem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1510,7 +1510,7 @@ TCHAR * CItem::GetNameFull( bool fIdentified ) const
{
if ( g_Serv.m_SpellDefs.IsValidIndex( m_itWeapon.m_spell ))
{
len += sprintf( pTemp+len, " of %s", g_Serv.m_SpellDefs[ m_itWeapon.m_spell ]->GetName());
len += sprintf( pTemp+len, "%s", g_Serv.m_SpellDefs[ m_itWeapon.m_spell ]->GetName());
}
if (m_itWeapon.m_charges)
{
Expand Down

0 comments on commit 5305ee2

Please sign in to comment.