TheoryCraftClassic floods with Bugs

The World of Warcraft (WoW) addon TheoryCraftClassic is flooding the bugsack list with errors in the TheoryCraftClassicEngine.lua at position 1734
AddOns\TheoryCraftClassic\TheoryCraftClassicEngine.lua:1734
To fix this, you have to open this file “TheoryCraftClassicEngine.lua” and go to the Line 1734 and replace this:
local points = GetComboPoints()
with thit:
local points = GetComboPoints(“player”, “target”)

This happens because the classic WoW used target based combopoints and the Live Retail version uses Playerbased Combopoints.

This should also be valid for TBC The Burning Crusade if this mod works in that version…