diff --git a/Server/src/main/java/core/game/interaction/item/EmptyOptionPlugin.java b/Server/src/main/java/core/game/interaction/item/EmptyOptionPlugin.java index 9d351cd14..6292c7c1c 100644 --- a/Server/src/main/java/core/game/interaction/item/EmptyOptionPlugin.java +++ b/Server/src/main/java/core/game/interaction/item/EmptyOptionPlugin.java @@ -50,6 +50,7 @@ public final class EmptyOptionPlugin extends OptionHandler { } public enum EmptyItem{ POT_OF_FLOUR(1933, 1931, "You empty the contents of the pot onto the floor."), + POT_OF_CORNFLOUR(7468, 1931, "You empty the contents of the pot onto the floor."), BONE_MEAL(4255, 1931, "You empty the pot of crushed bones."), BUCKET_OF_SAND(1783, BUCKET, BUCKET_EMPTY_MSG), BUCKET_OF_MILK(1927, BUCKET, BUCKET_EMPTY_MSG),