v4.0.0-beta36-6-g18e0c8c-nolib
Details
-
FilenamePitBull4-v4.0.0-beta36-6-g18e0c8c-nolib.zip
-
Uploaded by
-
UploadedSep 9, 2012
-
Size519.43 KB
-
Downloads53
-
MD5fca9bb0761cbbe7e3c8f71665b143e2c
Supported WoW Retail Versions
- 5.0.4
Changelog
Shefki:
- Allow the texture of the Highlight module to be changed. Fixes ticket #1000
This uses the background textures from SharedMedia. I added two default
Blizzard textures to the background options since they're useful.
QuestTitleHighlight is the current default and has a yellow tint to it.
QuestLogTitleHighlight is similar but has no tint.
- Fix bug in double_fill_table function that wasn't really hurting anything.
- Fix the error about Totem slot must be in the range of 1 to 4.
Appears that when zoning between cross realm zones and non-cross realm
zones we get a PLAYER_TOTEM_UPDATE for slot 5 that doesn't exist. It's
a bug on Blizzard's end but we can workaround it by ignoring the event.
Reported to Blizzard here:
http://us.battle.net/wow/en/forum/topic/6490460422#1
- Disable vehicle swaps when they shouldn't happen, since the game has specified not to.
Note: This is a complete fix the secure code has a bug and click on the
unit will still target the wrong unit. Bug has been reported to
Blizzard. Generally this shouldn't be a playability issue since click
on the player frame shouldn't be necessary during these events/quests.
- Fix issue where you only see the top of the Portrait in 3D mode.
Looks like the model frame no longer sets the position back to the
default when changing models.
- Cleanup some unnecessary global variables.
PitBull4 should not be setting any global variable other than the
PitBull4 table, the SLASH_PITBULLFOUR* global variables and
UI_DROPDOWNMENU_MENU_LEVEL as necessary for interfacing with Blizzard's
API.