Fix TC build

This commit is contained in:
Rochet2
2016-08-01 18:28:43 +03:00
parent e686bcb33f
commit e91a065239
2 changed files with 2 additions and 2 deletions

View File

@@ -668,7 +668,7 @@ namespace LuaWorldObject
#ifndef TRINITY
Eluna::Push(L, obj->SummonGameObject(entry, x, y, z, o, respawnDelay));
#else
Eluna::Push(L, obj->SummonGameObject(entry, x, y, z, o, 0, 0, 0, 0, respawnDelay));
Eluna::Push(L, obj->SummonGameObject(entry, Position(x, y, z, o), G3D::Quat(), respawnDelay));
#endif
return 1;
}