mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-29 00:41:38 +02:00
Creature banks are now functional, however there are some glitches listed on our board.
This commit is contained in:
@ -265,7 +265,7 @@ DLL_EXPORT std::string MetaString::buildList () const
|
||||
{
|
||||
if (i > 0 && message[i] == TEXACT_STRING || message[i] == TLOCAL_STRING)
|
||||
{
|
||||
if (i == message.size())
|
||||
if (i == message.size() - 1)
|
||||
lista += " and ";
|
||||
else
|
||||
lista += ", ";
|
||||
|
Reference in New Issue
Block a user