Instance Profit Tracker

Instance Profit Tracker

15.2k Downloads

Updating current gold while in instance breaks gold tracking

awestover89 opened this issue ยท 1 comments

commented

The change to using the event PLAYER_MONEY will also cause the event to be triggered when vendoring, repairing, or mailing inside an instance, anything that will change the amount of money the player has on hand.

Need to either check for other possibilities, revert to LOOT_OPENED, or change to CHAT_MSG_MONEY

commented

Fixed by switching to CHAT_MSG_MONEY