mirror of
https://github.com/EQEmu/Server.git
synced 2026-03-30 17:42:27 +00:00
And another
This commit is contained in:
parent
a8db4532d0
commit
3efc925264
@ -4347,6 +4347,7 @@ void command_iteminfo(Client *c, const Seperator *sep)
|
|||||||
if (!item) {
|
if (!item) {
|
||||||
Log.Out(Logs::General, Logs::Inventory, "(%s) Command #iteminfo processed an item with no data pointer");
|
Log.Out(Logs::General, Logs::Inventory, "(%s) Command #iteminfo processed an item with no data pointer");
|
||||||
c->Message(13, "Error: This item has no data reference");
|
c->Message(13, "Error: This item has no data reference");
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
EQEmu::SayLinkEngine linker;
|
EQEmu::SayLinkEngine linker;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user