View Bug Report
Talent window not moveable
Bug #: 8911
File: BlizzMove (Classic)
Date: 09-13-19 04:22 AM
By: qhil
Status: Unconfirmed
Hi yess,

the talent window is not moveable in WoW Classic (1.13.2). If you open it the following message will be returned: "Expected frame got nil".
In 8.x.x the talent frame is called "PlayerTalentFrame", like you use in your addon. However, in 1.x.x it's called "TalentFrame". That means you should change the line
Code:
["Blizzard_TalentUI"] = function() 	BlizzMove:SetMoveHandle(PlayerTalentFrame) end,
to
Code:
["Blizzard_TalentUI"] = function() 	BlizzMove:SetMoveHandle(TalentFrame) end,
in your BlizzMove.lua. This will make the talent frame moveable without any error.

Thanks in advance.

Greetings,
qhil