From 0e5b8314c1d24128db0ae26cf93af8bcfbe0a1c1 Mon Sep 17 00:00:00 2001 From: Uleat Date: Wed, 12 Dec 2018 00:04:11 +0000 Subject: [PATCH] Updated Perl Inventory Slot Identifiers (asciidoc) --- Perl-Inventory-Slot-Identifiers.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Perl-Inventory-Slot-Identifiers.asciidoc b/Perl-Inventory-Slot-Identifiers.asciidoc index 7f114c9..e4f1ca0 100644 --- a/Perl-Inventory-Slot-Identifiers.asciidoc +++ b/Perl-Inventory-Slot-Identifiers.asciidoc @@ -2,17 +2,17 @@ ``` quest::getinventoryslotid("cursor") ``` -#####returns current slotCursor definition (33) +`returns current slotCursor definition (33)` ``` quest::getinventoryslotid("general.begin") ``` -#####returns current general slot beginning definition (23) +`returns current general slot beginning definition (23)` ``` quest::getinventoryslotid("augsocket.end") ``` -#####returns current augment socket end definition (5) +`returns current augment socket end definition (5)` ### Identifier tokens