mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-21 22:41:29 +00:00
Merge branch 'master' of https://github.com/EQEmu/Server
This commit is contained in:
commit
f909e76260
@ -5,6 +5,7 @@ Secrets: Identified OP_GuildPromote for RoF clients.
|
|||||||
Secrets: Fixed promotion, demotion, transferring a leader and displaying of client ranks in the Rain of Fear client. The rain of fear client, as such, will only have 3 ranks like the other clients, but supports a theoretical 8 ranks later.
|
Secrets: Fixed promotion, demotion, transferring a leader and displaying of client ranks in the Rain of Fear client. The rain of fear client, as such, will only have 3 ranks like the other clients, but supports a theoretical 8 ranks later.
|
||||||
Secrets/Akkadius: Fixed an issue involving character name lookup in the new DB code.
|
Secrets/Akkadius: Fixed an issue involving character name lookup in the new DB code.
|
||||||
demonstar55: crash fix checking DivineAura in hate_list.cpp
|
demonstar55: crash fix checking DivineAura in hate_list.cpp
|
||||||
|
Uleat: Changed #loc to report the same precision as /loc for Cartesians
|
||||||
|
|
||||||
== 08/31/2014 ==
|
== 08/31/2014 ==
|
||||||
KLS: Fixed a bug in fishing in S3D zones
|
KLS: Fixed a bug in fishing in S3D zones
|
||||||
|
|||||||
@ -4692,7 +4692,7 @@ void command_loc(Client *c, const Seperator *sep)
|
|||||||
{
|
{
|
||||||
Mob *t=c->GetTarget()?c->GetTarget():c->CastToMob();
|
Mob *t=c->GetTarget()?c->GetTarget():c->CastToMob();
|
||||||
|
|
||||||
c->Message(0, "%s's Location (XYZ): %1.1f, %1.1f, %1.1f; heading=%1.1f", t->GetName(), t->GetX(), t->GetY(), t->GetZ(), t->GetHeading());
|
c->Message(0, "%s's Location (XYZ): %1.2f, %1.2f, %1.2f; heading=%1.1f", t->GetName(), t->GetX(), t->GetY(), t->GetZ(), t->GetHeading());
|
||||||
}
|
}
|
||||||
|
|
||||||
void command_goto(Client *c, const Seperator *sep)
|
void command_goto(Client *c, const Seperator *sep)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user