mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Minor changes
This commit is contained in:
parent
d5c0981911
commit
a4e158b0a6
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>")
|
NLMISC_COMMAND(getMoney, "get money of player", "<uid>")
|
||||||
{
|
{
|
||||||
|
|
||||||
GET_ACTIVE_CHARACTER
|
GET_ACTIVE_CHARACTER
|
||||||
|
|
||||||
string value = toString("%"NL_I64"u", c->getMoney());
|
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>")
|
NLMISC_COMMAND(getPvpPoints, "get pvp points of player", "<uid>")
|
||||||
{
|
{
|
||||||
|
|
||||||
GET_ACTIVE_CHARACTER
|
GET_ACTIVE_CHARACTER
|
||||||
|
|
||||||
string value = toString("%u", c->getPvpPoint());
|
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>")
|
NLMISC_COMMAND(getCivCultOrg, "get civ cult and organization of player", "<uid>")
|
||||||
{
|
{
|
||||||
|
|
||||||
GET_ACTIVE_CHARACTER
|
GET_ACTIVE_CHARACTER
|
||||||
|
|
||||||
std::pair<PVP_CLAN::TPVPClan, PVP_CLAN::TPVPClan> allegiance = c->getAllegiance();
|
std::pair<PVP_CLAN::TPVPClan, PVP_CLAN::TPVPClan> allegiance = c->getAllegiance();
|
||||||
|
|
Loading…
Reference in a new issue