http://www.wowinterface.com/forums/showthread.php?t=7141
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. |
用户遇到 World of Warcraft (WoW) 更新后多个插件出现的“尝试调用一个 table 值”错误。解决方案涉及将 for 循环中的迭代方法从默认改为使用 pairs 函数。



1537

被折叠的 条评论
为什么被折叠?



