
Can't Mount up in Underbelly
Daskshadow opened this issue · 2 comments
WoW Version
WotLK (3.4.0)
Bestride Version
2.0.11
Steps to Reproduce
For some reason the WoW api returns true for IsFlyableArea() in Underbelly. So BeStride trys to mount up on a Flyingmount. This is not working and BeStride won't mount up at all.
Adding following to restricted zones helped:
[127] = {
blocked = true,
},
Observed Behavior
Can't mount up in Underbelly
@DanSheps
Unfortunatly this will fix the problem but leads to other problems as some zones below Dalaran are also included to 127 … and are flyable.
It needs an exception for
GetSubZoneText() ~= LibStub("AceLocale-3.0"):GetLocale("BeStride")["Zone.Dalaran.SubZone.Underbelly"]