diff options
author | AnnieRuru <jeankofannie2@gmail.com> | 2019-03-11 05:00:47 +0800 |
---|---|---|
committer | AnnieRuru <jeankofannie2@gmail.com> | 2019-03-11 05:00:47 +0800 |
commit | c9bab971082b3dbd059391a699b9e7d3eb25835b (patch) | |
tree | a5751effad820bf14526a1af6373d3001fead7be /doc | |
parent | 3b2fffae9f65bf064f7ab66a697196fd75550127 (diff) | |
download | hercules-c9bab971082b3dbd059391a699b9e7d3eb25835b.tar.gz hercules-c9bab971082b3dbd059391a699b9e7d3eb25835b.tar.bz2 hercules-c9bab971082b3dbd059391a699b9e7d3eb25835b.tar.xz hercules-c9bab971082b3dbd059391a699b9e7d3eb25835b.zip |
Minor fix a typo in the documentation
thanks to https://github.com/rathena/rathena/pull/3951#discussion_r263220245
Diffstat (limited to 'doc')
-rw-r--r-- | doc/script_commands.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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) |