From 1cae7220fa03c571a6c90e19a01cce0dd81ed145 Mon Sep 17 00:00:00 2001 From: NoFantasy Date: Thu, 22 Jan 2009 18:15:26 +0300 Subject: [PATCH] [7145] Mount ids for some spell casted taxi flights. Signed-off-by: VladimirMangos --- src/game/SpellEffects.cpp | 6 ++++++ src/shared/revision_nr.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp index 7727766a4..bcd313fc6 100644 --- a/src/game/SpellEffects.cpp +++ b/src/game/SpellEffects.cpp @@ -5926,6 +5926,12 @@ void Spell::EffectSendTaxi(uint32 i) case 34905: //Stealth Flight mountid = 6851; break; + case 45883: //Amber Ledge to Beryl Point + mountid = 23524; + break; + case 46064: //Amber Ledge to Coldarra + mountid = 6371; + break; case 53335: //Stormwind Harbor Flight - Peaceful mountid = 6852; break; diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h index 7507baec7..933fa94ab 100644 --- a/src/shared/revision_nr.h +++ b/src/shared/revision_nr.h @@ -1,4 +1,4 @@ #ifndef __REVISION_NR_H__ #define __REVISION_NR_H__ - #define REVISION_NR "7144" + #define REVISION_NR "7145" #endif // __REVISION_NR_H__