Skip to content

Fix syntax error in RaidDebuffs_MoP.lua caused by full-width commas (,) #497

Description

@TylerPentecost

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, --猩红强酸

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions