Bestride / BeStride

A WoW mount manager based off Yay! Mounts
GNU General Public License v3.0
5 stars 16 forks source link

Spell 190784 does not exist in Wrath #201

Open Ulidan opened 1 year ago

Ulidan commented 1 year ago

WoW Version

WotLK (3.4.0)

Bestride Version

2.0.4

Steps to Reproduce

 Every time I enter combat on paladin, I get an error:

Observed Behavior

17x ...eBeStride\Versions\Common\BeStride_Mount.lua:286: attempt to concatenate a nil value
[string "@BeStride\Versions\Common\BeStride_Mount.lua"]:286: in function <...eBeStride\Versions\Common\BeStride_Mount.lua:285>
[string "=(tail call)"]: ?
[string "@BeStride\Versions\Common\BeStride_Events.lua"]:22: in function `?'
[string "@DataStore\libs\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:119: in function <...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:119>
[string "=[C]"]: ?
[string "@DataStore\libs\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:29: in function <...ore\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:25>
[string "@DataStore\libs\CallbackHandler-1.0\CallbackHandler-1.0-7.lua"]:64: in function `Fire'
[string "@DataStore\libs\AceEvent-3.0\AceEvent-3.0-4.lua"]:120: in function <DataStore\libs\AceEvent-3.0\AceEvent-3.0.lua:119>

The addon tries to get the name of a spell that does not exist in Wrath: SpellToName(190784)

DanSheps commented 1 year ago

This is Divine steed, it is likely checking for it. I thought I fixed this though, are you still having issues?