Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Simon Van Casteren
VuhDo
Commits
2dc676d9
Commit
2dc676d9
authored
2 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
Fixed Shaman weapon echants in Buff Watch
parent
d8a19aac
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
6 deletions
+7
-6
VuhDoBuffConst.lua
VuhDoBuffConst.lua
+5
-5
VuhDoToolbox.lua
VuhDoToolbox.lua
+1
-1
changelog.txt
changelog.txt
+1
-0
No files found.
VuhDoBuffConst.lua
View file @
2dc676d9
...
...
@@ -155,11 +155,11 @@ VUHDO_CLASS_BUFFS = {
{
VUHDO_SPELL_ID
.
BUFF_LIGHTNING_SHIELD
,
VUHDO_BUFF_TARGET_SELF
},
},
[
VUHDO_I18N_BUFFC_WEAPON_ENCHANT
]
=
{
{
VUHDO_SPELL_ID
.
BUFF_ROCKBITER_WEAPON
,
VUHDO_BUFF_TARGET_
SELF
},
{
VUHDO_SPELL_ID
.
BUFF_WINDFURY_WEAPON
,
VUHDO_BUFF_TARGET_
SELF
},
{
VUHDO_SPELL_ID
.
BUFF_FLAMETONGUE_WEAPON
,
VUHDO_BUFF_TARGET_
SELF
},
{
VUHDO_SPELL_ID
.
BUFF_FROSTBRAND_WEAPON
,
VUHDO_BUFF_TARGET_
SELF
},
{
VUHDO_SPELL_ID
.
BUFF_EARTHLIVING_WEAPON
,
VUHDO_BUFF_TARGET_
SELF
},
{
VUHDO_SPELL_ID
.
BUFF_ROCKBITER_WEAPON
,
VUHDO_BUFF_TARGET_
ENCHANT
},
{
VUHDO_SPELL_ID
.
BUFF_WINDFURY_WEAPON
,
VUHDO_BUFF_TARGET_
ENCHANT
},
{
VUHDO_SPELL_ID
.
BUFF_FLAMETONGUE_WEAPON
,
VUHDO_BUFF_TARGET_
ENCHANT
},
{
VUHDO_SPELL_ID
.
BUFF_FROSTBRAND_WEAPON
,
VUHDO_BUFF_TARGET_
ENCHANT
},
{
VUHDO_SPELL_ID
.
BUFF_EARTHLIVING_WEAPON
,
VUHDO_BUFF_TARGET_
ENCHANT
},
},
},
...
...
This diff is collapsed.
Click to expand it.
VuhDoToolbox.lua
View file @
2dc676d9
...
...
@@ -509,7 +509,7 @@ function VUHDO_getWeaponEnchantName(aSlot)
for
tCnt
=
1
,
VuhDoScanTooltip
:
NumLines
()
do
tName
=
strmatch
(
_G
[
"VuhDoScanTooltipTextLeft"
..
tCnt
]:
GetText
(),
"^.+ %(%d+%s+.+%)$"
);
if
tName
then
tEnchant
=
gsub
(
tName
,
" %
(
.+%
)
"
,
""
);
tEnchant
=
gsub
(
tName
,
"
[
0-9
]
+
%
(
.+%
)
"
,
""
);
return
tEnchant
;
end
end
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
2dc676d9
...
...
@@ -19,6 +19,7 @@ Known issues:
Bugfixes:
-- Fixed vehicle health updates when panels contain no pet groups
-- Added workaround for even more broken Blizzard APIs for incoming healing
-- Fixed Shaman weapon echants in Buff Watch
Improvements:
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment