From c9bab971082b3dbd059391a699b9e7d3eb25835b Mon Sep 17 00:00:00 2001 From: AnnieRuru Date: Mon, 11 Mar 2019 05:00:47 +0800 Subject: Minor fix a typo in the documentation thanks to https://github.com/rathena/rathena/pull/3951#discussion_r263220245 --- doc/script_commands.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/script_commands.txt') diff --git a/doc/script_commands.txt b/doc/script_commands.txt index 5eee3a4e5..55f5a9fe7 100644 --- a/doc/script_commands.txt +++ b/doc/script_commands.txt @@ -6334,7 +6334,7 @@ Examples: setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL, true); // Re-enables attack, skills and item use - setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_ITEM, false); + setpcblock(PCBLOCK_ATTACK|PCBLOCK_SKILL|PCBLOCK_USEITEM, false); // checkpcblock related checks if ((checkpcblock() & PCBLOCK_IMMUNE) != 0) -- cgit v1.2.3-60-g2f50