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
Joschi Grey
VuhDo
Commits
7da50675
Commit
7da50675
authored
5 years ago
by
Ivaria
Browse files
Options
Download
Email Patches
Plain Diff
-- Fixed referencing external sound files (8.2 restriction)
parent
93d70bb6
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
VuhDoAddonAdapter.lua
VuhDoAddonAdapter.lua
+3
-3
changelog.txt
changelog.txt
+2
-1
No files found.
VuhDoAddonAdapter.lua
View file @
7da50675
...
...
@@ -35,9 +35,9 @@ VUHDO_LibSharedMedia:Register("statusbar", "VuhDo - Plain White", "Interface\\Ad
VUHDO_LibSharedMedia
:
Register
(
"statusbar"
,
"LiteStepLite"
,
"Interface\\AddOns\\VuhDo\\Images\\LiteStepLite.tga"
);
VUHDO_LibSharedMedia
:
Register
(
"statusbar"
,
"Tukui"
,
"Interface\\AddOns\\VuhDo\\Images\\tukuibar.tga"
);
VUHDO_LibSharedMedia
:
Register
(
"sound"
,
"Tribal Bass Drum"
,
"Sound\\Doodad\\BellTollTribal.wav"
);
VUHDO_LibSharedMedia
:
Register
(
"sound"
,
"Thorns"
,
"Sound\\Spells\\Thorns.wav "
);
VUHDO_LibSharedMedia
:
Register
(
"sound"
,
"Elf Bell Toll"
,
"Sound\\Doodad\\BellTollNightElf.wav"
);
VUHDO_LibSharedMedia
:
Register
(
"sound"
,
"Tribal Bass Drum"
,
566027
);
VUHDO_LibSharedMedia
:
Register
(
"sound"
,
"Thorns"
,
569022
);
VUHDO_LibSharedMedia
:
Register
(
"sound"
,
"Elf Bell Toll"
,
566558
);
VUHDO_LibSharedMedia
:
Register
(
"border"
,
"Plain White"
,
"Interface\\AddOns\\VuhDo\\Images\\white_square_16_16"
);
...
...
This diff is collapsed.
Click to expand it.
changelog.txt
View file @
7da50675
...
...
@@ -11,7 +11,8 @@ Known issues:
Bugfixes:
-- Re-enable LibSharedMedia fonts for zhCN, zhTW, and koKR locales
-- Fixed loading of profile/key layout on automatic spec change
-- Fixed loading of profile/key layout on automatic spec change
-- Fixed referencing external sound files (8.2 restriction)
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