Oculus mount doesn't work on WotLK
yannlugrin opened this issue ยท 0 comments
WoW Version
WotLK (3.4.0)
Bestride Version
2.0.4
Steps to Reproduce
On WotLK classic, go into Oculus, and try to use the mount command when you get a drake.
Observed Behavior
The problem is that in this area, in logic.mounts.lua
file, when the current zone is fetched, the filter number used is 3, but the map type of Oculus is 4, as we can see in the following screenshot taken using following commands:
/run print(C_Map.GetBestMapForUnit("player"))
/run print(BeStride:GetMapUntil(143, 0))
(sorry for names in French ๐
)
Is it a difference between Retail and Classic?