mirror of
https://github.com/EQEmu/Server.git
synced 2026-04-07 21:32:26 +00:00
Fix error with /setstartcity
This commit is contained in:
parent
f431e820ef
commit
aeff31ba7a
@ -11964,7 +11964,7 @@ void Client::Handle_OP_SetStartCity(const EQApplicationPacket *app)
|
|||||||
if (!results.Success())
|
if (!results.Success())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
Message(15, "Use \"/startcity #\" to choose a home city from the following list:");
|
Message(15, "Use \"/setstartcity #\" to choose a home city from the following list:");
|
||||||
|
|
||||||
for (auto row = results.begin(); row != results.end(); ++row) {
|
for (auto row = results.begin(); row != results.end(); ++row) {
|
||||||
if (atoi(row[1]) != 0)
|
if (atoi(row[1]) != 0)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user