Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
nandor committed Jan 10, 2024
1 parent b5da890 commit e64b28c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions class_configs/mag_class_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1152,6 +1152,7 @@ _ClassConfig = {
RGMercsLogger.log_debug("pet_toys()")
if (mq.TLO.Me.Pet.Equipment("Primary")() or 0) == 0 then
-- Handle Pet Toys
RGMercsLogger.log_verbose("pet_toys() ==> \arFailed pet already has weapons!")
if mq.TLO.Me.FreeInventory() < 2 then
RGMercsLogger.log_debug("pet_toys() ==> \arFailed not enough Inv Slots Free!")
return false
Expand Down
2 changes: 1 addition & 1 deletion extras/version.lua
Original file line number Diff line number Diff line change
@@ -1 +1 @@
return { commitId = '1f42acc 2024-01-10' }
return { commitId = 'b5da890 2024-01-10' }

0 comments on commit e64b28c

Please sign in to comment.