Simdragosa

Companion to the Simdragosa desktop app (github.com/Xiantus/simdragosa-standalone). Shows Droptimizer DPS gains on item tooltips. Type /sdr export to capture your SimC profile and sync it with the app automatically. Type /sdr for all commands.

File Details

v1.3.7

  • R
  • Apr 14, 2026
  • 187.98 KB
  • 27
  • 12.0.1
  • Retail

File Name

Simdragosa-v1.3.7.zip

Supported Versions

  • 12.0.1

Simdragosa

v1.3.7 (2026-04-14)

Full Changelog

  • release: v1.3.6
    Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com
  • fix: case-insensitive DB lookup for realm name mismatch
    Standalone app saves realm names in lowercase (e.g. "Name-draenor") but
    WoW's GetRealmName() returns proper case (e.g. "Name-Draenor"), causing
    SimdragosaDB[charKey] lookups to fail silently.
    • Add GetCharData(key): tries exact key, falls back to lowercase scan
    • Add CharKeyMatches(dbKey, charKey): case-insensitive compare for /sdr db display
    • Replace all SimdragosaDB[charKey] direct access with GetCharData()
      Co-Authored-By: Claude Sonnet 4.6 noreply@anthropic.com