aboutsummaryrefslogtreecommitdiff
path: root/src/game/Object.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Object.cpp')
-rw-r--r--src/game/Object.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Object.cpp b/src/game/Object.cpp
index 1d2aeabd132..4b79da91651 100644
--- a/src/game/Object.cpp
+++ b/src/game/Object.cpp
@@ -1855,7 +1855,7 @@ Vehicle* WorldObject::SummonVehicle(uint32 entry, float x, float y, float z, flo
if(isType(TYPEMASK_UNIT))
{
v->SetUInt64Value(UNIT_FIELD_SUMMONEDBY, GetGUID());
- v->setFaction(((Unit*)this)->getFaction());
+ //v->setFaction(((Unit*)this)->getFaction());
}
map->Add((Creature*)v);