mirror of
https://github.com/EQEmu/Server.git
synced 2026-08-30 22:06:46 +00:00
[Commands] Add #npcedit set_grid [Grid ID] to #npcedit (#4004)
* [Commands] Add #npcedit grid_id to #npcedit # Notes - Adds `#npcedit grid_id [Grid ID]` to `#npcedit`. * set_grid
This commit is contained in:
@@ -6,7 +6,7 @@ void command_petitems(Client *c, const Seperator *sep)
|
||||
c->Message(Chat::White, "You must have a pet to use this command.");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
auto pet = c->GetPet()->CastToNPC();
|
||||
auto loot_list = pet->GetLootList();
|
||||
if (!loot_list.empty()) {
|
||||
|
||||
Reference in New Issue
Block a user