Skip to content

MQ2AutoLoot - Minor Cleanup

Knightly requested to merge (removed):MQ2AutoLoot-Knightly into master
  • Replaced #define with constexpr
  • Removed using namespace std
  • Removed the duplicate defines that were already in the ItemActions Header
  • Changed some of the paths to MAX_PATH instead of MAX_STRING
  • Removed redeclared variables
  • Removed unused variables
  • Reduced scope on variables
  • Remove mixed tabs and spaces
  • Use space for alignment

alynel

  • Cleaned up returns
  • Removed white space on line endings
  • Removed unnecessary GetLength checks before for loops
  • Refactored logic
  • Switched to int64_t
  • Switched FindItemCount to int from DWORD
  • Moved DistributeLoot bools to DistributeLoot function

Merge request reports