im writing profile and trying to check that spell Violet Proto-Drake - Spell - World of Warcraft
but log shows me
it didnt found mount spell, but im pretty sure i have it.
can someone give me tip about that problem? how i can check if character have that mount spell or not ?
Code:
<If Condition="HasSpell(60024)">
<CustomBehavior File="Message" Text="can cast that spell" />
</If>
<CustomBehavior File="Message" Text="end of conditions" />
but log shows me
HTML:
Starting the bot!
...
[Profile Message]: end of conditions
it didnt found mount spell, but im pretty sure i have it.
can someone give me tip about that problem? how i can check if character have that mount spell or not ?