mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-16 02:20:27 +00:00
chore(Core/Misc): Change all TODO to doxygen comment (#14966)
This commit is contained in:
@@ -159,7 +159,7 @@ public:
|
||||
return true;
|
||||
}
|
||||
|
||||
// TODO - move item to other slot
|
||||
/// @todo - move item to other slot
|
||||
static bool HandleItemMoveCommand(ChatHandler* handler, uint8 srcSlot, uint8 dstSlot)
|
||||
{
|
||||
if (srcSlot == dstSlot)
|
||||
|
||||
Reference in New Issue
Block a user