aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authormegamage <none@none>2008-12-24 21:13:34 -0600
committermegamage <none@none>2008-12-24 21:13:34 -0600
commitad5d9cef48f9bfa602ad0434827924733b440f7b (patch)
treecf4df2eebe7bb1ad747f1c91980789b543102ecb /src
parent65dbb2fa3874a882a1e1a9c595043abd4eadc11a (diff)
*Update to Mangos 6943.
--HG-- branch : trunk
Diffstat (limited to 'src')
-rw-r--r--src/game/SpellEffects.cpp13
-rw-r--r--src/shared/revision_nr.h2
2 files changed, 9 insertions, 6 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 59679dbd435..9758529f56d 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -6016,17 +6016,20 @@ void Spell::EffectSendTaxi(uint32 i)
uint32 mountid = 0;
switch(m_spellInfo->Id)
{
- case 31606: //Stormcrow Amulet
+ case 31606: //Stormcrow Amulet
mountid = 17447;
break;
- case 45071: //Quest - Sunwell Daily - Dead Scar Bombing Run
- case 45113: //Quest - Sunwell Daily - Ship Bombing Run
- case 45353: //Quest - Sunwell Daily - Ship Bombing Run Return
+ case 45071: //Quest - Sunwell Daily - Dead Scar Bombing Run
+ case 45113: //Quest - Sunwell Daily - Ship Bombing Run
+ case 45353: //Quest - Sunwell Daily - Ship Bombing Run Return
mountid = 22840;
break;
- case 34905: //Stealth Flight
+ case 34905: //Stealth Flight
mountid = 6851;
break;
+ case 53335: //Stormwind Harbor Flight - Peaceful
+ mountid = 6852;
+ break;
}
((Player*)unitTarget)->ActivateTaxiPathTo(nodes,mountid);
diff --git a/src/shared/revision_nr.h b/src/shared/revision_nr.h
index 5d6f980e5f4..ad90c127148 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 "6940"
+ #define REVISION_NR "6943"
#endif // __REVISION_NR_H__