3 - Problems referencing ChatWindow
What steps will reproduce the problem?
1. Type: /mh
2. Error:
[string "Interface/AddOns\MobHealth\MobHealth.lua";]:322:attempt to index global 'ChatWindow' (a nil value)
What version of the product are you using?
MobHealth v0.3 CC-fix
You can fix this by changing ChatWindow references from:
ChatWindow.Print
to:
EA_ChatWindow.Print
| User | When | Change |
|---|---|---|
| burfo | Mon, 20 Oct 2008 00:12:56 | Create |