alarofrunetotem / GarrisonCommander

8 stars 8 forks source link

false false false in chat when opening Renown menu #66

Open ConKou opened 1 year ago

ConKou commented 1 year ago

When we click to open the button under the minimap that is called Dragon Isles Summary and shows renown and dragonriding, a chat message "false false false" is sent every time.

ynazar1 commented 3 months ago

This is caused by rogue print statement in minimap.lua on line 42 in GarrisonCommander... Comment it out like so:

        -- print(shift, ctrl, alt)

@alarofrunetotem this is a two character change. Could it please be made?