Skip to content

Commit

Permalink
FIX SQL Error
Browse files Browse the repository at this point in the history
  • Loading branch information
Relluem94 committed Jul 21, 2023
1 parent d5f5cd4 commit f966499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<groupId>de.relluem94</groupId>
<artifactId>relluessentials</artifactId>
<name>RelluEssentials</name>
<version>4.1</version>
<version>4.1.2</version>
<url>https://github.com/Relluem94s/RelluEssentials</url>
<properties>
<plugin.apiVersion>1.19</plugin.apiVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/sqls/patches/v6/alterLumberjackBag.sql
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ UPDATE `bag_type`
SET `slot_15_name` = 'CHERRY_LOG',
`slot_16_name` = 'BAMBOO_BLOCK',
`slot_20_name` = 'WARPED_STEM',
`slot_21_name` = 'CRIMSON_STEM'
`slot_21_name` = 'CRIMSON_STEM',
`slot_22_name` = 'CHERRY_SAPLING',
`slot_23_name` = 'BAMBOO'
WHERE `bag_type`.`id` = 5;

0 comments on commit f966499

Please sign in to comment.