Document charcurse_list, fix /charcurse
This commit is contained in:
parent
5d1094c12d
commit
fcce8d9699
@ -272,6 +272,9 @@ class AOClient : public QObject {
|
||||
*/
|
||||
QTimer* afk_timer;
|
||||
|
||||
/**
|
||||
* @brief The list of char IDs a charcursed player is allowed to switch to.
|
||||
*/
|
||||
QList<int> charcurse_list;
|
||||
|
||||
/**
|
||||
|
@ -335,7 +335,7 @@ void AOClient::cmdCharCurse(int argc, QStringList argv)
|
||||
}
|
||||
|
||||
if (argc == 1) {
|
||||
target->charcurse_list.append(server->getCharID(current_char));
|
||||
target->charcurse_list.append(server->getCharID(target->current_char));
|
||||
}
|
||||
else {
|
||||
argv.removeFirst();
|
||||
|
Loading…
Reference in New Issue
Block a user