Version:
r278-beta
Description:
Loading the addon throws a Lua syntax error due to Chinese full-width commas (,) used as item delimiters instead of standard ASCII commas (,) in RaidDebuffs_MoP.lua.
Error Log:
Cell/RaidDebuffs/RaidDebuffs_MoP.lua:437: '}' expected (to close '{' at line 432) near '\239'
Root Cause:
In RaidDebuffs_MoP.lua, three lines use the full-width comma , (UTF-8 byte \239), which fails Lua parsing:
• Line 437: 146765,--烈焰之箭
• Line 475: 145523,--强化打击
• Line 476: 149280, --猩红强酸
Version:
r278-beta
Description:
Loading the addon throws a Lua syntax error due to Chinese full-width commas (,) used as item delimiters instead of standard ASCII commas (,) in RaidDebuffs_MoP.lua.
Error Log:
Cell/RaidDebuffs/RaidDebuffs_MoP.lua:437: '}' expected (to close '{' at line 432) near '\239'
Root Cause:
In RaidDebuffs_MoP.lua, three lines use the full-width comma , (UTF-8 byte \239), which fails Lua parsing:
• Line 437: 146765,--烈焰之箭
• Line 475: 145523,--强化打击
• Line 476: 149280, --猩红强酸