Changed: Minor changes
This commit is contained in:
parent
7ecc271b58
commit
319fad1555
1 changed files with 0 additions and 3 deletions
|
@ -1009,7 +1009,6 @@ NLMISC_COMMAND(getTarget, "get target of player", "<uid>")
|
|||
//----------------------------------------------------------------------------
|
||||
NLMISC_COMMAND(getMoney, "get money of player", "<uid>")
|
||||
{
|
||||
|
||||
GET_ACTIVE_CHARACTER
|
||||
|
||||
string value = toString("%"NL_I64"u", c->getMoney());
|
||||
|
@ -1023,7 +1022,6 @@ NLMISC_COMMAND(getMoney, "get money of player", "<uid>")
|
|||
//----------------------------------------------------------------------------
|
||||
NLMISC_COMMAND(getPvpPoints, "get pvp points of player", "<uid>")
|
||||
{
|
||||
|
||||
GET_ACTIVE_CHARACTER
|
||||
|
||||
string value = toString("%u", c->getPvpPoint());
|
||||
|
@ -1036,7 +1034,6 @@ NLMISC_COMMAND(getPvpPoints, "get pvp points of player", "<uid>")
|
|||
//----------------------------------------------------------------------------
|
||||
NLMISC_COMMAND(getCivCultOrg, "get civ cult and organization of player", "<uid>")
|
||||
{
|
||||
|
||||
GET_ACTIVE_CHARACTER
|
||||
|
||||
std::pair<PVP_CLAN::TPVPClan, PVP_CLAN::TPVPClan> allegiance = c->getAllegiance();
|
||||
|
|
Loading…
Reference in a new issue