Zidras / DBM-Warmane

DBM for Warmane (Icecrown, Lordaeron, Frostmourne, Onyxia)
https://discord.gg/CyVWDWS
150 stars 70 forks source link

DBM pull is not consistent with creating bar timers #24

Closed Zidras closed 3 years ago

Zidras commented 3 years ago

Describe the bug A clear and concise description of what the bug is. /dbm pull is not providing with either gold numbers or Bar Timer.

To Reproduce Steps to reproduce the behavior:

  1. /dbm pull

Expected behavior A clear and concise description of what you expected to happen. image image

Zidras commented 3 years ago

For future reference, the reason the gold numbers weren't showing as well was because they are part of the delayed functions, which run after 10 seconds of ADDON_LOADED

Barsoomx commented 3 years ago

the hook should be moved somewhere else after the UI info is available, addon_loaded is a bad place so I had to append it to delayed functions

Zidras commented 3 years ago

the hook should be moved somewhere else after the UI info is available, addon_loaded is a bad place so I had to append it to delayed functions

Any suggestions?