Skip to content

Commit

Permalink
[+] Fixed Spirit Sceptre
Browse files Browse the repository at this point in the history
  • Loading branch information
Furyloxx authored Sep 9, 2024
1 parent 25098bd commit 859bf9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public enum SMaterial {
MIDAS_STAFF(Material.GOLD_SPADE, MidasStaff.class),
YETI_SWORD(Material.IRON_SWORD, YetiSword.class),
GIANT_SWORD(Material.IRON_SWORD, GiantSword.class),
SPIRIT_SCEPTRE(Material.RED_ROSE, SpiritSceptre.class),
SPIRIT_SCEPTRE(Material.ALLIUM, SpiritSceptre.class),
SOUL_WHIP(Material.FISHING_ROD, SoulWhip.class),
VOIDWALKER_KATANA(Material.IRON_SWORD, VoidwalkerKatana.class),
VALKYIRE(Material.IRON_SWORD, Valkyrie.class),
Expand Down

0 comments on commit 859bf9b

Please sign in to comment.