v2022.24-14-g9db49dc

Details

  • Filename
    SilverDragon-v2022.24-14-g9db49dc.zip
  • Uploaded by
  • Uploaded
    Nov 21, 2022
  • Size
    419.38 KB
  • Downloads
    72
  • MD5
    ce5e6d18fc8e05da9108af063592365e

Supported WoW Retail Versions

  • 10.0.2

Supported WoW Wrath of the Lich King Classic Versions

  • 3.4.0

Supported WoW Classic Versions

  • 1.14.3

Changelog

SilverDragon

v2022.24-14-g9db49dc (2022-11-21)

Full Changelog Previous Releases

  • Tweak that route for Tome a bit later on the path
  • Warlords: show Warleader Tome's route
  • Warlords: improve Orumo's note, mention the workaround
  • Also, the loot for the Karazhan servant's quarters rares
  • Note down a testing snippet for background sounds
  • Major improvement to Burning Crusade data
    Also, unify the retail/classic branches of the data - only uiMapIDs need
    to change.
  • Make sure the unit actually exists
  • Change tooltip output because it was keeping tooltips open in Classic
    Also migrate to TooltipDataProcessor on retail
    Fixes #171
  • Missing a compatibility line in conditions
    Fortunately, I'm not actually using Aura conditions anywhere
  • During local-development don't prime the cache on initial load
  • Fix loot for Selena the Reborn
  • Fix for 10.0.2's change to macro /click requirements
    Parsing's fixed, but now I have to always send the button and just
    change the down parameter from the cvar.
  • Ping the mob cache when a target match happens
    Refs #193
  • Disable the mob names SavedVariable cache in local dev mode
    This used to be really necessary, but my HandyNotes stuff isn't using it
    so Blizzard's handling of cached creature data might be greatly improved
    Refs #193