12-07-2006, 12:57 PM | #1 | |
A Deviate Faerie Dragon
Join Date: May 2006
Posts: 19
|
Table Value Error
Hello, many addon avec the " attempt to call a table value " error.
Is there any solution to correct this error. If you need more information, I will try to help but it appears with the new wow update. Thanks | |
12-07-2006, 04:22 PM | #2 |
Statements like this:
Code:
for i,v in sometable do
Code:
for i,v in pairs(sometable) do | |
12-07-2006, 07:21 PM | #3 | |
A Deviate Faerie Dragon
Join Date: May 2006
Posts: 19
|
oki thanks ^^
I've also find this http://wow.curse-gaming.com/en/files...rning-crusade/ and it might help perhaps. |