Quantcast

Fix ticket #225 - Chat window error when click target with DK.

Author Johnny C. Lam <jlam88@gmail.com>
Author date 2013-03-30 02:43:08
Author local date 2013-03-30 02:43:08 +0000
Committer Johnny C. Lam <jlam88@gmail.com>
Committer date 2013-03-30 02:43:08
Committer local date 2013-03-30 02:43:08 +0000
Commit ed2c9ef8abba1877780d9e79671e3d4b21a3fb67
Tree d0e4f639b273cba9feb1f9c9e3aa894153011fa2
Parent 268518e233a3445759bfb41c83e89802075da4b3
Fix ticket #225 - Chat window error when click target with DK.

Change Death Knight script syntax to work around a parser bug with braces.
The parser doesn't correctly parse "a + b * {c / d}".
It parses it as "{a + b} * {c / d}".
The modified script does "a + {b * c / d}" to force the proper parse.

git-svn-id: svn://svn.curseforge.net/wow/ovale/mainline/trunk@871 d5049fe3-3747-40f7-a4b5-f36d6801af5f