Skip to content

Commit

Permalink
fix: to debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas committed Mar 12, 2024
1 parent 7369570 commit 9dae181
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lua/creature/movement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ uint32_t MoveEvent::EquipItem(const std::shared_ptr<MoveEvent> moveEvent, std::s
}

if (player->isItemAbilityEnabled(slot)) {
g_logger().error("[{}] item ability is already enabled", __FUNCTION__);
g_logger().debug("[{}] item ability is already enabled", __FUNCTION__);
return 1;
}

Expand Down

0 comments on commit 9dae181

Please sign in to comment.