mirror of
https://github.com/EQEmu/Server.git
synced 2026-02-27 11:22:26 +00:00
I accidentally the whole Uleat
This commit is contained in:
parent
51b6db977f
commit
d33b320436
@ -2775,7 +2775,7 @@ void command_nukeitem(Client *c, const Seperator *sep)
|
|||||||
|
|
||||||
void command_peekinv(Client *c, const Seperator *sep)
|
void command_peekinv(Client *c, const Seperator *sep)
|
||||||
{
|
{
|
||||||
static enum {
|
enum {
|
||||||
peekWorn = 0x01,
|
peekWorn = 0x01,
|
||||||
peekInv = 0x02,
|
peekInv = 0x02,
|
||||||
peekCursor = 0x04,
|
peekCursor = 0x04,
|
||||||
@ -2783,7 +2783,7 @@ void command_peekinv(Client *c, const Seperator *sep)
|
|||||||
peekBank = 0x10,
|
peekBank = 0x10,
|
||||||
peekTrade = 0x20,
|
peekTrade = 0x20,
|
||||||
peekWorld = 0x40
|
peekWorld = 0x40
|
||||||
};
|
} ;
|
||||||
|
|
||||||
if (!c->GetTarget() || !c->GetTarget()->IsClient()) {
|
if (!c->GetTarget() || !c->GetTarget()->IsClient()) {
|
||||||
c->Message(0, "You must have a PC target selected for this command");
|
c->Message(0, "You must have a PC target selected for this command");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user