Fixed build

This commit is contained in:
Subv
2012-04-19 18:43:41 -05:00
parent a5aba350a0
commit 50f2be538c

View File

@@ -1155,10 +1155,10 @@ void SmartScript::ProcessAction(SmartScriptHolder& e, Unit* unit, uint32 var0, u
continue;
(*itr)->GetPosition(x, y, z, o);
x += e.target.x
y += e.target.y
z += e.target.z
o += e.target.o
x += e.target.x;
y += e.target.y;
z += e.target.z;
o += e.target.o;
GetBaseObject()->SummonGameObject(e.action.summonGO.entry, x, y, z, o, 0, 0, 0, 0, e.action.summonGO.despawnTime);
}