aboutsummaryrefslogtreecommitdiff
path: root/src/game/SpellEffects.cpp
diff options
context:
space:
mode:
authorBlaymoira <none@none>2009-01-22 19:24:57 +0100
committerBlaymoira <none@none>2009-01-22 19:24:57 +0100
commitc36c7111c5a7b6396efad56491c38f4949345c97 (patch)
tree0a17c125d604dafe2d113b92f209db1f8c496ec4 /src/game/SpellEffects.cpp
parentde63f36302b92eb0af72dcf4fc4a5309b3e777ba (diff)
*Converted text to database in shadowmoon_valley
*Rewrited npc_overlord_morghor script *Added models for flight spells --HG-- branch : trunk
Diffstat (limited to 'src/game/SpellEffects.cpp')
-rw-r--r--src/game/SpellEffects.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/game/SpellEffects.cpp b/src/game/SpellEffects.cpp
index 98cc82960c4..fa1b957c243 100644
--- a/src/game/SpellEffects.cpp
+++ b/src/game/SpellEffects.cpp
@@ -5882,6 +5882,10 @@ void Spell::EffectSendTaxi(uint32 i)
case 34905: //Stealth Flight
mountid = 6851;
break;
+ case 41533: //Fly of the Netherwing
+ case 41540: //Fly of the Netherwing
+ mountid = 23468;
+ break;
}
((Player*)unitTarget)->ActivateTaxiPathTo(nodes,mountid);