-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Guardian druid errors #827
Comments
Why is the demon hunter script being used for guardian druid? |
Hmmm, maybe that is not accurate. I'll need to check on what values are supposed to be in the |
Aren't all the profiles loaded in memory anyway? The tracelog just shows a dump of all the data (and truncates it). I doubt that is relevant to the issue. |
No, that environment dump in from the WoW Lua Errors is the current custom script, so it's not relevant here. |
* fix(simulationcraft): improve druid GetInMaleeRange() function Don't use wild_charge, and instead use wild_charge_bear when in Bear form and wild_charge_cat when in Cat form. * fix(druid): regenerate scripts with fixed GetInMeleeRange() function Fixes issue #827. * fix(spellbook): verify parameters to IsSpellKnown() The WoW API function IsSpellKnown() only accepts spell IDs greater than zero as a vaild parameter, otherwise it throws an error.
no error any more since Ovale 9.0.45 |
Describe the bug
Default Ovale Guardian Druid (not TankScripts) constantly throwing errors.
The text was updated successfully, but these errors were encountered: