diff --git a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/wizards/SpellType.java b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/wizards/SpellType.java index e612fcd9d..4e017633f 100644 --- a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/wizards/SpellType.java +++ b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/games/wizards/SpellType.java @@ -323,7 +323,7 @@ public enum SpellType // ❤ "Rumble", // Spell name new ItemStack(Material.PUMPKIN_SEEDS), // Spell icon SpellRumble.class, // Spell class - 5, // Spell max level + 3, // Spell max level 30, // Mana cost 15, // Spell cooldown 0, // Mana cost change per level