[6942] Provided mount data for new spell taxi path.

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
GriffonHeart 2008-12-25 03:22:17 +03:00 committed by VladimirMangos
parent 2c1c58a44c
commit e3576ebff5
2 changed files with 9 additions and 6 deletions

View file

@ -5955,6 +5955,9 @@ void Spell::EffectSendTaxi(uint32 i)
case 34905: //Stealth Flight
mountid = 6851;
break;
case 53335: //Stormwind Harbor Flight - Peaceful
mountid = 6852;
break;
}
((Player*)unitTarget)->ActivateTaxiPathTo(nodes,mountid);

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "6941"
#define REVISION_NR "6942"
#endif // __REVISION_NR_H__