Skip to content
This repository has been archived by the owner on Dec 26, 2021. It is now read-only.

Commit

Permalink
Added SoulSpeed to enchant command (#4412)
Browse files Browse the repository at this point in the history
i added soulspeed to enchant command idk why it wasnt there before
  • Loading branch information
Intoprelised authored Aug 15, 2021
1 parent 4ce2e12 commit b7dbdce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Horion/Command/Commands/EnchantCommand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ EnchantCommand::EnchantCommand() : IMCCommand("enchant", "Enchants items", "<enc
enchantMap["piercing"] = 34;
enchantMap["luck_of_sea"] = 23;
enchantMap["lure"] = 24;
enchantMap["soul_speed"] = 36;
}

EnchantCommand::~EnchantCommand() {
Expand Down

2 comments on commit b7dbdce

@Intoprelised
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YES I FINNALY GOT SOMETHING ACCEPTED

@Deadly420
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thx

Please sign in to comment.