mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-03 17:46:36 +00:00
[Commands] Remove #equipitem Command (#3040)
* [Commands] Remove #equipitem Command # Notes - This command causes issues with cursor and inventory slot desynchronizations and seems to largely be unused/unnecessary. * Remove from command files.
This commit is contained in:
@@ -82,7 +82,6 @@ void command_emoteview(Client *c, const Seperator *sep);
|
||||
void command_emptyinventory(Client *c, const Seperator *sep);
|
||||
void command_enablerecipe(Client *c, const Seperator *sep);
|
||||
void command_endurance(Client *c, const Seperator *sep);
|
||||
void command_equipitem(Client *c, const Seperator *sep);
|
||||
void command_exptoggle(Client *c, const Seperator *sep);
|
||||
void command_faction(Client *c, const Seperator *sep);
|
||||
void command_faction_association(Client *c, const Seperator *sep);
|
||||
|
||||
Reference in New Issue
Block a user