mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-05 11:26:35 +00:00
[Commands] Add #petitems Command. (#1823)
- Add #petitems command to show a person's pet items if they have access to the command. - Adds a default false parameter to QueryLoot for NPCs that keeps messages and logic from being ran on pets for no reason. - Cleaned up message a bit for loot and stuff. - Remove check for loottable ID when using #npcstats for NPCs that get items from a script or otherwise.
This commit is contained in:
@@ -440,6 +440,7 @@ SET(gm_commands
|
||||
gm_commands/permaclass.cpp
|
||||
gm_commands/permagender.cpp
|
||||
gm_commands/permarace.cpp
|
||||
gm_commands/petitems.cpp
|
||||
gm_commands/petitioninfo.cpp
|
||||
gm_commands/petname.cpp
|
||||
gm_commands/pf.cpp
|
||||
|
||||
Reference in New Issue
Block a user