aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts/Northrend
diff options
context:
space:
mode:
authorShauren <none@none>2010-09-14 16:14:43 +0200
committerShauren <none@none>2010-09-14 16:14:43 +0200
commitc2c3302d2f3ef6dbee548e92254dc1373cef56d1 (patch)
tree59d4fcf19c2b843e0a05d4778b2c21a4ee78b9f4 /src/server/scripts/Northrend
parent102e51d620c9a948db4b685cef53a7ed0698bd4c (diff)
Core/Vehicles: Removed hacky setting entry for multi-passenger mounts
Core/Pools: Fixed compile --HG-- branch : trunk
Diffstat (limited to 'src/server/scripts/Northrend')
-rw-r--r--src/server/scripts/Northrend/Ulduar/ulduar/boss_flame_leviathan.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/scripts/Northrend/Ulduar/ulduar/boss_flame_leviathan.cpp b/src/server/scripts/Northrend/Ulduar/ulduar/boss_flame_leviathan.cpp
index 1491944dacc..fc494e763d5 100644
--- a/src/server/scripts/Northrend/Ulduar/ulduar/boss_flame_leviathan.cpp
+++ b/src/server/scripts/Northrend/Ulduar/ulduar/boss_flame_leviathan.cpp
@@ -369,7 +369,7 @@ public:
void SpellHit(Unit* /*caster*/, const SpellEntry* pSpell)
{
if (pSpell->Id == SPELL_START_THE_ENGINE)
- vehicle->InstallAllAccessories();
+ vehicle->InstallAllAccessories(me->GetEntry());
if (pSpell->Id == SPELL_ELECTROSHOCK)
me->InterruptSpell(CURRENT_CHANNELED_SPELL);