Initial release of item package selection (#7239)

Thanks to @aleos89 and @Atemo

Co-authored-by: Atemo <capucrath@gmail.com>
Co-authored-by: Aleos <aleos89@users.noreply.github.com>
This commit is contained in:
Lemongrass3110
2022-09-12 22:06:04 +02:00
committed by GitHub
parent 421e49e1c4
commit 38b8d5a994
20 changed files with 1680 additions and 19 deletions

View File

@@ -26394,7 +26394,7 @@ BUILDIN_FUNC(item_reform){
}
BUILDIN_FUNC(item_enchant){
#if PACKETVER_RE_NUM < 20211103
#if !( PACKETVER_RE_NUM >= 20211103 || PACKETVER_MAIN_NUM >= 20220330 )
ShowError( "buildin_item_enchant: This command requires packet version 2021-11-03 or newer.\n" );
return SCRIPT_CMD_FAILURE;
#else